1999-05-23 |
Alexandre Julliard | Added debug events support.
|
commit | commitdiff | tree |
1999-05-23 |
Alexandre Julliard | Release 990523.
|
commit | commitdiff | tree |
1999-05-23 |
Alexandre Julliard | Converted to the new debug interface, using script...
|
commit | commitdiff | tree |
1999-05-23 |
Ulrich Weigand | Bugfix: dwFlags must describe target process in UserSignalProc.
|
commit | commitdiff | tree |
1999-05-23 |
Ian Schmidt | Added missing WINAPI to SHELL32_654 stub. Fixes crash...
|
commit | commitdiff | tree |
1999-05-23 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello...
|
commit | commitdiff | tree |
1999-05-23 |
Ulrich Weigand | Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL...
|
commit | commitdiff | tree |
1999-05-23 |
Ulrich Weigand | Fix typo (wrong DISPLAY.CheckCursor ordinal).
|
commit | commitdiff | tree |
1999-05-23 |
Ulrich Weigand | Bugfix: syslevel relay check was too strict.
|
commit | commitdiff | tree |
1999-05-23 |
Marcus Meissner | Do not use pagesize aligned size_low to grow mapped...
|
commit | commitdiff | tree |
1999-05-22 |
Lionel Ulmer | - added some more debug output
|
commit | commitdiff | tree |
1999-05-22 |
Francis Beaudet | Fixed a major memory leak in the window management...
|
commit | commitdiff | tree |
1999-05-22 |
Eric Pouech | In SetWindowPos if changing Z order and child window...
|
commit | commitdiff | tree |
1999-05-22 |
Pavel Roskin | Disable passing device context to X11DRV_DIB_BuildColorMap...
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Don't freeze other thread while it may hold the X critical...
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Added UserRepaintDisable16().
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Removed EVENT_WaitNetEvent() calls.
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Added IsUserIdle16().
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Adapted to EVENT_ driver changes.
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Adapted to event synchronization changes.
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Moved X input event handling out of EVENT_WaitNetEvent...
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Don't change Z-order of child windows when activating.
|
commit | commitdiff | tree |
1999-05-22 |
Huw D M Davies | Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDri...
|
commit | commitdiff | tree |
1999-05-22 |
Eric Pouech | Create a new configuration manifest constant HAVE_OSS_MIDI.
|
commit | commitdiff | tree |
1999-05-22 |
Ove Kaaven | Fixed silly EINTR bug with starting dosmod.
|
commit | commitdiff | tree |
1999-05-22 |
Kevin Holbrook | Should compare to X11 constant "None" since a colormap...
|
commit | commitdiff | tree |
1999-05-22 |
Paul Quinn | Stop a listbox bug that causes a div by zero when the...
|
commit | commitdiff | tree |
1999-05-22 |
Andre Malafaya Baptista | About dialog translated to Portuguese.
|
commit | commitdiff | tree |
1999-05-22 |
James Juran | task.h was included twice. Removing one fixed a sig11...
|
commit | commitdiff | tree |
1999-05-22 |
Eric Pouech | Check if dc has been created before using it.
|
commit | commitdiff | tree |
1999-05-22 |
Huw D M Davies | Add a few more 32->16 Escape conversions.
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Check for syslevel violations while relay debugging.
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Improved syslevel handling, store currently held syslevels...
|
commit | commitdiff | tree |
1999-05-22 |
Joshua Thielen | Added mmsystem.h include.
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess...
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Handle proc == NULL in THUNK_SetDCHook correctly.
|
commit | commitdiff | tree |
1999-05-22 |
Andreas Mohr | Added support for the undocumented combination
|
commit | commitdiff | tree |
1999-05-22 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello...
|
commit | commitdiff | tree |
1999-05-22 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello...
|
commit | commitdiff | tree |
1999-05-22 |
Ove Kaaven | Expire timers on expiry time too, not just after.
|
commit | commitdiff | tree |
1999-05-22 |
Paul Quinn | Microsoft com vtable compatibility workaround for g...
|
commit | commitdiff | tree |
1999-05-22 |
Marcus Meissner | Replaced all occurences of SYSMETRICS_xx and sysMetrics...
|
commit | commitdiff | tree |
1999-05-22 |
Ove Kaaven | Added INT_Int16AddChar.
|
commit | commitdiff | tree |
1999-05-22 |
Bertho Stultiens | Bugfix: Prevent null-pointer dereference in TRACE argument...
|
commit | commitdiff | tree |
1999-05-22 |
Bertho Stultiens | Fixed wrong NE module registration so that resources...
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Set %ebx to point to real 16-bit stack in CBClientThunkSL.
|
commit | commitdiff | tree |
1999-05-22 |
Marcus Meissner | Removed use of win.h, sysmetrics.h and associated WINE...
|
commit | commitdiff | tree |
1999-05-22 |
Eric Kohl | Toolbar customization dialog (take one).
|
commit | commitdiff | tree |
1999-05-22 |
Francis Beaudet | Fixed GetTopWindow so it will correctly handle the...
|
commit | commitdiff | tree |
1999-05-22 |
Ulrich Weigand | Fix swapped FreeLibary return values. Handle FreeLibrary...
|
commit | commitdiff | tree |
1999-05-22 |
Marcus Meissner | Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed...
|
commit | commitdiff | tree |
1999-05-22 |
Ove Kaaven | Changed global DOS_LOL into function DOSMEM_LOL() in...
|
commit | commitdiff | tree |
1999-05-22 |
Ove Kaaven | Added MZ_Current() (returns current LPDOSTASK) and...
|
commit | commitdiff | tree |
1999-05-22 |
Pascal Lessard | Add some null checking in the Get/SetBitmapBits functions.
|
commit | commitdiff | tree |
1999-05-22 |
Marcus Meissner | Added init function for CRTDLL, allocate stdio/stderr...
|
commit | commitdiff | tree |
1999-05-22 |
Marcus Meissner | Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
|
commit | commitdiff | tree |
1999-05-22 |
James Juran | Print a more effective (and visible) error message...
|
commit | commitdiff | tree |
1999-05-22 |
Eric Pouech | Some more defines for multimedia.
|
commit | commitdiff | tree |
1999-05-22 |
Juergen Schmied | Some stubs for pccard vxd to debug the native shell32.
|
commit | commitdiff | tree |
1999-05-22 |
Ove Kaaven | Use service thread for "true" multimedia timers.
|
commit | commitdiff | tree |
1999-05-22 |
Juergen Schmied | Implemented printing out of some structures.
|
commit | commitdiff | tree |
1999-05-20 |
Alexandre Julliard | Set only the client socket in non-blocking mode instead...
|
commit | commitdiff | tree |
1999-05-17 |
Huw D M Davies | Implement DocumentProperties, DeviceCapabilities, beginnings of
|
commit | commitdiff | tree |
1999-05-17 |
Marcus Meissner | glide2x loadorder is "so,native".
|
commit | commitdiff | tree |
1999-05-17 |
Ove Kaaven | Improved shortcuts - follows jumps in trying to avoid...
|
commit | commitdiff | tree |
1999-05-17 |
Ove Kaaven | Updated and improved instructions.
|
commit | commitdiff | tree |
1999-05-17 |
Ove Kaaven | Made "Wine-dbg>set *seg:off = val" work (previously...
|
commit | commitdiff | tree |
1999-05-17 |
Jukka Kangas | When opening the file we don't need MMIO_EXCLUSIVE
|
commit | commitdiff | tree |
1999-05-17 |
Juergen Schmied | Prevent crash in stub of SheGetDirW.
|
commit | commitdiff | tree |
1999-05-17 |
Juergen Schmied | Further implementation of the FileMenu.
|
commit | commitdiff | tree |
1999-05-17 |
Juergen Schmied | Set the default menu item of the window menu
|
commit | commitdiff | tree |
1999-05-17 |
James Juran | Changed serial ports in wine.ini to /dev/ttySX from...
|
commit | commitdiff | tree |
1999-05-17 |
Ulrich Weigand | Release Win16Lock when calling LoadLibrary32 from 16...
|
commit | commitdiff | tree |
1999-05-17 |
Ulrich Weigand | Fixed THUNK_SetDCHook when using native USER.
|
commit | commitdiff | tree |
1999-05-17 |
Ulrich Weigand | Bugfix: FT_PrologPrime was broken due to relay changes.
|
commit | commitdiff | tree |
1999-05-17 |
Ulrich Weigand | Some stubs added.
|
commit | commitdiff | tree |
1999-05-17 |
Ulrich Weigand | Suspend window locks before calling hook procedure.
|
commit | commitdiff | tree |
1999-05-17 |
Ulrich Weigand | Fixed window refcount handling in GetNextDlgGroupItem.
|
commit | commitdiff | tree |
1999-05-17 |
Ulrich Weigand | Removed superfluous WIN_ReleaseWndPtr.
|
commit | commitdiff | tree |
1999-05-17 |
Marcus Meissner | Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto...
|
commit | commitdiff | tree |
1999-05-16 |
Alexandre Julliard | Added a few missing debug event definitions.
|
commit | commitdiff | tree |
1999-05-16 |
Alexandre Julliard | Adapted to new select interface.
|
commit | commitdiff | tree |
1999-05-16 |
Alexandre Julliard | Changed select interface, separated timeouts from file...
|
commit | commitdiff | tree |
1999-05-16 |
Alexandre Julliard | Moved process structure definition to process.h.
|
commit | commitdiff | tree |
1999-05-16 |
Alexandre Julliard | Added TEB in init_thread request.
|
commit | commitdiff | tree |
1999-05-15 |
Alexandre Julliard | Tried to add an error message when crashing on a selector...
|
commit | commitdiff | tree |
1999-05-15 |
Alexandre Julliard | Server reorganization:
|
commit | commitdiff | tree |
1999-05-15 |
Alexandre Julliard | Get include files from the current directory first.
|
commit | commitdiff | tree |
1999-05-14 |
Marcus Meissner | Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
|
commit | commitdiff | tree |
1999-05-14 |
Francois Boisvert | Changed CBGetDroppedControlRect to be compliant with...
|
commit | commitdiff | tree |
1999-05-14 |
Alexandre Julliard | Fixed a few bugs, and improved the exception macros...
|
commit | commitdiff | tree |
1999-05-14 |
Alexandre Julliard | Converted to the new debug interface, using script...
|
commit | commitdiff | tree |
1999-05-14 |
Alexandre Julliard | Converted to the new debug interface.
|
commit | commitdiff | tree |
1999-05-14 |
Ulrich Weigand | Fixed invalid window refcount handling in RDW_Paint().
|
commit | commitdiff | tree |
1999-05-14 |
Noel Borthwick | Fix a deadlock with the system message queue by ensuring...
|
commit | commitdiff | tree |
1999-05-14 |
Lionel Ulmer | Check if in depth-conversion mode before returning...
|
commit | commitdiff | tree |
1999-05-13 |
Lionel Ulmer | Replaced all the Mesa specific code by GLX code. Should...
|
commit | commitdiff | tree |
1999-05-13 |
<TTarrant@Etnoteam.It> | Added Italian keyboard support.
|
commit | commitdiff | tree |
1999-05-13 |
Huw D M Davies | Fixed a couple of memcpy errors.
|
commit | commitdiff | tree |
1999-05-13 |
Huw D M Davies | Small fix to help native win95 PrintDlg on the way.
|
commit | commitdiff | tree |