dsiders
901b01e602
Docs: LCL/stdctrls. Updates TextHint topics in TCustomComboBox and TCustomEdit.
2022-12-06 06:01:40 +00:00
dsiders
ac088cfc61
Docs: LCL/groupededit. Updates TextHint topic in TCustomAbstractGroupedEdit.
2022-12-06 06:01:05 +00:00
Maxim Ganetsky
0ea7199af9
ExamplesWindow: improved i18n and layout of settings frame, regenerated translations and updated Russian translation
2022-12-06 02:35:41 +03:00
Maxim Ganetsky
e71aafbc65
ExternHelp: cleaned up unused resource string, regenerated translations
2022-12-06 02:35:41 +03:00
Martin
d8f2ce5a1f
FpDebug: fix mem leak
2022-12-06 00:15:35 +01:00
Martin
cdafe7d9a3
FpDebug: make "^char" display string-like, like PChar.
2022-12-06 00:15:35 +01:00
Martin
55f314c9ac
FpDebug: Fix subtraction for some pointers / Fix type-info for @char, so minus considers them compatible.
2022-12-06 00:15:34 +01:00
Bart
1e302eb754
LCL: improve the construction of some messages for TTreeView. Modified patch by Alexey Torgashin. Issue #39592 .
2022-12-05 22:21:09 +01:00
Juha
e723acfe03
ExamplesWindow: Use GetParsedLazarusDirectory from OptionsIntf instead of reading XML file. Arrange uses sections. Hide some warnings.
2022-12-05 12:48:06 +02:00
Juha
24c3a3a248
IDE: Recognize warning msgs case-insensitively. Eliminate a PChar->String conversion.
2022-12-05 07:27:11 +02:00
wp_xyz
2d30372b6e
External tools: Do not close edit dialog in case of an input error.
2022-12-04 19:56:41 +01:00
Juha
0db4149e93
IDE: Recognize warnings from unknown compiler messages.
2022-12-03 22:50:40 +02:00
dsiders
3c5ebb53bb
Docs: LCL/comctrls. Updates TNBPages.Clear topic to reflect changes in 1af6a0e6
.
2022-12-03 18:39:32 +00:00
dsiders
4d2445ad25
Docs: LazUtils/lazutf8. Updates UTF8CompareLatinTextFast topic for changes in 20d2044b
.
2022-12-03 18:39:13 +00:00
Bart
db8a298e3d
TDateTimePicker: expose FEffectiveDateDisplayOrder and FEffectiveHideDateTimeParts as read only protected properties. Patch by michalgw. Issue #39971 .
2022-12-03 15:59:49 +01:00
Bart B
1af6a0e61f
Merge branch 'lcl/notebook' into 'main'
...
FIX #40019 : LCL/TPageControl: FIX algorithm of clear tabs in TNBPages.Clear()
See merge request freepascal.org/lazarus/lazarus!122
2022-12-03 14:10:15 +00:00
mattias
67ca4c57cf
example: internal compiler: free thread
2022-12-03 01:54:30 +01:00
mattias
d27a77b2f2
added example for running an internal compiler
2022-12-03 01:51:38 +01:00
mattias
10ba6d4322
buildintf: added UserThread for running as an external tool
2022-12-03 01:51:38 +01:00
Maxim Ganetsky
6d8e6351e2
IDE: regenerated translations and updated Russian translation
2022-12-03 02:51:49 +03:00
Željan Rikalo
41006a9e7f
Qt5: fixed invalid dialog title and caption. issue #40027
2022-12-02 23:45:31 +01:00
Juha
20d2044bb4
LazUtils: In UTF8CompareLatinTextFast, use AnsiCompareText instead of WideCompareText.
2022-12-02 22:45:14 +02:00
Juha
e70a15b8d6
FpReport example: Fix Example Metadata for LCLReport. Issue #40026 , patch by dbannon.
2022-12-02 13:59:04 +02:00
Juha
d6dce85b44
FpReport example: Fix a memory leak. Issue #40023 , patch by Andreas F.
2022-12-02 11:03:50 +02:00
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