Commit Graph

1417 Commits

Author SHA1 Message Date
Jonas Maebe
d1c597aa71 * avoid extra locking/unlocking for updatescreen (must now always be
called while the graphdrawing lock is held)

git-svn-id: trunk@7715 -
2007-06-17 17:15:03 +00:00
michael
663e020402 * Patch from Inoussa OUEDRAOGO to support GUIDs in interface declarations
git-svn-id: trunk@7701 -
2007-06-17 09:58:21 +00:00
Jonas Maebe
b6f4e26631 + graph unit for Mac OS X. Note that you have to change one thing in graph
programs to use it: put the main program code in a function with signature
    "function graphprog(p: pointer): longint;" and then start the program
    by calling "StartGraphProgram(@graphprog);"
  * compilation not yet enabled because graph needs to be moved to
    packages/extra first (since this graph unit depends on packages/extra/
    univint), and it's also not yet really polished (e.g. hardcoded to
    640x480x256 colors)
  * Something which will probably never work correctly:
    * getpixel (and therefore also and/or/xorput), because you cannot
      completely disable anti-aliasing in quartz. Further, the quartz api
      requires floating point color component values when drawing, while
      the bitmap from which we read the pixels back represents the colors
      component values as bytes (which causes extra rounding errors).
      Only solvable if we manually duplicate all drawing in a separate
      buffer (although then you still won't erase the anti-aliasing pixels
      in the real bitmap). An upside of the automatic anti-aliasing is that
      all drawing looks nicer.

git-svn-id: trunk@7700 -
2007-06-17 09:57:52 +00:00
Jonas Maebe
3eaceafad3 * fixed notput for vga 16 color modes
git-svn-id: trunk@7698 -
2007-06-17 08:42:53 +00:00
florian
bcff0dae6d * fixing continued
git-svn-id: trunk@7688 -
2007-06-16 17:04:50 +00:00
florian
9d7e2c203f + some types added
git-svn-id: trunk@7687 -
2007-06-16 17:04:15 +00:00
florian
741e0a170e + treqsize
git-svn-id: trunk@7676 -
2007-06-15 21:57:46 +00:00
florian
7a99c517c4 * fixed a lot of stuff to be delphi compatible
git-svn-id: trunk@7674 -
2007-06-15 19:51:08 +00:00
florian
0d08b1e8da * several delphi compatibility stuff fixed
git-svn-id: trunk@7664 -
2007-06-14 21:24:53 +00:00
marco
8bae130fcb * fix for bug #9022 (merge)
git-svn-id: trunk@7602 -
2007-06-09 13:12:16 +00:00
michael
1ba2224a3e * Russian translation by Maxim Ganetsky
git-svn-id: trunk@7595 -
2007-06-08 07:36:02 +00:00
pierre
953f5ce772 netware now has GetLastOSError
git-svn-id: trunk@7585 -
2007-06-05 09:37:17 +00:00
pierre
2148281785 netwlibc now has GetLastOSError
git-svn-id: trunk@7583 -
2007-06-05 09:29:27 +00:00
pierre
6774847103 remove syncobjs from netwlibc target list
git-svn-id: trunk@7581 -
2007-06-05 09:04:43 +00:00
florian
3227550175 * commctrl compiles, added to the makefile, resolves #8994
git-svn-id: trunk@7552 -
2007-06-02 19:04:12 +00:00
Jonas Maebe
e5d97fbc66 * regenerated with latest fpcmake (powerpc64-darwin support was missing)
git-svn-id: trunk@7544 -
2007-06-01 08:46:59 +00:00
peter
3c3ec25e78 * fpmkunit added
git-svn-id: trunk@7541 -
2007-05-31 19:59:21 +00:00
peter
a261e71b3e * fix compile
git-svn-id: trunk@7540 -
2007-05-31 19:59:11 +00:00
joost
e01b1fc85a * Clean FBlobBuffers and FUpdateBlobBuffers
git-svn-id: trunk@7538 -
2007-05-31 15:27:45 +00:00
peter
2b8a397db5 * rename package to fpmkunit to not conflict with fpmake executable
git-svn-id: trunk@7532 -
2007-05-30 18:38:44 +00:00
peter
adf0cbe0ff * merge everything in fpmkunit
git-svn-id: trunk@7531 -
2007-05-30 18:36:29 +00:00
peter
eeb3d39bba * support unzip of specified files
git-svn-id: trunk@7528 -
2007-05-30 15:37:18 +00:00
peter
54c1c22616 * fix compile
git-svn-id: trunk@7526 -
2007-05-30 07:05:09 +00:00
peter
be368c474e * Makefiles moved
git-svn-id: trunk@7525 -
2007-05-30 06:30:51 +00:00
peter
f461c2f493 * move fpmake
git-svn-id: trunk@7523 -
2007-05-30 06:11:50 +00:00
peter
fe1131ae04 * fix range errors
git-svn-id: trunk@7520 -
2007-05-29 19:55:57 +00:00
florian
b261bdf52f + from Darius Blaszijk: GetSuiteAsXML and TestSuiteAsXML implementation
git-svn-id: trunk@7493 -
2007-05-28 09:58:11 +00:00
daniel
4782e744e8 * Add initc unit
git-svn-id: trunk@7492 -
2007-05-27 20:06:58 +00:00
joost
d575e45fd2 * Added possibility to disable debugging
* Disable debugging if the server could not be found
 * Catch exception if debugserver executable is not found

git-svn-id: trunk@7478 -
2007-05-25 21:02:05 +00:00
marco
1ff11325a2 * regenned makefile
git-svn-id: trunk@7465 -
2007-05-25 08:04:39 +00:00
marco
b940996220 * patch from Olivier
git-svn-id: trunk@7462 -
2007-05-25 06:44:39 +00:00
michael
6d4c5cf1f7 * Patch from Graeme to correct output
git-svn-id: trunk@7457 -
2007-05-24 17:53:46 +00:00
Almindor
2b873af182 * remove forgotten writeln in base64 (* please merge me! *)
git-svn-id: trunk@7451 -
2007-05-24 11:15:39 +00:00
michael
2207d159d7 * Patch from Graeme Geldenhuys to easily add testsuites
git-svn-id: trunk@7449 -
2007-05-24 08:47:09 +00:00
peter
dd3fdac68e * beos support from Olivier Coursiere
git-svn-id: trunk@7443 -
2007-05-24 07:16:17 +00:00
joost
4ed68cc386 * TCustomHTTPModule was not always created when needed.
git-svn-id: trunk@7434 -
2007-05-23 21:41:44 +00:00
joost
419d518d4b * Enabled compilation of TMySQLxxConnection for win64
git-svn-id: trunk@7416 -
2007-05-21 21:20:52 +00:00
joost
023a3167c2 * Enabled compilation of TODBCConnection for win64
git-svn-id: trunk@7414 -
2007-05-21 20:39:27 +00:00
michael
fd096ef0f8 * Use StrToXXXDef functions for readXXX()
git-svn-id: trunk@7380 -
2007-05-17 16:17:28 +00:00
michael
cc9bc424e4 * SectionExists now Delphi compatible
git-svn-id: trunk@7378 -
2007-05-17 15:53:02 +00:00
michael
a78f576074 * Marked some sections as private
git-svn-id: trunk@7374 -
2007-05-17 11:29:46 +00:00
joost
d8c741f472 * Enabled IBConnection for win64
git-svn-id: trunk@7369 -
2007-05-16 21:08:25 +00:00
michael
061bfa3301 * Introduced TCustomSQLQuery, with properties in protected mode
git-svn-id: trunk@7364 -
2007-05-16 15:31:11 +00:00
michael
06f27aa25c Published TnamedItem.Name as in Delphi
git-svn-id: trunk@7362 -
2007-05-16 15:02:49 +00:00
michael
e46ecfb3d4 Better error checking at connect/disconnect
git-svn-id: trunk@7361 -
2007-05-16 14:57:55 +00:00
pierre
79f314cf96 Put every {$smarlink on} inside an {$ifndef NO_SMART_link} condition.
This allows to do a 'make build' for win32 with nasm,
  using OPT="-Anasmwin32 -XS -dNO_SMART_LINK"

git-svn-id: trunk@7357 -
2007-05-16 11:26:06 +00:00
michael
2d2469c45e * Added brazilian translation by Antonio Galvao
git-svn-id: trunk@7354 -
2007-05-16 07:31:58 +00:00
michael
c9c82ddbf8 Fixed bug #8875
git-svn-id: trunk@7335 -
2007-05-14 19:43:02 +00:00
michael
2212c78609 * Fixed description of array type without index (open array)
git-svn-id: trunk@7325 -
2007-05-13 17:44:00 +00:00
michael
4e8e4d6c0a Removed debug message in CheckOptions
git-svn-id: trunk@7313 -
2007-05-11 23:32:25 +00:00