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
Martin
f7686f03f1
SynEdit, Windows: Suppress ALT key from focusing main menu, if the ALT key was a modifier to a mouse-action (e.g. Scroll-wheel). Issue #40007
2023-02-04 10:42:30 +01:00
Martin
e3a3d33c99
FpDebug: Windows (10 up), use WaitForDebugEventEx to support Utf16 OutputDebugStringW
2023-02-04 08:52:29 +01:00
dsiders
db4c129b21
Docs: LCL/lazcanvas. Fixes an errant XML tag in content.
2023-02-04 00:51:59 +00:00
dsiders
4de931e101
Docs: DateTimeCtrls. Adds project and topics files to generate CHM and HTML help using FPDoc.
...
* Adds files with topic skeletons.
* Adds content for topics (partial).
* Merges content from the wiki page.
2023-02-04 00:06:16 +00:00
dsiders
8bb72e6ac4
Docs: LCL/controls. Fixes a typo in TWinControl.UTF8KeyPress.
2023-02-04 00:02:24 +00:00
Maxim Ganetsky
24526222b2
IDE: regenerated translations
2023-02-04 01:03:54 +03:00
Martin
8b783581a0
IDE: SourceEditor, fix selecting next tab when drag/drop moving an editor. The editor incorrectly switched to the 2nd next tab. Issue #40064
2023-02-03 21:01:03 +01:00
Martin
a1b61028fa
IDE: Run/Debug, search for LaunchApp and HostApp in Project-dir and %Path. issue #32331
...
- Search in %PATH was done by "run without debug", but not by debug.
- Checking for an exe relative to the project-dir was added for both.
- A plain file-name will be first checked in the project-dir, and after that in %PATH
2023-02-03 17:25:12 +01:00
Martin
66bc8c9281
IDE: Run/Debug, refactored getting the "working directory" for the project. Related to issue #32331
...
- "Debug" and "Run without Debug" now use the same steps to get the "working directory":
1: BuildMode.RunParams "working directory" set by user (New, this can now be relative to project dir)
2: Project Dir, if not virtual
3: Directory from Host-App (RunParams), or if (and only if) Host-App is empty from Project.exe
(If host app is in %PATH, then there is no "working directory")
1 and 2 are as before.
3 was used before for "debugging", but "run without debug" did use: "Launch-App", "Host-App", Project.exe
2023-02-03 17:25:12 +01:00
Juha
72040bb55d
MouseAndKeyInput: Fix another external function signature, Boolean -> Boolean32. Issue #40102 , by Dušan Halický.
2023-02-03 16:46:56 +02:00
Juha
f51da4dc1d
Jedi Code Format: Fix indentation in nested try blocks. Issue #40104 , patch by Domingo Galmés.
2023-02-03 15:30:04 +02:00
Maxim Ganetsky
1652b4acf1
Translations: Turkish translation update by Onur ERÇELEN, issue #40106
2023-02-02 23:52:31 +03:00
Martin
33d32450a5
IDE: Workaround for late updates of ecGotoBookmarks popup menu. See issue #39540
2023-02-01 20:21:10 +01:00
Martin
6d768e7921
IDE: Restore the old working code for the ecGotoBookmarks, ecToggleBookmarks command (direct/root bookmark popup). This was incorrectly removed in a555d027da
. Issue #39540
2023-02-01 20:15:25 +01:00
Željan Rikalo
d195570688
Gtk2: fixed clientRect of TCustomForm with main menu. Patch by rich2014. issue #40071
2023-02-01 16:56:26 +01:00
Željan Rikalo
3990e8a080
Qt6: reworked TQtMainWindow menubar, now it's created on demand. Fixed main menubar under mac.
2023-02-01 16:46:54 +01:00
Željan Rikalo
317b0691ca
Qt5: added read only property MenuBar, renamed GetMenuBar to MenuBarNeeded
2023-02-01 16:26:09 +01:00
Željan Rikalo
1945f6863b
IDE: qt5 does not need workaround for main IDE height since issue #40071 is fixed
2023-02-01 16:14:26 +01:00
Željan Rikalo
99c433c0ee
Qt5: fixed clientrect size of TCustomForm with main menu. Patch by rich2014, small modification by me.
2023-02-01 16:09:55 +01:00
Željan Rikalo
2ffedf7545
Gtk2: fixed TScrollBar.ScrollBy_WS error. Patch by Andrew Haines
2023-02-01 15:06:28 +01:00
wp_xyz
f823854588
fpvectorial: Fix odt and docx writers truncating the last two characters of each paragraph.
2023-01-31 00:06:41 +01:00