Commit Graph

21152 Commits

Author SHA1 Message Date
Maxim Ganetsky
00498ec342 Revert "Merge branch 'main' into 'main'"
This reverts merge request !2
2021-08-01 21:38:06 +00:00
Maxim Ganetsky
1a47228438 Merge branch 'main' into 'main'
Add Set Search Text/SetSearchText editor command to Set the current selection...

See merge request freepascal.org/lazarus/lazarus!2
2021-08-01 21:37:23 +00:00
Martin
9922733232 FpLldbDebug: reg-num for Apple M1 2021-08-01 19:23:01 +02:00
wp_xyz
3864a0e0b5 TAChart: Add support of the TChartTitle.Wordwrap property to ChartEditor demo. 2021-07-31 22:34:42 +02:00
Zaher Dirkey
7bdb02f371 Add Set Search Text/SetSearchText editor command to Set the current selection to search text (Ctrl+K - F) 2021-07-31 22:46:43 +03:00
wp_xyz
365852ddae TAChart: Fix TChartTitle.Assign 2021-07-31 21:44:53 +02:00
wp_xyz
b6c79e640d TAChart: Protected axis title in ChartEditor demo from becoming negative. 2021-07-31 12:30:38 +02:00
wp_xyz
0f3c318226 TAChart: Fix SpinEdit values becoming negative in ChartEditor demo. 2021-07-31 12:16:35 +02:00
wp_xyz
b4c663189a TAChart: Fix legend position in ChartEditor demo. 2021-07-31 11:06:08 +02:00
wp_xyz
db1ad60616 components/wiki: Fix loading of wikiconvert project. 2021-07-30 22:42:19 +02:00
wp_xyz
6b286401a1 components/wiki: Fix usage of ssl in wikiget 2021-07-30 22:35:41 +02:00
Martin
3a251be1c8 fixed line endings / added defaults to gitattributes 2021-07-28 10:57:19 +02:00
wp
148d36900f TAChart: Add methods StoreAxisRange() and RestoreAxisRange() to LiveView component.
git-svn-id: trunk@65499 -
2021-07-22 21:35:26 +00:00
wp
47f6a84e19 TAChart: Fix default value of TChartTitle.Brush.Color
git-svn-id: trunk@65496 -
2021-07-22 21:17:57 +00:00
juha
38023062fe Examples: Improve LazFreetype demo UI layout. Issue #39281, patch by CudaText man.
git-svn-id: trunk@65494 -
2021-07-22 12:16:14 +00:00
michl
1205405307 AnchorDocking: Don't set FormStyle to fsStayOnTop for modal shown windows to prevent showing it in front of other applications. E.G. in IDE Tools -> Desktops.
git-svn-id: trunk@65491 -
2021-07-22 06:50:45 +00:00
martin
e61ab5d73d FpDebug: remove double line break from formatted watches.
git-svn-id: trunk@65488 -
2021-07-22 00:29:26 +00:00
wp
d7b4f956ca TAChart: more specific doc on TChartAxis.Inverted.
git-svn-id: trunk@65487 -
2021-07-21 21:19:31 +00:00
martin
f28b3ae2c7 GdbMiDebugger: fixed reporting OutputDebugString messages
git-svn-id: trunk@65479 -
2021-07-20 22:47:58 +00:00
martin
b5bf7de6f9 FpDebug, Windows: Forward OutputDebugString to IDE.
git-svn-id: trunk@65475 -
2021-07-19 18:17:06 +00:00
wp
96620aa28b TAChart/LiveView demo: fix typo.
git-svn-id: trunk@65471 -
2021-07-17 15:55:02 +00:00
wp
15a417978a TAChart/TChartLiveView: Simplification
git-svn-id: trunk@65470 -
2021-07-17 07:59:36 +00:00
jesus
9d7d217b84 IDE: Fix compiling with FPC trunk.
The removed code was only active in fpc trunk 3.1.1 [r36768-r38658)

git-svn-id: trunk@65469 -
2021-07-17 03:54:14 +00:00
jesus
23b667846d LazReport: Fix compilation of ZeosDB
git-svn-id: trunk@65468 -
2021-07-16 22:11:35 +00:00
wp
e03705d02d TAChart/TChartLiveView: Fix operation when axes have a predefined Range. Modified patch by forum user Muso (https://forum.lazarus.freepascal.org/index.php/topic,55266.msg412075.html#msg412075)
git-svn-id: trunk@65463 -
2021-07-16 15:19:36 +00:00
wp
b303ecbdd8 TAChart/TChartLiveView: Simplify operation of ExtentY modes.
git-svn-id: trunk@65456 -
2021-07-15 16:12:39 +00:00
wp
4553a2eafb TAChart/TChartLiveView: Add some comments. Add xml documentation.
git-svn-id: trunk@65453 -
2021-07-14 21:06:33 +00:00
maxim
89e7021f92 LazControls: Docs. Added, updated topic content, fixed broken "see also" links. Patch by Don Siders, bug #39223.
git-svn-id: trunk@65450 -
2021-07-14 20:43:24 +00:00
juha
e344dcb11e LazUtils: Restore function KOI8ToUTF8, earlier renamed as KOI8RUToUTF8, and deprecate it.
git-svn-id: trunk@65449 -
2021-07-14 15:00:31 +00:00
michl
531d436ce1 DockedFormEditor: Check for WidgetSet LCLWin32 and LCLWin64. Issue #39222.
git-svn-id: trunk@65448 -
2021-07-14 07:48:41 +00:00
michl
79c99de065 DockedFormEditor: Use correct WidgetSet Win32 instead of Windows
git-svn-id: trunk@65443 -
2021-07-13 18:09:29 +00:00
michl
7d24a96726 DockedFormEditor: Disable CM_PARENTSHOWHINTCHANGED for all WidgetSets. Issue #39217
git-svn-id: trunk@65442 -
2021-07-13 13:00:11 +00:00
michl
6364ff640d DockedFormEditor: Fixed wrong ShowHint value when switching from tab Code to tab Form. Issue #39217
git-svn-id: trunk@65441 -
2021-07-13 12:37:50 +00:00
wp
0ec2f041e7 TAChart/ChartLiveView: Fix autoscaling when multiple axes are used. Add new ExtentY mode, lveMultiAxisRange
git-svn-id: trunk@65440 -
2021-07-13 08:22:54 +00:00
zoran
34efa77cd5 DateTimePicker - simplification of the condition in DoAutoCheck
git-svn-id: trunk@65437 -
2021-07-10 14:44:39 +00:00
wp
51044e806b TAChart/ChartEditor demo: add forgotten lfm file.
git-svn-id: trunk@65431 -
2021-07-09 15:37:52 +00:00
wp
f549172f40 TAChart: Fix axis scaling of TChartLiveView with coincident axis limits and ExtentY = lveAuto.
git-svn-id: trunk@65427 -
2021-07-09 09:23:40 +00:00
wp
2bf2902c91 TAChart: Fix initialization error in TChartLiveView when ExtentY is lveAuto.
git-svn-id: trunk@65425 -
2021-07-09 09:06:43 +00:00
wp
c19e36a6e7 TAChart: Fix usage of axistransformations in ChartLiveView having ExtentY = lveAuto.
git-svn-id: trunk@65423 -
2021-07-08 23:18:14 +00:00
wp
2d8041f71d TAChart: Always draw axis arrows with solid pen.
git-svn-id: trunk@65422 -
2021-07-08 19:48:46 +00:00
wp
eb20bb28bc TAChart/ChartEditor demo: Fix axis lines not being updated.
git-svn-id: trunk@65421 -
2021-07-08 19:41:36 +00:00
wp
b75cbf6965 TAChart/ChartEditor demo: Fix update of axis grid visibility.
git-svn-id: trunk@65420 -
2021-07-08 18:31:35 +00:00
mattias
e08d00cec3 make component: compile freetype before lazcontrols
git-svn-id: trunk@65399 -
2021-07-08 07:40:40 +00:00
wp
ebcfadaab2 TAChart: Update xml doc.
git-svn-id: trunk@65394 -
2021-07-07 08:23:54 +00:00
wp
5ef5288afe TAChart/ChartEditor demo: Fix bug in handling of axis.Inverted.
git-svn-id: trunk@65393 -
2021-07-07 08:02:48 +00:00
wp
7bf4f7da41 TAChart/ChartEditor demo: Check that axis maximum is always greater than the minimum.
git-svn-id: trunk@65391 -
2021-07-06 21:48:46 +00:00
martin
686e81d6e3 FpDebug: Start external dbg file support for Win
git-svn-id: trunk@65390 -
2021-07-06 21:39:38 +00:00
wp
9f896e3f00 TAChart: Rename TChart.GetAxisRange to .GetAllSeriesAxisLimits (more precise).
git-svn-id: trunk@65389 -
2021-07-06 20:56:53 +00:00
juha
ce0d904223 IdeIntf: Allow multi-line property editors in Dialogs, TTaskDialog. Issue #39170, patch by Don Siders.
git-svn-id: trunk@65388 -
2021-07-06 20:19:58 +00:00
wp
506a9bd739 TAChart: Use real axis limits in ChartEditor demo.
git-svn-id: trunk@65385 -
2021-07-06 19:17:14 +00:00