Commit Graph

3293 Commits

Author SHA1 Message Date
f557d85ab0 First commit for release 0.2.2, which restores Ctl3D so it can again be compiled by Lazarus 0.9.27+
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@963 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-22 01:00:15 +00:00
c369d3321e richmemo: added gtk2richmemo. No rich-text functionallity. Just to be compilable
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@962 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-20 12:30:09 +00:00
6a5ffd2533 richmemo: fix for win32 OnChange event after GetAttributes proc. Removed debug out from sample project
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@961 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-19 18:11:58 +00:00
06f6bd2021 carbon: fix for incorrect font size set
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@960 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-18 10:28:07 +00:00
43e0ffe21f add property text for RxDBLockupCombo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@959 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-17 15:58:07 +00:00
e29245cc17 carbon: switch caret color to white, if background is black
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@958 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-17 14:12:10 +00:00
11a0b9ac4b PowerPDF, fix code page convertion to WinAnsiEncoding
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@957 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-10 21:19:09 +00:00
781bcb652c PowerPDF, initial fix for output of text no converted from UTF8 to ansi encoding on linux (which do not do ansi convertion)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@956 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-08 19:28:31 +00:00
a2b1693f96 Fixed read bug in Excel files with a ministream bigger than 1024 (1024 is a casual number, any other could raise the bug).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@955 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-05 17:14:45 +00:00
efbc5a8d2c Read excel formula and stores the precalculated value as a cell fixed value. Only numeric values, strings are not supported my fpspreadsheet at least by now.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@954 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-04 22:18:43 +00:00
75dd051f39 Fixed memory leak in WriteWorksheet.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@953 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-03 12:04:04 +00:00
c9cad114e8 Applied patch from Torsten Bonde Christiansen ( http://bugs.freepascal.org/view.php?id=14480 ) with some minor changes. Big speedup reading spreadsheets.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@952 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-02 22:03:01 +00:00
312e8f16fc Removed LCL dependency in lpk file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@951 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-02 18:24:32 +00:00
7f32d73b05 Fixed reading in non US locales (decimal separator = '.') of floating point data in Open Document.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@949 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-02 01:22:46 +00:00
9c7a5199c7 Fixes reading of ZIPs with "wrong" local header information (size, crc, ...), as unzip.exe use the data from Central header instead.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@948 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-02 01:19:46 +00:00
d7c494635e Removed all LCL dependencies.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@947 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-01 23:41:05 +00:00
41aab444e0 Fixed memory leak in ReadOLEFile.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@946 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-01 23:04:57 +00:00
a9e4cc5457 XLS BIFF8 (Excel 97-2004) can read SSTLabels, Rich strings and RKValues (even in range). Fixes issue 0014085 in bug tracker.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@945 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-01 23:00:13 +00:00
a63e5bf41d translations
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@944 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-01 20:24:51 +00:00
cc11ea4ee1 fpspreadsheet: Small improvements
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@943 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-01 16:47:45 +00:00
ca0c39185f Fixed: http://bugs.freepascal.org/view.php?id=14456 (using PtrInt instead Integer)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@942 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-30 14:20:55 +00:00
df28fec280 sort engine
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@941 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-29 12:01:16 +00:00
2915b5797b added mplayer containing mplayercontrollaz.lpk
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@940 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-26 21:50:33 +00:00
7fe1fef47e fix error in rxdateedit, add documentation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@939 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-20 18:05:51 +00:00
387f91f5a1 multithreadprocs: added utility functions for blocks
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@938 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-20 15:36:29 +00:00
6b156e32d7 multithreadprocs: clean up
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@937 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-20 15:05:00 +00:00
5734f36fae MultiThreadProcsLaz: fixed typo TaskProcedure, added experimental support for local procs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@936 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-20 13:42:31 +00:00
3e63d8afaf fix for SelText clearing text formatting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@935 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-18 05:21:51 +00:00
140121f8ac translation, docs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@934 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-17 17:50:27 +00:00
522d4d9dc1 initial import of BeepFp (http://wiki.lazarus.freepascal.org/BeepFp) from Wimpie Nortje
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@933 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-14 11:07:00 +00:00
72d201621f fpspreadsheet: small improvements
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@932 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-12 13:08:44 +00:00
77877e6009 fpspreadsheet: Fixes compilation with trunk fpc
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@931 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-12 12:55:05 +00:00
e25295e088 fpspreadsheet: Fixes encoding conversions for Excel 2 and 5 formats.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@930 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-12 12:46:33 +00:00
26ae7bebdd multithreadprocs: fixed healper thread waiting for new work
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@929 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-11 18:12:13 +00:00
e7fede2029 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@928 8e941d3f-bd1b-0410-a28a-d453659cc2b4 2009-08-11 15:28:08 +00:00
67aac8aa37 fpspreadsheet: Adds excel 8 example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@927 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-07 14:16:17 +00:00
c0c0360d42 new code for sorting, filter and etc...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@926 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-06 16:59:07 +00:00
88a6850fe9 added converting DOMString to utf8 encoded strings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@925 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-08-02 13:22:38 +00:00
cd19a08e6b git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@924 8e941d3f-bd1b-0410-a28a-d453659cc2b4 2009-07-29 15:10:08 +00:00
84f9ba551c InvalidCount for days code
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@923 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-29 14:54:48 +00:00
eaa22af69c add IDe serial reading support unit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@922 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-28 13:18:51 +00:00
eed17766fe - fixed obsolete TextHeight properties from lfm resources
- initial support for InvalidCount , which allow to run program even if trial rules are broken (but only exactly set count)
- IDE serial number used instead of volume serial

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@921 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-28 13:17:46 +00:00
e1c560ada7 removed Carbon bindings from the sample
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@920 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-21 22:41:40 +00:00
b3909f097d fix for win32RichMemo background color as suggested by Dusan.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@919 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-21 22:40:13 +00:00
5478ae0e2c fix error in rxlockup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@918 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-20 18:39:18 +00:00
0d0c4e4c5d * Fix GetHitTestInfoAt when the header is visible
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@917 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-18 18:40:36 +00:00
dac00e12d2 PowerPDF, fix memory leak, from Luiz Americo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@908 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-14 20:38:31 +00:00
0ea82dc33e TGradTabControl: Fixed Hide Close-Button on MouseLeave
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@905 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-13 14:51:03 +00:00
e50a7fa3dc fix error in RxDBLockupCombo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@900 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-08 15:44:33 +00:00
dfd5b765f9 quick find in rxdbgrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@897 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-06 16:26:45 +00:00