Commit Graph

63810 Commits

Author SHA1 Message Date
Juha
d50f9fbf53 IDE: Fix spelling. 2022-12-02 11:01:55 +02:00
Martin
4c879cc73c FpDebug: Fix disassembler operand size for $a3 "move [...], reg" 2022-12-02 03:19:38 +01:00
Martin
dccfe2257d IDE, Debugger: Updated "debugger error" msg. 2022-12-02 02:27:49 +01:00
Martin
a9cb3d0967 LazDebuggerFp: add feedback if "modify watch" failed. 2022-12-02 01:03:44 +01:00
Martin
143aaab00f FpDebug: WatchResultData, more error checks 2022-12-02 01:01:33 +01:00
Martin
cfdb6d2299 SynEdit: fix range check in WrappedView 2022-12-02 00:58:42 +01:00
Martin
042ddcfe20 Fix UnicodeSpacesToASCII, After "Replace()" p is already replaced. Old code could skip codepoints or iterate past end of string. Don't replace regular space #20 with itself (nop). 2022-12-02 00:58:42 +01:00
mattias
c9c3d54bf2 lazbuild: fixed compile an ide when clean all is set 2022-12-01 23:48:25 +01:00
Michaël Van Canneyt
4022919f1a * Restore original makefile 2022-12-01 23:03:48 +01:00
Michaël Van Canneyt
ce4a2bd696 * Fix make install target 2022-12-01 11:34:30 +01:00
Michaël Van Canneyt
8d4b11796f * Add some missing dependencies 2022-12-01 11:22:50 +01:00
wp_xyz
2447e8d60b Renewed html page in "Help" > "Online Help". By Roland Hahn. 2022-11-30 23:48:51 +01:00
dsiders
6d1574db34 Docs: LCL/stdctrls. Removes topics reverted in 2a1ea2ca04, f1b3d0ca11. 2022-11-30 20:36:11 +00:00
Ondrej Pokorny
2a1ea2ca04 Revert "lcl: label: align to right for autosize and taRightJustify (Delphi compatibility)"
This reverts commit 29996ddc03.
2022-11-30 10:16:12 +01:00
Ondrej Pokorny
f1b3d0ca11 Revert "lcl: label: change left when making label visible for right-aligned autosized label. issue #21898"
This reverts commit 369b6b255e.
2022-11-30 10:16:12 +01:00
dsiders
fbe348a264 Docs: LCL/shellctrls. Fixes tagging errors in topic. 2022-11-30 05:46:55 +00:00
dsiders
4ff892a279 Docs: LCL/shellctrls. Adds and updates topics for changes in cbf44a38. 2022-11-30 03:49:09 +00:00
wp_xyz
cbf44a384b lcl/shellctrls: Add a custom compare function for sorting the nodes in the ShellTreeView while collecting the files/dirs. 2022-11-30 00:20:15 +01:00
dsiders
24d0ade4bc Docs: LCL/stdctrls. Adds and updastes topics for changes in 369b6b25.
* Adds TCustomLabel.SetVisible topic.
* Modifies TCustomLabel.AutoSize to clarify interactions with Width, Height, WordWrap, Anchors, and Alignment properties.
* Updates topics to follow declaration order in the interface.
2022-11-29 20:57:27 +00:00
dsiders
aac79c4885 Docs: LCL/shellctrls. Adds and updates topics for changes in efd6c169. Issue #40022.
* Adds: TExpandCollapseMode, TCustomShellTreeView.Collapse.
* Updates: TCustomShellTreeView.CanExpand.
2022-11-29 20:56:57 +00:00
Bart
6ab3629c14 TDateTimePicker: implement properties MonthDisplay, CustomMonthNames and deprecate MonthNames property. Issue #39525. 2022-11-29 19:07:13 +01:00
wp_xyz
efd6c16934 LCL/ShellCtrls: New property TExpandCollapseMode. Fixes issue #40022. Partly based on patch by @d7_2_laz. 2022-11-29 12:16:57 +01:00
wp_xyz
bb65b8022c TAChart: Fix TDataPointMarksClickTool crashing when series is empty. 2022-11-28 19:14:48 +01:00
mattias
84f716a2ff IDEIntf: added AddHandlerFPCSrcDirScanned 2022-11-28 15:34:20 +01:00
dsiders
497aa0a34a Docs: LazUtils/laz_xmlstreaming. Adds missing content for various topics. 2022-11-28 07:40:04 +00:00
dsiders
012e42419d Docs: LazUtils/laz2_xmlcfg. Adds a missing short description. 2022-11-28 07:39:45 +00:00
dsiders
826a6324fb Docs: LazUtils/laz2_dom. Adds a missing short description. 2022-11-28 07:39:03 +00:00
dsiders
89bf2d7035 Docs: LazUtils/fpcadds. Adds missing parameter description. 2022-11-28 07:38:34 +00:00
Ondrej Pokorny
369b6b255e lcl: label: change left when making label visible for right-aligned autosized label. issue #21898 2022-11-27 19:18:45 +01:00
dsiders
316d8c1de0 Docs: LCL/actnlist. Updates content for various topics. 2022-11-27 02:57:09 +00:00
dsiders
12ea373894 Docs: LCL/lcltaskdialog. Adds a version note to TTaskDialog.Execute about use of the width argument on the Windows platform. 2022-11-27 02:56:43 +00:00
Maxim Ganetsky
3bdcb55eb2 SQLDb: regenerated translations and updated Russian translation 2022-11-26 03:10:34 +03:00
Maxim Ganetsky
b019eb73e0 SQLDb: fixed a typo in a resource string 2022-11-26 03:07:11 +03:00
Bart
46e8e195a9 LazUtf8: fix UTF8CompareLatinTextFast to be consistent with Utf8CompareText, when comparing lower ASCII values. Issue #40014 2022-11-25 17:26:14 +01:00
zeljan1
405a23618b Qt5: removed deprecated stuff (since qt-4.5), fixed TQtFileDialog.setReadOnly 2022-11-25 11:59:35 +01:00
zeljan1
e0e905677a Qt6: removed deprecated enum QFileDialogDirectoryOnly, fixed setting file mode. 2022-11-25 11:57:49 +01:00
zeljan1
16e54b9154 Qt6: fixed bug with TSelectDirectoryDialog. 2022-11-25 11:37:47 +01:00
wp_xyz
a9c050a248 LCL/TaskDialog: Clean-up previous commit 2022-11-25 00:19:37 +01:00
wp_xyz
84697cbb79 LCL/TaskDialog: Improved layout of the emulated dialog when there is no MainIcon and no Title text. 2022-11-25 00:06:41 +01:00
wp_xyz
e6f85953d8 SQLDB: Improved German translation of GenerateSQLDlg. 2022-11-24 19:26:24 +01:00
wp_xyz
3b8b43040d LCL/TaskDialog: Fix incorrect width of native dialog. 2022-11-24 18:18:04 +01:00
wp_xyz
aba5738ffd SQLDB: Improved usability of GenerateSQLDlg. 2022-11-24 17:38:29 +01:00
dsiders
ea7e6144ff Docs: LCL/lcltaskdialog. Updates the TTaskDialog.Execute topic for changes to the AWidth argument in 68e61689. 2022-11-24 02:22:50 +00:00
dsiders
8347219368 Docs: LCL/dialogs. Adds TCustomTaskDialog.Width, TTaskDialog.Width topics for changes in 68e61689. 2022-11-24 02:22:30 +00:00
dsiders
1613a1bad8 Docs: LCL/dialogres. Adds information about finalization handler in the DialogRes unit topic. 2022-11-23 23:47:07 +00:00
dsiders
a6b667d689 Docs: LazUtils/lazutf8. Updates TStringListUTF8Fast.DoCompareText topic for changes in c67c7456. 2022-11-23 23:47:07 +00:00
wp_xyz
68e6168982 LCL/TaskDialog: Add new property Width to override the default width. 2022-11-23 23:43:18 +01:00
Željan Rikalo
c7164f5b58 Qt6: removed invalid overloaded function. issue #40017 2022-11-23 20:20:48 +01:00
Bart
c67c745669 LazUtf8: honour CaseSensitive in TStringListUTF8Fast.DoCompareText. 2022-11-23 14:23:20 +01:00
wp_xyz
86c08fcb3a Images: Update laz_images.res after previous commit. 2022-11-23 11:19:02 +01:00