Commit Graph

63439 Commits

Author SHA1 Message Date
Ondrej Pokorny
a3b65673ed LCL: image list: AddMultipleResolutions with TRasterImage overload 2022-09-28 16:22:54 +02:00
Ondrej Pokorny
f69cfeee39 LCL: new unit DialogRes for dialog icon resources 2022-09-28 16:20:14 +02:00
Ondrej Pokorny
cac82fb704 LCL: new component TImageListImage (that displays an image from TImageList instead of a TPicture) 2022-09-28 16:10:01 +02:00
Ondrej Pokorny
fbfb9def5d TLazIntfImage: don't remove alpha channel from HBITMAP. Solves issue 39933 2022-09-28 15:00:09 +02:00
wp_xyz
ca1b88b2cf LCL/TaskDialog: Scaling of TaskDialog (some issues left) 2022-09-28 12:55:24 +02:00
dsiders
11bb7ce45a Docs: LCL/lcltaskdialog. Updates TTaskDialog.Execute topic after changes in 5882a5bf.
* Includes other general updates to topic content.
2022-09-27 23:01:32 +01:00
dsiders
c3916eb270 Docs: LCL/calendarpopup. Removes TCalendarPopupForm.Paint topic after changes in a61e58f5. 2022-09-27 23:01:02 +01:00
wp_xyz
a61e58f556 LCL/TDateEdit: Remove TCalendarPopupForm.Paint (not needed any more, and destroys dark mode in macOS). Issue #39930. 2022-09-27 15:46:20 +02:00
Martin
bf6c6ba4d9 Debugger: set default for "enable dwarf" dialog 2022-09-27 12:16:13 +02:00
Martin
5882a5bfb5 LCL: TaskDialog, fix default radio-button 2022-09-27 12:16:13 +02:00
dsiders
1bf4baa6b4 Docs: LCL/stdctrls. Fixes incorrect content in the TCustomCheckBox.VCL_OnClick_Emulation topic. 2022-09-26 06:12:47 +01:00
Martin
9e813a6a78 FpDebug: Watch-Function-Eval, support QWord parameters on 32 bit targets 2022-09-25 19:49:42 +02:00
wp_xyz
c0fbe886a0 Tools/Icons_to_HTML: Speed-up display of icons in IconTable application. Patch by Roland Hahn. 2022-09-24 18:49:25 +02:00
Martin
78caaf4fc2 FpDebug: Dwarfviewer, do not parse after unknown OP. 2022-09-23 20:29:17 +02:00
Martin
3ebada48d3 FpDebug: Allow more params passed to function in watch-function-eval 2022-09-23 20:28:20 +02:00
dsiders
4f95701701 Docs: LCL/graphics. Fixes typos and spelling errors. 2022-09-23 02:12:38 +01:00
dsiders
0a907b45bb Docs: LCL/stdctrls. Fixes typos and spelling errors. 2022-09-23 01:56:17 +01:00
dsiders
eeac5c329d Docs: LCL/printers. Fixes typos and spelling errors. 2022-09-23 01:55:54 +01:00
dsiders
61bec1c60e Docs: LCL/controls. Fixes typos and spelling errors. 2022-09-23 01:55:33 +01:00
dsiders
b480e1d00d Docs: LCL/colorbox. Fixes typos and spelling errors. 2022-09-23 01:55:10 +01:00
dsiders
18f75ccaa5 Docs: LCL/stdctrls. Fixes spelling error. 2022-09-23 00:09:23 +01:00
dsiders
f45b0f61d0 Docs: LCL/themes. Fixes spelling error. 2022-09-23 00:05:56 +01:00
Željan Rikalo
40558f7043 laz.VirtualTrees: TVirtualTreeColumn.Hint should be written to the lfm 2022-09-22 21:26:40 +02:00
Željan Rikalo
235809a870 Gtk3: fixed TPanel constraints. Patch by Anton Kavalenka. issue #39925 2022-09-22 12:45:51 +02:00
dsiders
7c3c9992c9 Docs: LCL/stdctrls. Adds and updates topic for changes in 9f577dc5, Issue #39914.
* Adds TButtonControl.FSkipOnChangeOnClick.
* Adds TCustomCheckBox.VCL_OnClick_Emulation.
* Adds TCustomCheckBox.CreateClass.
* Adds TCheckBox.OnClick.
* Adds TToggleBox.OnClick.
* Adds TRadioButton.OnClick.
* Updates TButtonControl.Click.
* Updates TCustomCheckBox.Click.
2022-09-22 03:11:41 +01:00
dsiders
8c254e3e34 Docs: LCL/lcltaskdialog. Updates topic content. 2022-09-22 01:56:38 +01:00
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