Commit Graph

9875 Commits

Author SHA1 Message Date
ask
1ea614e177 TAChart: Update "aggpas" demo to show transparency
git-svn-id: trunk@38597 -
2012-09-09 10:45:31 +00:00
ask
2373b8575c TAChart: Update "opengl" demo to show transparency and pie chart
git-svn-id: trunk@38596 -
2012-09-09 10:43:12 +00:00
ask
a1d618dfe6 TAChart: Support pie charts in OpenGL drawer
git-svn-id: trunk@38593 -
2012-09-09 09:20:00 +00:00
ask
b08d33069e TAChart: Support transparency in OpenGL drawer
git-svn-id: trunk@38590 -
2012-09-09 08:52:06 +00:00
ask
0745897078 TAChart: Do not draw lines which should be invisible in OpenGL drawer
git-svn-id: trunk@38589 -
2012-09-09 06:51:08 +00:00
mattias
b907c27389 started fpmake files for IDE
git-svn-id: trunk@38588 -
2012-09-08 21:42:19 +00:00
mattias
98c758d90d codetools: check for links without code
git-svn-id: trunk@38586 -
2012-09-08 20:38:55 +00:00
ask
7525f414fe TAChart: Copy recently added properties in TChartTextElement.Assign and TGenericChartMarks.Assign
git-svn-id: trunk@38585 -
2012-09-08 16:58:55 +00:00
ask
bf4025e39a TAChart: Copy Attachment and YIndex in TGenericChartMarks.Assign
git-svn-id: trunk@38584 -
2012-09-08 16:57:07 +00:00
ask
400dc6d8e4 TAChart: Update "labels" demo to show callouts
git-svn-id: trunk@38582 -
2012-09-08 16:10:40 +00:00
ask
dc94200051 TAChart: Add mark callouts
git-svn-id: trunk@38581 -
2012-09-08 16:09:14 +00:00
ask
282b5f7f99 TAChart: Update "labels" demo to show label shapes
git-svn-id: trunk@38580 -
2012-09-08 11:31:58 +00:00
ask
c7d446ef38 TAChart: Add clsRoundRect and clsRoundSides to TChartLabelShape enumeration
git-svn-id: trunk@38579 -
2012-09-08 11:24:09 +00:00
ask
5417050ae2 TAChart: Move TGenericChartMarks.Shape property to TChartTextElement
git-svn-id: trunk@38578 -
2012-09-08 11:01:42 +00:00
ask
1a87d875b4 TAChart: Add TAGeometry.TPolygon utility object
git-svn-id: trunk@38575 -
2012-09-08 09:48:31 +00:00
ask
8448fbd197 TAChart: Draw chart correctly after decrease of an axis margin
git-svn-id: trunk@38571 -
2012-09-08 09:05:53 +00:00
mattias
623e23368d lazutils: avglvltree: fixed GetEnumeratorHighToLow
git-svn-id: trunk@38568 -
2012-09-08 08:59:42 +00:00
ask
a7c38ab7ef TAChart: Add Marks.Margins property
git-svn-id: trunk@38567 -
2012-09-08 08:54:21 +00:00
ask
b51fa0ecd9 TAChart: Refactor label measurement in preparation for non-symmetric labels
git-svn-id: trunk@38566 -
2012-09-08 08:31:25 +00:00
ask
48b4ff9a85 TAChart: Update "basic" demo
git-svn-id: trunk@38565 -
2012-09-08 07:06:38 +00:00
ask
fa8507e364 TAChart: Extract TATextElements unit
git-svn-id: trunk@38564 -
2012-09-08 07:02:21 +00:00
ask
3464f50fbd TAChart: Add Marks.Shape property
git-svn-id: trunk@38561 -
2012-09-07 16:15:02 +00:00
vincents
c38cc4533e fpc gui testrunner: introduced a custom tree node type, so the complete error message can be copied to the clipboard, issue #22817
git-svn-id: trunk@38560 -
2012-09-07 14:28:03 +00:00
ask
74d88298c4 TAChart: Add potential support for pie charts to fpcanvas drawer.
Will start working as soon as FPCanvas will support filled polygons.

git-svn-id: trunk@38559 -
2012-09-07 13:49:57 +00:00
ask
c2281371a4 TAChart: Add pie chart support to the fpvectorial drawer
git-svn-id: trunk@38558 -
2012-09-07 13:37:54 +00:00
ask
0ee540a7df TAChart: Support brush style, pen style and pen width in fpvectorial drawer
git-svn-id: trunk@38557 -
2012-09-07 13:07:09 +00:00
mattias
2404c9e445 mtprocs: fixed 64bit windows compilation
git-svn-id: trunk@38555 -
2012-09-07 12:26:40 +00:00
martin
c391dad785 SynEdit: Fixed Exporter to work with TSynMultiSyn
git-svn-id: trunk@38554 -
2012-09-07 11:34:35 +00:00
mattias
23d713f7b5 lcl: carbon: clean up
git-svn-id: trunk@38553 -
2012-09-07 09:25:37 +00:00
mattias
0c0a7fb0de IDE: code completion: show message when nothing was done
git-svn-id: trunk@38550 -
2012-09-07 07:10:47 +00:00
ask
b12d54bac4 TAChart: Support Y NaNs in polar series
git-svn-id: trunk@38547 -
2012-09-07 03:00:47 +00:00
ask
fdfaa2f99a TAChart: Add pie series support to the svg drawer
git-svn-id: trunk@38542 -
2012-09-06 15:22:10 +00:00
mattias
89b17f0d82 codetools: fixed TStandardCodeTool.ReplaceWords
git-svn-id: trunk@38540 -
2012-09-06 15:00:13 +00:00
mattias
da2404fdb3 codetools: TLinkScanner.FindCodeInRange: return only links with code
git-svn-id: trunk@38539 -
2012-09-06 14:59:46 +00:00
ask
b9c2d8fc91 TAChart: Add and use TAGeometry.TEllipse instead of BoundingBoxToCenterAndHalfRadius
git-svn-id: trunk@38538 -
2012-09-06 14:54:02 +00:00
mattias
3b88607393 codetools: FindCommentInFront: fixed range error
git-svn-id: trunk@38532 -
2012-09-06 07:31:14 +00:00
mattias
809e0969e4 codetools: fixed GetCleanPosInfo
git-svn-id: trunk@38526 -
2012-09-05 12:44:47 +00:00
mattias
4a5400aa16 codetools: linkscanner: add link for skipped code
git-svn-id: trunk@38525 -
2012-09-05 11:28:37 +00:00
mattias
04176d39b8 codetools: fixed reusing scanrange of implementation uses section
git-svn-id: trunk@38523 -
2012-09-05 10:52:22 +00:00
mattias
d55829b176 codetools: fixed reusing scanrange of implementation uses section
git-svn-id: trunk@38522 -
2012-09-05 10:50:04 +00:00
mattias
20382c7ed0 codetools: skipped code is now converted to special comments
git-svn-id: trunk@38521 -
2012-09-05 10:47:44 +00:00
mattias
dbd3e7fcd7 lhelp: makefile: pass OPT
git-svn-id: trunk@38515 -
2012-09-04 22:31:03 +00:00
mattias
f93076acb0 aarre: fixed typo, added readme
git-svn-id: trunk@38510 -
2012-09-03 20:53:27 +00:00
ask
458fb3cdc9 TAChart: Add mark arrows to "label" demo
git-svn-id: trunk@38505 -
2012-09-03 16:57:17 +00:00
ask
b5a1282d12 TAChart: Notify chart when changing Series.Marks.Arrow
git-svn-id: trunk@38504 -
2012-09-03 16:54:58 +00:00
ask
ef32540658 TAChart: Copy BaseLength in TChartArrow.Assign
git-svn-id: trunk@38503 -
2012-09-03 16:50:14 +00:00
ask
73b155ec26 TAChart: Add Marks.Arrow property
git-svn-id: trunk@38502 -
2012-09-03 16:47:55 +00:00
mattias
09c5679a89 aarre: load unit/inc path from lpk
git-svn-id: trunk@38501 -
2012-09-03 13:54:32 +00:00
ask
e11de6d9cd TAChart: Add TChartToolset.DispatchedShiftState property
git-svn-id: trunk@38500 -
2012-09-03 13:54:12 +00:00
ask
b33c818ce3 TAChart: Update "distance" demo
git-svn-id: trunk@38499 -
2012-09-03 13:05:39 +00:00