- f9037de Implemented SendInput(). by Alexandre Julliard · 24 years ago
- db4aae2 Stub implementation of AnimateWindow(). by Bobby Bingham · 24 years ago
- 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
- c7d3931 Moved DCX_* constants to winuser.h. by Alexandre Julliard · 24 years ago
- 36b698f Add value 106 to SystemParametersInfo. by James Juran · 24 years ago
- c5f35b7 Added Win2000 WS_EX_LAYERED window style. by Ove Kaaven · 24 years ago
- 92b2318 A first stab at implementing the RunDll features. by Eric Pouech · 24 years ago
- 91adf0a Added unicode MDI client window proc. by Dmitry Timoshkov · 24 years ago
- 803dbb6 Removed non-standard OBM_RADIOCHECK bitmap. by Alexandre Julliard · 24 years ago
- 8bb7fb9 Fixed a number of incompatibilities in OEM icons/cursors handling. by Alexandre Julliard · 24 years ago
- 16cbf40 Store USER icons and cursors as resources instead of xpm bitmaps. by Alexandre Julliard · 24 years ago
- 54300e5 Move HDWP to winuser.h. Convert HWINSTA to STRICT. by François Gouget · 24 years ago
- f53b0e8 Moved the function pointer types to their rightful headers. by François Gouget · 24 years ago
- 55146db Fixed a few type clashes in preparation for the switch to STRICT. by François Gouget · 24 years ago
- ef14b8a Added CreateWindowStation. by François Gouget · 24 years ago
- c3cd6b5 Added SetUserObjectSecurity. by François Gouget · 24 years ago
- 2743c81 Added a first-cut version of MapVirtualKeyExW() that has the same by Ken Coleman · 24 years ago
- 2cf6f1e Added several clipboard formats. by Dmitry Timoshkov · 24 years ago
- 5b971f0 Moved wsprintf functions to dlls/user. by Alexandre Julliard · 24 years ago
- 0b4e0d7 Added some STN_xxx macros. by Francois Gouget · 24 years ago
- f2ab8ff Added DM_REPOSITION. by Francois Gouget · 24 years ago
- ff81f93 Added support for AZERTY keyboard layout. by Dmitry Timoshkov · 24 years ago
- cc7abe1 Call PrivateExtractIcon in user32 instead of duplicating the code. by Alexandre Julliard · 24 years ago
- 7b0bf0f Added support for keyboard input in various locales. by Dmitry Timoshkov · 24 years ago
- 56af064 Implemented the IDC_HAND cursor. by Chris Morgan · 24 years ago
- 855ac7a Added MSGF_DDEMGR. by Andreas Mohr · 24 years ago
- 557066d Status bars on managed windows should not have SIZEGRIP style. by Susan Farley · 24 years ago
- 67c9691 Added many missing *Pxxx types. by Francois Gouget · 24 years ago
- 8930569 Added four DDElParam functions. Now needs an 'extern "C"' protection for C++. by Francois Gouget · 24 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
- f2e6575 Added a few missing macros, types and prototypes. by Francois Gouget · 25 years ago
- 5825444 Added PWNDCLASS definition. by Jeremy White · 25 years ago
- 9982a24 Add WM_USERCHANGED. by Jeremy White · 25 years ago
- 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
- ccc0a80 Added WM_TCARD and DWORDLONG. by Jeremy White · 25 years ago
- 797f221 Moved system metrics definitions to winuser.h. by Alexandre Julliard · 25 years ago
- 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
- fc846d7 Moved FORMAT_MESSAGE flags definition to winbase.h. by Alexandre Julliard · 25 years ago
- f9e4e48 Added a few Win32 definitions. by Ove Kaaven · 25 years ago
- 6f83a5e Doc and trace updates. by Andreas Mohr · 25 years ago
- 521c0e4 Stub for RegisterDeviceNotificationA. by Marcus Meissner · 25 years ago
- 1872710 Added some missing definitions. by Matthew Lake · 25 years ago
- 8fec326 Added IDI_WINLOGO. by Hidenori Takeshima · 25 years ago
- 8b347b2 Added SC_ICON/SC_ZOOM (obsolete macros). by Hidenori Takeshima · 25 years ago
- 326e2ba Added some missing prototypes. Define the HDRAWDIB handle type. by Francois Gouget · 25 years ago
- ae41e8c Reordered the CALLBACK and WINAPI directives so that it compiles with by Francois Gouget · 25 years ago
- ae89703 Added undocumented window style. by Serge Ivanov · 25 years ago
- 4467550 Added WM_SIZING message support. by Aric Stewart · 25 years ago
- fadc18e Added HWND_MESSAGE. by Huw D M Davies · 25 years ago
- fcf9f24 Fixed GetNumberFormat declaration. by Martin Fuchs · 25 years ago
- 4bdf4af Implemented Mousewheel support. by Stephane Lussier · 25 years ago
- 3c30bba Implemented API EnumTimeFormatsA(). It supports now all different by Owen Wang · 25 years ago
- 533d333 - Added/fixed some documentation reported by winapi_check by Patrik Stridvall · 25 years ago
- afd69e9 Added WM_APP. by Francois Gouget · 25 years ago
- 146b16a Added a few messages for IME. by Hidenori Takeshima · 25 years ago
- 4688c7c Implement SPI_GETICONMETRICS. by Huw D M Davies · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- 6a52a50 Added a bunch of macros needed for compiling Winelib apps. by Michael Cardenas · 25 years ago
- 1dc551c Authors: Kai Morich <kai.morich@bigfoot.de>, Marcus Meissner <marcus@jet.franken.de> by Alexandre Julliard · 25 years ago
- fdf7127 Stubs for Get/SetProcessDefaultLayout. by Erez Volk · 25 years ago
- 5e2f50f Added ChangeDisplaySettingsExA stub and some flag defines. by Marcus Meissner · 25 years ago
- cf1e858 Fixed a small typo. by Jim Aston · 25 years ago
- 8388f67 Added stub implementation for EnumDisplayDevices*. by Marcus Meissner · 26 years ago
- 4405f3c Removed unnecessary includes from ole related files. by Michael Veksler · 26 years ago
- 03a6889 Implemented the WM_SETICON and WM_GETICON messages. by Thuy Nguyen · 26 years ago
- bb1984e Separated Win16 (USER) and Win32 (MPR) network routines. by Ulrich Weigand · 26 years ago
- 4e40dc0 Removed duplicated defines in winuser.h and commctrl.h. Also corrected by Yuxi Zhang · 26 years ago
- a49bb26 Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW. by Joshua Thielen · 26 years ago
- 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
- 7f53c57 - Do not call XConfigureWindow if SetWindowPos was called due to a by Ulrich Weigand · 26 years ago
- 857eb39 Mad the include files idempotent using a consistent macro naming scheme. by Patrik Stridvall · 26 years ago
- 9e61c1c Changed xxx(VOID) to xxx(void). by Patrik Stridvall · 26 years ago
- 51f5842 Moved inclusion of winestring.h to winebase.h. by Alexandre Julliard · 26 years ago
- aaa8306 Some non-threatening fixes to some headers, as well as some casting by Paul Quinn · 26 years ago
- a9f55c4 Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs by Huw D M Davies · 26 years ago
- ee3c1d7 Changed the return value of GetKeyboardState and SetKeyboardState from by Francis Beaudet · 26 years ago
- 466a652 - default item handling - small drawing fixes by Juergen Schmied · 26 years ago
- 10141fe Added some missing #defines I've run across. by Jim Aston · 26 years ago
- 33c5974 Added some missing manifest constants for Queue Status functions (QS_????). by Eric Pouech · 26 years ago
- 7851394 - use fonts/fontsizes given by SystemParametersInfo by Juergen Schmied · 26 years ago
- 007f133 ReleaseCapture() is supposed to return a BOOL value. by Zygo Blaxell · 26 years ago
- 026f705 Implement the button with bitmaps. by Pascal Lessard · 26 years ago
- 96d0359 DLGITEMTEMPLATE structure had one too many member. by Thuy Nguyen · 26 years ago
- 5f5b576 Added stub for SetSystemCursor. by Lionel Ulmer · 26 years ago
- f80b2ab Authors: Paul Quinn <paulq@corel.ca>, Aaron Barnes <aaronb@corel.ca>, Adrian Thurston <adriant@corel.ca> by Alexandre Julliard · 26 years ago
- faa18fd Authors: Adrian Thurston <adriant@corel.ca>, Paul Quinn <paulq@corel.ca> by Alexandre Julliard · 26 years ago
- e94e354 Removed winuser16.h from x11drv.h. by Veksler Michael · 26 years ago
- fab975e Fixed prototypes of a couple of comm routines. by Ove Kaaven · 26 years ago
- 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
- 89b21b4 Many new defines, and structs to help compile MFC. As well as a few by Paul Quinn · 26 years ago
- cb32721 File open dialog now uses icons instead of bitmaps. by Pavel Roskin · 26 years ago
- dbf9fba Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW by Bertho Stultiens · 26 years ago
- 691606e Added the button states as returned by IsDlgButtonChecked(). by Klaas van Gend · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 308c6af Implementation of the pushed close button. by Francois Boisvert · 26 years ago
- db4d1c7 c2man doesn't like extra semicolons. by Douglas Ridgway · 26 years ago
- b9544f1 Changed some functions prototypes (were returning void). by Eric Pouech · 26 years ago
- 97c1c83 Fixed some Winelib names. by Paul Quinn · 26 years ago
- 592c910 Implemented MapVirtualKeyEx (ticket 21). Ignore keyboard layout for now. by Marcus Meissner · 26 years ago
- 894077f Authors: Albert Den Haan <albertd@corel.ca>, Adrian Thurston <athursto@corel.ca>, Paul Quinn <paulq@corel.ca>, Zygo Blaxell <zygob@corel.ca> by Alexandre Julliard · 26 years ago