|
9561a4e614
|
ChemText: Fix compilation after LCL changes in r64173.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7954 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2021-01-03 18:16:11 +00:00 |
|
|
ef821b4227
|
LazMapViewer. Introduce "ZoomToCursor" feature. Issue #38284, patch by regs.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7953 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-31 18:09:46 +00:00 |
|
|
438e967c42
|
FPSpreadsheet: Fix detection issues with incorrect html tags
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7952 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-30 22:19:47 +00:00 |
|
|
b66f416f71
|
LazMapViewer: Simplify calculation of earth eccentricity
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7951 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-30 15:50:27 +00:00 |
|
|
4276dd6196
|
LazMapViewer: Fix support of OpenCycleMap and OpenStreetMap_Transport map providers which require an API key.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7950 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-30 15:46:25 +00:00 |
|
|
6450459dc4
|
LazMapViewer: Add Yandex map provider. Issue #38279, patch by regs. Cleanup.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7949 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-30 14:59:05 +00:00 |
|
|
46db12e26f
|
LazMapViewer: Introduce map projections (EPSG3857, EPSG3395). Refactor calculation of projection. Issue #38279, patch by regs.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7948 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-30 14:42:32 +00:00 |
|
|
49db2e4ea8
|
LazMapViewer: Refactor map provider identification. Issue #38279, patch by regs.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7947 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-30 10:31:41 +00:00 |
|
|
9d506bfa25
|
LazMapViewer: Extend TRealPoint with methods to convert from/to radians. Issue #38279, patch by regs.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7946 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-30 09:28:31 +00:00 |
|
|
042fb0fcc2
|
fpspreadsheet: Fix incorrect html tags disappearing from cell text.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7945 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-29 21:17:29 +00:00 |
|
|
78a6cffca0
|
fpspreadsheet: Fix (?) display issue with text cells containing incorrect html parts (such as '<'), https://forum.lazarus.freepascal.org/index.php/topic,52694.0.html
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7944 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-29 18:51:33 +00:00 |
|
|
68aac01c1b
|
ExCtrls: New properties SelectedColor and SelectedTextColor of TColumnComboBoxEx.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7943 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-22 15:16:11 +00:00 |
|
|
21879eb6a2
|
ExCtrls: Activate background painting in TColumnComboboxEx again to fix invisible text in some Linux desktops.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7942 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-22 15:00:39 +00:00 |
|
|
533d506fe9
|
ExCtrl: Use InitializeWnd instead of CreateHandle
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7941 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-21 23:33:33 +00:00 |
|
|
577782d54e
|
ExCtrls: Fix transparent text background, Fix selected item not shown.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7940 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-21 21:32:47 +00:00 |
|
|
5a8a5a318d
|
ExCtrls: Activate OnDrawItem event in TColumnComboboxEx.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7939 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-21 15:21:01 +00:00 |
|
|
55712f6705
|
ExCtrls: Initial commit of TColumnComboBoxEx by Howard Page-Clark.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7938 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-21 15:13:59 +00:00 |
|
|
58ed540e8b
|
RgbGraphics: Move units into separate directory. Add rgb_graphics package file for compatibility with former OPM version.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7937 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-21 10:05:54 +00:00 |
|
|
65188478a6
|
fpspreadsheet: Fix reading of text cells with type "inlineStr"
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7936 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-20 22:35:10 +00:00 |
|
|
a03922b69a
|
rgbgraphics: Fix usage with qt5
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7935 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-19 21:38:32 +00:00 |
|
|
34f46c21f3
|
LazStats: prevent numerical input error in calculatorUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7934 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-16 23:29:40 +00:00 |
|
|
2af62f1667
|
LazStats: Fix tab order.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7933 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-16 23:09:17 +00:00 |
|
|
b6459daccb
|
LazStats: Inherit AvgLinkUnit from BasicStatsReportFormUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7932 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-16 23:08:59 +00:00 |
|
|
ac7ba200e2
|
LazStats: Remove units which became obsolete after refactoring of AutoCorUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7931 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-15 23:07:45 +00:00 |
|
|
44d2ab4918
|
LazStats: Massive refactoring of AutoCorUnit regarding usability.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7930 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-15 22:54:06 +00:00 |
|
|
f7576c62e0
|
richmemo: win32 fix compliation for the older versions of fpc
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7929 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-15 19:00:35 +00:00 |
|
|
a92f60d486
|
LazStats: Fix compilation with FPC 3.3.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7928 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-13 12:43:53 +00:00 |
|
|
9796c9304f
|
LazStats: Update source of help file (.hnd) to new HelpNDoc v7. Test with updating the help for the DescriptiveUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7927 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-08 19:26:45 +00:00 |
|
|
159f4cb3c4
|
LazStats: Inherit AutoCorUnit from BasicStatsReportAndChartForm. Some refactoring of output.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7926 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-07 17:19:30 +00:00 |
|
|
21484fc4bd
|
LazStats: Add tests.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7925 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-05 19:03:07 +00:00 |
|
|
7800484f54
|
LazStats: Fix crash of Latin-Square plan #7
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7924 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-05 18:29:18 +00:00 |
|
|
94677510b7
|
LazStats: Some refactoring in LatinSqrsUnit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7923 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-05 12:40:55 +00:00 |
|
|
d2ffe083b1
|
Lazstats: Merge LatinSpecsUnit with LatinSqrsUnit. Inherit from BasicStatsReportFormUnit. Remove LatinSpecsUnit from project, delete files. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7922 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-04 23:58:20 +00:00 |
|
|
77d3a8e70f
|
LazStats: More improvements in LogLinScreenUnit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7921 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-04 18:53:15 +00:00 |
|
|
6ca98774db
|
LazStats: Inherit LogLinScreenUnit from TBasicStatsReportFormUnit (still crashing).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7920 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-03 23:51:15 +00:00 |
|
|
d63dc9c1fb
|
Lazstats: Inherit TwoWayLogLinUnit from BasicStatsReportFormUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7919 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-03 15:36:26 +00:00 |
|
|
aecaad587f
|
Fix some missing validation in ABClogLinUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7918 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-03 15:36:09 +00:00 |
|
|
ed98904144
|
Lazstats: Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7917 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-02 23:51:03 +00:00 |
|
|
013f93a05f
|
Inherit ABCLogLinUnit from BasicStatsReportFormUnit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7916 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-02 23:35:42 +00:00 |
|
|
0e430a07bc
|
LazMapViewer: Set new development version number (v0.2.5).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7915 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-02 13:05:08 +00:00 |
|
|
371b77567f
|
LazMapViewer: Set version number to 0.2.4 for next release.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7914 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-02 12:14:35 +00:00 |
|
|
d4b3fedddd
|
LazMapViewer: Fix compilation with FPC 3.2. Fix rgbgraphics package name.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7913 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-30 21:26:40 +00:00 |
|
|
e2f9f6dfee
|
TvPlanIt: Sanity check with FPC 3.2
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7912 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-30 20:55:49 +00:00 |
|
|
dd2db96268
|
TVPlanIt: Fix crash of TBufDSDataStore with FPC 3.2+
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7911 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-30 20:48:19 +00:00 |
|
|
72c74560de
|
richmemo: win32 trying to parse HYPERLINK for the link action
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7910 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-30 15:13:28 +00:00 |
|
|
485fd14486
|
TvPlanIt: Set trunk version number to 1.5.0. Update language files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7909 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-29 22:29:04 +00:00 |
|
|
5979de2a61
|
fpexif: Adapt to better work in Delphi.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7908 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-29 13:58:23 +00:00 |
|
|
cef2fbba3b
|
ChemText: sanity check
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7907 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-29 12:31:17 +00:00 |
|
|
10f731b9d4
|
ColorPalette: Sanity check
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7906 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-29 12:30:53 +00:00 |
|
|
1ecf3b6d65
|
ExCtrls: Sanity check
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7905 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-29 12:30:26 +00:00 |
|