Commit Graph

3791 Commits

Author SHA1 Message Date
nickysn
aa1b3a6542 * fixed Rectangle, Bar and Bar3D for the cases when x1>x2 or y1>y2
git-svn-id: trunk@15874 -
2010-08-22 12:54:00 +00:00
nickysn
9a4238dea9 * Mode-X fixed (regcall-related bugfix in the asm of SetVisualX)
git-svn-id: trunk@15872 -
2010-08-22 10:16:17 +00:00
nickysn
a386a642cc * fixed GetPixel320
git-svn-id: trunk@15870 -
2010-08-21 22:07:52 +00:00
nickysn
dabb5be491 * DrawPoly and FillPoly TP7 compatibility fixes
git-svn-id: trunk@15869 -
2010-08-21 21:18:23 +00:00
marco
b30c284b08 * minor hint and warning improvements
git-svn-id: trunk@15868 -
2010-08-21 21:12:27 +00:00
marco
0d4d22690c * slightly adapted patch from Mantis 17224 from Maxim Ganetsky
also look ups with gettext-context if given.

git-svn-id: trunk@15865 -
2010-08-21 05:18:29 +00:00
marco
7119ebd599 * patch from Dmitry for bug #7604, fixing the CRC problems.
git-svn-id: trunk@15864 -
2010-08-21 04:33:51 +00:00
michael
6f1dfa1353 * Fixed memory leak when reading fastcgi records
git-svn-id: trunk@15863 -
2010-08-20 14:38:45 +00:00
michael
7195d8c883 * Error event implemented
git-svn-id: trunk@15861 -
2010-08-20 08:58:13 +00:00
michael
43256c7f14 * Added events to influence streaming process
git-svn-id: trunk@15859 -
2010-08-20 07:18:40 +00:00
michael
fa93751f92 * Made chain protected, as asked in 16899
git-svn-id: trunk@15857 -
2010-08-19 17:53:24 +00:00
michael
04bd5e208b * Fixed bug #15939
git-svn-id: trunk@15856 -
2010-08-19 17:49:40 +00:00
michael
dfe9701dc4 * Applied patch from theo (bug ID 16748) to enable JPEG scaling
git-svn-id: trunk@15855 -
2010-08-19 17:08:43 +00:00
michael
f939bb3848 * Patch from Luiz Americo to fix TJSONBoolean.AsString, also fixed testcases
git-svn-id: trunk@15854 -
2010-08-19 17:04:05 +00:00
michael
482c00a876 * Applied patch from Luiz Americo
git-svn-id: trunk@15853 -
2010-08-19 16:57:32 +00:00
pierre
6adfa3999d * Update Makefiles using up-to-date fpcmake
git-svn-id: trunk@15847 -
2010-08-18 15:36:23 +00:00
ivost
151ce2f3e3 * added comment to file
git-svn-id: trunk@15846 -
2010-08-18 14:33:56 +00:00
ivost
f32854eb0c * using mysqlvlib instead of mysqllib
git-svn-id: trunk@15845 -
2010-08-18 14:29:19 +00:00
ivost
db5e4028c4 * started with mysql 5.1 support (far from beeing finished! but core parts are working)
git-svn-id: trunk@15842 -
2010-08-18 14:07:05 +00:00
florian
b050eaf031 * patch by F@ntomas to amend the incorrect declarations of RILSUPSERVICEDATA and LPRILSUPSERVICEDATA in ril.pp (winceunits package)
git-svn-id: trunk@15835 -
2010-08-17 19:33:42 +00:00
michael
f4586189cc * isc_reset_fpe is weak
git-svn-id: trunk@15834 -
2010-08-17 14:07:00 +00:00
michael
4c7f9238c7 * SQL parser
git-svn-id: trunk@15832 -
2010-08-16 23:13:24 +00:00
sekelsenmat
d66b8c7068 Adds a Corel Draw file format explorer and starts implementing the CDR reader in fpvectorial
git-svn-id: trunk@15829 -
2010-08-16 15:00:54 +00:00
sekelsenmat
fdbcb24aef Patch from Dirk Fellenberg to fix freetype font output, see bug #17156. Also other improvements made by me to improve how freetype linking and font searching under Mac OS X
git-svn-id: trunk@15827 -
2010-08-16 09:25:46 +00:00
sekelsenmat
b7d466e8ab Renames the main fpvectorial example and adds a routine to detect the format from the extension.
git-svn-id: trunk@15826 -
2010-08-16 08:18:21 +00:00
florian
59702147ff * patch by "Vasil" to fix various WinCE and Win32 API conversion issues
git-svn-id: trunk@15824 -
2010-08-15 19:39:31 +00:00
michael
1e0228d72b * Fixed and simplified example
git-svn-id: trunk@15817 -
2010-08-15 14:56:37 +00:00
michael
a9adb698cb * Saving of response is now configurable
git-svn-id: trunk@15816 -
2010-08-15 14:23:59 +00:00
michael
b62a60e08c * Removed resource linking
git-svn-id: trunk@15815 -
2010-08-15 14:22:52 +00:00
marco
534fdb2e8c * Patch from Dmitry. imm + a dynloaded variant to be used for w9x. Mantis 17167
git-svn-id: trunk@15810 -
2010-08-14 14:59:04 +00:00
marco
c6698af39c * unit implicit first in uses clause
git-svn-id: trunk@15809 -
2010-08-14 14:18:43 +00:00
marco
21903e286e * changed chararr32 to pchararr32, see bug #15845
git-svn-id: trunk@15808 -
2010-08-14 08:56:16 +00:00
sekelsenmat
b63e82f815 small fix for the fpvectorial example
git-svn-id: trunk@15802 -
2010-08-13 15:34:07 +00:00
sekelsenmat
3708922b62 Now the SVG writer works for lines
git-svn-id: trunk@15801 -
2010-08-13 15:32:03 +00:00
michael
2567d761a4 * Error object must be of type TJSOnErrorObject. Initialize Result to Nil in function TJSONRPCHandler.DoExecute (fixes access violation)
git-svn-id: trunk@15800 -
2010-08-13 15:19:46 +00:00
sekelsenmat
6403d462d2 Starts implementing svg writer and improves test app and pdf reader
git-svn-id: trunk@15799 -
2010-08-13 14:56:40 +00:00
marco
0ca9fb281d * minor additional fix for bug #10619
git-svn-id: trunk@15795 -
2010-08-13 10:39:38 +00:00
marco
17b15e762d * list interfaces in html declaration
git-svn-id: trunk@15794 -
2010-08-13 10:19:54 +00:00
sekelsenmat
89593064f7 Starts code to add support to cdr and svg to fpvectorial
git-svn-id: trunk@15793 -
2010-08-13 08:24:27 +00:00
nickysn
ca6ecd9a80 VESA 1.0 fix - zero fill the real mode ModeInfo struct, not the protected mode struct
git-svn-id: trunk@15791 -
2010-08-13 00:08:49 +00:00
marco
f4da244398 * adding stdcall calling convention modifiers. bug #17159
git-svn-id: trunk@15790 -
2010-08-12 19:54:10 +00:00
marco
a33ac5a082 * Patch from Graeme to show deprecated et al modifiers after record def.
git-svn-id: trunk@15778 -
2010-08-11 10:48:51 +00:00
marco
7c42df69db * slightly improved error reporting for test_parser.
git-svn-id: trunk@15777 -
2010-08-11 10:47:10 +00:00
florian
9509437a96 * converted winspool.h from MingW and added it as winspool.pp, resolves #17174
git-svn-id: trunk@15766 -
2010-08-10 20:17:20 +00:00
nickysn
0b75bedaf9 VESA 3.0 support
git-svn-id: trunk@15758 -
2010-08-10 00:01:06 +00:00
sergei
320f67eab2 xmlwrite.pp, htmwrite.pp: replaced inheritance by composition. TxxxWriter always writes to a TStream (or its descendant), and for text files we use a simple TStream-compatible wrapper.
git-svn-id: trunk@15755 -
2010-08-08 22:25:37 +00:00
michael
dd33fba74c * Made TPasExpr a descendent of expression, so declaration can be asked
git-svn-id: trunk@15749 -
2010-08-08 15:42:46 +00:00
marco
6e5c32a481 * Patch from Nikolay (GetScanLineVESA256 reads from the write window, instead of the read window) mantis 17132
git-svn-id: trunk@15748 -
2010-08-08 14:54:26 +00:00
marco
7c164001d9 * patch from Nicolay for VLineVESA256 off-by-one error in calculation of BankRest, Mantis 17131
git-svn-id: trunk@15746 -
2010-08-08 14:02:33 +00:00
marco
198fea10a8 * store the filename of uses yy in xxx syntax.
git-svn-id: trunk@15745 -
2010-08-08 13:32:07 +00:00