Martin
|
ca39078aca
|
IDE, Debugger, Makefiles: moved some dependencies to remove IdeDebugger from LazBuild.
|
2022-01-26 00:21:41 +01:00 |
|
Maxim Ganetsky
|
6c38c5a67a
|
IDE: regenerated translations and updated Russian translation
|
2022-01-26 01:24:25 +03:00 |
|
Martin
|
947030b575
|
Debugger: fix watches to compile (without added defines)
|
2022-01-25 22:02:14 +01:00 |
|
dsiders
|
5db70a399c
|
Docs: LazControls/listfilteredit. Adds, updates topics for changes in c0aab039 .
|
2022-01-25 20:11:59 +00:00 |
|
Martin
|
601246dc25
|
Debugger, IDE: Add basic child watch support for structured values
|
2022-01-25 21:07:09 +01:00 |
|
Martin
|
d58b6ab507
|
Debugger: Prepare basic child watch support for structured values
|
2022-01-25 21:06:54 +01:00 |
|
Martin
|
fa2ec38d6a
|
Debugger: Ide, Watches reduce notifications in Begin/EndUpdate
|
2022-01-25 21:06:19 +01:00 |
|
Martin
|
867d12b46d
|
Debugger: Change Watches window to use VirtualTreeView
|
2022-01-25 21:06:19 +01:00 |
|
Martin
|
967ec6c4f6
|
VirtualTreeView: fix SetWindowLongPtrW
|
2022-01-25 21:06:19 +01:00 |
|
Juha
|
be48000561
|
LazControls: Fix an Index out of bounds error in ListFilterEdit.
|
2022-01-25 21:10:10 +02:00 |
|
Juha
|
91df8a8cfe
|
IDE: Show hint in "View Project Units" Filter's clear-button. Issue #39569.
|
2022-01-25 20:46:36 +02:00 |
|
Juha
|
e9b2eb209a
|
IDE: Implement auto-select in "View Project Units". Issue #39569, merge request !57 by duzenko.
|
2022-01-25 19:59:39 +02:00 |
|
Juha
|
c0aab03941
|
LazControls: Improve ListFilterEdit to be used in "View Project Units".
|
2022-01-25 19:59:39 +02:00 |
|
Marcus Sackrow
|
b22acaab2e
|
codetools: include defines for Amiga-style systems
|
2022-01-25 18:37:20 +01:00 |
|
mattias
|
9c302c472d
|
ide: clean up
|
2022-01-25 13:24:13 +01:00 |
|
mattias
|
9352dc3bdd
|
rpm: optimized create lazarus tgz
|
2022-01-25 12:26:16 +01:00 |
|
Juha
|
07a4f62dd0
|
IDE: Identify dead code under SearchComponentClass by assertions, remove TryRegisteredClasses. If not triggered, the code can be removed. Remove TryRegisteredClasses.
|
2022-01-25 13:11:53 +02:00 |
|
Juha
|
04781797a3
|
Remove debugger.pp also from lazarus.lpi project.
|
2022-01-25 11:20:56 +02:00 |
|
Juha
|
3ecdcf0320
|
IDE: Allow multi-selection with Shift in Project Inspector and Package Editor. Issue #39595.
|
2022-01-25 11:20:56 +02:00 |
|
Juha
|
cd2ae505e3
|
LCL: Fix cursor key behavior with TTreeNode.Enabled, add methods to iterate tree. Issue #39590.
|
2022-01-25 11:20:56 +02:00 |
|
Juha Manninen
|
5563e5ff8a
|
Merge branch 'main' into 'main'
LazReport export filter text alignment
See merge request freepascal.org/lazarus/lazarus!60
|
2022-01-24 21:40:28 +00:00 |
|
dsiders
|
ed84fe08f1
|
Docs: LCL/comctrls. Updates content and links for topics.
|
2022-01-24 21:20:09 +00:00 |
|
Juha
|
6464e232a0
|
LCL: Implement TreeView's TTreeNode.Enabled property, partly functional. Issue #39590, patch by Alexey Torgashin.
|
2022-01-23 21:29:54 +02:00 |
|
dsiders
|
c111b7caf5
|
Docs: LazUtils/utf8process. Updates topic content.
|
2022-01-23 19:23:13 +00:00 |
|
dsiders
|
c875cc8f8e
|
Docs: LCL/forms. Fixes error in GetParentForm topic from issue #39591.
|
2022-01-23 18:30:05 +00:00 |
|
Martin
|
965dee4181
|
VirtualTreeView: fix mouse cursor for panning
|
2022-01-23 17:51:47 +01:00 |
|
Juha
|
dfa66431c4
|
Codetools: Complete code correctly for "procedure xxx; forward;". Issue #39510, patch by Domingo Galmés.
|
2022-01-23 12:10:21 +02:00 |
|
Juha
|
b7d8333fd9
|
LazUtils: Prevent a zombie process with openDocument and openURL. Issue #35527.
|
2022-01-23 02:46:53 +02:00 |
|
dsiders
|
05cf5afbc2
|
Docs: LCL/extctrls. Updates topic content and links.
|
2022-01-22 18:57:02 +00:00 |
|
Juha
|
58f8d07925
|
IDE: Disable 'Abort Build' menu item when not building. Issue #39585.
|
2022-01-22 20:13:06 +02:00 |
|
Bart
|
4b313d25b3
|
LazUtf8: optimize Utf8StringReplace. Issue ##39576. Do NOT merge to 2.2 fixes!
|
2022-01-22 18:32:41 +01:00 |
|
Bart
|
24bb2eb1a4
|
LazUtf8: small optimization of Utf8EscapeControlChars.
|
2022-01-22 14:55:25 +01:00 |
|
Bart
|
0ff1e5d2a7
|
LazUtf8: pass language string parameters as const. Patch by Alexey Torgashin. Issue ##39577
|
2022-01-22 14:25:35 +01:00 |
|
Ondrej Pokorny
|
f190aee73a
|
win32: use SetWindowLongPtrW from the Windows unit instead of SetWindowLong from LCLIntf
|
2022-01-22 10:29:48 +01:00 |
|
Ondrej Pokorny
|
c4ece4eb4e
|
win32: fix WM_MEASUREITEM AV on 64bit systems. Fixes issue #39502
|
2022-01-22 10:18:41 +01:00 |
|
dsiders
|
bcf2fdd549
|
Docs: LCL/graphics. Fixes awkward wording in the TPicture topic.
|
2022-01-22 06:24:59 +00:00 |
|
Jacek Rydzewski
|
89f30d2477
|
Misstyped css style text alignment
|
2022-01-21 23:51:42 +00:00 |
|
Jacek Rydzewski
|
c1ca9a357d
|
Repair Alignment settings in export filter, and use alignment information in HTML export filter.
|
2022-01-21 15:12:02 +00:00 |
|
Maxim Ganetsky
|
73fd319f37
|
Translations: LCL Corsican translation update by Patriccollu, merge request !59
|
2022-01-21 03:34:40 +03:00 |
|
Juha
|
02115d373b
|
LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup.
|
2022-01-20 19:30:40 +02:00 |
|
dsiders
|
b2b3689434
|
Docs: LCL/controls. Updates topic content and links.
|
2022-01-20 07:33:46 +00:00 |
|
dsiders
|
6c639074fc
|
Docs: LazUtils/lazutf8. Updates topic content in Utf8EscapeControlChars.
|
2022-01-19 17:22:27 +00:00 |
|
dsiders
|
241141912e
|
Docs: LazControls/spinex. Updates, removes topics for TCustomFloatSpinEditEx.NumbersOnly property. Depends on a80c5252 .
|
2022-01-19 16:52:18 +00:00 |
|
Bart
|
242f0ac056
|
LazUtf8: faster implementation Utf8EscapeControlChars based upon idea by Alexey Torgashin. Issue #39573.
|
2022-01-19 15:38:43 +01:00 |
|
Bart
|
a80c5252e0
|
TFloatSpinEditEx: don't publish property NumbersOnly. It is useless for this control and confuses users.
|
2022-01-19 13:50:38 +01:00 |
|
wp_xyz
|
92be3d6975
|
tools/install: Replace lazgear.bmp by image provided by Roland Hahn
|
2022-01-19 12:26:23 +01:00 |
|
wp_xyz
|
6d8653c63f
|
Images: Replace lazarus_orange.ico to have the same style as the others (provided by Roland Hahn)
|
2022-01-19 10:25:12 +01:00 |
|
Juha
|
4ac1f026c2
|
IDE: Create new MenuItems for bookmarks. A MenuItem cannot be used for many parent menus. Issue #39540.
|
2022-01-19 08:31:36 +02:00 |
|
Juha Manninen
|
4b4b6acc20
|
Merge branch 'PeaZomboss-main-patch-59092' into 'main'
Codetools: Allow keyword const in generic parameter list. Issue #38087.
See merge request freepascal.org/lazarus/lazarus!58
|
2022-01-19 06:28:42 +00:00 |
|
balazs
|
6a85bea05d
|
Merge branch 'main' of gitlab.com:freepascal.org/lazarus/lazarus into main
|
2022-01-19 07:00:54 +02:00 |
|