2005-09-17 |
Robert Shearman | GetDesktopWindow can now potentially create a thread... |
blob | commitdiff | raw |
2005-09-12 |
Alexandre Julliard | SendMessageTimeout takes a DWORD_PTR not a DWORD. |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Francois Gouget | If given the EWX_FORCE flag, ExitWindowsEx() should... |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
blob | commitdiff | raw | diff to current |
2005-08-10 |
Alexandre Julliard | Make sure we don't call the graphics driver after proce... |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Alexandre Julliard | Initialize the various menu global variables on demand... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Alexandre Julliard | Load the USER driver on demand instead of at user32... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Alexandre Julliard | Fixed a few prototypes in the USER driver. |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Alexandre Julliard | Put in place the basic infrastructure to allow supporti... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Alexandre Julliard | Moved initialization of the desktop window in the graph... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Mike McCormack | -Wpointer-sign fixes for gcc 4.0. |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Alexandre Julliard | Moved a few registry keys from HKLM\Software\Wine to |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Alexandre Julliard | Added magic comments to all Wine-specific registry... |
blob | commitdiff | raw | diff to current |
2005-05-25 |
Alexandre Julliard | Moved functions from windows/user.c to more appropriate... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Alexandre Julliard | Renamed ttydrv and x11drv to winetty.drv and winex11... |
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-04-27 |
Alexandre Julliard | Removed the MESSAGEQUEUE structure, and store the corre... |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Alexandre Julliard | Moved DCE support to the X11 driver. |
blob | commitdiff | raw | diff to current |
2005-03-09 |
Alexandre Julliard | Moved SendInput and related functions to the USER drive... |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Alexandre Julliard | Moved TranslateMessage and DispatchMessage to dlls... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Alexandre Julliard | Removed unused ForceWindowRaise function. |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Alexandre Julliard | Merged system metrics support into sysparams.c, and... |
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 palette functions to user_main.c and removed |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Alexandre Julliard | Get rid of the client-side window timer structures. |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Dmitry Timoshkov | Protect USER32 against early graphics driver unloading. |
blob | commitdiff | raw | diff to current |
2004-07-13 |
Alexandre Julliard | Allow specifying multiple graphics drivers and use... |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Ulrich Czekalla | ScrollDC should take into account overlapped windows... |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Alexandre Julliard | Preload keyboard.drv when Windows version is Win9x. |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Dimitrie O. Paun | Remove the rest of the Tweak look hack. |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Dimitrie O. Paun | Remove the support for the Win 3.1 Look. |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Alexandre Julliard | Avoid a few more GetModuleHandle calls. |
blob | commitdiff | raw | diff to current |
2004-01-12 |
Alexandre Julliard | ScrollDC doesn't need to be in the graphics driver. |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Alexandre Julliard | Added window classes in the server, and support for... |
blob | commitdiff | raw | diff to current |
2003-12-08 |
Dimitrie O. Paun | Move content of global.h into the appropriate private... |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Dmitry Timoshkov | Add preliminary support for keyboard layout APIs. |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Alexandre Julliard | Use the standard DllMain entry point. |
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-28 |
Alexandre Julliard | Start using the exported TEB structure from winternl... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Alexandre Julliard | Store window procedures in a static array instead of... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Alexandre Julliard | Only compute dialog base units once we need them. |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Alexandre Julliard | Lookup COM/LPT devices in the registry when they are... |
blob | commitdiff | raw | diff to current |
2003-06-23 |
Ulrich Czekalla | - use global atoms for the format ids |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Alexandre Julliard | Call the user signal proc for exe modules too, to avoid... |
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-14 |
Alexandre Julliard | Added ReleaseDC function to the USER driver interface. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Alexandre Julliard | Removed a couple of no longer used queue functions. |
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-23 |
Alexandre Julliard | Store thread id instead of queue handle in timer structure. |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Alexandre Julliard | Store the original GDI palette functions in pfnSelectPa... |
blob | commitdiff | raw | diff to current |
2002-10-02 |
Alexandre Julliard | Make sure things still work if 16-bit dlls cannot be... |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Alexandre Julliard | Fixed a number of dll separation issues. |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Ulrich Czekalla | - Add a max wait time for selection notifies. |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Andreas Mohr | Spelling stuff. |
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-04 |
Alexandre Julliard | Removed LoadOEMResource from USER driver. |
blob | commitdiff | raw | diff to current |
2001-12-06 |
Andriy Palamarchuk | Implemented processing for actions: SPI_GET/SETGRIDGRAN... |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Andriy Palamarchuk | Removed Get/SetScreenSaveTimeout user driver functions... |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Alexandre Julliard | Store in the server all the window information accessib... |
blob | commitdiff | raw | diff to current |
2001-10-18 |
Alexandre Julliard | Changed X11 mouse driver to use SendInput, and removed... |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Alexandre Julliard | Added support for low-level mouse and keyboard hooks. |
blob | commitdiff | raw | diff to current |
2001-10-16 |
Alexandre Julliard | Added internal Wine messages to perform SetWindowPos... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Alexandre Julliard | Renamed USER_Init into UserClientDllInitialize. |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Gerard Patel | Map a window if it is shown by a direct style change. |
blob | commitdiff | raw | diff to current |
2001-08-09 |
Eric Pouech | - implemented correctly the HSZ as local atoms and... |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Alexandre Julliard | Removed a few unnecessary Callouts. |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Mike McCormack | Move 16-bit COMM code to USER dll. |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Alexandre Julliard | Moved ForceWindowRaise to the USER driver and removed... |
blob | commitdiff | raw | diff to current |
2001-06-21 |
Ove Kaaven | Make GetCursorPos call XQueryPointer. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Alexandre Julliard | Moved queue paint count to the server. Removed a few... |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Alexandre Julliard | Moved hardware message queue handling to the server. |
blob | commitdiff | raw | diff to current |
2001-06-04 |
Alexandre Julliard | Create an X window for every window, including children. |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Alexandre Julliard | Moved the major part of message queue and window timer... |
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-10 |
Alexandre Julliard | Moved ScrollWindowEx implementation to the graphics... |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Alexandre Julliard | Moved window move/resize syscommand handling to the... |
blob | commitdiff | raw | diff to current |
2001-05-05 |
Alexandre Julliard | Remove Get/SetBeepActive from USER driver and manage... |
blob | commitdiff | raw | diff to current |
2001-04-24 |
Alexandre Julliard | Moved most of the implementation of SetWindowPos and... |
blob | commitdiff | raw | diff to current |
2001-04-18 |
Alexandre Julliard | No need to preallocate DCEs since they are allocated... |
blob | commitdiff | raw | diff to current |
2001-03-23 |
Alexandre Julliard | Small dll separation fixes. |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - Remove <string.h> from winnt.h. |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
blob | commitdiff | raw | diff to current |
2000-12-19 |
François Gouget | winuser.h now requires that we include winbase.h first. |
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-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Dmitry Timoshkov | Replaced ToAscii by ToUnicode in the User driver interface. |
blob | commitdiff | raw | diff to current |
2000-09-16 |
Alexandre Julliard | Moved Select/RealizePalette implementation to USER... |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Alexandre Julliard | Merged clipboard driver into USER driver. |
blob | commitdiff | raw | diff to current |
2000-08-03 |
Alexandre Julliard | Added imports of user32/gdi32/kernel32 wherever necessary. |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Alexandre Julliard | Merged mouse dll into USER. |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Alexandre Julliard | Merged display.dll into USER. |
blob | commitdiff | raw | diff to current |
2000-05-07 |
Alexandre Julliard | Cleaned up local heap initialisation. |
blob | commitdiff | raw | diff to current |
2000-04-08 |
Alexandre Julliard | Removed a number of global handle allocations and criti... |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
blob | commitdiff | raw | diff to current |
|