summaryrefslogtreecommitdiff
path: root/rtl/win
Commit message (Expand)AuthorAgeFilesLines
* * windows unit enhancements from mantis #34184marco2018-08-272-4/+26
* * improve DirectoryExists() and FileExists() based on patch by Serge Anvarov ...svenbarth2018-08-241-15/+55
* + implement FileGetSymLinkTarget() based on patch by Serge Anvarov in Mantis ...svenbarth2018-08-241-1/+76
* + add missing definessvenbarth2018-08-241-0/+2
* + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (curr...svenbarth2018-08-241-0/+6
* + add Delphi compatible FollowLink parameter (default is True) to FileExists ...svenbarth2018-08-241-2/+2
* * fixes mantis 34008, some copy paste errors in -A and -W suffixes.marco2018-07-212-4/+7
* * consistent naming of lData field in NEWCPLINFOflorian2018-04-061-1/+1
* * Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)michael2018-03-233-4/+4
* * Fix bug ID 33133 (use newer Windows API if available)michael2018-02-241-10/+328
* * fixed TranslateMxcsrflorian2018-02-171-6/+21
* * win32/64 stdio handles don't have fixed numbers, remove very old checkmarco2018-02-101-2/+0
* * East Asian locales era patch from Mantis #33003 marco2018-01-111-23/+6
* * CB_GETCOMBOBOXINFO from patch mantis #32890marco2017-12-301-0/+1
* * some update to filechange attributes by Pascal Riekenberg, mantis #32833marco2017-12-211-0/+8
* * enhmetafileproc/enummetafileproc fix. Reported by Oleg, mantis #32751marco2017-11-291-2/+2
* * move PWSTR declaration to unit Windowssvenbarth2017-09-291-0/+1
* * initial fileflush, mantis #15824marco2017-09-031-0/+8
* * Add some missing pointer declarations and HWND_MESSAGE (bug ID 30450)michael2017-07-232-0/+3
* * Add missing functions from wincon.h (bug id 29963) michael2017-07-185-2/+177
* * Fix handle leak in case findfirst returns not 0. (bug ID 32012)michael2017-06-181-5/+10
* + added the MAPVK_* winapi constants (used with MapVirtualKey/MapVirtualKeyEx)nickysn2017-06-031-0/+13
* * menubarinfo, remove packed (64-bit fix)marco2017-05-241-1/+1
* Replace __tls_used for win64 by an alias of _tls_usedpierre2017-05-051-12/+5
* * dword -> dword_ptr in sendmessagetimeout (3x), mantis #31661marco2017-04-141-3/+3
* * do not set IsMultithread on windows, if no second thread is started, resolv...florian2017-03-111-5/+4
* * patch by Dmitry Boyarintsev (bug #31023) implementing SysSetCtrlBreakHand...hajny2016-12-031-0/+28
* * Fix bug 31040michael2016-12-011-0/+1
* * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896hajny2016-11-171-0/+1
* * fix for bug #24504 (extended version of patch by Bart Broersma)hajny2016-11-081-30/+30
* * fix for Mantis #30747: for anonymous events CreateEvent() needs to be calle...svenbarth2016-10-161-2/+7
* * updated FSF address (mantis #30198, patch by Paul Gevers)jonas2016-10-0210-10/+10
* * fix missing 'kernel32' reported on forum by "DG"marco2016-09-282-4/+4
* + add and use sysinit unit for Win64 (only one since we don't support cygwin ...svenbarth2016-08-131-3/+5
* * Remove trailing #13#10 in the result of SysErrorMessage() on Windows and mi...yury2016-07-291-13/+16
* Rewrite CommandLine creation in Dos.Exec function to avoid problems when Com...pierre2016-06-211-14/+29
* Use constref instead of const when passing TEntryInformation alongsvenbarth2016-06-112-2/+2
* Rename FPC_HAS_INDIRECT_MAIN_INFORMATION to FPC_HAS_INDIRECT_ENTRY_INFORMATIO...svenbarth2016-06-113-17/+17
* + added the winapi functions, structures and constants for raw keyboard and m...nickysn2016-05-228-0/+363
* Change WideString initialization to work correctly with indirect main informa...svenbarth2016-04-292-5/+9
* * GetStdHandle returns a THandle (use of longint was not 64-bit safe)hajny2016-04-101-3/+3
* * Patch from Denis Kozlov to fix buffer errors (bug ID 29942)michael2016-04-021-43/+93
* * Fix bug ID 29913michael2016-03-281-2/+2
* * Use STACK_SIZE_PARAM_IS_A_RESERVATION for stack sizes, should fix bug ID 17755michael2016-03-271-1/+1
* * Define STACK_SIZE_PARAM_IS_A_RESERVATION michael2016-03-271-0/+1
* * unicode executeprocess from work during Lazarus convention in IJsselsteinmarco2016-03-191-8/+31
* * copyfileexw (mantis #29729)marco2016-03-123-0/+59
* * second batch of mantis #29762 related -w function fixes..marco2016-03-113-178/+482
* * mantis #29762 unicode structure problems fixed up to and including Message...marco2016-03-115-34/+97
* * Fix bug ID 29784michael2016-03-051-0/+34