summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/winuser.h
Commit message (Collapse)AuthorAgeFilesLines
* * include/winuser.h: Ad missing MAPVK_xxx definitions.Corinna Vinschen2011-08-191-0/+6
|
* 2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-261-0/+5
| | | | | | | * include/winuser.h (CF_DIBV5): Define. (CF_MAX): Adjust accordingly. Thank you to Lenard Lindstrom for reporting the issue.
* 2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-251-1/+0
| | | | | * include/winuser.h (HHOOK): Move definition from here... * include/windef.h: ...to here, as per MSDN.
* 2009-20-10 Michael James <james.me@gmail.com>Chris Sutcliffe2009-11-201-0/+6
| | | | | | | | | | * include/wingdi.h (CLEARTYPE_QUALITY): Define. * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT >= 0x0501. (WM_UNICHAR,UNICODE_NOCHAR): Define. * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16, RemoveWindowSubclass@12): Add exports. * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
* 2009-20-10 Jarkko Sakkinen <jarkko.sakkinen@iki.fi>Chris Sutcliffe2009-11-201-0/+44
| | | | | | | | | | | | * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP, TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE, TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN, TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA, TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT, CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow, RegisterTouchWindow, UnregisterTouchWindow): Define. * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow, RegisterTouchWindow, UnregisterTouchWindow): Define.
* 2009-13-09 Jan Nijtmans <nijtmans@users.sourceforge.net>Chris Sutcliffe2009-11-131-2/+2
| | | | | * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct definition.
* 2008-07-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2008-07-251-0/+12
| | | | | * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR, MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
* 2008-05-01 Bart Oldeman <bartoldeman@users.sf.net>Chris Sutcliffe2008-05-031-3/+0
| | | | | * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
* 2008-01-29 Brandon Sneed <nivenh@sourceware.org>Brandon Sneed2008-01-291-1/+37
| | | | | | | | | | | | | | | | * include/winnt.h (SYSTEM_POWER_CONDITION): typedef. * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE): define. * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs. * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS, GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE, GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK, GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs. * include/winuser.h (RegisterPowerSettingNotification, UnregisterPowerSettingNotification): Add prototypes. * lib/user32.def: Added imports for the above prototypes. * lib/Makefile.in: Added build support for power-uuid.c. * lib/power-uuid.c: New file containing power GUID definitions.
* 2007-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-07-121-0/+2
| | | | | * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE): Define.
* * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,Danny Smith2007-07-121-13/+18
| | | | | | | | PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED, PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL, PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW, PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC): Sync with include/pbt.h.
* 2007-03-06 Brandon Sneed <brandon@oqo.com>Chris Sutcliffe2007-03-071-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA Added SetupConfigureWmiFromInfSectionW Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W * include/winuser.h: Added PBT_APMQUERYSUSPEND Added PBT_APMQUERYSTANDBY Added PBT_APMQUERYSUSPENDFAILED Added PBT_APMQUERYSTANDBYFAILED Added PBT_APMSUSPEND Added PBT_APMSTANDBY Added PBT_APMRESUMECRITICAL Added PBT_APMRESUMESUSPEND Added PBT_APMRESUMESTANDBY Added PBT_APMBATTERYLOW Added PBT_APMPOWERSTATUSCHANGE Added PBT_APMOEMEVENT Added PBT_APMRESUMEAUTOMATIC * include/wtsapi32.h: New file * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
* 2007-02-11 Daniel Atallah <datallah@users.sourceforge.net>Chris Sutcliffe2007-02-111-0/+4
| | | | | | | | | | * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN, LANG_BOSNIAN_NEUTRAL): Define. 2007-02-11 Daniel Schlyder <thrug@users.sourceforge.net> * include/winuser.h: Add guards around TITLEBARINFO and GetTitleBarInfo().
* 2006-11-13 Daniel Schlyder <thrug@users.sourceforge.net>Danny Smith2006-11-131-0/+2
| | | | | | | * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS, VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define. * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
* * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.Danny Smith2006-11-021-1/+0
| | | | | | | | | C99 'extern inline' patrol. * include/winnt.h (GetCurrentFiber): Remove extern declaration. Make inline static. (GetFiberData): Likewise. * lib/kernel32.c: Remove. * lib/Makefile.in: Remove reference to kernel32.[co].
* * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOUR): Define.Danny Smith2006-10-121-0/+2
|
* * include/winnt.h (CASSERT): Define.Danny Smith2006-10-041-2/+3
| | | | | | [mingw-Bugs-1568067] * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define. * include/wingdi.h: (DM_POSITION): Define.
* 2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-09-101-0/+3
| | | | * include/winuser.h (CS_DROPSHADOW): Define.
* 2006-07-19 Elias Naur <elias_naur@users.sourceforge.net>Danny Smith2006-07-191-0/+33
| | | | | | | * include/winuser.h (WM_INPUT): Add missing Raw Input notification define. (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD, RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs.
* 2006-06-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2006-06-031-7/+0
| | | | | | | | | | | | | | * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT, DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove. Duplicates of wingdi.h defines. 2006-06-02 Dimitri Papadopoulos <papadopo@users.sourceforge.net> * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove duplicate defines. * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental removal. (SUBLANG_MARATHI_INDIA): Remove duplicate define.
* 2006-05-05 Earnie Boyd <earnie@users.sf.net>Earnie Boyd2006-05-051-1/+0
| | | | | | * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to SPI_SETSCREENSAVERUNNING. * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
* * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.Dimitri Papadopoulos2006-05-051-0/+1
| | | | It had been removed because it's no documented, but Cygwin needs it.
* * include/winuser.h (MOUSEEVENTF_*): Cleanup and new define.Dimitri Papadopoulos2006-05-041-143/+203
| | | | | | | | | | | (HSHELL_*): Cleanup and new define. (SMTO_*): Cleanup and new define. (SPI_*): Cleanup and new define. (SPIF_*): Cleanup. (HWND_MESSAGE): Windows 2000 only. (SIF_*): Cleanup. (SWP_*): Cleanup. * include/wingdi.h (ETO_*): Cleanup and new define.
* * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):Dimitri Papadopoulos2006-04-191-6/+0
| | | | | Delete. Only CharNextExA and CharPrevExA are documented in MSDN. Thanks to: David Golub <david_golub at sf dot net>
* 2006-04-18 Eric House <ehouse@eehouse.org>Danny Smith2006-04-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PocketPC support. * include/aygshell.h: New file [_WIN32_WCE]. Declare most common functions for using aygshell on PocketPC: SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen, SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange * include/commctrl.h [_WIN32_WCE] Add function prototypes for command bar API on PocketPC: CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap, CommandBar_InsertComboBox, CommandBar_InsertMenubar, CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar, CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height, CommandBar_InsertButton, CommandBar_Destroy. * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove fields not present on PocketPC. (GetCurrentThreadId): Conditionally declare as extern function without dllimport attribute on PocketPC. (ResetEvent): Likwise. (SetEvent): Likewise. * include/wingdi.h [_WIN32_WCE] (GetTextExtentPoint32{A|W}): Conditionally declare as extern function without dllimport attribute on PocketPC. * winuser.h [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally declare as extern function without dllimport attribute on PocketPC.
* * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.Dimitri Papadopoulos2006-04-061-16/+0
|
* * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.Dimitri Papadopoulos2006-04-051-1/+0
| | | | Thanks to: Sergey Philippov <phis at users dot sf dot net>
* * include/winuser.h (WM_IME_*): Define (DWORD type).Dimitri Papadopoulos2006-04-031-0/+29
| | | | | | | (EM_*IMESTATUS): Define. (WM_*): Define. (XBUTTON*): Define. Thanks to: Steve Folly <spfolly at users dot sf dot net>
* * include/winuser.h (CreateWindowStation): Correctly identify first argument asChristopher Faylor2006-01-041-2/+2
| | | | | constant. (CreateWindowStation@): Ditto.
* * include/winuser.h (WINSTA_ALL_ACCESS): Define.Christopher Faylor2005-12-131-0/+1
|
* 2005-12-07 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith2005-12-071-0/+10
| | | | | | | | | * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64. Define as macro if !_WIN64. (SetClassLongPtr{AW}): Likewise. (GCLP_*): Add GetClassLongPtr defines. * lib/user32.def (GetClassLongPtr{AW}): Remove stubs. (SetClassLongPtr{AW}): Likewise.
* 2005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith2005-11-181-0/+15
| | | | | | | | * include/winuser.h (GetClassLongPtr{AW}): Add prototypes. (SetClassLongPtr{AW}): Likewise. (GCLP_*): Add GetClassLongPtr defines. * lib/user32.def (GetClassLongPtr{AW}): Add stubs. (SetClassLongPtr{AW}): Likewise.
* 2005-07-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-07-251-0/+1
| | | | * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
* * include/winuser.h (SW_SMOOTHSCROLL): Add define.Danny Smith2005-01-261-0/+3
|
* 2005-01-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-01-101-0/+4
| | | | | | | * include/commctrl.h (ComboBox_SetMinVisible, ComboBox_GetMinVisible): Added Macros. * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE): Added definitions.
* 2004-12-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2004-12-291-0/+16
| | | | | | | | | | | *include/winuser.h (MNS_*, WM_MENUCOMMAND, WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER, WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP, SPI_GETFOREGROUNDLOCKTIMEOUT, SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions. *include/imm.h (WM_IME_REQUEST): Added definition. *include/shlobj.h (SLGP_RAWPATH, SLGP_UNCPRIORITY): Added definition.
* Added HSHELL_FLASH definitionChris Sutcliffe2004-12-291-0/+1
|
* 2004-11-21 Benoit Blanchon <bblanchon@users.sourceforge.net>Danny Smith2004-11-211-2/+5
| | | | | | | | | | * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA, AC_DST_NO_ALPHA, ...): Add defines. * include/winuser.h (ULW_COLORKEY,ULW_ALPHA, ULW_OPAQUE): Add defines. Change email address in ChangleLog to sourceforge alias
* 2004-11-19 Magnus Olsen <greatlord@sourceforge.users.net>Danny Smith2004-11-191-0/+8
| | | | * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
* 2004-11-19 Magnus Olsen <greatlord@sourceforge.users.net>Danny Smith2004-11-191-1/+4
| | | | | | * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP): Add defines. (LLKHF_ALTDOWN): Define based on KF_ALTDOWN,
* 2004-11-12 Lo�c Guilloux (glx@users.sourceforge.net>Danny Smith2004-11-131-0/+1
| | | | * include/winuser.h (WM_THEMECHANGED): Add define.
* * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT onlyDanny Smith2004-09-301-2/+1
| | | | | if __W32API_USE_DLLIMPORT__ is defined. * include/winuser.h (WINUSERAPI): Likewise.
* 2004-09-05 Hosaka Yuji <hos@tamanegi.org>Danny Smith2004-09-051-0/+5
| | | | | | | | * include/winuser.h (MonitorFromPoint, MonitorFromRect, MonitorFromWindow): Add prototypes. * lib/user32.def (MonitorFromPoint, MonitorFromRect, MonitorFromWindowMonitorFromWindow): Add stubs. * include/shellapi.h (DuplicateIcon): Add prototype.
* * include/winuser.h (WINUSERAPI): New define.Danny Smith2004-09-051-575/+584
| | | | Use it to mark user32.dll imports, throughout.
* 2004-04-24 Luke Dunstan <infidel@users.sourceforge.net>Luke Dunstan2004-04-231-1/+6
| | | | | | | | | | * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER, SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines. (SM_CMETRICS): Adjust value. * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define. (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Add defines. Thanks to Benoit Blanchon <benoit.blanchon@free.fr>
* * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,Danny Smith2004-04-211-4/+0
| | | | | SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING, SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
* Merge numerous changes from ReactOS. Submitted by Filip Navara.Luke Dunstan2004-04-181-3/+64
|
* 2004-04-18 Allan Bazinet <bazineta@users.sourceforge.net>Luke Dunstan2004-04-181-0/+11
| | | | | * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from MONITORINFO when compiling as C++.
* 2004-03-27 Hosaka Yuji <hos@tamanegi.org>Luke Dunstan2004-03-281-0/+3
| | | | | | | | * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE): Add define. (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct. * include/winuser.h (UnregisterDeviceNotification): Add prototype. * lib/user32.def (UnregisterDeviceNotification): Add export stub.
* Missed this in last commit.Danny Smith2004-03-011-0/+3
| | | | | | 2004-03-01 Martin Fuchs <martin-fuchs@gmx.net> * include/winuser.h (COLOR_*): Define missing constants.