dsiders
66164ae8da
Docs: LazControls/spinex. Removes mentions of compiler version defines in SameValue topics. Depends on 9526343e
.
2022-09-22 01:56:07 +01:00
Maxim Ganetsky
e3b7917c16
IDE: regenerated translations and updated Russian translation
2022-09-22 02:32:34 +03:00
Maxim Ganetsky
2b70e932d1
IDE: cleaned up resource strings
2022-09-22 02:21:32 +03:00
wp_xyz
09212d6b0b
Images: New general-purpose images by Roland Hahn (Database, Print, User, Window)
2022-09-21 22:55:08 +02:00
wp_xyz
f73bf85730
LCL/LCLTaskDialog: Replace hard-coded rgb colors by system colors.
2022-09-21 22:04:22 +02:00
Martin
a4a24bc66b
Merge branch "enable dwarf dialog with TTaskDialog" by Arioch into main
2022-09-21 16:53:20 +02:00
Martin
9eb1507976
Use local variable for dialog
2022-09-21 16:49:25 +02:00
Arioch
1368ee6560
Replace "enable dwarf" dialog with TTaskDialog
2022-09-21 16:49:19 +02:00
Martin
9526343e18
FpDebug: test, fix compile
2022-09-21 14:27:42 +02:00
Bart
bcda2c2047
SpinEx: let drived classes always implement SameValue, since it's wrong to use Math.SameValue on integer types. Also resolves #39792 and #39793 .
2022-09-21 10:41:12 +02:00
wp_xyz
b442769bb0
LCL/TaskDialog: Fix command and radio buttons on TaskDialog being exchanged in non-Windows widget sets.
2022-09-20 23:47:19 +02:00
wp_xyz
5efaca564c
LCL/TaskDialog: Add component editor for testing the dialog at design-time. Issue #39919 .
2022-09-19 17:22:38 +02:00
Martin
753799d887
FpDebug: add intrinsics "Pos(SubStr, SearchStr)" and "SubStr(Str, Start, Len, DoPtr)
2022-09-18 23:48:59 +02:00
Martin
4bdc8f2702
FpDebug: add intrinsic "RefCnt()" => RefCount for AnsiString/LongString (Dwarf-3) and dyn array.
2022-09-18 23:48:59 +02:00
Martin
4910e764bb
FpDebug: Improve PChar handling in pointer math.
2022-09-18 23:48:59 +02:00
Juha
9f577dc548
LCL: Add an option to NOT call TCheckbox OnChange handler when clicked. Issue #39870 , patch by Arioch The.
2022-09-18 21:31:59 +03:00
Juha
402c6a3c09
Converter: Do not comment out {$R *.res} directive even if the file does not exist. It will be generated. Issue #39336 .
2022-09-18 16:13:42 +03:00
Juha
8bb0530a24
IDE: Keep suggesting the old suffix of a project main source file when "Saving As". Issue #39885 .
2022-09-18 16:13:42 +03:00
Juha
4676d86152
IDE: Add DebugLn() output. Formatting.
2022-09-18 16:13:42 +03:00
Bart
05531f1071
TFloatSpinEditEx: revert changes made in #95cfa51d, since it refuses to compile on MacOS en Linux 64 bit.
2022-09-18 11:46:34 +02:00
dsiders
79132216d6
Docs: LazControls/spinex. Modifies topics to be more consistent with TCustomFloatSpinEdit and descendants.
2022-09-18 06:17:14 +01:00
dsiders
22968b941c
Docs: LCL/spin. Updates content in MinValue, MaxValue, and Value topics for TCustomFloatSpinEdit and TCustomSpinEdit.
...
* Clarifies uses for nested constants.
* Adds missing tags in topics.
2022-09-18 06:16:27 +01:00
Maxim Ganetsky
e56c6a7518
IDE: regenerated translations and updated Russian translation
2022-09-18 03:24:34 +03:00
Maxim Ganetsky
0aca0ac51b
IDE: unified spaces in Dwarf variant captions
2022-09-18 03:21:40 +03:00
Martin
50918cb438
Fixed text for "dwarf >2< with sets"
2022-09-17 23:42:43 +02:00
Bart
95cfa51d1b
TFloatSpinEdit(Ex): fix crash in OI when setting MaxValue/MinValue/Increment. Issue #39792 .
2022-09-17 19:03:18 +02:00
Juha
4a30435502
Jedi Code Format: Suppress "deprecated" warnings.
2022-09-17 19:14:23 +03:00
Juha
e81675c3a7
Jedi Code Format: Fix formatting with external and export var modifiers. Issue #39665 , patch by Domingo Galmés.
2022-09-17 19:04:12 +03:00
Juha
8d06f23d76
Jedi Code Format: Do not add useless spaces. Issue #39670 , patch by Domingo Galmés.
2022-09-17 18:58:42 +03:00
Juha
8def460511
LCL-GTK3: Fix regression with form decoration on Wayland. Issue #39898 , patch by Anton Kavalenka.
2022-09-17 18:03:34 +03:00
Juha
b4d5ac5c89
Jedi Code Format: Parse an empty nested "type" section. Issue #39906 , patch by Domingo Galmés.
2022-09-17 17:54:36 +03:00
Maxim Ganetsky
b325bf8a40
Merge branch 'fix/tedit' into 'main'
...
FIX: Cocoa: offset display error in TEdit(NSTextField)
See merge request freepascal.org/lazarus/lazarus!109
2022-09-17 10:43:20 +00:00
rich2014
b26e7a15da
FIX: Cocoa: offset display error in TEdit(NSTextField)
2022-09-17 10:34:51 +00:00
dsiders
e63f3642cd
Docs: LCL/editbtn. Updates TDateEdit.Loaded topic for changes in e7e585f1
.
2022-09-17 01:07:48 +01:00
Bart
39bf8b7aba
TDateEdit: remove unused var from Loaded (leftover from a workaround).
2022-09-16 22:47:03 +02:00
wp_xyz
c0efa0e93f
LCL/DBGrid: Fix memory leak, patch by michalgw, issue #39904 .
2022-09-16 19:55:14 +02:00
dsiders
6a1ed82e88
Docs: LCL/stdctrls. Updates content and See Also links for TButtonControl.Click and TCustomCheckBox.Click topics.
...
* Includes suggestions in issue #39892 .
* Includes suggestions in issue #39893 .
2022-09-16 19:55:14 +02:00
Martin
41c9abc8a5
FpDebug: fix typo
2022-09-16 19:55:14 +02:00
Bart
e7e585f13d
TDateEdit: avoid OnChange being issued in Loaded. Fixes issue described in https://forum.lazarus.freepascal.org/index.php/topic,60538.msg453740.html#msg453740
2022-09-16 18:32:23 +02:00
zeljan1
78b42debff
Revert "Merge branch 'main' of https://gitlab.com/freepascal.org/lazarus/lazarus into main"
...
This reverts commit 9c4ae10819
, reversing
changes made to 0e040a0d77
.
2022-09-16 18:00:17 +02:00
zeljan1
9c4ae10819
Merge branch 'main' of https://gitlab.com/freepascal.org/lazarus/lazarus into main
2022-09-16 17:41:04 +02:00
zeljan1
0e040a0d77
Qt5: use cocoa theme to draw toolbuttons
2022-09-16 17:39:32 +02:00
wp_xyz
e21bc4cd01
LCL/DBGrid: Fix memory leak, patch by michalgw, issue #39904 .
2022-09-15 23:42:57 +02:00
dsiders
6dc31007d1
Docs: LCL/stdctrls. Updates content and See Also links for TButtonControl.Click and TCustomCheckBox.Click topics.
...
* Includes suggestions in issue #39892 .
* Includes suggestions in issue #39893 .
2022-09-14 17:52:01 +01:00
Martin
8e038f924e
FpDebug: fix typo
2022-09-14 18:40:17 +02:00
Martin
88e9c521d7
FpDebug: fix watch-properties log-eval / log-stack to event window.
2022-09-14 18:15:30 +02:00
Martin
1024191ee5
Debugger: Fix breakpoint with "HitCount" do not eval stack/watches until hit-count is reached (for FpDebug backend)
2022-09-14 17:03:45 +02:00
Martin
313a112a65
FpDebug: fix type
2022-09-14 16:38:04 +02:00
Martin
ffaa538517
Debugger: increase safety net for max stack frames
2022-09-14 16:38:04 +02:00
dsiders
c44f55ada2
Docs: LCL/comctrls. Adds and removes topics for changes in 6d123c6a
.
...
* Removes TToolButton.cIconTextDist topic.
* Adds TToolButton.cHorIconTextDist and TToolButton.cVerIconTextDist topics.
* Modifies TToolButton.Paint to describe use of the constant values.
* Adds content to the TToolButton.CalculatePreferredSize topic.
2022-09-14 05:08:08 +01:00