2005-05-19 |
Dimi Paun | Remove LOCAL_*() calls from USER, use Local*16() instead. |
blob | commitdiff | raw |
2005-05-14 |
Dimi Paun | Make LOCAL_*() just wrappers around Local*16() functions. |
blob | commitdiff | raw | diff to current |
2005-04-27 |
Alexandre Julliard | Moved the USER syslevel to dlls/user/user_main.c. |
blob | commitdiff | raw | diff to current |
2005-04-27 |
Alexandre Julliard | Moved remaining messaging definitions to user_private... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Alexandre Julliard | Get rid of the window lock suspend mechanism. |
blob | commitdiff | raw | diff to current |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Alexandre Julliard | Use ExitProcess to terminate the process in ExitWindows... |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Francois Gouget | - If given the EWX_FORCE flag, ExitWindowsEx() should... |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Alexandre Julliard | Moved private USER definitions to a new user_private... |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Alexandre Julliard | Moved some more 16-bit USER functions to the correspond... |
blob | commitdiff | raw | diff to current |
2004-11-01 |
Mike McCormack | Start the reboot process in ExitWindowsEx. |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Mike McCormack | Kill all wine processes when doing ExitWindowsEx. |
blob | commitdiff | raw | diff to current |
2004-03-05 |
Robert Shearman | Stub for RegisterDeviceNotificationW. |
blob | commitdiff | raw | diff to current |
2004-02-26 |
Dimitrie O. Paun | Remove the win32 debug channel, misc cleanup of debuggi... |
blob | commitdiff | raw | diff to current |
2004-02-05 |
Rein Klazes | Change return code from ExitWindowsEx() (and with that... |
blob | commitdiff | raw | diff to current |
2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Alexandre Julliard | Get rid of the 32-bit user signal proc since we always... |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Alex Pasadyn | Implemented EnumDisplaySettings* and ChangeDisplaySetti... |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Jukka Heinonen | Removed last users of msdos/interrupts.c. |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Stefan Leichter | Moved implementation of EnumDisplaySettings from ASCII... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Alexandre Julliard | Rewrote hook support to store the hook chain in the... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Andreas Mohr | Make GetFreeSystemResources16 print its values on TRACE. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Alexandre Julliard | Added WIN_ListParents function and renamed WIN_BuildWin... |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Alexandre Julliard | Removed a number of direct accesses to the window struc... |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Alexandre Julliard | Moved user lock to user.c. Added USER_CheckNotLock... |
blob | commitdiff | raw | diff to current |
2001-08-08 |
Alexandre Julliard | Replace SendMessage16 by SendMessageW where possible. |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Alexandre Julliard | Avoid using GetFastQueue16 from USER. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2001-06-07 |
Alexandre Julliard | Removed unneeded inclusion of queue.h. |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Alexandre Julliard | Create an X connection for each thread, and process... |
blob | commitdiff | raw | diff to current |
2001-05-11 |
Alexandre Julliard | Create a new window for the top popup menu on every... |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Alexandre Julliard | Always load the 32-bit dll containing a given 16-bit... |
blob | commitdiff | raw | diff to current |
2001-03-23 |
Alexandre Julliard | Small dll separation fixes. |
blob | commitdiff | raw | diff to current |
2001-02-26 |
Eric Pouech | Added a few missing stubs to KERNEL32 and USER32. |
blob | commitdiff | raw | diff to current |
2001-02-12 |
Patrik Stridvall | Documentation name fixes (always use external name). |
blob | commitdiff | raw | diff to current |
2001-01-28 |
Eric Pouech | Added a few missing exports. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
James Juran | Add <string.h> to files that needed it. |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Removed some direct accesses to the 16-bit task structure. |
blob | commitdiff | raw | diff to current |
2001-01-09 |
François Gouget | Move HDWP to winuser.h. |
blob | commitdiff | raw | diff to current |
2001-01-03 |
François Gouget | Convert HDESK to STRICT. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Patrik Stridvall | Various documentation fixes. |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Dmitry Timoshkov | Add CF_UNICODETEXT as primary text clipboard format. |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Alexandre Julliard | Removed dependencies on the internals of the CLASS... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
blob | commitdiff | raw | diff to current |
2000-07-31 |
Alexandre Julliard | Cleaned up some more USER dependencies. |
blob | commitdiff | raw | diff to current |
2000-07-31 |
Alexandre Julliard | Moved toolhelp implementation into kernel32 dll. |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Peter Ganten | Stubs for CreateDesktopA and EnumDesktopWindows. |
blob | commitdiff | raw | diff to current |
2000-07-10 |
Marcus Meissner | Stub for RegisterDeviceNotificationA. |
blob | commitdiff | raw | diff to current |
2000-06-18 |
Francois Gouget | Added some missing prototypes. |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Alexandre Julliard | Moved idle event handling to the server. |
blob | commitdiff | raw | diff to current |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Alexandre Julliard | Fixed a couple of file descriptor leaks. |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Alexandre Julliard | Store monitor size and depth in the generic structure. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-01-01 |
Peter Ganten | Implemented WaitForInputIdle. |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Ulrich Weigand | Added USER.DllEntryPoint(). |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Marcus Meissner | Added ChangeDisplaySettingsExA stub and some flag defines. |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Francis Beaudet | Enabled the persistent clipboard server. |
blob | commitdiff | raw | diff to current |
1999-09-23 |
Patrik Stridvall | Fixed some of the issues reported by winapi-check. |
blob | commitdiff | raw | diff to current |
1999-09-19 |
Marcus Meissner | Added stub implementation for EnumDisplayDevices*. |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Noel Borthwick | - Implement interprocess clipboard communication. |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Ulrich Weigand | Added FinalUserInit16/FinalGdiInit16 stubs. |
blob | commitdiff | raw | diff to current |
1999-07-11 |
Alexandre Julliard | Take advantage of the new registers saved in the STACK1... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Patrik Stridvall | Removed direct references to CLASS internals. |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Ulrich Weigand | Added ExitKernel16 (replacing USER_ExitWindows), ExitPr... |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-16 |
Michael Veksler | Fixed warnings. |
blob | commitdiff | raw | diff to current |
1999-04-15 |
Marcus Meissner | Missing WINAPI for RegisterSystemThread. |
blob | commitdiff | raw | diff to current |
1999-04-11 |
Bertho Stultiens | Added RegisterSystemThread stub. |
blob | commitdiff | raw | diff to current |
1999-04-10 |
Sergey Turchanov | Stubs for CloseDesktop and CloseWindowStation. |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Ulrich Weigand | Added USER32.UserSignalProc to Callout table. |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Lionel Ulmer | Added stub for SetSystemCursor. |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Francois Boisvert | Fixed some bugs in thread safeness for wnd struct. |
blob | commitdiff | raw | diff to current |
1999-03-18 |
Marcus Meissner | Lots of warning fixed, one missing WINAPI in ddraw... |
blob | commitdiff | raw | diff to current |
1999-03-10 |
Ulrich Weigand | Adapted to cursor/icon handling changes. |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Marcus Meissner | Some more recursive include fixes/optimizations. |
blob | commitdiff | raw | diff to current |
1999-02-18 |
Stephane Lussier | - New implementation of SendMessage, ReceiveMessage... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-12 |
Juergen Schmied | Small fixes to compile with the headers (mostly nt... |
blob | commitdiff | raw | diff to current |
next |