Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-07* mingw: Delete obsolete directory.Christopher Faylor
* w32api: Ditto.
2012-08-01 * include/winuser.h (tagMENUITEMINFOA): Correct dwItemData definition.Earnie Boyd
(tagMENUITEMINFOW): Ditto.
2011-08-19 * include/winuser.h: Ad missing MAPVK_xxx definitions.Corinna Vinschen
2010-08-262010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/winuser.h (CF_DIBV5): Define. (CF_MAX): Adjust accordingly. Thank you to Lenard Lindstrom for reporting the issue.
2010-08-262010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/winuser.h (HHOOK): Move definition from here... * include/windef.h: ...to here, as per MSDN.
2009-11-212009-20-10 Michael James <james.me@gmail.com>Chris Sutcliffe
* 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-11-212009-20-10 Jarkko Sakkinen <jarkko.sakkinen@iki.fi>Chris Sutcliffe
* 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-11-142009-13-09 Jan Nijtmans <nijtmans@users.sourceforge.net>Chris Sutcliffe
* include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct definition.
2008-07-252008-07-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR, MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2008-05-032008-05-01 Bart Oldeman <bartoldeman@users.sf.net>Chris Sutcliffe
* include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2008-01-302008-01-29 Brandon Sneed <nivenh@sourceware.org>Brandon Sneed
* 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-122007-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE): Define.
2007-07-12 * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,Danny Smith
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-082007-03-06 Brandon Sneed <brandon@oqo.com>Chris Sutcliffe
* 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-112007-02-11 Daniel Atallah <datallah@users.sourceforge.net>Chris Sutcliffe
* 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-132006-11-13 Daniel Schlyder <thrug@users.sourceforge.net>Danny Smith
* 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.
2006-11-02 * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.Danny Smith
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].
2006-10-12 * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOUR): Define.Danny Smith
2006-10-04 * include/winnt.h (CASSERT): Define.Danny Smith
[mingw-Bugs-1568067] * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define. * include/wingdi.h: (DM_POSITION): Define.
2006-09-102006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/winuser.h (CS_DROPSHADOW): Define.
2006-07-202006-07-19 Elias Naur <elias_naur@users.sourceforge.net>Danny Smith
* 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-032006-06-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
* 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-052006-05-05 Earnie Boyd <earnie@users.sf.net>Earnie Boyd
* lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to SPI_SETSCREENSAVERUNNING. * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
2006-05-05 * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.Dimitri Papadopoulos
It had been removed because it's no documented, but Cygwin needs it.
2006-05-04 * include/winuser.h (MOUSEEVENTF_*): Cleanup and new define.Dimitri Papadopoulos
(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.
2006-04-19 * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):Dimitri Papadopoulos
Delete. Only CharNextExA and CharPrevExA are documented in MSDN. Thanks to: David Golub <david_golub at sf dot net>
2006-04-182006-04-18 Eric House <ehouse@eehouse.org>Danny Smith
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.
2006-04-06 * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.Dimitri Papadopoulos
2006-04-05 * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.Dimitri Papadopoulos
Thanks to: Sergey Philippov <phis at users dot sf dot net>
2006-04-03 * include/winuser.h (WM_IME_*): Define (DWORD type).Dimitri Papadopoulos
(EM_*IMESTATUS): Define. (WM_*): Define. (XBUTTON*): Define. Thanks to: Steve Folly <spfolly at users dot sf dot net>
2006-01-04* include/winuser.h (CreateWindowStation): Correctly identify first argument asChristopher Faylor
constant. (CreateWindowStation@): Ditto.
2005-12-13* include/winuser.h (WINSTA_ALL_ACCESS): Define.Christopher Faylor
2005-12-072005-12-07 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith
* 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-182005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith
* 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-252005-07-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
2005-01-26 * include/winuser.h (SW_SMOOTHSCROLL): Add define.Danny Smith
2005-01-102005-01-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/commctrl.h (ComboBox_SetMinVisible, ComboBox_GetMinVisible): Added Macros. * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE): Added definitions.
2004-12-292004-12-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
*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.
2004-12-29Added HSHELL_FLASH definitionChris Sutcliffe
2004-11-222004-11-21 Benoit Blanchon <bblanchon@users.sourceforge.net>Danny Smith
* 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-192004-11-19 Magnus Olsen <greatlord@sourceforge.users.net>Danny Smith
* include/winuser.h (MSLLHOOKSTRUCT): Add structure.
2004-11-192004-11-19 Magnus Olsen <greatlord@sourceforge.users.net>Danny Smith
* include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP): Add defines. (LLKHF_ALTDOWN): Define based on KF_ALTDOWN,
2004-11-132004-11-12 Lo�c Guilloux (glx@users.sourceforge.net>Danny Smith
* include/winuser.h (WM_THEMECHANGED): Add define.
2004-09-30 * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT onlyDanny Smith
if __W32API_USE_DLLIMPORT__ is defined. * include/winuser.h (WINUSERAPI): Likewise.
2004-09-052004-09-05 Hosaka Yuji <hos@tamanegi.org>Danny Smith
* include/winuser.h (MonitorFromPoint, MonitorFromRect, MonitorFromWindow): Add prototypes. * lib/user32.def (MonitorFromPoint, MonitorFromRect, MonitorFromWindowMonitorFromWindow): Add stubs. * include/shellapi.h (DuplicateIcon): Add prototype.
2004-09-05 * include/winuser.h (WINUSERAPI): New define.Danny Smith
Use it to mark user32.dll imports, throughout.
2004-04-232004-04-24 Luke Dunstan <infidel@users.sourceforge.net>Luke Dunstan
* 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>
2004-04-21 * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,Danny Smith
SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING, SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
2004-04-18Merge numerous changes from ReactOS. Submitted by Filip Navara.Luke Dunstan
2004-04-182004-04-18 Allan Bazinet <bazineta@users.sourceforge.net>Luke Dunstan
* include/winuser.h (MONITORINFOEX[AW]): Change to be derived from MONITORINFO when compiling as C++.