Commit Graph

70874 Commits

Author SHA1 Message Date
wp_xyz
06e568e69b tools/chmmaker: Fix missing save-prompt when main form is closed with modified filenames. 2025-05-22 00:24:39 +02:00
wp_xyz
656592c16d chmmaker: Fix double prompts to save a modified project file. Issue #41660. 2025-05-21 23:10:12 +02:00
wp_xyz
6cec77c2f0 tools/chmmaker: Fix autosizing of About box in Linux. 2025-05-21 17:22:19 +02:00
wp_xyz
e7bcefb60d tools/chmmaker: Fix compilation in Linux 2025-05-21 17:17:34 +02:00
wp_xyz
2051e366af tools/chmmaker: New icon by Roland Hahn. Application is multi-lingual now, translations are welcome. 2025-05-21 17:05:59 +02:00
wp_xyz
34313e6f91 LHelp: Fix icon display issue in gtk2. Issue #41656, patch by Roland Hahn. 2025-05-21 16:54:10 +02:00
wp_xyz
c5d6740917 tools/chmmaker: Add one more missing AutoSize. 2025-05-21 01:10:02 +02:00
wp_xyz
a3d6cd7e2c tools/chmmaker: Use actions. Add About box. Issue #41657. 2025-05-21 01:00:44 +02:00
wp_xyz
f128b88574 tools/chmmaker: Fix missing AutoSize instructions. Fix failure to build LHelp. Clean-up message dialogs. Issue #41657. 2025-05-20 23:01:56 +02:00
wp_xyz
351c7a5cc3 tools/chmmaker: Add ellipsis to button/menu captions when command opens another window. Part of issue #41657. 2025-05-20 20:17:15 +02:00
wp_xyz
b34d6ed4db tools/chmmaker: Anchored and auto-sized layout, avoid TLabeledEdit, remove deprecated TProcess.CommandLine. Part of issue #41657 2025-05-20 20:00:33 +02:00
Maxim Ganetsky
94419c578a Merge branch 'jsonviewer_speedup' into 'main'
JSONViewer: removed unnecessary call to ShowJSONDocumentText because it is then called again in TJSONTab.DoTabChange and added BeginUpdate/EndUpdate

See merge request freepascal.org/lazarus/lazarus!479
2025-05-20 15:59:43 +03:00
alligator
354f8e5959 JSONViewer: removed unnecessary call to ShowJSONDocumentText because it is then called again in TJSONTab.DoTabChange and added BeginUpdate/EndUpdate 2025-05-20 15:59:42 +03:00
Maxim Ganetsky
23673101eb Merge branch 'string_to_char_fix' into 'main'
Synedit/SynHighlighterJScript: more appropriate type for a temporary variable (string -> char), no implicit type conversions

See merge request freepascal.org/lazarus/lazarus!478
2025-05-20 15:54:13 +03:00
alligator
a434cefaeb Synedit/SynHighlighterJScript: more appropriate type for a temporary variable (string -> char), no implicit type conversions 2025-05-20 15:54:12 +03:00
wp_xyz
476a492d5b CHMMaker: Rename unit1 to CHMMain. Activate themes and high-dpi scaling. 2025-05-20 13:14:16 +02:00
Maxim Ganetsky
0fd5753a20 Merge branch 'IDE/BuildModesManager/Help' into 'main'
IDE/BuildModesManager: Add action for "Help" button

See merge request freepascal.org/lazarus/lazarus!476
2025-05-19 23:32:13 +03:00
n7800
67580893bf IDE/BuildModesManager: Add action for "Help" button 2025-05-19 23:00:29 +03:00
Maxim Ganetsky
8856a88b5e Chmmaker: GUI Fixes and Additions - AutoFollowLinks, DescFromTitle, CHM Title, New Project, Close Project. Patch by David Mizzell, issue #41653. 2025-05-19 22:45:04 +03:00
ACTom
02db02eed7 IDE: Chinese translation update by ACTom, merge request !477 2025-05-19 18:07:03 +03:00
mattias
b2a22bea0d codetools: test find/rename lfm event 2025-05-18 13:57:32 +02:00
mattias
af317ce816 codetools: GatherReferencesInLFM: search only nodes with candidates 2025-05-18 13:49:08 +02:00
Martin
fed6f95b61 Merge branch 'IDE/Options/Editor/Display/Colors/Samples' into 'main'
IDE/Options: Fixes code samples in "Colors" frame

See merge request freepascal.org/lazarus/lazarus!475
2025-05-18 11:52:44 +02:00
n7800
92f0421c85 IDE/Options: Fixing of the selection line position in code samples 2025-05-18 11:46:16 +02:00
n7800
6d1a3b2eb0 IDE/Options: Indicate the new color name "Selected text" in Pike code sample. Related to !367 2025-05-18 11:46:16 +02:00
mattias
338afaf856 codetools: disabled lfm test 2025-05-18 10:42:46 +02:00
mattias
0b7807301d codetools: test rename lfm ref, from Włodzimierz Bień 2025-05-18 10:40:10 +02:00
zeljan1
284cbadcbd Gtk3: fixed cursor behaviour. Patch by Anton Kavalenka. Issue #41648 2025-05-18 08:52:13 +02:00
Martin
0dfc1da04c FpDebug: fix handling errors in watch result. In case of error an incorrect data type may be given. WatchResData would not be set (not to value, nor error). Issue #41646 2025-05-17 12:31:36 +02:00
wp_xyz
3464b4a577 PackageTabs: High-DPI-aware button margins. 2025-05-17 12:11:37 +02:00
dsiders
a6559d89ab Docs: LCL/lcltype. Fixes invalid see also link. 2025-05-16 20:24:38 -04:00
dsiders
363b39a296 Docs: LCL/lazregions. Updates content in TLazRegion topics. Changes in e48ca315.
* TLazRegion.Create
* TLazRegion.Destroy
* TLazRegion.Clear
2025-05-16 19:05:24 -04:00
wp_xyz
e48ca31534 LazCanvas: Fix memory leak when working with regions. 2025-05-16 19:34:52 +02:00
mattias
09dee74383 ide: find lfm refs: better hack for revert designer, from Włodzimierz Bień 2025-05-16 16:20:52 +02:00
mattias
d80d642a7e codetools: fixed typo 2025-05-16 15:42:47 +02:00
zeljan1
1f9623085b Qt5,Qt6: continue paint when using docked form designer. 2025-05-16 13:08:52 +02:00
dsiders
5d97a5e529 Docs: LCL/graphics. Adds, updates topics for changes in f9cc0dca. Issue #41642.
* TGradientDirection
* gdVertical
* gdHorizontal
2025-05-15 20:15:49 -04:00
wp_xyz
f9cc0dca29 LCL/Graphics: Fix compilation issue of AggPas, BGRABitmap, ... after introduction of GradientFill in FPCanvas of FPC 3.3.1. Issue #41642. 2025-05-15 22:42:48 +02:00
mattias
2adbf891cc codetools: test for find refs in lfm 2025-05-15 16:07:29 +02:00
mattias
1b3878ba9d codetools: started test for rename in lfm 2025-05-15 16:07:29 +02:00
rich2014
cbcb7e8105 LCL: fix the issue in TCustomImage.GetCanvas(), #36093 2025-05-15 21:13:20 +08:00
Maxim Ganetsky
8b9257f79a IDE: regenerated translations and updated Russian translation 2025-05-15 15:50:38 +03:00
rich2014
86cc65cb54 Cocoa: fix the issue that WidgetSet.DropFiles() was not called 2025-05-15 19:24:40 +08:00
Martin
4475b7c6b1 Merge branch 'IDE/Options/Editor/Display/Colors/Samples' into 'main'
IDE/Options: Fix color names in code samples

See merge request freepascal.org/lazarus/lazarus!463
2025-05-15 13:04:46 +02:00
n7800
bd4a3c1888 IDE/Options: Indicate the new color name "Selected text" in code samples. Related to !367 2025-05-15 12:34:29 +02:00
Mattias Gaertner
674292b85b Merge branch 'IDE/MsgWnd/HeaderSeparators' into 'main'
IDE/MessagesWnd: Remove the drawing of dashed separation lines

See merge request freepascal.org/lazarus/lazarus!472
2025-05-15 09:56:38 +00:00
Martin
34541a9c02 SynEdit: fix painting gutter-part with margin. Issue #41638 2025-05-15 10:46:22 +02:00
Juha Manninen
207ede94da Merge branch 'IDE/BuildLazDlg/KeyAccels' into 'main'
IDE/BuildLazDialog: Added keyboard accelerators

See merge request freepascal.org/lazarus/lazarus!474
2025-05-15 07:35:54 +00:00
n7800
d34dffb10c IDE/BuildLazDialog: Added keyboard accelerators 2025-05-15 07:05:54 +00:00
dsiders
4156a98ab6 Docs: LCL/lcltype. Updates topics for changes in 95c0189a. Issue #41631.
* TLCLHandle
* INVALID_HANDLE_VALUE
2025-05-14 12:12:29 -04:00