Commit Graph

273 Commits

Author SHA1 Message Date
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
marco
e99f82c8fa * fixed ostype problem 2000-03-21 13:26:58 +00:00
marco
b122dd9ff9 * Fixed os_types stuff 2000-03-21 13:24:31 +00:00
alex
a9745c53b6 + added overlaoded PeekMessage fundtion for delphi compatibility 2000-03-20 23:44:43 +00:00
alex
85135c503d * extended to make use of OS_TYPES unit. 2000-03-20 16:14:37 +00:00
pierre
1475038147 + WINT = longint to avoid errors 2000-03-20 11:42:46 +00:00
marco
4b4b9a7ba7 * Some more delphi compatible kernelfunc headers for JCL. 2000-03-19 20:30:27 +00:00
marco
ebe9dafe19 * some stuff for JCL 2000-03-19 20:29:06 +00:00
peter
2d6a92f17e * graph unit include is now independent and the dependent part
is now in graph.pp
  * ggigraph unit for linux added
2000-03-19 11:20:12 +00:00
florian
cf42fe5f4f * window class is registered only once => multible init/closegraphs are possible
* calling cleardevice when creating the window
2000-03-17 22:53:20 +00:00
michael
27b0900075 + Added more system exception handling afte T. Schatzl remark 2000-03-16 20:42:26 +00:00
michael
54f9bbd99b + Added constants and types for Delphi compatibility 2000-03-14 10:20:18 +00:00
pierre
1892f7443a * ExitDLL fixed : uses now SetJmp LongJmp
* System_exit unloads the exception hanlder before leaving
2000-03-10 09:21:11 +00:00
florian
682807bc00 + some new functions
* double click messages are handled like single clicks because this
    is the behavior as old DOS applications expect
2000-03-05 13:08:52 +00:00
florian
054ddd8cb3 + some more functions added, also some dummies 2000-03-05 13:07:58 +00:00
florian
385b19dbc7 * the title can be user defined 2000-03-05 13:06:32 +00:00