joost
|
2937190516
* Moved and renamed GetSpecialDir from sysutils to new windirs unit, so it can be used in the compiler
|
14 lat temu |
sergei
|
15e1abddf7
* Windows RTL: Simplify SysUtils.GetLocalTime(). TSystemTime type for these targets matches one defined in Windows unit, so WinAPI function result can be used directly. Resolves #18346.
|
14 lat temu |
sergei
|
13bea29253
* win/sysutils.pp, FileOpen and FileCreate, removed manual zero-termination of strings. This unit compiles in {$h+} state, and AnsiString zero-termination is handled automatically these days.
|
14 lat temu |
sergei
|
179229007e
* win/sysutils.pp: fix/clean up loading dll for SHGetFolderPath.
|
14 lat temu |
sergei
|
c5162a7816
* win/sysutils.pp: Use GetModuleHandle for dynamic loading of kernel32.dll instead of LoadLibrary, this is possible because kernel32 is statically linked by RTL and is therefore always loaded with application. Also makes FreeLibrary at finalization unnecessary.
|
14 lat temu |
Jonas Maebe
|
f4c31ecf3c
+ widestringmanager.codepointlengthproc added, which can be used to
|
14 lat temu |
sergei
|
80d69c8a22
* win/sysutils.pp, implement CompareUnicodeString and CompareTextUnicodeString, resolves #17591.
|
15 lat temu |
sergei
|
a4dd7701d9
* win/sysutils.pp: removed private WinAPI function declarations. Since this unit uses Windows unit, there's no point in re-declaring stuff.
|
15 lat temu |
sergei
|
0933bdc045
* win/sysutils.pp, removed an unused variable (forgotten part of r13838)
|
15 lat temu |
mazen
|
b127fc154a
* Fixed spell error revealed by lintian.
|
15 lat temu |
marco
|
8caa62618f
* support for east asia locale in formatdatetime. Patch from Taka_JP, mantis 14955 modified for recent sysutils rework, and to init eastasia support only once.
|
15 lat temu |
marco
|
2d8ac256cf
* First era patch of Taka_JP.
|
15 lat temu |
marco
|
1181115baa
* getlocalformatsettings, Mantis 10389
|
15 lat temu |
marco
|
deb78080ed
* fix for Mantis 16564. Raise buffersize of getlocalechar to MSDN limit 4,
|
15 lat temu |
marco
|
be98b13554
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
15 lat temu |
marco
|
8e9a7e14ad
* Revised yesterday solution to a more general one. Executeprocess gets
|
15 lat temu |
florian
|
3f17af3437
* patch by taka_jp to set SysLocale.PriLangID on windows properly, resolves #14872
|
15 lat temu |
marco
|
0b4b9b5220
* Windows specific overloads for ExecuteProcess that implements a hack for redir that exists for dos.exec too.
|
15 lat temu |
michael
|
01ed4a6745
* Implemented OnBeep to install custom beep handler
|
16 lat temu |
florian
|
cba72c423d
* patch by Sergei Gorelkin to use always SetFilePointer, also for files with >2GB, this saves some lines of code, resolves #14630
|
16 lat temu |
florian
|
a2862ce347
* cleaned up mess of r13516
|
16 lat temu |
florian
|
d34061d7e4
* introduced fmShareDenyNoneFlags on windows because the meaning of fmShareDenyNone is unclear, see also #8898
|
16 lat temu |
florian
|
b47650960e
* patch by Sergei Gorelkin: makes WideCompareText and WideCompareStr work in Windows 9x , resolves #13955
|
16 lat temu |
marco
|
97093e4f2b
* fixed 64-bit size of findmatch. (mantis 13504) Tested with $12000001 bytes large file, matched to the byte.
|
16 lat temu |
Almindor
|
4a54f15b47
* fix GetAppConfigDir and GetTmpDir for Windows(R)(c)(TM) and WinCE, unify with unix and provide pathdelim at end
|
17 lat temu |
michael
|
26575472b6
* Added GetUSerDir function (ID 11338)
|
17 lat temu |
peter
|
69363bad5e
* quote parameters with spaces
|
17 lat temu |
peter
|
95d0ce1270
* VendorName function added to allow an extra subdirectory
|
17 lat temu |
peter
|
50a9dcd5f9
* global appconfig dir needs to be common_appdata directory
|
17 lat temu |
yury
|
d7d6b37158
* Fixed warnings.
|
17 lat temu |