Juha
c3886cc814
IDE: Stop searching in the searchfrm when the IDE is closed. By n7800.
2024-04-30 11:06:11 +03:00
wp_xyz
13dfc96b54
Images: Updated "menu" icons, improved rendering in dark mode. By Roland Hahn.
2024-04-29 18:20:51 +02:00
wp_xyz
6682b2230f
TAChart: Provide access to the boundary polygon of the axis title (property TChartAxis.TitlePolygon)
2024-04-29 12:30:35 +02:00
wp_xyz
c285c06219
TAChart: Fix misalignment of axis position of charts linked by TChartExtentLink when an axis has no title. Forum https://forum.lazarus.freepascal.org/index.php/topic,67087.msg515909.html#msg515909
2024-04-29 11:55:45 +02:00
Martin
c20d767f70
Fix spelling (help link)
2024-04-29 08:40:04 +02:00
Martin
a56c978daa
IDE: options, restore buildmode to "Additions and overrides" page. Issue #40816 patch by n7800
2024-04-28 22:03:17 +02:00
Martin
60c85af016
IdeDebugger: ValueFormatter ord-to-name, parse new_ident = know_ident + 123
2024-04-28 21:54:38 +02:00
Maxim Ganetsky
17142eaf96
IDEDebugger: regenerated translations and updated Russian translation
2024-04-28 22:01:55 +03:00
Maxim Ganetsky
af28689f24
IDEDebugger: improved a caption
2024-04-28 22:00:55 +03:00
Maxim Ganetsky
cd3be6f4f2
PackageTabs: regenerated translations and updated Russian translation
2024-04-28 21:58:41 +03:00
Maxim Ganetsky
0f9b2e1c86
IDE: regenerated translations and updated Russian translation
2024-04-28 21:57:51 +03:00
Martin
53955f056c
IDE: Help-files update docs/IDEWindowHelpTree.xml / links for new debug configs
2024-04-28 18:08:48 +02:00
Martin
eabe20b28d
IDE: Help-files update docs/IDEWindowHelpTree.xml / recovered some older links
2024-04-28 17:36:03 +02:00
Martin
e1878a7d37
IDE: Help-files update docs/IDEWindowHelpTree.xml after issue #40816 patch by n7800
2024-04-28 17:03:51 +02:00
Maxim Ganetsky
c8ff920fa6
Merge branch 'qtmenus-scaled-images' into 'main'
...
Qt: Fixed menus backed by multi-resolution image lists always using the 96ppi...
See merge request freepascal.org/lazarus/lazarus!282
2024-04-28 15:03:19 +00:00
Martin
ca4e2cb5c5
Debugger/Project Settings: Fix updating when changing project / fix config frame (wrong warning hint)
2024-04-28 17:00:19 +02:00
Zoë Peterson
532ecb2653
Qt: Fixed menus backed by multi-resolution image lists always using the 96ppi image rather than the resolution-specific one.
...
The existing code attempts to use/overwrite the preexisting AMenuItem.Bitmap property, but the ImageList.ResolutionForPPI.GetBitmap call triggers TMenuItem.BitmapChange, which frees the updated image. The subsequent setImage(AMenuItem.Bitmap.Handle) call then goes through its standard behavior again, which is to always retrieve the 96ppi variant.
2024-04-28 14:57:30 +00:00
Martin
3c41d81f5d
SynEdit: fix endless XML HL, do not return empty tokens.
2024-04-28 13:35:35 +02:00
Martin
6b9d5774e7
SynEdit: fix endless loop in html-exporter. Patch by michalgw. Issue #40927
2024-04-28 13:35:08 +02:00
Juha
e969070031
IDE: Remove the File > 'Close All' feature. It was neither intuitive nor very useful.
2024-04-28 10:17:39 +03:00
Juha
4a4e67f531
IDE: Cleanup of Search Results View. Issue #40928 , patch by n7800.
2024-04-28 09:20:07 +03:00
Juha
c74edf04a6
IDE: Cleanup of the searchfrm
unit. Issue #40929 , patch by n7800.
2024-04-28 09:14:47 +03:00
Juha
8d6b64698d
IDE: Simplify option flag management in FindInFiles. No need to remember numerical indexes. Issue #40915 , patch by n7800.
2024-04-28 09:12:14 +03:00
Martin
762f48aeb5
FpDebug: fix out of range in line-address lookup
2024-04-28 00:10:50 +02:00
Martin
85652d22ca
IdeDebugger: ValueFormatter "Ordinal to name"
2024-04-28 00:10:03 +02:00
Martin
ee125ebe32
IdeDebugger: Value-formatters, match expression/name
2024-04-27 18:56:30 +02:00
wp_xyz
066b6f09a2
Images: Remove the Android, Arduino, GitHub and Raspberry icons (cannot be used without restrictions)
2024-04-26 18:42:31 +02:00
Maxim Ganetsky
fe9dbeb8a9
IDEDebugger: regenerated translations and updated Russian translation
2024-04-26 16:59:19 +03:00
Maxim Ganetsky
612d836c17
IDEDebugger: improved caption
2024-04-26 16:58:17 +03:00
Maxim Ganetsky
d68ed7f5d7
IDEIntf: regenerated translations and updated Russian translation
2024-04-26 16:57:25 +03:00
wp_xyz
1f76660947
Tools/icons_to_html: reads image sizes from files (by Roland Hahn)
2024-04-26 13:08:40 +02:00
wp_xyz
cb4b896c31
Images: Add new general-purpose images by Roland Hahn (Chart, database, layer, github, ...)
2024-04-26 13:07:31 +02:00
Martin
f874fee43d
IdeDebugger: fix display enum watches with out of range value.
2024-04-26 11:54:27 +02:00
Juha
c4d26f3da9
TurboPower_IPro: Fix memory leak in TIpHtmlInternalPanel.SelectPrinterDlg. Issue #40924 , patch by michalgw.
2024-04-26 00:59:26 +03:00
Juha
2b05839fba
LazBuild: Make the value for "--build-ide" parameter optional. "=" can be left out.
2024-04-26 00:59:26 +03:00
Juha
d784606f77
LCL: Fix deprecation warnings. Issue #40918 , patch by Don Siders.
2024-04-26 00:59:26 +03:00
Martin
308396194c
SynGutter: reduce invalidating/painting
2024-04-25 22:45:50 +02:00
Martin
49f44c8ee1
Fix checking modal result, handle mrCancel. Issue: #40920
2024-04-25 21:47:15 +02:00
Martin
0002e72121
SynEdit: Fix SynEditMarkupHighAll MaybeDropOldMatches
2024-04-25 17:32:53 +02:00
Martin
c250e622d1
SynEdit: SynEditMarkupHighAll, tests
2024-04-25 17:22:57 +02:00
Martin
e80bce48a4
SynEdit: SynEditMarkupHighAll, remove unused code
2024-04-25 17:22:56 +02:00
Martin
78cf30a16a
SynEdit: Fix for SynEditMarkupHighAll, keep AFirstKeptValidIdx
2024-04-25 17:22:56 +02:00
Martin
ad3c41af62
SynEdit: Fix SynEditMarkupHighAll MaybeDropOldMatches and DeleteInvalidMatches
2024-04-25 17:22:56 +02:00
Martin
3f6c2f860d
SynEdit: fix FindStartPointUsedExistingMatch
2024-04-25 17:22:56 +02:00
Martin
21f3e40a14
SynEdit: rename some variables
2024-04-25 17:22:55 +02:00
wp_xyz
30046f3bba
IDE/ImagelistEditor: Add button to paste image from clipboard.
2024-04-25 16:37:53 +02:00
Maxim Ganetsky
f130c3af96
IDE, DockedFormEditor: fixed deprecation warnings, patch by Don Siders, issue #40921
2024-04-25 02:12:06 +03:00
Martin
fcaca1fe6a
IdeDebugger: ValueFormatter "Custom Displayformat"
2024-04-22 21:23:10 +02:00
Martin
72fa9a1c96
IdeDebugger: missing button caption
2024-04-22 15:19:46 +02:00
Martin
af5212d267
Codetools: Add a few more keywords to Ident-Completion.
2024-04-22 14:04:02 +02:00