Commit Graph

64267 Commits

Author SHA1 Message Date
dsiders
33ffadbc89 Docs: LCL/controls,ldocktree. Updates topics for changes in 3d86c02c.
* Updates content in: controls.TDockTree, ldocktree.TLazDockTree
2023-02-17 23:52:22 +00:00
Maxim Ganetsky
51bccb99bc SimpleWebServerGUI: updated Russian translation 2023-02-18 00:52:37 +03:00
mattias
3d86c02c68 lcl: fixed comments about TDockTree and TLazDockTree 2023-02-17 19:57:09 +01:00
Juha
c1e41c6f96 LCL: Restore TestAll project but this time in lcl/tests directory. 2023-02-17 16:27:37 +02:00
Juha
8241d6c315 LCL-GTK2: A minor optimization. 2023-02-17 15:14:48 +02:00
Juha
982aca90c7 IDE: Fix finding a key combination. Issue #40121. 2023-02-17 11:29:16 +02:00
dsiders
251585aef1 Docs: LCL/controls. Fixes invalid See Also links in topics. 2023-02-17 04:07:02 +00:00
Martin
0a13765ec4 FpDebug: Fix setting breakpoint for deLoadLibrary detection. Move to correct thread. 2023-02-16 18:21:51 +01:00
Martin
0278edaea3 FpDebug: add workaround to prevent the IDE from creating empty/wrong Dbg-LineMaps (mapping all lines to zero) 2023-02-16 16:39:03 +01:00
Martin
04b384b34d FpDebug: Set breakpoints in libraries (dll/so). Update existing breakpoints when library is loaded. Add state (ok, fail, pending) to breakpoints. 2023-02-16 16:39:03 +01:00
Martin
5d091f5d5b FpDebug: Refactor breakpoints, move unit+line (or proc-name) to DpDebug. Change default scope to search all already loaded libraries. 2023-02-16 16:39:02 +01:00
Martin
b752e5b684 FpDebug: refactor GetLineAddresses and FindProcSymbol - Always go through TDbgProcess 2023-02-16 14:49:29 +01:00
dsiders
4c67a1ec4b Docs: LCL/controls. Updates topic content.
* Modified topics:
* CursorToIdent
* IdentToCursor
* CheckMouseButtonDownUp
2023-02-16 03:49:17 +00:00
mattias
1a4496bf4f simplewebservergui: recommend simpleserver instead of compileserver.exe 2023-02-15 11:36:12 +01:00
mattias
c871a707e3 simplewebservergui: browse button for custom browser exe 2023-02-15 11:36:12 +01:00
dsiders
69478068f0 Docs: DateTimeCtrls/datetimepicker. Fixes spelling errors/typos. 2023-02-15 05:51:23 +00:00
mattias
d2dbaac10d simplewebservergui: added menu item copy url 2023-02-14 09:20:01 +01:00
mattias
1df1c43193 sqldb: register unit sqldb 2023-02-13 00:30:21 +01:00
mattias
0df4fef8fe fcllaz: removed sqldb 2023-02-12 22:55:56 +01:00
Martin
57da4cd7fd FpDebug: allow calling functions from function-pointer variables. (Not yet method variables) 2023-02-12 21:30:15 +01:00
Martin
9569f7beff FpDebug: Added DW_AT_vtable_elem_location 2023-02-12 20:43:03 +01:00
Martin
f86112c649 FpDebug: Added support for DW_AT_entry_pc. Implemented <func>.EntryPCAddress to return the entry-point. 2023-02-12 18:50:28 +01:00
dsiders
a27e4c7d55 Docs: LCL/forms. Adds and updates topics for changes in 5160adca. Issue #36816. 2023-02-12 03:51:36 +00:00
dsiders
1ae76db27a Docs: LCL/themes. Modifies topics for changes in b16ec679. Issue #40085. 2023-02-12 03:51:17 +00:00
Bart
5160adcacc TApplicationProperties: add OnActionExecute (Issue #36816) and OnActionUpdate. 2023-02-11 18:41:03 +01:00
wp_xyz
dddd7c85cd TAChart: Fix TListChartSource.CopyFrom not copying additional x and y values. 2023-02-11 18:02:05 +01:00
Bart
b16ec6790f Win32: clear cached data on themechange. Patch by Anton Kavalenka. Resolves issue #40085. 2023-02-11 17:06:34 +01:00
dsiders
727ea7ca57 Docs: LCL/grids. Updates content in TGridColumn topics. 2023-02-10 03:06:35 +00:00
dsiders
38fa6fcaac Docs: DateTimeCtrls. Removes redundant text in URL tags. 2023-02-08 19:54:45 +00:00
dsiders
4a45134de1 Docs: LCL/dbgrids. Updates content in grid option-related topics. Fixes spelling errors. 2023-02-07 23:13:48 +00:00
dsiders
7be6bcaf53 Docs: LCL/grids. Corrects spelling errors. 2023-02-07 23:13:27 +00:00
dsiders
99d189a124 Docs: DateTimeCtrls/calcontrolwrapper. Updates topic content. 2023-02-07 16:07:17 +00:00
wp_xyz
94bf3842ea IDE/CodeHelp: Adds missing FPDoc tags to TCodeHelpManager.GetFPDocNodeAsHTML. Patch by Don Siders. Issue #40112. 2023-02-07 16:46:34 +01:00
wp_xyz
7f92cc7c98 RttiControls: Modifies the .lpk file to include the path to the documentation directory. Enables CodeHelp in the IDE. Patch by Don Siders. Issue #40113. 2023-02-07 15:49:00 +01:00
wp_xyz
4d4153fa89 DateTimeCtrls: Modifies the .lpk file to include the path to the documentation directory. Enables CodeHelp in the IDE. Patch by Don Siders. Issue #40111. 2023-02-07 15:35:44 +01:00
wp_xyz
64b27f1207 Help system: Modifies TExternalHelpDatabase.ShowHelp to display HTML help topics generated using FPDoc. Patch by Don Siders. Issue #40110. 2023-02-06 22:20:23 +01:00
dsiders
9b0ab24c14 Docs: DateTimeCtrls/dbdatetimepicker. Adds missing content and links to inherited topics. 2023-02-06 19:08:00 +00:00
Martin
766684e0f6 FpDebug: Added error checking. Ensure pointer to information-entry points to an existing entry. 2023-02-06 10:56:56 +01:00
Martin
7f0efea9ae FpDebug: tests, fix logging / add timing 2023-02-06 10:55:45 +01:00
dsiders
87907d6028 Docs: DateTimeCtrls/datetimepicker. Adds missing content in topics. Removes redundant whitespace. 2023-02-06 00:34:33 +00:00
dsiders
78177538d0 Docs: DateTimeCtrls. Fixes CHM title to use the same format as other CHM files. 2023-02-06 00:34:06 +00:00
Marcus Sackrow
88cffcb74e Amiga: restore compilation of FCL package for Amiga likes
after removal of sqldb from FPC compilation
2023-02-05 08:40:40 +01:00
dsiders
92a3cb0df8 Docs: RttiControls. Fixes invalid See Also links and XML tagging errors. 2023-02-05 06:15:07 +00:00
dsiders
b8508d1a1a Docs: RttiControls. Changes CHM title to match package name. 2023-02-05 06:13:50 +00:00
dsiders
332fc7d54d Docs: RttiControls. Fixes comment in style file. 2023-02-05 06:12:40 +00:00
dsiders
299219fb82 Docs: RttiControls. Adds script to remove genreated files. 2023-02-05 06:11:55 +00:00
dsiders
8e4eb138d3 Docs: RttiControls. Adds log file output to build script. 2023-02-05 06:11:24 +00:00
Martin
24e9f48caa IdeDebugger: Watches, fix handling old "TDBGType" for expanding arrays 2023-02-04 16:02:24 +01:00
Martin
dd5d291621 FpDebug: Fix watching local/param with name "this". Variables with "this" as name were hidden by the "self" param (that fpc encodes as "this") 2023-02-04 13:24:56 +01:00
Martin
60d221f23a FpDebug: Show "self" in locals window. Fpc encodes it as "this", so FpDebug must replace the name. Issue #39907 and part of issue #40000 2023-02-04 13:00:19 +01:00