Commit Graph

1995 Commits

Author SHA1 Message Date
wp
1168572c7d TAChart: Initial implementation of error bars for TLineSeries, TCubicSplineSeries, TBSplineSeries and TFitSeries.
git-svn-id: trunk@58597 -
2018-07-22 22:03:36 +00:00
wp
b502667ee0 TAChart: Fix some drawing glitches of 3d area series. Still issues when curves cross
git-svn-id: trunk@58579 -
2018-07-19 22:08:30 +00:00
wp
53451ed965 TAChart: Add area series demo
git-svn-id: trunk@58575 -
2018-07-19 13:26:23 +00:00
wp
12d731ca1f TAChart: Simplified syntax for adding a new item to TChartStyles by code.
git-svn-id: trunk@58574 -
2018-07-19 12:48:57 +00:00
wp
17e457c8df TAChart: Fix hanging of 3d area series with a single y value.
git-svn-id: trunk@58573 -
2018-07-19 12:14:15 +00:00
wp
a07e489590 TAChart: Improved rendering of 3D edges of area series
git-svn-id: trunk@58572 -
2018-07-19 12:11:17 +00:00
wp
3b13d3929f TAChart: Fix position of data labels for non-stacked area series.
git-svn-id: trunk@58571 -
2018-07-19 10:58:23 +00:00
wp
9302fcc012 TAChart: Add new property Banded to TAreaSeries.
git-svn-id: trunk@58565 -
2018-07-18 19:05:37 +00:00
wp
e279c0a839 TAChart: Back-to-front painting of non-stacked TAreaSeries planes.
git-svn-id: trunk@58562 -
2018-07-18 15:38:24 +00:00
mattias
2bbe0a8cc7 updated makefiles
git-svn-id: trunk@58493 -
2018-07-11 23:58:59 +00:00
wp
c9aed21706 TAChart: Add pie series demo to datapointtooldemo.
git-svn-id: trunk@58472 -
2018-07-09 15:01:48 +00:00
wp
4d7ff08e66 TAChart: Implement side-by-side arrangement of bars in TBarSeries from multiple y values.
git-svn-id: trunk@58471 -
2018-07-09 12:50:49 +00:00
wp
13cf806532 TAChart: Fix operation of DataPointDragTool for TPieSeries
git-svn-id: trunk@58466 -
2018-07-08 21:59:35 +00:00
wp
a955f927fa TAChart: Fix DataPointClick tool for PieSeries.
git-svn-id: trunk@58457 -
2018-07-07 11:31:37 +00:00
wp
b620802ae8 TAChart: Add new property MarkDistancePercent to TPieSeries.
git-svn-id: trunk@58447 -
2018-07-06 12:17:50 +00:00
mattias
3575d8d0e1 make bigide: added cmdlinedebuggerbase and lazdebuggerlldb
git-svn-id: trunk@58363 -
2018-06-20 21:41:44 +00:00
ondrej
5854ef0c77 TAChart: remove DoubleBuffered hack because LCL fully supports it now
git-svn-id: trunk@58101 -
2018-06-03 20:51:59 +00:00
wp
ad5ec661f2 TAChart: Fix memory leak related to minor axes (see https://forum.lazarus.freepascal.org/index.php/topic,41151.0.html).
git-svn-id: trunk@57796 -
2018-05-06 20:56:00 +00:00
wp
bd4d9885f7 TAChart: Fix typo in comment in ipf_fix (found by Marcin Wiazowski, issue #33588).
git-svn-id: trunk@57675 -
2018-04-19 21:05:35 +00:00
hnb
ef46036398 Patch by Marcin Wiazowski for ipf_fix (fix related to previous commit r57662 #51041d4ff2). Issue #33588.
git-svn-id: trunk@57666 -
2018-04-18 22:20:56 +00:00
hnb
9fc40be5d2 Fix Lazarus compilation with FPC trunk. Related to Issue #33588 and FPC r38786 #54f6a99a13
git-svn-id: trunk@57665 -
2018-04-18 22:16:16 +00:00
wp
51041d4ff2 TAChart: Add monotone cubic Hermite spline as new type of TCubicSplineSeries. Patch by Marcin Wiazowski. Issue #33588.
git-svn-id: trunk@57662 -
2018-04-17 22:15:51 +00:00
wp
5ce61895bf TAChart: Fix TCubicSplineSeries drawing nothing if there are less than 4 data points and the option csoDrawFewPoints is set.
git-svn-id: trunk@57634 -
2018-04-09 17:09:00 +00:00
wp
dd35516710 TAChart: Fix unit TAFuncSeries to use the fixed ipf unit (ipf_fix) in case of non-trunk FPC (got lost in r54489 #90a80483fb).
git-svn-id: trunk@57633 -
2018-04-09 17:03:10 +00:00
wp
2cc5ce2d65 TAChart: Extract OpenGL text rendering code into separate unit, TAOpenGL. Improved layout of the OpenGL demo.
git-svn-id: trunk@57434 -
2018-03-03 11:40:12 +00:00
wp
25e1ae1c92 TAChart: Fix compilation with fpc 3.0.0
git-svn-id: trunk@57343 -
2018-02-21 08:17:42 +00:00
wp
d1e2b7bf71 TAChart: undo adding DoubleBuffered in some demos (r57279)
git-svn-id: trunk@57316 -
2018-02-16 16:35:38 +00:00
wp
331830e783 TAChaft: Remove flickering (set DoubleBuffered like in r57313 #2d90a836ed)
git-svn-id: trunk@57315 -
2018-02-16 16:27:37 +00:00
wp
38764c44e8 TAChart: Add new chart events supporting the drawing backends (OnAfter/BeforeCustomDrawBackground/Backwall). Deprecate these old events using the standard Canvas. Deprecate Reticule.
git-svn-id: trunk@57299 -
2018-02-14 09:13:31 +00:00
wp
6555bcc577 TAChart: Fix OpenGLDrawer memory leak.
git-svn-id: trunk@57295 -
2018-02-12 23:20:00 +00:00
wp
e2f92fa807 TAChart: Fix OpenGL drawer error "InitFonts not called"
git-svn-id: trunk@57294 -
2018-02-12 22:50:49 +00:00
wp
90dce10041 TAChart: Add demo for TUserDrawnSeries
git-svn-id: trunk@57283 -
2018-02-11 20:13:07 +00:00
wp
44e5605fae TAChart: Add Chart.DoubleBuffered in some demos to reduce flicker.
git-svn-id: trunk@57279 -
2018-02-11 00:52:27 +00:00
wp
f023360660 TAChart: Add demo for ColorEach feature.
git-svn-id: trunk@57278 -
2018-02-10 21:27:07 +00:00
wp
762e695242 TAChart: New TLineSeries property ColorEach for individual coloring of line segments.
git-svn-id: trunk@57277 -
2018-02-10 20:41:31 +00:00
wp
0a200582f4 TAChart: Fix DatapointCrosshairTool ignoring its CrosshairPen.Visible setting.
git-svn-id: trunk@57272 -
2018-02-07 18:44:58 +00:00
wp
ce0f999949 TAChart: Fix ZoomDragTool ignoring its Frame.Visible setting.
git-svn-id: trunk@57239 -
2018-02-03 22:09:10 +00:00
wp
703d842627 TAChart: Fix brush style bsClear not working in TClearBrush
git-svn-id: trunk@57238 -
2018-02-03 21:47:48 +00:00
ondrej
987f894152 High-DPI + Multiple Image Resolution ImageList (merged from HiDPIImageList branch)
git-svn-id: trunk@57164 -
2018-01-27 18:12:35 +00:00
wp
f00551aab4 TAChart: Fix crash if multi-valued lineseries is displayed in legend using styles.
git-svn-id: trunk@57113 -
2018-01-18 08:29:28 +00:00
wp
d78abeb9d3 TAChart: Avoid jitter of chart area while dragging with a TPanDragTool.
git-svn-id: trunk@57059 -
2018-01-12 09:30:55 +00:00
wp
91b5e9ace2 TAChart: Fix incorrect clipping of area series segments.
git-svn-id: trunk@57053 -
2018-01-11 13:09:08 +00:00
ondrej
90f22ba7fd LCL: High-DPI ImageList: LCL runtime and win32
git-svn-id: branches/HiDPIImageList@57039 -
2018-01-10 12:46:42 +00:00
wp
7e3edd9156 TAChart: fix TDateTimeIntervalChartSource supressing minutes in hour steps
git-svn-id: trunk@57030 -
2018-01-09 22:04:56 +00:00
wp
2a5154bef1 TAChart: Accept date/time strings in TListChartSource.DataPoints
git-svn-id: trunk@56940 -
2018-01-03 17:36:12 +00:00
maxim
6393c91e5d Translations: Chinese translation update by robsean, bug #32850
git-svn-id: trunk@56798 -
2017-12-19 22:08:00 +00:00
wp
6302f61941 TAChart: New HiRes icons by Roland Hahn
git-svn-id: trunk@56785 -
2017-12-18 20:58:15 +00:00
maxim
ac38042db0 Translations: Brazilian Portuguese translation update by Marcelo B
Paula, bug #32787

git-svn-id: trunk@56658 -
2017-12-07 14:08:09 +00:00
maxim
8216b1e89c Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #32771
git-svn-id: trunk@56628 -
2017-12-04 22:19:56 +00:00
maxim
0a5c680e3e Translations: Hungarian translation update by Péter Gábor, bug #32764
git-svn-id: trunk@56604 -
2017-12-04 00:08:30 +00:00