florian
|
a10b9c05d9
|
* more clx compilation fixed
|
2005-02-03 18:41:12 +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 |
|
florian
|
777bacf68c
|
+ added LOGFONTW
|
2005-01-08 14:43:34 +00:00 |
|
florian
|
9b2833e027
|
* DEVMODE fixed
|
2005-01-08 14:39:01 +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 |
|
marco
|
bc941c52d6
|
* stdcall added. Thnx M.
|
2004-11-29 12:27:24 +00:00 |
|
marco
|
d4424b07c4
|
* PRESULT added
|
2004-11-28 15:27:14 +00:00 |
|
marco
|
e661ebe41b
|
* fix
|
2004-11-15 21:12:57 +00:00 |
|
marco
|
0f3aaee542
|
* setlayeredwindowattributes (2000+) added.
|
2004-11-14 19:49:13 +00:00 |
|
marco
|
a1a46ff3a0
|
* fillrect var -> const (bug 3268)
|
2004-11-14 18:05:54 +00:00 |
|
marco
|
5653cc4dd0
|
* patch from vincent
|
2004-11-09 14:20:26 +00:00 |
|
marco
|
922b9ebd6d
|
* fix for 3299
|
2004-11-07 20:46:27 +00:00 |
|
marco
|
fe780050fe
|
* fixes for bug #3303 (devmodew)
|
2004-11-07 20:25:02 +00:00 |
|
michael
|
96015a2467
|
+ Some missing functions/defines as per bug #3270 from Frank Kintrup
|
2004-08-26 15:57:23 +00:00 |
|
marco
|
e1828acc9c
|
* including in both messages and windows caused problems (expected
windows.msg, got message.msg and vice versa. Solved by aliasing
|
2004-08-22 11:12:24 +00:00 |
|
florian
|
3995a8bba2
|
* tried to fix some wsprintf issues
+ now compiled in objfpc mode
so some integer => smallint changes where necessary; hopefully,
I didn't forget one
|
2004-08-08 16:52:51 +00:00 |
|
michael
|
4882e76657
|
+ More TrackMouseEvent
|
2004-07-27 12:03:15 +00:00 |
|
michael
|
c70b07e9f3
|
+ Added trackmouseevent call and structures
|
2004-07-26 06:48:30 +00:00 |
|
peter
|
7ac9ea3e0e
|
fix compile with 1.0.x
|
2004-05-09 10:46:34 +00:00 |
|
marco
|
8f8725767b
|
* COM related fixes from bug #3090
|
2004-05-07 13:26:31 +00:00 |
|
marco
|
a1d5451ed7
|
* getdiskfreespaceex pointer overloads added
|
2004-05-05 20:08:38 +00:00 |
|
marco
|
29f1d7600f
|
* pcritical section missed a ^
|
2004-05-04 10:34:29 +00:00 |
|
marco
|
6a62d7b9ee
|
* some confusion over createfont, cleaned up (bug 3056)
|
2004-05-02 14:46:45 +00:00 |
|
marco
|
e0f214c954
|
wininc/struct.inc
|
2004-03-10 15:08:10 +00:00 |
|
marco
|
e546db7a23
|
* interlocked* changed to longints, including winapi. (which was a bug)
|
2004-03-05 12:17:50 +00:00 |
|
marco
|
7c0764de5f
|
* getsystemtimeasfiletime
|
2004-02-08 17:11:34 +00:00 |
|
marco
|
d446a48fda
|
* small fix
|
2004-02-07 00:21:10 +00:00 |
|
marco
|
2334e9ba3c
|
* a large_integer -> int64 change.
|
2004-02-06 23:10:20 +00:00 |
|
marco
|
ad42d353e1
|
* Macro changed to constant
|
2004-02-06 22:47:19 +00:00 |
|
michael
|
6b5655ad42
|
+ Added HFILE_ERROR
|
2004-01-19 19:29:11 +00:00 |
|
peter
|
c69f998424
|
* hmodule added
|
2003-12-08 21:23:24 +00:00 |
|
marco
|
1b7b12ad2e
|
* typo fix
|
2003-12-06 15:56:35 +00:00 |
|
marco
|
9216952324
|
* mouse_last fixes for bug #2784
|
2003-12-06 15:53:21 +00:00 |
|
marco
|
c49702e402
|
* ttokeninformationclass alias for delphi compat
|
2003-12-05 11:53:12 +00:00 |
|
marco
|
17f66bd749
|
* small fix
|
2003-12-05 09:13:46 +00:00 |
|
marco
|
0d15a78692
|
* twin32fileattributedata
|
2003-12-04 12:34:09 +00:00 |
|
peter
|
f3791a42f8
|
* TWMEraseBkgnd added
|
2003-11-28 17:21:40 +00:00 |
|
michael
|
52dc153aa2
|
+ TMessage result member is a longint, not a cardinal (from Micha Nelissen, verified in D6).
|
2003-11-09 13:49:28 +00:00 |
|
marco
|
ec6b640d6d
|
* fixed
|
2003-11-06 22:05:06 +00:00 |
|
florian
|
b0c7cd338b
|
+ added some missing exception numbers
|
2003-10-26 16:31:38 +00:00 |
|
marco
|
23af1efaf9
|
* fix for 2672
|
2003-10-23 09:39:39 +00:00 |
|
florian
|
b6abfdae09
|
* fixed some variant issues
* improved type declarations
|
2003-10-08 16:24:47 +00:00 |
|
florian
|
bc2d795aab
|
* some data types cleaned up
|
2003-10-06 23:52:53 +00:00 |
|
florian
|
696a72317c
|
+ added some language related stuff
|
2003-10-03 20:55:12 +00:00 |
|
marco
|
0a4508fffd
|
* HSTR fix
|
2003-08-20 23:12:32 +00:00 |
|
michael
|
6c1aa22a89
|
+ forgot to comment INVALID_HANDLE_VALUE function
|
2003-06-15 14:34:35 +00:00 |
|
michael
|
2b253f4d01
|
+ INVALID_HANDLE_VALUE is a constant, not a function
|
2003-06-15 14:33:22 +00:00 |
|