Commit Graph

63572 Commits

Author SHA1 Message Date
wp_xyz
fbe7aa44e1 LCL/SpeedButton: Fix clipping of caption containing double ampersand characters, issue #39820. 2022-10-27 22:27:35 +02:00
Martin
8ef10902f3 FpDebug: Stack, CFI - For older FPC (broken CFI) always continue non-CFI eval. 2022-10-27 15:42:59 +02:00
dsiders
f469aeca4f Docs: LCL/controls. Additional updates to content and See Also links in
TControl topics.
2022-10-27 04:02:07 +01:00
wp_xyz
9572e1ac64 IDE/PackageDependencyDlg: Fix package listbox truncating bottom pixel. 2022-10-27 00:17:47 +02:00
wp_xyz
56aaec80f9 Images: Add a new general-purpose image ("landscape orientation"). 2022-10-26 19:08:55 +02:00
wp_xyz
f52fb7d1f5 Images: Some reworked palette icons to improve visibility in dark mode (by Roland Hahn). 2022-10-26 18:40:49 +02:00
Martin
e1dc8a96d9 Codetool: prevent recursion in ResolveBaseTypeOfIdentifier. Issue 39897
`fdfFunctionResult` will cause `FindExpressionTypeOfTerm` to `ResolveChildren` and recurse forever if the node starts with open brackets. If the cursor is not on an identifier, it should not be a function and the flag is not needed.
2022-10-26 14:58:42 +02:00
Martin
204e3d5734 CodeTools, tests: run "bug*" tests too. 2022-10-26 14:54:02 +02:00
dsiders
d7fb51eeb6 Docs: LCL/controls. Updates content and See Also links in topics.
* Fixes tagging for True, False, and Nil values in topic content.
* Removes unused tags in linked or private topics.
2022-10-26 07:40:30 +01:00
wp_xyz
78225565ce freetype: Fix range-check error when compiled with range-check on. 2022-10-25 17:54:07 +02:00
wp_xyz
f4b383884d Images: New general-purpose images by Roland Hahn (file, margins, search, zoom). 2022-10-24 15:44:38 +02:00
dsiders
aed24f4359 Docs: LazUtils/lazutf8. Adds missing parameter descriptions. 2022-10-23 21:39:57 +01:00
dsiders
4741e7df12 Docs: LazUtils/extendedstrings. Updates topic content and See Also links. Removes unused tags in private members. 2022-10-23 20:29:47 +01:00
Martin
1e7d87dd64 Debugger, IDE: fix dangling pointer in watches / crash when history entry was active and restarting debugger. 2022-10-23 13:18:00 +02:00
Martin
efc94ab2db LazDebuggerFp: fix mem leak in TFPBreakpoint.ThreadLogExpression 2022-10-23 13:18:00 +02:00
dsiders
429081bc03 Docs: LCL/grids. Updates content in TGridColumnTitle topics. 2022-10-23 00:54:49 +01:00
dsiders
c63984efd6 Docs: LCL/grids. Updates content in TColumnButtonStyle, TGridColumn, and TGridColumns topics. 2022-10-22 08:06:46 +01:00
dsiders
a2bfaa29e8 Docs: LCL/graphics. Fixes an invalid See Also link. 2022-10-22 08:06:02 +01:00
Maxim Ganetsky
b43f003709 IDE: Turkish translation update by ONUR ERÇELEN, issue #39966 2022-10-22 03:34:35 +03:00
Martin
c16a96e493 Changed svn to git 2022-10-21 08:05:41 +02:00
dsiders
1cacfc3c73 Docs: LCL/graphics. Updates content in TIcon.Handle topic and removes TODO item. 2022-10-20 23:37:06 +01:00
dsiders
209ce3cfe2 Docs: LCL/lclintf. Removes TODO in example code. 2022-10-20 23:36:45 +01:00
dsiders
bb39bb5631 Docs: LCL/lcltype. Changes TODO item to a simple note. 2022-10-20 23:36:28 +01:00
Martin
f47e51faf4 Codetool: FindDeclaration, fix "generic array" in fdt_generics_finddeclaration.pas / Fix issue #39738 2022-10-20 21:39:46 +02:00
dsiders
a8b58da637 Docs: LCL/extctrls. Updates content and removes TODO item in TCustomTrayIcon.ShowBalloonHint. 2022-10-20 20:22:18 +01:00
dsiders
245f1a7638 Docs: LazUtils/lazcollections. Removes TODO item. 2022-10-20 20:20:21 +01:00
Martin
d488d45819 CodeTool: Improve tracking specialized generic parameters (e.g. variable class base).
Undo/Replace commits:
- 797768a965, Branch RevNo: 58874
  codetools: code completion for "FOR var IN" with generic class, from Pascal Riekenberg
  git-svn-id: trunk@63136 -
- 4d12a06af5, Branch RevNo: 62044
  CodeTools: Resolve generic params when searching in ancestors.
2022-10-20 13:55:54 +02:00
dsiders
a44d1ab453 Docs: LCL/controls. Adds, updates topic content. Fixes awkward grammar. Removes tagging not needed for private members. 2022-10-20 02:31:16 +01:00
wp_xyz
c9f4496c77 Images: New general-purpose images by Roland Hahn (cloud, cube, file, folder, health) 2022-10-19 00:31:08 +02:00
dsiders
88c82deb74 Docs: LCL/dialogs. Updates content for TSelectDirectoryDialog and TFileDialog topics. 2022-10-18 00:23:33 +01:00
dsiders
f4d38ad880 Docs: LazUtils/lazstringutils. Corrects content in StringCase topic. 2022-10-17 23:48:06 +01:00
Bart
472cceecf8 WinCE: fix compilation of WinCEWSCalendar. 2022-10-17 22:37:44 +02:00
dsiders
c52099551a Docs: LazUtils/lazconfigstorage. Fixes invalid See Also links. 2022-10-17 04:11:28 +01:00
dsiders
87b4e7bbac Docs: LazUtils/lazconfigstorage. Adds topic content. 2022-10-17 03:59:23 +01:00
dsiders
1682adb8de Docs: LCL/dialogs. Adds content about the font dialog Apply button in affected topics.
* Applies to: TFontDialog and TFontDialog.Options.
2022-10-17 03:59:00 +01:00
Juha
2f8deeefee IDE: Save resource file after a project is renamed (Save Project As). Issue #39958. 2022-10-16 23:50:19 +03:00
Juha
8affac89f3 Jedi Code Format: Support noinline keyword and Delphi inline vars and consts. Issue #39960, patch by Domingo Galmés. 2022-10-16 22:26:44 +03:00
Juha
5d276c4f43 Jedi Code Format: Prevent an assertion failure on certain assembler code. Issue #39942, patch by Domingo Galmés. 2022-10-16 13:06:38 +03:00
Juha
8d9b8042eb Jedi Code Format: Support Intel x64 Assembler Registers. Issue #39953, patch by Александр Дмитриев. 2022-10-16 12:57:56 +03:00
dsiders
218438a9bc Docs: LCL/grids. Adds, updates content in TCustomGrid topics. 2022-10-16 03:12:15 +01:00
dsiders
aa867d5a30 Docs: LCL/grids. Updates topics for changes in 675ad022.
* Affects: TGridOption2, TCustomGrid.Options2
2022-10-15 19:47:14 +01:00
Bart
675ad02215 Grids: implement option to set ParentColor and ParentFont of the internal cell editor. 2022-10-15 16:10:35 +02:00
Juha
5a0ff3af30 Jedi Code Format: Support anonymous methods. Issue #39928, patch by Domingo Galmés. 2022-10-15 12:20:44 +03:00
Juha
1566610acf IDE: Fix a logic error in a624d0c027. Issue #39958. 2022-10-15 11:59:15 +03:00
dsiders
d65a845812 Docs: LCL/printers. Fixes spelling errors. 2022-10-15 04:48:46 +01:00
dsiders
1ce10f523a Docs: LCL/lazdialogs. Fixes typo. 2022-10-15 04:46:29 +01:00
dsiders
3d2a77aae6 Docs: LCL/interfacebase. Fixes spelling errors. 2022-10-15 04:45:48 +01:00
dsiders
4646311ad3 Docs: LCL/forms. Fixes spelling error. 2022-10-15 04:44:48 +01:00
dsiders
a4ff2d26d5 Docs: LCL/editbtn. Fixes spelling error. 2022-10-15 04:43:55 +01:00
dsiders
4b5b837d38 Docs: LCL/dialogs. Fixes typo. 2022-10-15 04:43:13 +01:00