Commit Graph

4989 Commits

Author SHA1 Message Date
peter
e8872314a6 * automatic support for package/target dir structure 1999-12-23 19:32:28 +00:00
Jonas Maebe
c483ef813d * turn off IO checking when attempting to open a font file (to avoid RTE) 1999-12-23 16:48:13 +00:00
peter
e6aef5dcce + default{install,build,clean}dir 1999-12-23 13:52:23 +00:00
peter
301811827a * it's a bash script, not sh 1999-12-23 13:51:55 +00:00
peter
d85e3914a3 * reorganized, it now doesn't depend on fcl anymore by default 1999-12-23 13:51:50 +00:00
peter
1f6ce404a8 * removed 1999-12-23 13:50:01 +00:00
peter
25356c6ca9 * check_rec_inittable fix from sg 1999-12-23 12:19:42 +00:00
pierre
408c5a7a3a * compiles with BP 1999-12-23 12:17:37 +00:00
pierre
5c3c5dfb83 same as testchar but with $P- 1999-12-23 12:00:34 +00:00
pierre
b733502253 + several more tests for array of char <=> string 1999-12-23 11:51:04 +00:00
sg
c92169f193 * Fixed cursor placement as reaction on a mouse click:
- x value: if the click is within the left half of a character cell, the
    cursor will be set in front of this char; if the click is in the right
    halft, the cursor must be set _behind_ this character!
  - y value: don't subtract "LeftIndent" from the y pixel coordinate...
1999-12-23 09:52:42 +00:00
sg
d8a64cf039 * Calling SetCursorX or SetCursorY with negative values will result in
setting these coordinates to 0 instead (as negative cursor coordinates
  are impossible)
1999-12-23 09:47:09 +00:00
peter
68c2c36d36 * nested try blocks work again 1999-12-22 23:30:06 +00:00
peter
9de2afcbac * updates for cursor setting
* button press event works
1999-12-22 22:28:08 +00:00
peter
c3a92e5260 * compiles again 1999-12-22 22:27:41 +00:00
Jonas Maebe
47fdeecd9c * changed type of max_color to word so it works now with 16bit color modes
(thanks to Arjan van Dijk for noticing the problem)
1999-12-22 14:36:07 +00:00
sg
02081ba1a4 * Improved messages in the case of failure: Now the test prints the results
it got from the XMLCfg unit
1999-12-22 13:43:14 +00:00
sg
e7d2789348 * Fixed parser bug: SetDocumentElement failed if the XML document contains
only a single element at the top hierarchy level
* Changed the error message if there is text after the end of the main
  XML element
1999-12-22 13:39:55 +00:00
sg
4f1cb4700e * Lots of cosmetic changes (strings -> const AnsiStrings etc.) 1999-12-22 13:38:01 +00:00
peter
eef7f751b0 * regenerated 1999-12-22 01:09:18 +00:00
peter
aa48569c99 * use reallocmem/freemem/getmem from the heapmanager 1999-12-22 01:08:18 +00:00
peter
7583de7a4f - removed freelabel()
* added undefined label detection in internal assembler, this prevents
    a lot of ld crashes and wrong .o files
  * .o files aren't written anymore if errors have occured
  * inlining of assembler labels is now correct
1999-12-22 01:01:45 +00:00
peter
c33a9b9f7c * don't use Id's which could replace into different version numbers
and thus inserting extra/less characters
1999-12-22 00:58:24 +00:00
peter
8725fa32a1 * label are set to used so an error is given if used but not defined 1999-12-22 00:57:30 +00:00
Jonas Maebe
802730bfb5 * changed vesa.inc do it doesn't try to use linear modes anymore (doesn't work
yet!!)
  * fixed mode detection so the low modenumber of a driver doesn't have to be zero
    anymore (so VESA autodetection now works)
1999-12-21 17:42:17 +00:00
peter
602b295aaf * zipinstall fixes 1999-12-21 16:09:12 +00:00
peter
8a727fd1ed * don't call dirobjects for zipisntall,info 1999-12-21 16:06:47 +00:00
Jonas Maebe
79d83656f0 * activated FPC_HAS_SET_INEQUALITIES define 1999-12-21 13:00:35 +00:00
pierre
3317c7b291 * array of char to short string bug fixed 1999-12-21 11:49:51 +00:00
pierre
5f6f1fd669 * typo error if previous commit 1999-12-21 11:48:09 +00:00
pierre
23008671b0 *testing conversions from array of char to short strings 1999-12-21 11:45:37 +00:00
pierre
ffc5263bfc + FPC_CHARARRAY_TO_SHORTSTRING added 1999-12-21 11:13:34 +00:00
pierre
bb70445e8a * some assembler functions translated to pascal
WARNING these are not yet TESTED !!!
   + FPC_CHARARRAY_TO_SHORTSTRING added
1999-12-21 11:12:16 +00:00
pierre
8b91888fc2 * allow v09912 to compile system 1999-12-21 11:10:22 +00:00
pierre
4bfe8086c4 + CloseGraph if errors 1999-12-21 09:16:48 +00:00
michael
a284bc0bac + Changes after remarks from Christopher Oezbek 1999-12-21 09:13:56 +00:00
michael
4c198a7f3d + Changes after remarks from Christopher Oezbek 1999-12-21 09:07:15 +00:00
pierre
2ef718b877 * ex_fail error corrected 1999-12-20 23:37:26 +00:00
pierre
dfd26db2da * longlog fixes 1999-12-20 23:27:54 +00:00
pierre
bed6bb6b2a + $description $version 1999-12-20 23:23:28 +00:00
pierre
c3fb5e5237 * relocation with debug info in rva (only with internal compiler) 1999-12-20 22:29:26 +00:00
pierre
f3557f20ed + cinv in interface 1999-12-20 22:24:48 +00:00
pierre
a648f31c6a * better closing of left open files 1999-12-20 22:22:41 +00:00
pierre
3e399a860d + dllversion global variable
* FPC_USE_CPREFIX code removed, not necessary anymore
    as we use .edata direct writing by default now.
1999-12-20 21:42:34 +00:00
pierre
6d8f8ef3f9 * web bug769 fix 1999-12-20 21:24:29 +00:00
michael
8035a10f0c + Fixed typo 1999-12-20 18:49:06 +00:00
pierre
cf9008e103 + number of files to open can be specified by command line parameter 1999-12-20 14:29:54 +00:00
pierre
42641bdcec * MyApp renamed IDEApp
* TDebugController.ResetDebuggerRows added to
    get resetting of debugger rows
1999-12-20 14:23:16 +00:00
peter
720a3fb050 * modes moved to interface
* integer -> smallint
1999-12-20 11:22:38 +00:00
peter
62bd7e53ee * integer -> smallint to overcome -S2 switch needed for ggi version 1999-12-20 11:22:35 +00:00