Commit Graph

4299 Commits

Author SHA1 Message Date
Martin
28247a829c IDE: Move LazConf.pp to new base-package "IdeConfig" 2022-12-08 19:28:19 +01:00
mattias
e409c84c9d lcl: fixed git line ending 2022-05-29 19:51:21 +02:00
Martin
3a251be1c8 fixed line endings / added defaults to gitattributes 2021-07-28 10:57:19 +02:00
wp
4553a2eafb TAChart/TChartLiveView: Add some comments. Add xml documentation.
git-svn-id: trunk@65453 -
2021-07-14 21:06:33 +00:00
wp
4160d7c7ef TAChart: Update xml help.
git-svn-id: trunk@65376 -
2021-07-05 18:43:15 +00:00
maxim
8b62aae17b JCF2: committed a file, forgotten in r65340 #8644ddb16b, bug #39132
git-svn-id: trunk@65343 -
2021-07-02 21:27:17 +00:00
maxim
79264e3cc9 Docs (LazControls, RTTIControls): added missing punctuation in short descriptions, patch by Don, bug #39018
git-svn-id: trunk@65278 -
2021-06-18 20:55:37 +00:00
dsiders
71fbf604ff Docs: LCL. Fixes missing punctuation in short descriptions (partial).
git-svn-id: trunk@65267 -
2021-06-18 03:56:25 +00:00
mattias
91763f2247 set trunk version to 2.3.0
git-svn-id: trunk@65242 -
2021-06-15 14:00:39 +00:00
mattias
cc8d74684e updated lpl
git-svn-id: trunk@65241 -
2021-06-15 13:54:41 +00:00
martin
176f0b3310 SynEdit: Handle new Gtk2 IM / Experimental / Issue #38730 / Based on Patch by Do-wan Kim / Moved to new unit
git-svn-id: trunk@65175 -
2021-06-05 22:33:53 +00:00
martin
9150ea7749 New Jit classes / Like old JitForms, but more
git-svn-id: trunk@65173 -
2021-06-05 15:24:18 +00:00
wp
6b4be3bcd9 LCL: Undo r65060 #5589d83d68 because it breaks qt5/gtk2/gtk3 on Windows. Issue #38831.
git-svn-id: trunk@65079 -
2021-05-02 09:01:56 +00:00
pascal
7a252352cf codetools: added new test: find declaration for generic lists and arrays with member of default array property (still fails for generic array)
git-svn-id: trunk@65071 -
2021-04-30 10:32:34 +00:00
pascal
88eaecc93d codetools: added new test
git-svn-id: trunk@65068 -
2021-04-30 00:37:11 +00:00
wp
5589d83d68 LCL/ShellCtrls: Show built-in shell icons for gtk2, gtk3 and qt5 widgetsets. Patch by Salvadorbs, issue #18247.
git-svn-id: trunk@65060 -
2021-04-24 20:26:24 +00:00
wp
492321d819 TAChart: Extend charteditor by an "all-in-one" editor.
git-svn-id: trunk@65054 -
2021-04-22 22:56:58 +00:00
wp
7c2cb42f1c TAChart: Add files missing from previous commit.
git-svn-id: trunk@65042 -
2021-04-21 10:18:34 +00:00
wp
70d114b0fc TAChart/ChartEditorDemo: Move controls from AxisDlg to a new AxisFrame.
git-svn-id: trunk@65040 -
2021-04-21 07:23:06 +00:00
wp
72963f6adb TAChart/ChartEditorDemo: Move controls of TitleFootDlg to a new TChartTitleFootFrame unit.
git-svn-id: trunk@65035 -
2021-04-20 21:25:53 +00:00
wp
c1f7659285 TAChart/ChartEditorDemo: Move controls of LegendDlg to a new TChartLegendFrame unit.
git-svn-id: trunk@65033 -
2021-04-20 20:30:58 +00:00
martin
776651b5e3 FpDebug, test: DisAssembler testcase
git-svn-id: trunk@64990 -
2021-04-14 14:34:57 +00:00
michl
e7b765a763 DockedFormEditor: Refactoring: Move SourceEditor into SourcePageControl to reduce code overhead
git-svn-id: trunk@64946 -
2021-04-09 20:20:02 +00:00
michl
f42f58fea5 DockedFormEditor: Cleanup name space for better reading: Rename SourceEditorWindow to SourceWindow
git-svn-id: trunk@64944 -
2021-04-09 12:59:15 +00:00
michl
dd531abe78 DockedFormEditor: Create ResizeControl dynamically to be full DPI aware. Issue #38702
git-svn-id: trunk@64933 -
2021-04-06 20:54:52 +00:00
zeljko
a3a9c7213c Qt5: Implemented extend LCL TLazAccessibleObject accessibility functionality. patch by Dmitry Boyarintsev and David Jenkins. issue #38604
git-svn-id: trunk@64920 -
2021-04-04 10:41:06 +00:00
martin
dbd1e52b63 IDE, SynEdit: change default from syscolor (clBtnFace) to hardcoded light grey for gutter.
git-svn-id: trunk@64896 -
2021-03-31 19:37:03 +00:00
martin
f803f8f8c4 IDE, SynEdit: change default from syscolor (clBtnFace) to hardcoded light grey for gutter.
git-svn-id: trunk@64895 -
2021-03-30 21:53:23 +00:00
michl
3ef2b000df AnchorDocking: Revert revision 64798 #970b6b43d6, 64805 #9777df5da6 and 64806 as it is not clear for user and open a new clean window can be implemented otherwise
git-svn-id: trunk@64813 -
2021-03-15 00:08:14 +00:00
juha
63fc1a91aa IDE: Options page to specify type of project created on startup + other startup options. Issue #38105.
git-svn-id: trunk@64781 -
2021-03-10 19:53:06 +00:00
juha
207dee8890 IDE: Rename unit ProjectDescriptors to ProjectDescriptorTypes. Clashed with a global variable in ProjectIntf.
git-svn-id: trunk@64780 -
2021-03-10 19:53:03 +00:00
wp
e431045dac LCL/ShellTreeView: Add ShellCtrls to widgetsets. Widgetset-based solution for automatic shell icons in TShellTreeView (implemented for win32 only).
git-svn-id: trunk@64747 -
2021-03-05 15:14:19 +00:00
wp
f69e733322 IDE: Fix icon in registersdlg not being scaled. Issue #37975.
git-svn-id: trunk@64713 -
2021-03-01 15:46:02 +00:00
wp
0b71099783 Components: Add copyright notes to all folders to which Roland Hahn has contributed images.
git-svn-id: trunk@64663 -
2021-02-24 22:17:51 +00:00
juha
564ca97446 LazUtils: Move unit test project for Masks from LCL dir to LazUtils dir.
git-svn-id: trunk@64653 -
2021-02-23 14:06:34 +00:00
juha
6b75fab65e Jedi Code Format: Enable preprocessor parsing by default. Add config file also for future use. Issue #38498, patch from Domingo Galmés.
git-svn-id: trunk@64636 -
2021-02-21 08:35:25 +00:00
mattias
f5caaeec5c sqldblaz: added TMySQL80Connection
git-svn-id: trunk@64599 -
2021-02-17 13:16:27 +00:00
juha
26427d65ae Docs: Updates for LCL, LazUtils. LazControls. Issue #38490, patch from Don Siders.
git-svn-id: trunk@64594 -
2021-02-16 20:18:40 +00:00
wp
d01a19e924 LHelp: Replace icons by high-dpi versions drawn by Roland Hahn. Redesign "About" box to show application icon.
git-svn-id: trunk@64579 -
2021-02-14 17:21:39 +00:00
mattias
73dacac189 updated lpl
git-svn-id: trunk@64568 -
2021-02-13 13:01:48 +00:00
mattias
2cf64fa695 mouseandkeyinput: added makefiles
git-svn-id: trunk@64566 -
2021-02-13 13:00:58 +00:00
martin
5bbf925ec5 LazDebuggerFp: Split workerthreads into new unit for code running in the thread. (Easier to see which thread may access which objects)
git-svn-id: trunk@64534 -
2021-02-11 22:40:13 +00:00
maxim
4be18bbc53 DockedFormEditor: renamed translations directory from "language" to "languages" for consistency with other packages
git-svn-id: trunk@64532 -
2021-02-11 21:46:55 +00:00
juha
85c3cbf9ff LHelp: Remove an obsolete unit LNetHTTPDataProvider.
git-svn-id: trunk@64524 -
2021-02-11 09:10:23 +00:00
michl
7111498e87 GlobalLink for DockedFormEditor added
git-svn-id: trunk@64523 -
2021-02-11 07:38:08 +00:00
michl
85a5138eba Initial commit of DockedFormEditor
git-svn-id: trunk@64522 -
2021-02-11 00:06:45 +00:00
martin
45514d05ab DebuggerTests: add prebuild resources file
git-svn-id: trunk@64519 -
2021-02-10 18:16:36 +00:00
juha
0dc70a7fcf Wiki component: Delete obsolete unit myfphttpclient. Fix compiler in project settings.
git-svn-id: trunk@64516 -
2021-02-10 13:43:17 +00:00
ondrej
5bbc3f9c75 SynEdit: move TSynBeautifierPascal to a new unit SynBeautifierPascal to remove circular dependency on SynEdit
git-svn-id: trunk@64471 -
2021-02-05 11:40:36 +00:00
juha
d6aedf99e8 OPM: Use FPC_FULLVERSION for checking compiler version.
git-svn-id: trunk@64461 -
2021-02-05 11:28:01 +00:00