Commit Graph

60423 Commits

Author SHA1 Message Date
juha
e258c45f8c IDE: Increase DropDownCount of project types ComboBox in Startup options page.
git-svn-id: trunk@64808 -
2021-03-14 20:40:25 +00:00
michl
b73594affa AnchorDocking: Fixed size of close buttons very small on High DPI, patch from Sven Barth, issue #35806
git-svn-id: trunk@64807 -
2021-03-14 19:22:14 +00:00
michl
ccf0334712 AnchorDockingDsgn: Enable FreeWindowOnClose per default
git-svn-id: trunk@64806 -
2021-03-14 18:57:19 +00:00
michl
9777df5da6 AnchorDocking: Closing with caFree with PopupMenu added, missed part of revision 64798 #970b6b43d6, issue #38296
git-svn-id: trunk@64805 -
2021-03-14 13:43:49 +00:00
wp
6b6de2da43 TAChart: Add wordwrapping feature to chart title and footer.
git-svn-id: trunk@64804 -
2021-03-14 12:01:23 +00:00
wp
3289f2c7f1 TAChart: Register TStringMultiLinePropertyEditor for TAChartAxisTitle.Caption
git-svn-id: trunk@64803 -
2021-03-14 10:33:57 +00:00
juha
1d097a9a7d LCL-GTK3: Improve bitmap drawing etc. Issue #38567, patch from Anton Kavalenka.
git-svn-id: trunk@64802 -
2021-03-14 08:12:17 +00:00
juha
2b0050a648 Docs: Updates for LCL. Issue #38619, patch from Don Siders.
git-svn-id: trunk@64801 -
2021-03-14 08:12:15 +00:00
juha
f4cb483f2d IDE: Fix reading ancestor type TFrame for object in LFM when it is not a direct ancestor. Issue #38585, patch from Martok.
git-svn-id: trunk@64800 -
2021-03-14 07:41:46 +00:00
wp
2d5c00038e TAChart: Add wordwrapping feature to axis title.
git-svn-id: trunk@64799 -
2021-03-14 00:27:35 +00:00
michl
970b6b43d6 AnchorDocking: Allow caFree on closing, Fixed IDE with AnchorDockingDesgn cannot close cloned source editor, issue #38296
git-svn-id: trunk@64798 -
2021-03-13 22:38:35 +00:00
michl
fb27077eba IDE: Don't close a source editor window, when user abort it
git-svn-id: trunk@64797 -
2021-03-13 22:11:12 +00:00
michl
17e504a971 LCL: Win32: Fixed IDE crashes when ssAutoBoth is set for large Lines text. Issue #36192
git-svn-id: trunk@64796 -
2021-03-13 19:30:28 +00:00
juha
23c4243b52 IDE: Improve the Startup options page. Use ComboBox for project types. Issue #38105.
git-svn-id: trunk@64795 -
2021-03-13 13:48:09 +00:00
juha
4e2c94c4c9 IDE: Update DefineTemplates of all packages after switching a project.
git-svn-id: trunk@64794 -
2021-03-13 12:57:34 +00:00
juha
62a7390394 IDE: Update project DefineTemplates better when switching a project. Add DebugLn calls.
git-svn-id: trunk@64793 -
2021-03-13 10:01:27 +00:00
bart
d87e10f082 TMaskEdit: implement rangechecking when accessing FMask.
git-svn-id: trunk@64792 -
2021-03-12 17:59:02 +00:00
bart
427fdc1588 TMaskEdit: rename FCursorPos to FCharPos and make it 1-based instead of 0-based. No functional changes.
git-svn-id: trunk@64791 -
2021-03-12 17:36:13 +00:00
juha
d4abf907f2 IDE: Improve project->version info. Issue #32899, patch from Lutz Mändle.
git-svn-id: trunk@64790 -
2021-03-12 10:08:59 +00:00
juha
05b9887d74 LCL-GTK2 font handling (mainly affects ScaleBy). Issue #32917, patch from C Western.
git-svn-id: trunk@64789 -
2021-03-12 10:08:57 +00:00
juha
3d8db3b9fa LCL-GTK2: Revert value for psDot painting back to 4096. Issue #38599, patch from Joeny Ang.
git-svn-id: trunk@64788 -
2021-03-12 07:19:38 +00:00
maxim
ef20011132 IDE, Search Results dialog: removed useless 'Page' label
git-svn-id: trunk@64787 -
2021-03-11 22:55:35 +00:00
maxim
8575fc55ef IDE: improved wording of a caption in IDE Startup options frame, regenerated translations and updated Russian translation
git-svn-id: trunk@64786 -
2021-03-11 22:40:51 +00:00
juha
c050ef9fca GdbmiDebugger: Revert one StrLIComp optimization.
git-svn-id: trunk@64785 -
2021-03-11 20:26:46 +00:00
juha
1c2402a14a LCL: Revert some optimizations with TStringListUTF8Fast. It must not be used when locale based sort order is needed. Issue #38612.
git-svn-id: trunk@64784 -
2021-03-11 18:03:35 +00:00
juha
8677154fda IDE: Tie the FilterEdit in ComponentList to the right TreeView initially.
git-svn-id: trunk@64783 -
2021-03-11 09:17:26 +00:00
martin
0b328ad5de GdbmiDebugger: Fixed broken string compare optimization
git-svn-id: trunk@64782 -
2021-03-10 22:49:50 +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
martin
82c6e8b284 FpDebug: Change debugging flags on process creation. Allow debugged 32bit processes to launch 64bit sub-processes without the debugger interfering. Sub-processes are anyway currently not debugged. Issue #0038546
git-svn-id: trunk@64779 -
2021-03-10 18:38:39 +00:00
martin
13fc4dd5e2 Fix DPI scaling for synedit gutter marks in IDE options preview editor. Issue #37857
git-svn-id: trunk@64778 -
2021-03-10 18:35:39 +00:00
michl
ce01c83e72 LCL: Win32: Less hints
git-svn-id: trunk@64777 -
2021-03-10 17:27:41 +00:00
michl
e839e70441 LCL: Win32 less hints and removed invalid character
git-svn-id: trunk@64776 -
2021-03-10 17:15:06 +00:00
juha
5106c16eef IDE: Scale the select button's icon in ComponentList. Issue #37887.
git-svn-id: trunk@64775 -
2021-03-10 08:56:20 +00:00
bart
7c5af88d6b TMaskEdit: properly initialize ValidationErrorMode.
git-svn-id: trunk@64774 -
2021-03-09 18:13:20 +00:00
bart
92ed0fa61f TMaskEdit: implement an experimental (and Delphi incompatible) way of handling validation errors using an event instead of an exception.
git-svn-id: trunk@64773 -
2021-03-09 18:08:48 +00:00
bart
d9085591b7 TMaskEdit: fix setting text when mask contains Date- or HourSeparator. Issue #0038606.
git-svn-id: trunk@64772 -
2021-03-09 17:08:30 +00:00
juha
14636b8c38 Docs: Documentation updates for LazUtils and LCL, especially ComCtrls. Issue #38597, patch from Don Siders.
git-svn-id: trunk@64771 -
2021-03-09 14:06:40 +00:00
juha
2f12a0e5c0 LCL-GTK2: Improve rendering Dash/Dot Pen Styles for widths > 1. Issue #38599, patch from Joeny Ang.
git-svn-id: trunk@64770 -
2021-03-09 09:11:16 +00:00
juha
41c2e02039 IDE: Guess ancestor type TFrame using heuristics. Issue #38585.
git-svn-id: trunk@64769 -
2021-03-09 09:11:14 +00:00
juha
bddeba7ebf LCL: Remove FUseCompareBookmarks hack from TBookmarkList.CheckActive. Issue #34834.
git-svn-id: trunk@64768 -
2021-03-08 08:15:52 +00:00
bart
e28c9c1e26 TMaskEdit: fix off by 1 error in DeleteChars.
git-svn-id: trunk@64767 -
2021-03-07 21:17:13 +00:00
mattias
0502efa986 IDE: fixed repair lfm, finding defineproperties
git-svn-id: trunk@64766 -
2021-03-07 19:41:04 +00:00
mattias
4fda9bfdb6 IDE: fixed crash on load lfm error
git-svn-id: trunk@64765 -
2021-03-07 16:13:02 +00:00
wp
2c9ec4c1ed LCL/ShellCtrls: Display default shell icons in TShellListView. Issue #18247.
git-svn-id: trunk@64764 -
2021-03-07 14:39:17 +00:00
juha
bda23a6856 IDE: Fix reading ancestor type TFrame for object in LFM when it is not a direct ancestor. Issue #38585.
git-svn-id: trunk@64763 -
2021-03-07 13:24:52 +00:00
juha
2fa9987008 IDE, Codetools: Simplify LoadAncestorDependencyHidden. Use "out" parameter when appropriate.
git-svn-id: trunk@64762 -
2021-03-07 13:24:51 +00:00
mattias
4ec7483328 codetools: updated controller types, issue #38596
git-svn-id: trunk@64761 -
2021-03-07 11:39:46 +00:00
michl
47a75ed8b8 DockedFormEditor: Debug texts added
git-svn-id: trunk@64760 -
2021-03-06 21:03:11 +00:00
mattias
66352de6ae IDE: fixed loading project dependencies with min/maxversion, issue #38587
git-svn-id: trunk@64759 -
2021-03-06 20:58:19 +00:00