..
aggpas
TAChart: Implement in drawing backends methods to access pen color only.
2019-03-25 12:34:17 +00:00
bgra
TAChart: Don't check class types twice (issue #35614 ).
2019-05-21 22:26:14 +00:00
demo
TAChart: Improved and scaled layout of TChartListbox demo.
2019-12-27 19:18:05 +00:00
editors
TAChart: Add ready-made procedure to call DataPoints editor from user call. Add option to hide Color column.
2019-02-26 16:49:58 +00:00
fpdoc
TAChart: Add script to create chm help file
2019-04-11 11:30:58 +00:00
fpvectorial
TAChart: Implement in drawing backends methods to access pen color only.
2019-03-25 12:34:17 +00:00
icons
TAChart: Add palette icon for TSortedChartSource.
2019-05-20 23:14:43 +00:00
languages
Translations: French translation update by Gilles Vasseur, bug #36524
2020-01-07 22:50:11 +00:00
numlib_fix
TAChart: Remove old deprecated code.
2018-10-02 20:34:45 +00:00
opengl
TAChart: Move OpenGL-related units to separate package to avoid requirement of OpenGL libraries when TAChart is built ( https://forum.lazarus.freepascal.org/index.php/topic,46713.msg333520.html ).
2019-09-18 09:13:39 +00:00
print
TAChart: Fix compilation of additional drawer packages in FPC 3.2+
2019-04-07 12:08:44 +00:00
test
TAChart: Fix TCustomChartSource.FindBounds for XCount = 0. Add test cases.
2019-04-18 13:49:58 +00:00
tutorials
TAChart: Add source code for tutorials https://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Userdefined_ChartSource and https://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Dual_y_axis,_Legend
2019-11-16 10:52:06 +00:00
wmf
TAChart: Fix compilation of additional drawer packages in FPC 3.2+
2019-04-07 12:08:44 +00:00
Makefile
set trunk version to 2.0.0PreRelease
2018-09-15 19:41:22 +00:00
Makefile.compiled
updated makefiles
2018-07-11 23:58:59 +00:00
Makefile.fpc
updated makefiles
2018-07-11 23:58:59 +00:00
README.txt
taanimatedsource.pas
TAChart: Change TAnimatedChartSource Extent properties to be like those of TSortedChartSource. Issue #35612 , patch by Marcin Wiazowski.
2019-05-22 10:47:26 +00:00
taaxissource.pas
TAChart: Fix initialization/reset issue in TCustomAxisChartSource. Issue #35387 , patch by Marcin Wiazowski.
2019-04-16 14:24:51 +00:00
tachartaxis.pas
TAChart: New axis event OnGetMarkText to replace the old OnMarkToText (which does not pass the used axis in a parameter). Deprecate OnMarkToText.
2019-10-25 14:48:33 +00:00
tachartaxisutils.pas
TAChart: New axis event OnGetMarkText to replace the old OnMarkToText (which does not pass the used axis in a parameter). Deprecate OnMarkToText.
2019-10-25 14:48:33 +00:00
tachartcombos.pas
TAChart: Improved painting of TChartComboBox in Linux.
2019-04-05 22:05:50 +00:00
tachartextentlink.pas
TAChart: Improved usability of AlignSides in TChartExtentLink ( https://forum.lazarus.freepascal.org/index.php/topic,46243.msg330963.html#msg330963 ).
2019-08-18 08:49:14 +00:00
tachartimagelist.pas
TAChart: Extend TChartImageList to work for non-series icons also at designtime.
2018-10-03 13:12:40 +00:00
tachartlazaruspkg.lpk
TAChart: Move OpenGL-related units to separate package to avoid requirement of OpenGL libraries when TAChart is built ( https://forum.lazarus.freepascal.org/index.php/topic,46713.msg333520.html ).
2019-09-18 09:13:39 +00:00
tachartlazaruspkg.pas
TAChart: Move OpenGL-related units to separate package to avoid requirement of OpenGL libraries when TAChart is built ( https://forum.lazarus.freepascal.org/index.php/topic,46713.msg333520.html ).
2019-09-18 09:13:39 +00:00
tachartlistbox.pas
TAChart: Fix drawing of checkboxes/radiobuttons on Cocoa, part 2.
2020-02-16 15:48:08 +00:00
tachartstrconsts.pas
TAChart: Refactoring of chart sources for sorting. TListChartSource now can be sorted by X, Y, Text, etc. Issue #35356 , modified patch by Marcin Wiazowski.
2019-04-14 20:52:38 +00:00
tachartteechart.pas
TAChart: Add helper methods ZoomPercent and UndoZoom to TAChartTeeChart for improved Delphi compatibility.
2019-01-11 11:17:53 +00:00
tachartutils.pas
TAChart: Improved implementation of IsEquivalent. Issue #35537 , patch by Marcin Wiazowski.
2019-05-09 10:32:43 +00:00
tacustomfuncseries.pas
TAChart: Speed optimization for preparing TCubicSplineSeries splines. Issue #35268 , modified patch by Marcin Wiazowski.
2019-04-01 10:43:13 +00:00
tacustomseries.pas
TAChart: Replace r62069 #40d59fec0b by better solution.
2019-10-17 22:08:42 +00:00
tacustomsource.pas
TAChart: Provide a mechanism which automatically detects when a ListChartSource is sorted. Slightly modified patch by Marcin Wiazowski, issue #35681 .
2019-06-17 14:38:02 +00:00
tadatapointseditor.lfm
TAChart: Some user-interface improvements in DataPoints editor.
2019-02-26 15:39:43 +00:00
tadatapointseditor.pas
TAChart: Fix crash when unsorted data are entered into DataPointsEditor for a sorted chartsource
2019-11-23 22:26:40 +00:00
tadatatools.pas
TAChart: Fix some chart tools not being painted when chart is saved to image file.
2019-04-12 17:23:29 +00:00
tadbsource.pas
TAChart: Fix TDBChartSource to work again even if no FieldX is specified.
2019-03-05 10:35:44 +00:00
tadiagram.pas
TAChart: Don't check class types twice (issue #35614 ).
2019-05-21 22:26:14 +00:00
tadiagramdrawing.pas
TAChart: Revert r61263 #aa69a266b0 for TADiagramDrawing.pas.
2019-05-22 09:57:30 +00:00
tadiagramlayout.pas
tadrawercanvas.pas
TAChart: Don't check class types twice (issue #35614 ).
2019-05-21 22:26:14 +00:00
tadrawerfpcanvas.pas
TAChart: Implement in drawing backends methods to access pen color only.
2019-03-25 12:34:17 +00:00
tadrawersvg.pas
TAChart: Don't check class types twice (issue #35614 ).
2019-05-21 22:26:14 +00:00
tadrawutils.pas
TAChart: Implement in drawing backends methods to access pen color only.
2019-03-25 12:34:17 +00:00
taenumerators.pas
taexpressionseries.pas
TAChart: Exit public series methods when series is empty. Issue #35618 , patch by Marcin Wiazowski.
2019-05-22 09:32:35 +00:00
tafitlib.pas
TAChart: Fix divide-by-zero error in TFitSeries.
2019-10-18 11:15:35 +00:00
tafitutils.pas
TAChart: Refactor equation text generation for TFitSeries to simplify cases where coefficients are 1
2019-03-03 15:32:28 +00:00
tafonts.pas
TAChart: Fix svg drawer not finding fonts on Mac ( https://forum.lazarus.freepascal.org/index.php/topic,45461.msg321532.html ).
2019-05-18 21:53:16 +00:00
tafuncseries.pas
TAChart: Avoid painting of gaps in non-solid series using the brush color when ChartStyles are active.
2019-10-20 11:07:40 +00:00
tageometry.pas
TAChart: Add new property "StartAngle" to TPieSeries. Update demo (new layout).
2019-03-18 22:35:15 +00:00
tagraph.pas
TAChart: Paint series shadow to have a constant pixel distance to original position. Issue #35640 , patch by Marcin Wiazowski.
2019-05-31 09:48:33 +00:00
tagraph.res
TAChart: Add palette icon for TSortedChartSource.
2019-05-20 23:14:43 +00:00
taguiconnector.pas
tahtml.pas
TAChart: Less hints.
2017-11-25 22:56:35 +00:00
taintervalsources.pas
TAChart: TDateTimeIntervalChartSource supports bracket time sympols in FormatDateTime() now (e.g. [h]:nn:ss).
2019-11-01 18:57:51 +00:00
talegend.pas
TAChart: Add forgotten properties to TChartSeriesLegend.Assign.
2019-04-04 18:01:10 +00:00
talegendpanel.pas
TAChart: Publish "forgotten" properties (Visible, BorderSpacing) for TChartNavPanel and TChartLegendPanel (Issue #35615 ).
2019-05-21 22:39:44 +00:00
tamath.pas
TAChart: Beginning to update the xml help files.
2019-02-11 16:13:37 +00:00
tamultiseries.pas
TAChart: Exit public series methods when series is empty. Issue #35618 , patch by Marcin Wiazowski.
2019-05-22 09:32:35 +00:00
tanavigation.pas
TAChart: Publish "forgotten" properties (Visible, BorderSpacing) for TChartNavPanel and TChartLegendPanel (Issue #35615 ).
2019-05-21 22:39:44 +00:00
taradialseries.pas
TAChart: Add new property "AngleRange" to TPieSeries to enable a "halfdonut series"
2019-12-08 18:22:21 +00:00
taseries.pas
TAChart: Add new property "AngleRange" to TPieSeries to enable a "halfdonut series"
2019-12-08 18:22:21 +00:00
tasources.pas
TAChart: Fix updating of extent caches for sources with multiple y and/or x values. Patch by Marcin Wiazowski.
2019-11-18 18:31:18 +00:00
tastyles.pas
TAChart: Avoid painting of gaps in non-solid series using the brush color when ChartStyles are active.
2019-10-20 11:07:40 +00:00
tatextelements.pas
TAChart: Initial implementation of TLegendClickTool.
2019-04-01 22:55:53 +00:00
tatools.pas
TAChart: Fix cursor not restoring when during PanDrag the left mouse button is pressed ( http://www.lazarusforum.de/viewtopic.php?f=18&t=12413 ).
2019-06-14 09:50:38 +00:00
tatransformations.pas
TAChart: Avoid crash in unfavorable cases when cChart, NavPanel and AutoScaleAxisTransforms are on the form ( https://forum.lazarus.freepascal.org/index.php/topic,47429.0.html ). Patch by PaulRowntree.
2019-11-17 11:29:33 +00:00
tatypes.pas
TAChart: Some more xml help texts
2019-02-13 18:44:40 +00:00