| Commit message (Expand) | Author | Age | Files | Lines |
* | * added some image_dllcharacteristics flags + removed some hard tabs. | marco | 2020-04-15 | 1 | -6/+12 |
* | * input related functions and structs, based on Mantis #35064 | marco | 2019-09-14 | 1 | -730/+742 |
* | * getguiresources + constants, mantis 035546 by 440bx | marco | 2019-05-10 | 1 | -0/+5 |
* | * fix for mantis 035530 by 440bx, process_ and thread_ constants. | marco | 2019-05-06 | 1 | -12/+20 |
* | * PROCESS_QUERY_LIMITED_INFORMATION, mantis 35423 | marco | 2019-04-21 | 1 | -1/+1 |
* | * PROCESS_NAME_NATIVE constant | marco | 2019-04-21 | 1 | -2/+2 |
* | * add MB_CANCELTRYCONTINUE and MB*MASK constants. mantis 35244 | marco | 2019-04-11 | 1 | -0/+6 |
* | * readd bottomleft #35350 | marco | 2019-04-09 | 1 | -0/+2 |
* | * metrics constants by Gareth and 440bx. Added SM_CARETBLINKINGENABLED for ... | marco | 2019-04-06 | 1 | -1/+7 |
* | + fix for Mantis #35203: add TLS_OUT_OF_INDEXES constant to Windows unit | svenbarth | 2019-03-08 | 1 | -0/+1 |
* | * GetComputerNameEx/A/W Mantis #35115 | marco | 2019-03-02 | 1 | -0/+1 |
* | * fix for #35111 EnumTimeFormatsEx. Prepared by 440bx | marco | 2019-03-02 | 1 | -0/+6 |
* | * add missing file_attribute constants, mantis #35120 | marco | 2019-03-02 | 1 | -14/+22 |
* | * _S_ and _E_ first and last were already there, just in an unexpected winer... | marco | 2019-02-09 | 1 | -4/+0 |
* | * some _E_ and _S_ constants from winerror.h used in activex patch. | marco | 2019-02-09 | 1 | -0/+6 |
* | * flashwindowex, mantis #35048, patch by 440bx | marco | 2019-02-09 | 1 | -0/+7 |
* | * add IDANI_CAPTION, mantis #35042 | marco | 2019-02-08 | 1 | -2/+3 |
* | * add loadlibraryex flags, mantis #35041 | marco | 2019-02-08 | 1 | -3/+14 |
* | * pre shutdown constants + in general those series of constants refreshed | marco | 2018-10-30 | 1 | -8/+30 |
* | * windows unit enhancements from mantis #34184 | marco | 2018-08-27 | 1 | -3/+26 |
* | + add missing defines | svenbarth | 2018-08-24 | 1 | -0/+2 |
* | * some update to filechange attributes by Pascal Riekenberg, mantis #32833 | marco | 2017-12-21 | 1 | -0/+8 |
* | * Add some missing pointer declarations and HWND_MESSAGE (bug ID 30450) | michael | 2017-07-23 | 1 | -0/+1 |
* | * Add missing functions from wincon.h (bug id 29963) | michael | 2017-07-18 | 1 | -0/+52 |
* | + added the MAPVK_* winapi constants (used with MapVirtualKey/MapVirtualKeyEx) | nickysn | 2017-06-03 | 1 | -0/+13 |
* | * updated FSF address (mantis #30198, patch by Paul Gevers) | jonas | 2016-10-02 | 1 | -1/+1 |
* | + added the winapi functions, structures and constants for raw keyboard and m... | nickysn | 2016-05-22 | 1 | -0/+112 |
* | * Define STACK_SIZE_PARAM_IS_A_RESERVATION | michael | 2016-03-27 | 1 | -0/+1 |
* | * copyfileexw (mantis #29729) | marco | 2016-03-12 | 1 | -0/+52 |
* | * Type helpers, compatible to Delphi XE 8 | michael | 2015-11-07 | 1 | -0/+1 |
* | * part of mantis 028134, cleanup of NORM_ constants | marco | 2015-05-26 | 1 | -5/+8 |
* | * Missing symbols from mantis #27657 except macro IMAGE_FIRST_SECTION | marco | 2015-03-13 | 1 | -0/+82 |
* | * large image aware PE flag value. Fixes Delphi programs that set peflags wi... | marco | 2014-10-04 | 1 | -1/+1 |
* | + added the PFD_DIRECT3D_ACCELERATED and PFD_SUPPORT_COMPOSITION constants to | nickysn | 2013-10-14 | 1 | -0/+2 |
* | * added layout constants. | marco | 2013-07-06 | 1 | -0/+7 |
* | + Added KEY_WOW64_64KEY and KEY_WOW64_32KEY to Windows unit and fcl-registry/... | sergei | 2013-06-09 | 1 | -0/+2 |
* | * add INVALID_FILE_SIZE mentioned on Lazarus list. | marco | 2013-06-05 | 1 | -0/+1 |
* | * moved some constants from PTC after checking them with SDK | marco | 2013-06-01 | 1 | -0/+13 |
* | * Fixed HKEY_xxx defines for win64. For example HKEY_CLASSES_ROOT should be $... | yury | 2012-12-22 | 1 | -7/+7 |
* | rtl: move WM_APP to messages.inc instead of defines.inc. In other case it is ... | paul | 2012-05-18 | 1 | -2/+0 |
* | * expanded VK_ codes. Patch by Nikolay N. Mantis #20801 | marco | 2011-12-03 | 1 | -0/+78 |
* | * paper size constants updated, patch by G. Fink, Mantis #20120 | marco | 2011-09-01 | 1 | -42/+120 |
* | * Reverted STD_xxx_HANDLE constants back to DWORD type (issue introduced in r... | sergei | 2011-04-17 | 1 | -3/+4 |
* | rtl: add IO_REPARSE_TAG constants | paul | 2010-11-18 | 1 | -0/+15 |
* | * adds gwlp and gclp constants, mantis 17656 and 17655 | marco | 2010-10-17 | 1 | -0/+16 |
* | * patch by "Vasil" to fix various WinCE and Win32 API conversion issues | florian | 2010-08-15 | 1 | -3/+37 |
* | rtl: add UDS_HOTTRACK style | paul | 2010-05-06 | 1 | -0/+1 |
* | * later SM_ constants for getmetrics mantis 16138 | marco | 2010-03-29 | 1 | -2/+25 |
* | * image_file_machine constants | marco | 2010-01-14 | 1 | -0/+30 |
* | * some defines from winioctl updated, mantis 15137 | marco | 2009-11-19 | 1 | -0/+12 |