1999-04-18 |
Uwe Bonnes | Don't announce the WNetDirectoryNotify capability WNetGetCon...
|
commit | commitdiff | tree |
1999-04-18 |
Michael Veksler | Add "win.h" to fix implicit function declaration warnings.
|
commit | commitdiff | tree |
1999-04-18 |
Marcus Meissner | Only declare console "driver" once, use external refs...
|
commit | commitdiff | tree |
1999-04-18 |
Luc Tourangeau | When the vertical scrollbar is removed, the background...
|
commit | commitdiff | tree |
1999-04-18 |
Marcus Meissner | Disable AC bit on receiving alignment exceptions.
|
commit | commitdiff | tree |
1999-04-18 |
Juergen Schmied | SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented...
|
commit | commitdiff | tree |
1999-04-18 |
Noel Borthwick | While handling the WM_DELETEWINDOW client message check...
|
commit | commitdiff | tree |
1999-04-18 |
Noel Borthwick | Make access to the DCE list thread safe by ensuring...
|
commit | commitdiff | tree |
1999-04-16 |
Alexandre Julliard | Changed for renamed files
|
commit | commitdiff | tree |
1999-04-16 |
Michael Veksler | Fixed warnings.
|
commit | commitdiff | tree |
1999-04-16 |
Pablo Saratxaga | Added walon language support (I also moved Cz -> Cs...
|
commit | commitdiff | tree |
1999-04-16 |
Marcus Meissner | Add -fno-builtin when compiling with gcc in relay32...
|
commit | commitdiff | tree |
1999-04-16 |
Andreas Mohr | - Implemented proper ("real", compressed) Win16 entry...
|
commit | commitdiff | tree |
1999-04-16 |
Robert Pouliot | A few patches to help Wine to compile on OS/2.
|
commit | commitdiff | tree |
1999-04-15 |
Huw D M Davies | Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s...
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | _CIpow argument order was confirmed with Starcraft...
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | Clarified a few points.
|
commit | commitdiff | tree |
1999-04-15 |
Bertho Stultiens | Added IOCTL function 0x440d/0x72.
|
commit | commitdiff | tree |
1999-04-15 |
Bertho Stultiens | UnitializeCriticalSection partial stub implementation.
|
commit | commitdiff | tree |
1999-04-15 |
Eric Pouech | Added missing proto for GetExitCodeThread.
|
commit | commitdiff | tree |
1999-04-15 |
Michael Veksler | Added missing windef.h includes.
|
commit | commitdiff | tree |
1999-04-15 |
Zygo Blaxell | ReleaseCapture() is supposed to return a BOOL value.
|
commit | commitdiff | tree |
1999-04-15 |
Marcus Meissner | FreeBSD 3 multithreading final fix. Do not use libc_r...
|
commit | commitdiff | tree |
1999-04-15 |
Huw D M Davies | index == 3 corresponds to Alt-Gr + Shift.
|
commit | commitdiff | tree |
1999-04-15 |
Keith Matthews | More of DdeCreateStringHandleA, DdeFreeStringHAndle...
|
commit | commitdiff | tree |
1999-04-15 |
Pavel Roskin | Fixed ugly disabled controls and black background in...
|
commit | commitdiff | tree |
1999-04-15 |
Pascal Lessard | Implement the button with bitmaps.
|
commit | commitdiff | tree |
1999-04-15 |
Stephane Lussier | Implementation of IStorage::CopyTo and IStream::CopyTo.
|
commit | commitdiff | tree |
1999-04-15 |
Ulrich Weigand | Bugfix: Always release the Win16Lock in TASK_Reschedule.
|
commit | commitdiff | tree |
1999-04-15 |
Francois Boisvert | Solved a deadlock between global lock and wnd lock...
|
commit | commitdiff | tree |
1999-04-15 |
Marcus Meissner | Typo that broke Solaris compile fixed.
|
commit | commitdiff | tree |
1999-04-15 |
Francois Boisvert | Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
|
commit | commitdiff | tree |
1999-04-15 |
Guy Albertelli | Fix scancodes for NumLock and Num-/.
|
commit | commitdiff | tree |
1999-04-15 |
Huw D M Davies | Limit lastChar to 0xff in PSDRV_GetCharWidth.
|
commit | commitdiff | tree |
1999-04-15 |
Marcus Meissner | Missing WINAPI for RegisterSystemThread.
|
commit | commitdiff | tree |
1999-04-11 |
Andreas Mohr | Fixed "Display Combination" call.
|
commit | commitdiff | tree |
1999-04-11 |
Andreas Mohr | Fixed a crash due to invalid OpenComm return value...
|
commit | commitdiff | tree |
1999-04-11 |
Francois Boisvert | Enabled thread safeness for wnd structure code.
|
commit | commitdiff | tree |
1999-04-11 |
Ulrich Weigand | Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
|
commit | commitdiff | tree |
1999-04-11 |
Ulrich Weigand | Added new CLIENT_DebuggerRequest routine, implemented...
|
commit | commitdiff | tree |
1999-04-11 |
Ulrich Weigand | Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
|
commit | commitdiff | tree |
1999-04-11 |
Ove Kaaven | Teached TIMER_GetNextExpiration that a timer that has...
|
commit | commitdiff | tree |
1999-04-11 |
Ove Kaaven | Default values for registry.
|
commit | commitdiff | tree |
1999-04-11 |
Karl Lessard | Optimized code for SetImageBits_X, making bitmap creation...
|
commit | commitdiff | tree |
1999-04-11 |
Juergen Schmied | The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled...
|
commit | commitdiff | tree |
1999-04-11 |
Marcus Meissner | - Started multithreading for FreeBSD (incomplete, but...
|
commit | commitdiff | tree |
1999-04-11 |
Alexandre Julliard | Made SELECTOR_ReallocBlock preserve the current selector...
|
commit | commitdiff | tree |
1999-04-11 |
Ulrich Weigand | Use services thread instead of timer signals.
|
commit | commitdiff | tree |
1999-04-11 |
Ulrich Weigand | Allow user APCs with NULL 'func' (just wake up the...
|
commit | commitdiff | tree |
1999-04-11 |
Ulrich Weigand | Implemented 'kernel services thread'.
|
commit | commitdiff | tree |
1999-04-11 |
Klaas van Gend | Added stub for PrinterProperties.
|
commit | commitdiff | tree |
1999-04-11 |
Juergen Schmied | Implemented NtTerminateProcess and NtDisplayString.
|
commit | commitdiff | tree |
1999-04-11 |
Bertho Stultiens | FreeLibrary partial implementation.
|
commit | commitdiff | tree |
1999-04-11 |
Ove Kaaven | Made _ftol take argument from FPU stack. Starcraft...
|
commit | commitdiff | tree |
1999-04-11 |
Guy Albertelli | Partial implementation for GetKeyNameText for new keyboard...
|
commit | commitdiff | tree |
1999-04-11 |
Kevin Holbrook | Fixed warning.
|
commit | commitdiff | tree |
1999-04-11 |
Marcus Meissner | Added missing ReadClassStg prototype.
|
commit | commitdiff | tree |
1999-04-11 |
Michael Veksler | - Fix comments after the big renaming (xxxx32y -->...
|
commit | commitdiff | tree |
1999-04-11 |
Keith Matthews | Status document for DDE/Ddeml.
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Added event callback mechanism.
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Updated (prepare|unprepare)header functions to allow...
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Small enhancement.
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | New method for structure conversion (16 <-> 32).
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Updated (prepare|unprepare)header functions to allow...
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Started implementation of mmThreadXXX functions.
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Added a few missing defines (MIDI, WAVE, callbacks).
|
commit | commitdiff | tree |
1999-04-11 |
Eric Pouech | Updated (prepare|unprepare)header functions (wave,...
|
commit | commitdiff | tree |
1999-04-11 |
Michael Veksler | Introduce STATSTG16 - a 16 bit variant of STATSTG.
|
commit | commitdiff | tree |
1999-04-11 |
Michael Veksler | Fix IStorage16_fnStat() to use STATSTG16 (it is a 16...
|
commit | commitdiff | tree |
1999-04-11 |
Paul Millar | Fixed menu type setting in SetMenuItemInfo32_common().
|
commit | commitdiff | tree |
1999-04-11 |
Ulrich Weigand | Send USIG_PROCESS_CREATE signal.
|
commit | commitdiff | tree |
1999-04-11 |
Bertho Stultiens | Added RegisterSystemThread stub.
|
commit | commitdiff | tree |
1999-04-11 |
Francis Beaudet | Implemented the CoCreateInstanceEx method.
|
commit | commitdiff | tree |
1999-04-11 |
David Gay | Fixed crash due to a value of name length 0, value...
|
commit | commitdiff | tree |
1999-04-11 |
Francois Boisvert | Check if pTempActiveWindow in WINPOS_SetWindowPos is...
|
commit | commitdiff | tree |
1999-04-11 |
Francois Gouget | - updated because of the splitting of interface/implementation
|
commit | commitdiff | tree |
1999-04-11 |
Francois Gouget | - use the latest ICOM macros
|
commit | commitdiff | tree |
1999-04-11 |
Francois Gouget | ICOMisation of the DirectSound API.
|
commit | commitdiff | tree |
1999-04-11 |
Juergen Schmied | - reorganised icon extracing from files
|
commit | commitdiff | tree |
1999-04-11 |
Juergen Schmied | Fixed buffer overrun.
|
commit | commitdiff | tree |
1999-04-11 |
Juergen Schmied | Changed ressource dir structures.
|
commit | commitdiff | tree |
1999-04-11 |
Juergen Schmied | Loading the color schema for registry.
|
commit | commitdiff | tree |
1999-04-10 |
Marcus Meissner | Reimplemented winsock asynchronous DNS services. No...
|
commit | commitdiff | tree |
1999-04-10 |
Eric Williams | - color and font dialogs now actually do something...
|
commit | commitdiff | tree |
1999-04-10 |
Juergen Schmied | Corrected debug output.
|
commit | commitdiff | tree |
1999-04-10 |
Eric Pouech | Better error handling ; a few bug fixes ; now OpenDriver16...
|
commit | commitdiff | tree |
1999-04-10 |
Sergey Turchanov | Stubs for CloseDesktop and CloseWindowStation.
|
commit | commitdiff | tree |
1999-04-10 |
Bertho Stultiens | GetModuleFromPath now checks for loaded modules via...
|
commit | commitdiff | tree |
1999-04-10 |
Sylvain St.Germain | Implementation of HKU key saving and loading. Add new...
|
commit | commitdiff | tree |
1999-04-10 |
Juergen Schmied | New interfaces for IOleCommandTarget, IDropTarget,...
|
commit | commitdiff | tree |
1999-04-10 |
Juergen Schmied | ILLoadFromString and SHGetSettings implemented.
|
commit | commitdiff | tree |
1999-04-10 |
Juergen Schmied | SHGetSettings implemented.
|
commit | commitdiff | tree |
1999-04-10 |
Juergen Schmied | ILLoadFromString implemented.
|
commit | commitdiff | tree |
1999-04-10 |
Richard Mortimer | Added missing *IsDark entries into PALETTE_Driver instance
|
commit | commitdiff | tree |
1999-04-10 |
Brian Gerst | Fixed X11DRV_MOUSE_WarpPointer initial value.
|
commit | commitdiff | tree |
1999-04-10 |
Luc Tourangeau | Ensure that the bitmap is properly initialized when...
|
commit | commitdiff | tree |
1999-04-10 |
Sylvain St.Germain | Fixed the messaging problem of the edit box for node...
|
commit | commitdiff | tree |
1999-04-10 |
James Juran | Check for drivers==NULL before trying to delete them...
|
commit | commitdiff | tree |
1999-04-10 |
Ulrich Weigand | Call InitApp16 (using Callout) for initial process.
|
commit | commitdiff | tree |
1999-04-10 |
Ulrich Weigand | Clear invalid selectors also in CallTo16 relay code.
|
commit | commitdiff | tree |