Commit Graph

64340 Commits

Author SHA1 Message Date
dsiders
b693b70363 Docs: LazControls/treefilteredit. Updates content in topics, including:
* TImageIndexEvent
* TFilterNodeEvent
* TTreeFilterBranch.AddNodeData
* TTreeFilterBranch.Items
2023-03-06 01:59:06 +00:00
Martin
ddc435d313 Codetools: Match generic params with the correct specialize. In case of specialize inside of a generic params were mismatched. 2023-03-06 00:30:56 +01:00
mattias
63039e34f5 rpm: put lazarus into /usr/share/lazarus/ 2023-03-05 22:10:40 +01:00
Martin
5f053c5a52 CodeTools: test for improve FindDeclaration in nested specialized classes 2023-03-05 21:36:16 +01:00
dsiders
310465e8bd Docs: Lazcontrols/treefilteredit. Adds content to TTreeFilterBranch.Move for changes in c8419bca. Issue #40135. 2023-03-05 19:40:51 +00:00
wp_xyz
cb40b44572 TurboPower_IPro: Avoid duplicate printfilename queries when printing to some PDF printers. 2023-03-05 17:50:39 +01:00
Martin
74adbc30c7 SynEdit: missing ecKeyCmd to string - fix recording in macro player 2023-03-05 17:24:52 +01:00
Martin
aa1f0f6ff6 SynEdit: Fix adjusting multi-carets in smColumn mode. Part of issue #39998 2023-03-05 14:46:38 +01:00
Martin
bb62b8f64d SynEdit: Fix tab-indent of line-mode-selection (last line was ignored, if caret.y=1). Part of issue #39998 2023-03-05 14:10:43 +01:00
wp_xyz
afb620fe49 TurboPower_ipro: Add unit IpHtmlTypes to "uses" of TIpHtmlPv (print preview form). 2023-03-05 12:53:04 +01:00
Juha
c8419bca6d IDE: Remember selection after moving an item in package editor. Issue #40135. 2023-03-05 10:34:00 +02:00
Juha
59babefde7 fpcunit: Prevent enabling "run single test" while a test is running. Issue #40144. 2023-03-05 09:50:12 +02:00
Martin
68366d178c CodeTools: Fix parsing "with" statement, ended by outer block (repeat, try, if...) Issue #39684 Patch by Domingo Galmés 2023-03-04 20:12:02 +01:00
Martin
749ab743d6 CodeTools: improve FindDeclaration in nested specialized classes 2023-03-04 15:31:56 +01:00
Juha
a9752b1326 Codetools: Fix parsing variant records with pointers to procedure. Issue #40145, patch by Domingo Galmés. 2023-03-04 14:16:04 +02:00
Juha
57c8af94ae Examples: Fix a SQLite example project on Linux. Issue #40039, patch by dbannon. 2023-03-04 01:16:59 +02:00
dsiders
2b67dddf55 Docs: LCL/forms. Adds content, grammar corrections, missing line endings in topics. 2023-03-03 04:45:32 +00:00
Martin
4430d055cb Debugger: fix watches, after interface changes 2023-03-02 23:36:37 +01:00
Martin
b8f4dbb20f LazDebugger-test: Fixed mem leak, introduced in "New interface for retrieving locals." 2023-03-02 20:55:37 +01:00
Martin
3c9f94e806 LazDebuggerFpLldb: Fixed mem leak, introduced in "New interface for retrieving locals." 2023-03-02 20:34:50 +01:00
Martin
8970a4768b FpDebug: Improve partial mem-read. Check early if the address is readable at all. 2023-03-02 20:11:47 +01:00
Martin
faf2fe7a80 FpLldb-Debugger: added mem-limits 2023-03-02 20:11:47 +01:00
Martin
0db62b486e FpDebug: added mem-read cache for ArrayToResData / PascalBuilder 2023-03-02 19:56:41 +01:00
Martin
1caa678dcf Debugger: Clean up debugln without log_group 2023-03-02 19:56:37 +01:00
Martin
179dc59dc6 Debugger: New interface for retrieving locals. 2023-03-02 19:56:37 +01:00
Martin
20bf681e0f LazDebuggerIntf: change event signature, include data / add template 2023-03-02 19:56:37 +01:00
Martin
196981e0a7 FpDebug, app/FpdServer: fixed compilation 2023-03-02 19:56:36 +01:00
Martin
34d97dca1d LazDebuggerFpdServer: fix compilation 2023-03-02 19:56:36 +01:00
Martin
ad800fb2cf DebuggerIntf: clean up 2023-03-02 19:56:36 +01:00
wp_xyz
9a06dc418f ExamplesWindow: Add missing icon, provided by Roland Hahn. 2023-03-02 17:54:45 +01:00
dsiders
8df9adae97 Docs: LCL/forms. Adds a code example (from the wiki) to TFrame, TCustomFrame topics. 2023-03-01 23:09:22 +00:00
mattias
23c628ea6d pas2js: store pas2js macro for lazbuild 2023-03-01 19:29:30 +01:00
mattias
d62359e968 IDE/lazbuild: store and load macros for lazbuild 2023-03-01 19:29:30 +01:00
mattias
e5058e166d codetools: fixed ide include paths 2023-03-01 19:29:30 +01:00
Bart
0c9fb4315b IDE: fix disallowing to set a components name to "Owner" in IDE. Issue #40134. 2023-03-01 12:00:19 +01:00
dsiders
b245ce44a2 Docs: LCL/stdctrls. Adds admonitions about QT support in TCustomComboBox.AdjustDropDown and TCustomComboBox.ItemWidth topics. 2023-03-01 03:01:31 +00:00
dsiders
7847768aca Docs: LCL/lcltaskdialog. Updates the TTaskDialog.Execute topic for changes in 57c8514e. Includes corrections for spelling errors. 2023-02-28 16:39:19 +00:00
dsiders
0d6994f5c4 Docs: LCL/dialogs. Adds the TTaskDialogFlag.tfEmulateClassicStyle topic for changes in 57c8514e. 2023-02-28 16:32:57 +00:00
Ondrej Pokorny
57c8514e04 TTaskDialog: add tfEmulateClassicStyle to flags 2023-02-28 08:29:50 +01:00
dsiders
a35432bf68 Docs: LazControls/spinex. Fixes invalid URIs in See Also links. 2023-02-28 04:44:28 +00:00
dsiders
40109c93e8 Docs: LCL/lcltaskdialog. Fixes punctuation. 2023-02-27 23:41:09 +00:00
dsiders
5a051ef31b Docs: LCL/forms. Fixes punctuation. 2023-02-27 23:40:44 +00:00
dsiders
fc04ccfe5b Docs: LazUtils/html2textrender. Fixes punctuation. 2023-02-27 23:40:13 +00:00
dsiders
9328175fdf Docs: AnchorDocking. Fixes spelling errors and punctuation. 2023-02-27 23:36:58 +00:00
Maxim Ganetsky
01d60e2dfd Cocoa: memory leak fixes by David Jenkins, issue #40116 2023-02-27 23:44:23 +03:00
dsiders
1b9d3d4cbf Docs: LCL/extctrls. Updates content in TCustomFlowPanel.CalculatePreferredSize for changes in 6cc8ef74. 2023-02-26 22:54:49 +00:00
dsiders
e00d028b0e Docs: LazUtils/lazutf8. Removes deprecated ReplaceSubstring topic after changes in ce9b92c9. 2023-02-26 22:54:13 +00:00
Juha
ce8b41e375 Converter: Inherit from TProjectDescriptor. Sets many flags needed for an application. Issue #40132. 2023-02-26 22:39:38 +02:00
Juha
68eb8b0232 Converter,IDE: Read full component info from .lfm file to UnitInfo. Don't generate resources when there aren't any yet. Issue #40132. 2023-02-26 20:44:14 +02:00
Juha
aa5f5e9d1b Converter,IDE: Rename variables, comments. 2023-02-26 20:44:14 +02:00