wp_xyz
|
a5c4bef278
|
TAChart: Split demos off into separate frames (distance, dragdrop, line, multi, radial)
|
2025-03-08 01:30:18 +01:00 |
|
wp_xyz
|
571d253de0
|
TAChart: Splitt "legend" demos off into separate frames.
|
2025-03-07 13:52:27 +01:00 |
|
wp_xyz
|
ca8aa3f8c6
|
TAChart: Split individual demos in "func" demo off into separate frames.
|
2025-03-07 13:07:42 +01:00 |
|
wp_xyz
|
a07324e56d
|
TAChart: Split individual demos in "axistransf" and "chartsource" demo projects off into separate frames.
|
2025-03-07 11:15:55 +01:00 |
|
wp_xyz
|
487ab660e1
|
TAChart: Split the demos contained in the "axis" demo project into separate frames.
|
2025-03-06 19:29:45 +01:00 |
|
wp_xyz
|
30b3480649
|
Examples: Add and fix metadata of recently added sample projects.
|
2025-03-05 22:34:53 +01:00 |
|
wp_xyz
|
cae8834e91
|
TAChart: area demo clean-up
|
2025-03-03 20:20:24 +01:00 |
|
wp_xyz
|
6292275696
|
TAChart: Add stateseries metadata file for examples window.
|
2025-03-03 20:19:39 +01:00 |
|
wp_xyz
|
c42495ffab
|
TAChart: Split the two area demos off into separate frames.
|
2025-03-03 19:53:34 +01:00 |
|
wp_xyz
|
33ef9e8b6a
|
TAChart: Add a simpler demo for a Gantt chart to the TStateSeries sample project.
|
2025-03-02 23:49:41 +01:00 |
|
wp_xyz
|
1bcb76a36c
|
TAChart: Refactor Gantt chart demo project (data separate from series). Integrate "milestone" symbol for TStateSeries Gantt usage.
|
2025-03-02 01:33:54 +01:00 |
|
wp_xyz
|
315ee83f9e
|
TAChart: In the stateseries demo, split the machine state and Gantt charts off into separate frames.
|
2025-03-01 12:48:11 +01:00 |
|
wp_xyz
|
27b71cbfcf
|
TAChart: Extend TStateSeries to support a simple Gantt chart. Add Gantt chart to demo project.
|
2025-03-01 00:53:22 +01:00 |
|
wp_xyz
|
f97f7e3946
|
TAChart: Refactor BarHeight property of TStateSeries. Integrate code into TAMultiSeries, delete TAStateSeries.
|
2025-02-28 19:55:27 +01:00 |
|
wp_xyz
|
fa64a17035
|
: TAChart: Add TStateSeries as new series type and demo project for it.
|
2025-02-27 20:24:14 +01:00 |
|
wp_xyz
|
986cea52b7
|
TAChart: Minor change in financial demo project.
|
2025-02-09 15:59:26 +01:00 |
|
wp_xyz
|
07a5b364bf
|
TAChart: Add demo for the new OnCalculateNewExtent event of zoom/pan tools.
|
2024-12-26 00:32:21 +01:00 |
|
wp_xyz
|
0642c65d04
|
TAChart: Add demo for AxisClickTool
|
2024-02-17 15:59:27 +01:00 |
|
wp_xyz
|
40f705da45
|
TAChart: Implement multi-level data-point labels. Update barshapes_demo.
|
2024-01-26 13:03:49 +01:00 |
|
wp_xyz
|
511ccf9bc3
|
TAChart: New LineTypes for TLineseries: ltStepCenterXY, ltStepCenterYX. Update the line demo.
|
2024-01-26 11:43:05 +01:00 |
|
wp_xyz
|
0f5a732909
|
TAChart: Deprecate functions PointDist and LinePointDist in favor of new PointDistSq and PointLineDistSq.
|
2024-01-10 14:02:49 +01:00 |
|
wp_xyz
|
aae0c2019e
|
TAChart: Avoid drawing axis grid line over axis line.
|
2023-12-28 15:39:52 +01:00 |
|
wp_xyz
|
6455279789
|
TAChart: Support errorbars in TAreaSeries.
|
2023-12-28 13:29:12 +01:00 |
|
wp_xyz
|
3fff0c46d3
|
TAChart: Fix fit series legend display in html demo.
|
2023-11-29 14:23:18 +01:00 |
|
wp_xyz
|
493a568bb0
|
TAChart: Replace separate sin() and cos() calls by sincos(). Issue #40473.
|
2023-08-31 11:29:24 +02:00 |
|
wp_xyz
|
e77066d3af
|
TAChart: Use new icons in charteditor demo.
|
2023-07-12 10:48:19 +02:00 |
|
wp_xyz
|
fb2fee81d2
|
TAChart: High-dpi-aware icons in chart editor demo.
|
2023-07-11 23:34:53 +02:00 |
|
Juha
|
adfc424e92
|
Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION.
|
2023-07-07 17:39:03 +03:00 |
|
wp_xyz
|
765a2963da
|
TAChart: Avoid "Numerical Recipe" routine for generation of normal-distributed random numbers in two demos.
|
2023-06-22 22:50:55 +02:00 |
|
wp_xyz
|
faf326a95f
|
TAChart: Add project group for all demo projects.
|
2023-06-19 13:18:58 +02:00 |
|
wp_xyz
|
996af5ea5b
|
TAChart: Avoid generic project names for demos.
|
2023-06-19 13:18:17 +02:00 |
|
wp_xyz
|
68228adb4e
|
TAChart: Clean-up: Remove out-dated version checks. Add missing compiler mode directives.
|
2023-06-03 17:37:23 +02:00 |
|
wp_xyz
|
749b703ea4
|
TAChart: Improved meta-data for the line-series demo project.
|
2023-05-27 17:48:14 +02:00 |
|
wp_xyz
|
af597e4d16
|
TAChart: Separate color map functionality from TColorMapSeries into a generally-usable class TColorMap (unit TAColorMap).
|
2023-03-17 20:09:36 +01:00 |
|
wp_xyz
|
ffd2ba5dc2
|
TAChart: Revert unintentional changes in some demos by previous commit.
|
2023-03-09 15:41:21 +01:00 |
|
wp_xyz
|
379a041d48
|
TAChart: Fixed incorrect drawing of rotated cubicspline series. Issue #40156.
|
2023-03-09 15:38:04 +01:00 |
|
wp_xyz
|
4aeb1eb0ff
|
TAChart: More flexible usage of system colors in drawers.
|
2023-03-09 12:12:04 +01:00 |
|
wp_xyz
|
3812d79837
|
TAChart: Improved handling of system colors by AggPas drawer.
|
2023-03-09 10:15:28 +01:00 |
|
wp_xyz
|
fa665367ab
|
TAChart: Display Legend in bgra demo.
|
2023-03-08 10:15:57 +01:00 |
|
wp_xyz
|
2880e3bdde
|
TAChart: Add chart title demo project.
|
2022-12-10 23:54:16 +01:00 |
|
wp_xyz
|
be5453fbcb
|
TAChart/html demo: Add EFreeType to language exceptions to avoid crash in case of unreadable ttf fonts.
|
2022-05-18 00:04:08 +02:00 |
|
dbannon
|
2443cc08e1
|
Examplesmv restructure examples dir much like it used to be
|
2022-05-17 20:50:08 +00:00 |
|
wp_xyz
|
f65e5df223
|
TAChart: Fix aggpas demo showing no text in Linux.
|
2022-05-15 17:05:33 +02:00 |
|
wp_xyz
|
1bf7f38ebd
|
TAChart: Fix crash in AggPas demo under Linux.
|
2022-05-14 22:00:00 +02:00 |
|
wp_xyz
|
6414f4a1d5
|
TAChart: Add a directive to the wmf demo to indicate that it is only available for Windows.
|
2022-05-13 18:39:11 +02:00 |
|
wp_xyz
|
8a33c15bd5
|
TAChart: Improved rendering of html demo in Linux dark mode.
|
2022-05-13 16:08:35 +02:00 |
|
wp_xyz
|
f026b9c30e
|
TAChart/examples: Improved form layout of html demo. Update meta data.
|
2022-05-13 14:22:25 +02:00 |
|
Juha Manninen
|
cd9c518d2c
|
Merge branch 'compdemos' into 'main'
Component demos and samples, a lot of general fixes.
See merge request freepascal.org/lazarus/lazarus!90
|
2022-05-01 08:45:47 +00:00 |
|
dbannon
|
8f091d6af5
|
Component demos and samples, a lot of general fixes.
|
2022-05-01 08:45:46 +00:00 |
|
wp_xyz
|
1bb5dadc94
|
TAChart: Fix bugs in userdrawn_series demo (https://forum.lazarus.freepascal.org/index.php/topic,40024.msg441487.html#msg441487).
|
2022-04-30 23:04:01 +02:00 |
|