summaryrefslogtreecommitdiff
path: root/rtl/win
Commit message (Expand)AuthorAgeFilesLines
* * avoid rangecheck mantis 0038791marco2021-04-231-1/+2
* * use W variant to get localestrs.marco2021-04-221-4/+8
* * split propsheetheader in -A and -W variants.marco2021-04-021-11/+62
* * rework the basic event on Windows so that peventstate directly represents t...svenbarth2021-03-271-18/+6
* * handle rawbytestrings in Win32Ansi2UnicodeMove properly, resolves #38299florian2021-01-031-0/+8
* win rtl: load GetTimeZoneInformationForYear dynamically. Issue #38192ondrej2020-12-192-4/+14
* win32: SysErrorMessage: ignore inserts (when not used the messages with inser...ondrej2020-12-101-10/+11
* * revert r47598: implement TRandomGeneratorondrej2020-11-271-1/+1
* * rtl: implement TRandomGenerator for thread-safe randomondrej2020-11-261-1/+1
* * FileSetDate with TDateTime and UTC for file namesondrej2020-11-121-4/+38
* * FileGetDate, FileSetDate linux compilationondrej2020-11-121-9/+11
* * FileGetDate, FileSetDate with TDateTime and UTCondrej2020-11-121-0/+43
* * win: fix GetLocalTimeOffset lower boundaryondrej2020-11-051-1/+1
* * lazy thread initialization supportondrej2020-11-041-1/+6
* * introduce NowUTC() and GetUniversalTime()ondrej2020-11-041-0/+6
* GetLocalTimeOffset: add InputIsUTC parameter to DateTime-aware overloadsondrej2020-11-031-1/+7
* * remove windows.pboolean, mantis #38019marco2020-11-011-1/+0
* * fix for Mantis #38020: apply patch by Sergey Larin to use GetModuleHandle i...svenbarth2020-11-011-9/+3
* * fix for bug #38021 based on patch by Sergey Larinhajny2020-11-011-1/+1
* GetLocalTimeOffset: DateTime-aware overloads (Windows supported, Unix is a To...ondrej2020-10-263-0/+82
* * fix for broken wince compilation after r46863hajny2020-09-151-1/+7
* * Do_IsDevice treats pipes and sockets the same way as character deviceshajny2020-09-131-1/+4
* * handle reparse points that are neither symlinks nor mount points as normal ...svenbarth2020-09-121-14/+30
* * handle unknown reparse tags as non-symlinkssvenbarth2020-09-041-10/+13
* * TThread.Terminate does not have any platform specific behavior (it should o...svenbarth2020-08-221-6/+0
* * Add TerminatedSet (delphi compatibility, bug ID 37388)michael2020-07-181-0/+1
* * GetLoadErrorStr (currently) returns a ShortString, so avoid a useless conve...svenbarth2020-05-101-1/+1
* * protect against empty strings inside the SetThreadDebugNameA and -U functionssvenbarth2020-05-031-0/+6
* * Windows: Do not use CommandLineToArgvW for parsing command line parameters,...yury2020-05-022-20/+87
* * fix for Mantis #36941: apply (adjusted) patch by Bi0T1N to implement SetThr...svenbarth2020-05-013-11/+100
* * fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionalit...svenbarth2020-04-281-0/+12
* * nicely align assignment of TThreadManager.CloseThreadsvenbarth2020-04-281-1/+1
* * Windows: Reworked handling of command line arguments to properly support Un...yury2020-04-233-147/+87
* * Moved the common interface part of the win32 and win64 System units to the ...yury2020-04-221-0/+77
* * store and restore the 8087 control world only on x86 systemssvenbarth2020-04-211-0/+6
* * use wingetprocaddress instead of getprocaddress in code under SUPPORT_WIN95.marco2020-04-181-1/+1
* * added some image_dllcharacteristics flags + removed some hard tabs.marco2020-04-151-6/+12
* * ifdef _win64 -> win64. Patch by Marcin. Possibly headers converted marco2020-03-031-4/+4
* + introduce TOSTimestampflorian2020-01-251-0/+1
* * some quick fixes for Win32 with temp variables for some places where the i...marco2020-01-221-5/+16
* * fix compilation on several OSes after r44010florian2020-01-211-1/+1
* * subroutines working with an OS dependend time stamp use an int64 now, so ...florian2020-01-211-3/+3
* * fix for Mantis #36544: provide an overall exception handler for the library...svenbarth2020-01-101-0/+13
* * the VMT of the exception class needs to be referenced indirectlysvenbarth2019-11-211-1/+1
* * Delphi raises a EDirectoryNotFoundException if the link's target does not e...svenbarth2019-10-031-5/+13
* * use the name of the target so that the correct attributes are retrieved (na...svenbarth2019-10-031-1/+1
* * another input fix. marco2019-09-141-1/+1
* * declaring an identifier "INPUT" is never wise. Thanks Marcus.marco2019-09-141-2/+1
* * input related functions and structs, based on Mantis #35064marco2019-09-143-730/+786
* * fix for mantis #36064, pack printdlg only ifndef win64marco2019-09-121-1/+1