Commit Graph

18411 Commits

Author SHA1 Message Date
peter
bb6235f0cd * win32 fixes 2004-12-20 18:27:00 +00:00
michael
94d65e5ea7 + Fixed HTML path 2004-12-20 16:28:56 +00:00
peter
e168bf6b91 * fix include dependencies 2004-12-20 16:21:50 +00:00
florian
49ef73e24f * fixed test 2004-12-19 21:44:27 +00:00
peter
0deca84715 * 1.0.x compile fixes 2004-12-19 21:39:15 +00:00
peter
ba3516dff6 * A_IMUL readwrite operand 1 2004-12-19 21:34:09 +00:00
florian
8766f848d8 * test compilatio fixed for 64 bit targets 2004-12-19 21:17:24 +00:00
peter
1381adee4b * fixed for optimization loading 2004-12-19 21:16:47 +00:00
florian
82f2bbd2db * 64 bit adaptions 2004-12-19 21:00:00 +00:00
Tomas Hajny
72e846735f + confirmation box after video mode switch (bug 2933) 2004-12-19 20:38:35 +00:00
Tomas Hajny
7a97d2ff0a * GiveUpTimeSlice for Dos improved for better cooperation with some TSRs on plain DOS 2004-12-19 20:31:16 +00:00
Tomas Hajny
b1e82ff529 + TTimedDialog and TimedMessageBox added 2004-12-19 20:25:11 +00:00
Tomas Hajny
ea01a93ab0 * TTab.Load/Store implemented 2004-12-19 20:22:44 +00:00
Tomas Hajny
20a46f54c1 * ObjType references constants from fvconsts 2004-12-19 20:20:47 +00:00
peter
90d1f71ce2 * includes variable instead of target to prevent always rebuilding
* also build fcl.pdf
2004-12-19 20:20:16 +00:00
peter
925e9952f3 * use fp-docs.isntall 2004-12-19 20:19:16 +00:00
florian
97f8abc1da * fixed 64 bit issues 2004-12-19 19:11:11 +00:00
peter
eab53234cd * updated for new zip names 2004-12-19 18:54:19 +00:00
peter
c784367dfc * zipname fixes 2004-12-19 18:53:59 +00:00
florian
946f73ee85 * made 64 bit safe 2004-12-19 18:39:50 +00:00
florian
4408b48c9d * fixed for gdb 6.3.x 2004-12-19 18:35:56 +00:00
michael
9701081657 + Added mode field to TSearchRec for Kylix compatibility 2004-12-19 18:03:29 +00:00
florian
19900fc813 * fixed 64 bit target 2004-12-19 18:02:33 +00:00
michael
aa96eb6ceb + Implemented wraptext 2004-12-19 17:55:38 +00:00
peter
3c3ec40b70 * regenerated 2004-12-19 17:42:32 +00:00
florian
82d0a7f5e9 no message 2004-12-19 15:33:39 +00:00
michael
b981d971c9 + Fixed bug #3374, streaming of widestring 2004-12-19 15:31:04 +00:00
peter
07f68c96a8 * removed fcl dependency 2004-12-19 14:16:55 +00:00
florian
ce3f177339 * dyn. linker path fixed for x86_64 2004-12-19 14:03:16 +00:00
florian
8b0938c9ff * x86_64 compilation fixed 2004-12-19 13:55:42 +00:00
peter
2e52bf2824 * fixed overflow when reusing a memory block for fixed size chunks 2004-12-19 13:45:56 +00:00
peter
611897b76b * new bug 2004-12-19 13:38:27 +00:00
florian
9ce937d4bf * fixed x86_64 compilation 2004-12-19 13:05:56 +00:00
Tomas Hajny
8280fbe06c * FileOpen fixes for DR-DOS, resourcestring in ExecuteProcess, implementation of Sleep changed to give up timeslices 2004-12-18 20:22:17 +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
14b11ebf16 + Added windows key definitions (bug 3445) 2004-12-18 19:53:21 +00:00
michael
00e1fed324 + Added windows key VK_ definitions from Alexey barkovoy (bug 3445) 2004-12-18 19:49:53 +00:00
michael
d73472e2e3 + Patch from Michalis Kamburelis so FSearch does not find a directory 2004-12-18 16:29:09 +00:00
peter
cc3523b554 select last item when a page is selected, using tab to navigate will then be ablke te select all items 2004-12-18 16:19:35 +00:00
peter
270976180b win32 fixes 2004-12-18 16:18:47 +00:00
florian
b44f17099c * fixed some alignment trouble 2004-12-18 15:48:06 +00:00
florian
c279c13d17 * the optimization fstp f;fld f to fst f disabled; leads to rounding problems 2004-12-18 15:21:56 +00:00
florian
cd8e5f6852 no message 2004-12-18 15:20:42 +00:00
Jonas Maebe
84aa52942f * fixed tracking of usage of flags register
* fixed destroying of "memwrite"'s
  * fixed checking of entire sequences in all cases (previously this was
    only guaranteed if the new sequence was longer than the old one, and
    not if vice versa)
  * fixed wrong removal of sequences if a register load was already
    completely removed in the previous sequence (because in that case,
    that register has to be removed and renamed in the new sequence as
    well before removing the new sequence)
2004-12-18 15:16:10 +00:00
Jonas Maebe
a3627d9345 * fixed compilation with -dcsdebug -dallocregdebug 2004-12-18 14:07:35 +00:00
michael
02f85d2f9b + initial check-in 2004-12-18 13:15:40 +00:00
michael
74511f1753 + Converted to XML 2004-12-18 13:01:16 +00:00
armin
c087b23a91 * changed SQLScale compare in TranslateFldType from a set compare to a real integer compare 2004-12-16 21:11:35 +00:00
armin
41e0b1a0a7 * added NetWare Alert
* added sysutils.sleep
2004-12-16 12:42:54 +00:00