Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE.
[wine] / include / winuser.h
2001-06-06  Bobby BinghamStub implementation of AnimateWindow().
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-04-18  Alexandre JulliardMoved DCX_* constants to winuser.h.
2001-04-02  James JuranAdd value 106 to SystemParametersInfo.
2001-03-16  Ove KaavenAdded Win2000 WS_EX_LAYERED window style.
2001-02-23  Eric PouechA first stab at implementing the RunDll features.
2001-02-12  Dmitry TimoshkovAdded unicode MDI client window proc.
2001-01-24  Alexandre JulliardRemoved non-standard OBM_RADIOCHECK bitmap.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-18  Alexandre JulliardStore USER icons and cursors as resources instead of...
2001-01-09  François GougetMove HDWP to winuser.h.
2001-01-04  François GougetMoved the function pointer types to their rightful...
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
2000-12-19  François GougetAdded CreateWindowStation.
2000-12-19  François GougetAdded SetUserObjectSecurity.
2000-12-05  Ken ColemanAdded a first-cut version of MapVirtualKeyExW() that...
2000-12-02  Dmitry TimoshkovAdded several clipboard formats.
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-10  Francois GougetAdded some STN_xxx macros.
2000-11-08  Francois GougetAdded DM_REPOSITION.
2000-10-19  Dmitry TimoshkovAdded support for AZERTY keyboard layout.
2000-10-19  Alexandre JulliardCall PrivateExtractIcon in user32 instead of duplicatin...
2000-10-17  Dmitry TimoshkovAdded support for keyboard input in various locales.
2000-10-13  Chris MorganImplemented the IDC_HAND cursor.
2000-10-13  Andreas MohrAdded MSGF_DDEMGR.
2000-10-13  Susan FarleyStatus bars on managed windows should not have SIZEGRIP...
2000-10-12  Francois GougetAdded many missing *Pxxx types.
2000-10-12  Francois GougetAdded four DDElParam functions.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-22  Francois GougetAdded a few missing macros, types and prototypes.
2000-09-16  Jeremy WhiteAdded PWNDCLASS definition.
2000-09-12  Jeremy WhiteAdd WM_USERCHANGED.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-02  Jeremy WhiteAdded WM_TCARD and DWORDLONG.
2000-07-31  Alexandre JulliardMoved system metrics definitions to winuser.h.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-25  Alexandre JulliardMoved FORMAT_MESSAGE flags definition to winbase.h.
2000-07-23  Ove KaavenAdded a few Win32 definitions.
2000-07-16  Andreas MohrDoc and trace updates.
2000-07-10  Marcus MeissnerStub for RegisterDeviceNotificationA.
2000-07-08  Matthew LakeAdded some missing definitions.
2000-06-24  Hidenori TakeshimaAdded IDI_WINLOGO.
2000-06-23  Hidenori TakeshimaAdded SC_ICON/SC_ZOOM (obsolete macros).
2000-06-18  Francois GougetAdded some missing prototypes.
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-06-07  Serge IvanovAdded undocumented window style.
2000-05-05  Aric StewartAdded WM_SIZING message support.
2000-05-03  Huw D M DaviesAdded HWND_MESSAGE.
2000-04-23  Martin FuchsFixed GetNumberFormat declaration.
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-04-06  Owen WangImplemented API EnumTimeFormatsA(). It supports now...
2000-03-28  Patrik Stridvall- Added/fixed some documentation reported by winapi_check
2000-03-19  Francois GougetAdded WM_APP.
2000-03-08  Hidenori TakeshimaAdded a few messages for IME.
2000-03-07  Huw D M DaviesImplement SPI_GETICONMETRICS.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Michael CardenasAdded a bunch of macros needed for compiling Winelib...
1999-12-11  Alexandre JulliardAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus...
1999-12-04  Erez VolkStubs for Get/SetProcessDefaultLayout.
1999-11-07  Marcus MeissnerAdded ChangeDisplaySettingsExA stub and some flag defines.
1999-10-23  Jim AstonFixed a small typo.
1999-09-19  Marcus MeissnerAdded stub implementation for EnumDisplayDevices*.
1999-08-18  Michael VekslerRemoved unnecessary includes from ole related files.
1999-08-15  Thuy NguyenImplemented the WM_SETICON and WM_GETICON messages.
1999-08-07  Ulrich WeigandSeparated Win16 (USER) and Win32 (MPR) network routines.
1999-07-30  Yuxi ZhangRemoved duplicated defines in winuser.h and commctrl...
1999-07-04  Joshua ThielenFixed DestroyAcceleratorTable and implemented CreateAcc...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-18  Ulrich Weigand- Do not call XConfigureWindow if SetWindowPos was...
1999-06-12  Patrik StridvallMad the include files idempotent using a consistent...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-06-06  Alexandre JulliardMoved inclusion of winestring.h to winebase.h.
1999-06-05  Paul QuinnSome non-threatening fixes to some headers, as well...
1999-05-08  Huw D M DaviesSplit off wingdi16.h from wingdi.h. Add many more...
1999-05-08  Francis BeaudetChanged the return value of GetKeyboardState and SetKey...
1999-05-02  Juergen Schmied- default item handling
1999-04-25  Jim AstonAdded some missing #defines I've run across.
1999-04-25  Eric PouechAdded some missing manifest constants for Queue Status...
1999-04-18  Juergen Schmied- use fonts/fontsizes given by SystemParametersInfo
1999-04-15  Zygo BlaxellReleaseCapture() is supposed to return a BOOL value.
1999-04-15  Pascal LessardImplement the button with bitmaps.
1999-04-03  Thuy NguyenDLGITEMTEMPLATE structure had one too many member.
1999-03-28  Lionel UlmerAdded stub for SetSystemCursor.
1999-03-28  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Aaron Barnes...
1999-03-24  Alexandre JulliardAuthors: Adrian Thurston <adriant@corel.ca>, Paul Quinn...
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-03-21  Ove KaavenFixed prototypes of a couple of comm routines.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Paul QuinnMany new defines, and structs to help compile MFC....
1999-03-13  Pavel RoskinFile open dialog now uses icons instead of bitmaps.
1999-03-13  Bertho StultiensChanged the DLGTEMPLATE and DLGITEMTEMPLATE types to...
1999-02-28  Klaas van GendAdded the button states as returned by IsDlgButtonCheck...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-18  Francois BoisvertImplementation of the pushed close button.
1999-02-15  Douglas Ridgwayc2man doesn't like extra semicolons.
1999-02-14  Eric PouechChanged some functions prototypes (were returning void).
1999-02-14  Paul QuinnFixed some Winelib names.
1999-02-13  Marcus MeissnerImplemented MapVirtualKeyEx (ticket 21).
1999-02-10  Alexandre JulliardAuthors: Albert Den Haan <albertd@corel.ca>, Adrian...
1999-02-09  Michael VekslerMoved everything out of windows.h.
next