Commit Graph

2681 Commits

Author SHA1 Message Date
1ba130c8c4 Delphi 2010 compatibility fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1481 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-02-02 15:31:32 +00:00
489e76849b Delphi 2010 compatibility fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1480 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-02-02 11:09:33 +00:00
c936345d90 chelper: updated objc converting. fixing Caption issue with the Chelper options window, #18529
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1479 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-02-01 02:05:53 +00:00
32aa697b43 csvdocument: some more optimizations
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1478 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-31 22:40:44 +00:00
d4da5d7108 csvdocument: added performance test mode to test suite
csvdocument: changed test suite project settings to generate asm listing


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1477 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-31 17:43:45 +00:00
5fcdc6d075 csvdocument: initial commit to new repository
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1476 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-31 15:09:56 +00:00
28c6a5a058 * added directory for csvdocument
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1475 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-31 10:31:14 +00:00
e00085bbd9 Fix for TOvcVirtualListBox in form designer when IntegralHeight=True and Laz 0.9.29/30.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1474 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-30 22:35:42 +00:00
0c5b5b1913 Starts implementing text support
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1473 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-30 15:35:48 +00:00
21518cb872 Fixes the dxftokentotree.pas performance and makes the dxf reader more powerful
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1472 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-30 14:37:28 +00:00
2c37512236 Attempted fix of resizing issue in TOvcTable as a result of LCL 0.9.29 change in SetBounds behavior.
http://wiki.lazarus.freepascal.org/Lazarus_0.9.30_release_notes#overriding_TControl.SetBounds

Unknown how many other places where this or similar fixes will be needed; Orpheus overrides SetBounds throughout.

Also uncommented two place where Screen.DataModules was used as this now appears to be implemented in LCL.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1471 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-29 23:51:20 +00:00
304dbb2e2f Fixes running the DXF reader in Windows and changed the list of tokens to convert to float from a negative list to a positive list to be more reliable against unknown tokens.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1470 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-29 21:32:39 +00:00
0b1e9bc532 Fixes the dxf reader floating point
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1469 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-28 15:25:55 +00:00
e390337166 * Added lazarus resource-files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1468 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-28 11:59:20 +00:00
03b6497475 * Fixed mem-leaks in designer. If there are instances created, release them. Even in csDesigning mode. (which is not always set already at creation)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1467 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-28 11:36:49 +00:00
e76eea2eae * Add workaround for fpcmake bug
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1466 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-28 11:10:16 +00:00
233dbee19f Fix draw text background in rxdbgrid if themes enabled. Thx for Boris from freepascal.ru
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1465 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-27 20:31:51 +00:00
412922cb29 Adds a caption to fpvviewer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1464 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-26 21:26:33 +00:00
a263b71828 Implements circular arcs in fpvectorial
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1463 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-26 20:40:56 +00:00
c079c6138b Advances the reading support of DXF in fpvviewer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1462 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-26 16:05:00 +00:00
5e3e7833cb Adds support for circles in DXF
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1461 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-25 16:51:57 +00:00
e831cf4bde Lines in new DXF versions can be drawn now
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1460 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-25 14:46:25 +00:00
907f0fe3e0 Reestablishes drawing the cube example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1459 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-25 14:43:07 +00:00
d67eefba96 Implements the new DXF Tokenizer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1458 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-25 14:13:33 +00:00
8d6d07fe81 Fixed Package, added used units to Package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1457 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-25 11:03:21 +00:00
ea64d0c14f TGradButton: Update Demo-App (DropDown & SplitButton)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1456 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-23 00:53:26 +00:00
bdd5f9aaec TGradButton:
- Added TGradCustomControl
- Added DropDown-SplitButton Support

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1455 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-23 00:17:36 +00:00
d2ef0b3cca Improved TOvcLabel's Style Manager property editor a little; added support for Cmd+click to TOvcVLB for Carbon.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1454 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-22 23:42:18 +00:00
5ab6b52d81 TGradButton: DropDownMenu Support
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1453 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-20 21:44:05 +00:00
c51b761ca0 * Updated changelog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1452 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-17 15:21:12 +00:00
29be3030df Added support to DfmToLfm for converting a Lazarus form file too.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1451 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-17 02:33:03 +00:00
6e3fc136ed * Add new icon to TNetGradient (by laguna)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1450 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-17 02:14:08 +00:00
ed64ad4b80 Fixed mouse wheel crashes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1449 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-15 20:59:53 +00:00
897d9483ac Adds a copy of the fpvectorial source code for convenience
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1448 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-14 14:49:45 +00:00
889d7ad6a0 Basic implementation of the fpvectorial viewer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1447 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-14 14:45:47 +00:00
15742393b1 Starts a fpvectorial reader
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1446 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-14 13:59:51 +00:00
106cd2b6c3 * Remove unnecessary virtual methods
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1445 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-13 20:49:57 +00:00
0044f972e6 * change version to 2.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1444 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-13 20:47:04 +00:00
3ae273b430 * added icons
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1443 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-13 20:30:31 +00:00
c7b7e3bab0 * Use TControl.Font/Caption
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1442 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-13 20:16:30 +00:00
78d2e5e148 * update demo to use anchors
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1441 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-13 20:15:41 +00:00
e9a0381de1 * add default values for properties
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1440 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-13 19:30:19 +00:00
ff3fef9200 * update demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1439 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-13 19:20:57 +00:00
ec95fda70d * take into account the border to calc text position
* clean up the text draw code

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1438 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-13 19:20:29 +00:00
c744f5a467 Adds the initial commit of the NDK files. The files are from Jeppe Johansen and Benjamin Rosseaux
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1437 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-13 15:47:40 +00:00
5148aebbc0 * Fix streaming of SubCaption property
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1436 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-12 18:29:54 +00:00
9aa37ba20f Support for Mac font substitutions in form files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1435 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-11 22:19:22 +00:00
d74dbbbe55 Linux64/GTK2 remove DirectoryService facility while bug is not solved.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1434 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-08 22:49:43 +00:00
7d616b77c6 Some fixes about native window handle which does not match THANDLE in all platforms, specially Linux64.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1433 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-08 22:34:22 +00:00
513549c52e Added comment re. font substitutions for target platform.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1432 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-08 20:14:43 +00:00