include/gdiplusenums.h: Add FlatnessDefault definition.
[wine] / include / winuser.h
2004-11-01  William Poetra Yoga HAdd COLOR_MENUHILIGHT and COLOR_MENUBAR to the system...
2004-10-27  Dmitry TimoshkovAdd proper prototypes for GetClassLongPtrA/W for _WIN64...
2004-10-22  Alexandre JulliardVK_0-9 and VK_A-Z are not defined in the Windows header...
2004-10-21  Juan Lang- the correct registry location to override is User...
2004-10-18  Dimitrie O. PaunImplement LBS_COMBOBOX, and make use of it.
2004-10-18  William Poetra Yog... Added some system metrics definitions.
2004-10-14  Robert ShearmanAdd declarations for GetClassLongPtr{A,W}, GCLP_* defin...
2004-10-08  Francois GougetAdd some reason codes for ExitWindowsEx().
2004-10-07  Jon GriffithsAdd missing ODS_ constants, tagname.
2004-10-06  Dmitry TimoshkovAdd prototypes for GetWindowLongPtr/SetWindowLongPtr.
2004-09-24  Richard CohenMenuItemFromPoint shouldn't crash if there's no menu.
2004-09-23  Robert ShearmanDon't define GWL_USERDATA, GWL_ID, GWL_HWNDPARENT,...
2004-09-20  Jon GriffithsUse correct tag names for compatability with fwd decls.
2004-08-27  Mike McCormackDefine a couple more SPI_ constants.
2004-06-25  Jon GriffithsCorrect tag names for RECTL and SCROLLINFO structs.
2004-06-17  Andreas MohrAdded some missing static control styles.
2004-06-03  Andreas MohrAdditional KLF_xxx defines.
2004-03-25  Mike McCormackDefine flags for GetUserObjectInformation.
2004-02-19  Kevin KoltzauDefine SPI_* values introduced in XP.
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2003-12-08  Kevin KoltzauImplemented GetTitleBarInfo.
2003-12-08  Alexandre JulliardAdded CS_DROPSHADOW.
2003-11-26  Alexandre JulliardFixed WINELIB_NAME_AW typo (thanks to Robert Shearman).
2003-11-26  Kevin KoltzauImplement the TME_NONCLIENT flag in TrackMouseEvent...
2003-11-26  Alexandre JulliardFixed declarations of BroadcastSystemMessage and Transl...
2003-11-14  Dmitry TimoshkovAdd preliminary support for keyboard layout APIs.
2003-10-03  Kevin KoltzauAdded tmschema.h and some other theme defines.
2003-09-27  Dmitry TimoshkovImplemented RealGetWindowClass.
2003-09-23  Juraj HercekAdded SS_ENDELLIPSIS.
2003-09-17  Alexandre JulliardMoved out of windef.h a few definitions that don't...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-01  Martin FuchsDefine ICON_SMALL2 and ShowWindowAsync().
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-12  Mike McCormackStub implementation of FlashWindowEx.
2003-05-14  Dimitrie O. PaunAdd missing ENDSESSION_LOGOFF define.
2003-05-13  Mike McCormackImplemented SetMessageExtraInfo.
2003-05-12  Dmitry TimoshkovAdded definition of SS_USERITEM.
2003-04-22  Alex PasadynImplemented EnumDisplaySettings* and ChangeDisplaySetti...
2003-04-04  Dimitrie O. PaunAdd a few missing BN_* constants.
2003-01-21  Marcus MeissnerChanged MONITORINFOEXA,W definition to the one in MSDN...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-19  Dimitrie O. PaunUpdateWindow returns a BOOLean.
2002-12-10  Rolf Kalbermatter- Modify ICO_ExtractIconExW to:
2002-12-03  Rolf KalbermatterModify PrivateExtractIcons{AW} to match better current...
2002-11-18  Patrik StridvallNo version of GNU C++ (unlike GNU C) supports unnamed...
2002-11-04  Greg Turner- noop redefinition of SPI_[GET/SET]MENUUNDERLINES
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-29  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-19  Dmitry TimoshkovConvert MessageBox family functions to unicode.
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-10-10  Steve LustbaderProvide a stub for GetComboBoxInfo.
2002-10-02  Dimitrie O. PaunFix Validate{Rect,Rgn} prototypes.
2002-09-29  György 'Nog' JeneyAdded {G|S}etWindowLongPtr.
2002-08-28  Per NystromImplemented GetCursorInfo.
2002-08-16  Aric StewartVery partial implementation of BroadcastSystemMessageA.
2002-07-10  Jon GriffithsStubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEven...
2002-06-04  Alexandre JulliardDuplicated wsprintf implementation in shlwapi.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-06  David HammertonAdded implementation of GetWindowInfo.
2002-04-01  Dimitrie O. PaunAdded the DFCS_{HOT,TRANSPARENT} definitions.
2002-03-12  Jukka HeinonenAdded option SW_FORCEMINIMIZE to ShowWindow.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-22  Peter HunnisettFix return type of GetAsyncKeyState.
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-15  Rein KlazesMove the implementation of comctl32._TrackMouseEvent to
2002-01-04  Dmitry TimoshkovAdd some new messages to the spy and winuser.h.
2001-12-26  Andriy PalamarchukImplemented basic handling of assessibility actions.
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-20  Dmitry TimoshkovConvert message spy to unicode.
2001-10-18  Alexandre JulliardAdded a few XBUTTON defines.
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-12  Alexandre JulliardMoved MAKEINTATOM to winbase.h and added Unicode version.
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-08  Francois GougetAdd support for NOCOLOR.
2001-10-02  Dmitry TimoshkovRemove a hack for keyboard group switching.
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-09-19  Francois GougetRemove macros that should not be there (cause conflicts...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-20  Alexandre JulliardFixed GetClassLong to return full 32 bits for all items.
2001-08-06  Alexandre JulliardAdded SMTO_* defines.
2001-07-30  Alexandre JulliardForce STRICT checking of callback function types when...
2001-07-26  Patrik Stridvall- Moved comm related protoypes to the correct .h file.
2001-07-26  Travis MichielsenFully implement DrawTextEx* functions.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-18  Alexandre JulliardReject pointer messages in SendNotifyMessage[AW] and
2001-06-25  Alexandre JulliardImplemented SendInput().
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...
next