sg
9c88b8f0cb
* Applied patch by Markus Kaemmerer: Fixes fdRead and fdWrite
2000-07-28 08:43:46 +00:00
sg
6b97311fd7
* Applied patch to "Connect" by Markus Kaemmerer: WinSock.Connect returns
...
zero when it succeeded, and not vice versa.
2000-07-28 06:34:53 +00:00
michael
b08492146a
+ Fixed log
2000-07-14 10:57:52 +00:00
michael
586c4cea50
+ Conditionals fixed
2000-07-14 10:33:09 +00:00
michael
94c3bea4eb
+ Fixed log better
2000-07-14 06:57:57 +00:00
michael
0c0a1b147f
+ Fixed log
2000-07-14 06:57:11 +00:00
michael
650fbb86aa
+ removed logs
2000-07-13 11:32:24 +00:00
michael
e7aca136a1
+ Initial import
2000-07-13 06:29:38 +00:00
peter
e4472e186e
* math.rst added
2000-07-08 19:25:25 +00:00
peter
8b38902424
* exampleinstall target added
2000-07-01 23:03:18 +00:00
michael
8321fe29ab
+ Added ddecallack
2000-06-29 06:46:37 +00:00
peter
aae7c24beb
* moved islibrary,isconsole,ismulithread to systemh as they are
...
os independent
2000-06-22 18:39:14 +00:00
pierre
989024b293
* use ioctlsocket in fdRead
2000-06-21 22:26:47 +00:00
pierre
4fa1eae43b
* link smart and FIXXX const corrected
2000-06-21 22:26:08 +00:00
pierre
c518e56b09
* wrong overloads removed
2000-06-20 10:09:21 +00:00
michael
9fee5cffce
+ Corrected GetSocketOptions
2000-06-19 13:31:46 +00:00
pierre
bf1989d01d
* string line problems fixed
2000-06-16 14:30:16 +00:00
pierre
d91b15f817
* GetFullPathName was wrong
2000-06-16 13:35:07 +00:00
pierre
54e0870303
* fix for bug #969 : missing DDE functions
2000-06-15 19:56:12 +00:00
pierre
92fd826876
* avoid lines longer than 255 chars
...
+ add smartlink on by default, if not version 0.99.14
* some functions not present in win95 DLL's are now only inserted if
smartlink is on.
2000-06-15 11:26:57 +00:00
peter
04f409f667
* removed more var stuff which is now in redef
2000-06-14 19:24:58 +00:00
peter
11b7cb5637
* removed some declares which don't exists in dll
2000-06-12 19:54:25 +00:00
peter
3faa571532
* Windows unit has now more Delphi compatibile functions
...
* placed the external functions only in the interface
2000-06-11 07:04:58 +00:00
Tomas Hajny
a1064939f4
* parameter name change in FileSeek
2000-06-04 14:16:54 +00:00
Jonas Maebe
17c2136ba6
* should compile again
2000-05-29 05:32:50 +00:00
peter
8e4522215a
* smart,shared lib including for rpm/deb
2000-05-26 20:50:09 +00:00
marco
f210e534e1
* added getlongname and getshortname
2000-05-26 12:03:13 +00:00
pierre
1f20a7e947
+ DdeFreeStringHandle was missing
2000-05-25 12:57:22 +00:00
pierre
f86765618d
* avoid some Range Check errors
2000-05-19 13:20:37 +00:00
marco
ae061a565a
* JCL alias for getstringsexa
2000-05-17 11:01:55 +00:00
marco
0611a7bbc2
* JCL alias
2000-05-17 11:00:29 +00:00
peter
01e98ff122
* int64 support for diskfree,disksize
2000-05-15 19:28:41 +00:00
peter
cc216749d8
* defined filemode constants in windows unit
2000-05-08 13:25:34 +00:00
marco
1ea5a1824e
* Forgot to remove the tpoint stuff.
2000-04-22 19:51:08 +00:00
marco
796dd36a1f
* some redef fixes (for lazarus mwedit component)
2000-04-22 17:46:05 +00:00
pierre
60ed425f24
fix bug #902 for win32 and linux
2000-04-17 20:43:27 +00:00
pierre
02b4cfc193
* try to get it to work if output is redirected
2000-04-14 12:14:39 +00:00
peter
6ea5534991
* added extra ifdef to check if there are some objects else some
...
targets aren't added anymore
2000-04-11 15:34:47 +00:00
pierre
0f40c0b12a
* used a outdated fpcmak, corrected
2000-04-07 08:19:05 +00:00
pierre
015b9930a0
add os_types to unit list for clean target
2000-04-06 20:14:15 +00:00
florian
a5f687d314
+ Initial revision of printer unit for win32, took that one of go32v2
2000-04-06 08:27:33 +00:00
florian
2c210cd7ee
* a lot of optimizing done
2000-04-02 12:12:22 +00:00
pierre
74907e307a
* multiple exception handling works
...
(for linux only if syslinux is compiled with -dnewsignal)
2000-03-31 23:21:19 +00:00
florian
a6910bcb41
* some "resource leaks" fixed
2000-03-27 12:57:30 +00:00
florian
c2327b56aa
* special keys like arrows and function keys are supported now by readkey
2000-03-27 12:56:55 +00:00
florian
8339ebc407
* colored bitmap font drawing fixed: the color brush
...
was selected for the recovery bitmap
2000-03-25 19:10:11 +00:00
florian
cca24e5632
* accelerated output of bitmap fonts
2000-03-24 18:18:15 +00:00
florian
0575fbbec7
* the window is now cleared by wm_create
...
* default mode is again 640x480x16
2000-03-24 12:57:41 +00:00
pierre
d3efe7df4d
* a working makefile
2000-03-24 12:18:12 +00:00
florian
03869981ef
* the mode detection takes now care of window caption and border
...
+ 1024x768 and 1280x1024 modes added
+ special gui modes added: largest window and maximized window to
use the desktop as much as possible
* Hline fixed: the windows function LineTo doesn't draw the last pixel!
2000-03-24 10:49:17 +00:00