peter
|
50ece27667
|
* renamed rtlconst to rtlconsts
|
2005-03-07 17:57:24 +00:00 |
|
florian
|
ed174f891c
|
* fixed compilation with 1.0.10
|
2005-03-02 21:10:08 +00:00 |
|
florian
|
3c58dc06e4
|
* fixed compilation with 1.0.10
|
2005-03-02 19:18:42 +00:00 |
|
florian
|
bb997ce5ea
|
+ WideCompareString and WideCompareText for win32 implemented
|
2005-02-26 20:43:52 +00:00 |
|
florian
|
113054e377
|
+ some new consts and types
|
2005-02-26 20:20:56 +00:00 |
|
florian
|
62fb153a0c
|
+ PDevideMode* added
|
2005-02-26 15:06:25 +00:00 |
|
florian
|
7fef413b69
|
+ SysLocale
|
2005-02-26 14:38:14 +00:00 |
|
florian
|
eb4b962cee
|
+ implemented WideFormat
+ some Widestring stuff implemented
* some Widestring stuff fixed
|
2005-02-26 10:21:17 +00:00 |
|
florian
|
69037eaef3
|
* "transfer to linux"-commit
|
2005-02-25 21:52:07 +00:00 |
|
florian
|
44b332f82a
|
* generic tthread.synchronize
* delphi compatible wakemainthread
|
2005-02-25 21:41:09 +00:00 |
|
peter
|
aa5b73f3ec
|
* 1.9.8
|
2005-02-15 22:28:29 +00:00 |
|
peter
|
e417e34496
|
* truncate log
|
2005-02-14 17:13:06 +00:00 |
|
peter
|
0d43ed87f0
|
pulseevent -> setevent
|
2005-02-08 16:28:27 +00:00 |
|
peter
|
86025bbcb6
|
* moved file and dir functions to sysfile/sysdir
* win32 thread in systemunit
|
2005-02-06 13:06:20 +00:00 |
|
florian
|
f9b385e902
|
+ TAtom
|
2005-02-06 11:22:38 +00:00 |
|
florian
|
18cb61a28a
|
* fixed SHGetFileInfo
|
2005-02-03 20:48:56 +00:00 |
|
peter
|
110fb12911
|
* regenerated
|
2005-02-03 20:33:26 +00:00 |
|
florian
|
a10b9c05d9
|
* more clx compilation fixed
|
2005-02-03 18:41:12 +00:00 |
|
florian
|
4f7560d89e
|
* improved widestring infrastructure manager
|
2005-02-01 20:22:49 +00:00 |
|
marco
|
154c8b7329
|
* stdcall added to few calls
|
2005-01-30 21:48:14 +00:00 |
|
marco
|
212676c96c
|
* some comments about COMSTAT added
|
2005-01-19 14:24:46 +00:00 |
|
marco
|
6843936527
|
* scrollwindow(ex) added at Neli's request
|
2005-01-15 11:44:48 +00:00 |
|
armin
|
c1e71cde91
|
* Patch for bug #3548 from Peter
|
2005-01-12 10:25:48 +00:00 |
|
peter
|
ef3b19b316
|
* regenerated
|
2005-01-11 17:07:45 +00:00 |
|
peter
|
994ab51002
|
* regenerated to use cpu-os
|
2005-01-10 21:29:23 +00:00 |
|
marco
|
953e094e3c
|
* ctypes update
|
2005-01-10 10:41:20 +00:00 |
|
florian
|
777bacf68c
|
+ added LOGFONTW
|
2005-01-08 14:43:34 +00:00 |
|
florian
|
9b2833e027
|
* DEVMODE fixed
|
2005-01-08 14:39:01 +00:00 |
|
florian
|
35049973bf
|
* AltGr fixed
|
2005-01-07 18:59:22 +00:00 |
|
peter
|
50c67801de
|
fix clrscr with windowsize<>screensize
fix cursorbig
|
2005-01-03 18:16:12 +00:00 |
|
marco
|
e12796a400
|
* tthread patch from neli
|
2004-12-28 14:20:03 +00:00 |
|
peter
|
a3ab3bca9c
|
* tthread uses systhrds
|
2004-12-26 13:46:45 +00:00 |
|
marco
|
8019924d4f
|
* first tthread.synchronize support (merged neli's patches)
|
2004-12-23 09:42:42 +00:00 |
|
marco
|
0db4315ea9
|
* rtlevent kraam. Checked (compile): Linux, FreeBSD, Darwin, Windows
Check work: ask Neli.
|
2004-12-22 21:29:24 +00:00 |
|
peter
|
3a505c44ad
|
* always restore original window/buffersize for the console at exit
|
2004-12-22 15:29:26 +00:00 |
|
peter
|
f52d2b2edf
|
* regenerated
|
2004-12-20 18:37:51 +00:00 |
|
peter
|
3c3ec40b70
|
* regenerated
|
2004-12-19 17:42:32 +00:00 |
|
michael
|
06c86d3623
|
* Aliased CoCreateStandardMalloc to CoGetMalloc as per bug #3447 (Alexey Barkovoy)
|
2004-12-18 20:05:18 +00:00 |
|
michael
|
fd0533ed3c
|
Fixed widestring version of getversionex as per bug #3440 (Alexey Barkovoy)
|
2004-12-18 20:00:59 +00:00 |
|
michael
|
00e1fed324
|
+ Added windows key VK_ definitions from Alexey barkovoy (bug 3445)
|
2004-12-18 19:49:53 +00:00 |
|
florian
|
6b086f5c79
|
* remove inline assembler for calling asm_exit
|
2004-12-12 11:53:47 +00:00 |
|
michael
|
e0f5517579
|
+ Some fixes in new envvar function
|
2004-12-11 11:48:38 +00:00 |
|
michael
|
fbb13b5266
|
+ Added GetEnvironmentVariableCount and GetEnvironmentString calls
|
2004-12-11 11:32:44 +00:00 |
|
peter
|
5834a643c1
|
build order fix
|
2004-12-06 19:24:24 +00:00 |
|
michael
|
9381d34302
|
* fix __errno loading from cygwin1.dll (from Peter)
|
2004-12-06 12:27:48 +00:00 |
|
Tomas Hajny
|
c016de5709
|
* Makefiles regenerated
|
2004-12-05 19:26:19 +00:00 |
|
Tomas Hajny
|
e1252e7302
|
* GetMsCount added, platform independent routines moved to single include file
|
2004-12-05 16:44:43 +00:00 |
|
Tomas Hajny
|
353d5cc3de
|
+ GetProcessID added
|
2004-12-05 14:36:37 +00:00 |
|
Tomas Hajny
|
d0191eaa3c
|
* common implementation of unit printer - fix for bug #3421
|
2004-12-05 11:21:46 +00:00 |
|
marco
|
bc941c52d6
|
* stdcall added. Thnx M.
|
2004-11-29 12:27:24 +00:00 |
|