Commit Graph

1342 Commits

Author SHA1 Message Date
peter
1a553942fb * overloaded gettime functions supporting hsec and msec,usec 1999-12-08 01:03:54 +00:00
peter
daf8bdf1e1 * fpcmake updated for win32 commandline 1999-12-06 18:26:48 +00:00
peter
1d2da4c432 * fixed vmtptr crash in tstream.put 1999-12-06 18:25:30 +00:00
michael
514f0f9879 + Additional logging 1999-12-04 21:20:04 +00:00
michael
b3f5bf1766 + Now time zone also works on SuSE and RedHat 1999-12-04 13:50:43 +00:00
pierre
750404818d * avoid FPC problem in array of char comp 1999-12-02 22:34:14 +00:00
pierre
9a2bf19e95 + mode constants for VGA driver 1999-12-02 22:33:04 +00:00
peter
9138338d04 * public added to TObject 1999-12-02 19:28:53 +00:00
peter
42516d7f5e * read_int64 dummy added 1999-12-02 17:40:06 +00:00
peter
e85d23980b * timezone.inc dep for linux.ppu
* fixed sigsegvs with wrong timezone settigns
1999-12-02 11:25:31 +00:00
pierre
3909f4bab8 * local var col was undefined
+ 640x200 and 640x350 modes added (VGALo and VGAMed)
  * WM_PAINT better handled (only requested region written)
1999-12-02 00:24:36 +00:00
peter
bf3e811517 * cmdline support 1999-12-01 22:57:30 +00:00
peter
ed5e78cc36 + timezone support 1999-12-01 22:46:59 +00:00
Jonas Maebe
7f899914bc + function random(longint): longint 1999-12-01 12:37:13 +00:00
florian
2f552d9b90 * the wm_nc... messages aren't handled anymore it leads to too mch problems ... 1999-11-30 22:36:53 +00:00
michael
1eb4bfc435 + Removed charmessagehandler declaration, it is in graphh.inc 1999-11-30 08:57:46 +00:00
carl
313e7424d1 * GetPixVESA16 bugfix with read segment. 1999-11-30 02:25:15 +00:00
florian
75c8bdc3a2 * first implementation of winmouse unit 1999-11-29 22:03:39 +00:00
pierre
96c92553b1 * fix for form bug #719 1999-11-29 16:59:27 +00:00
Jonas Maebe
d17e5459dc * fixed setvgargbpalette (it's 6bit lsb, not msb values, so no shifts!) 1999-11-29 07:32:53 +00:00
pierre
c1f893a1d1 * Infinite loop for infinite value problem fixed 1999-11-28 23:57:23 +00:00
Jonas Maebe
db5cdd7387 * corrected misplacement of call to initvars in initgraph
+ some extra debugging commands (for -dlogging) in the mode functions
1999-11-28 16:13:55 +00:00
Jonas Maebe
6ad29d29a6 * _GraphResult is now properly set to grOK by DetectGraph and
InitGraph if there are no errors
1999-11-28 12:19:59 +00:00
Jonas Maebe
33a70bdf4b + all available mode numbers are logged if you compile the unit with
-dlogging
1999-11-28 12:18:39 +00:00
sg
87d0345efc * Fixed bug #722: If the start position of AnsiString Copy is less than 1,
it will be set to 1 (same behaviour as in Delphi)
1999-11-28 11:24:04 +00:00
Jonas Maebe
acabc4c7fa * fixed VlineVESA256 and re-enabled it in graph.inc
* added procedure detectgraph to interface of graph unit
1999-11-27 21:48:00 +00:00
peter
c35eba9070 * fpcmake updates 1999-11-26 00:01:30 +00:00
peter
41c91ed6b3 * package dependencies 1999-11-25 20:22:56 +00:00
pierre
926f82efc1 * memory corruption within GetImage removed 1999-11-25 17:44:14 +00:00
pierre
846dee6d78 * avoid a problem with ChDir('c:') on pure DOS 1999-11-25 16:24:56 +00:00
pierre
6f2f60d8ee * web bug #716 1999-11-25 15:55:52 +00:00
michael
65cd1cdbc7 + Added Ansistring setstring call 1999-11-25 13:34:57 +00:00
pierre
2719fb91e8 * PutImage used an integer index that became negative !!!!
* Default needed procedure now genrate a RTE 218 instead of a
    GPF by call to nil pointer !
1999-11-24 23:42:31 +00:00
florian
14a2d2ba96 + created from extgraph 1999-11-24 22:33:15 +00:00
florian
1736a7d64d * extgraph moved to win direcory 1999-11-24 22:12:06 +00:00
peter
56343f0b08 * fpcmake update 1999-11-23 09:50:17 +00:00
pierre
793a67c4a8 * used TWNDCLASS in interface and WNDCLASS in implementation 1999-11-21 01:39:26 +00:00
Jonas Maebe
5ffd2e21d4 * reinstated old random generator, but modified it so the integer
one now has a much longer period
1999-11-20 12:48:09 +00:00
pierre
6f95642db5 + DLL Hooks for the four callings added 1999-11-20 00:16:44 +00:00
pierre
7caaba9e76 * bug fix for web bug703 and 704 1999-11-18 22:19:57 +00:00
michael
90156ea1a0 * Better and faster Fexpand, SearchPath fromPiotr Sawicki 1999-11-18 15:28:47 +00:00
peter
78d5e706ac * exception address fixes 1999-11-15 21:49:47 +00:00
peter
5fec122056 * removed warnings 1999-11-14 21:35:04 +00:00
peter
ddb0882789 * fixed reallocmem with a block at the end of an allocated memoryblock,
had to introduce a flag for such blocks.
  * flags are now stored in the first 4 bits instead of the highest bit,
    this could be done because the sizes of block are always >= 16
1999-11-14 21:34:21 +00:00
peter
d007f04fa6 + clean targets 1999-11-14 15:54:21 +00:00
michael
068566371d + Added Pause() and alarm() 1999-11-14 11:11:15 +00:00
carl
4d3b187b4c * Bugfix if getimage / putimage, format was not standard with FPC
graph.
1999-11-12 02:13:01 +00:00
florian
254c43d6b7 * the writing of the default font was wrong when doing scaling:
the last colunm/row wasn't drawn
1999-11-11 22:29:21 +00:00
sg
02329a97bc * fixed severe bug: change by ? in dup2 (flushing) resulted in broken
AssignStream functions
1999-11-11 19:43:49 +00:00
florian
3839c77a58 * the size was calculated wrong by imagesize 1999-11-11 17:55:07 +00:00