martin
|
ff698f9f85
|
LazDebuggerFp: Do not change the DebuggerState for QuickPause (if only breakpoints need to be set/removed)
git-svn-id: trunk@64238 -
|
2020-12-19 17:06:27 +00:00 |
|
martin
|
b0afde4a36
|
LazDebuggerFp: Do not request pause (for breakboint changes) when in "SendEvents" (paused, but no State set yet)
git-svn-id: trunk@64237 -
|
2020-12-19 17:06:25 +00:00 |
|
martin
|
dde3e06c5d
|
IDE, Project Session: Reduce unnecessary calls to UpdatePageIndex while loading session
git-svn-id: trunk@64236 -
|
2020-12-19 15:09:26 +00:00 |
|
martin
|
ecb9e69eac
|
IDE, Project Session: Ensure the session is not marked as changed while being loaded.
git-svn-id: trunk@64235 -
|
2020-12-19 15:09:24 +00:00 |
|
mattias
|
b7a2964a24
|
IDE: macos: added default shotcut for close file Meta+W
git-svn-id: trunk@64233 -
|
2020-12-19 14:13:53 +00:00 |
|
juha
|
97892a0c42
|
IDE: Prevent "Close all" button in Search in Files window hanging the IDE. Issue #38229, patch from BrunoK.
git-svn-id: trunk@64230 -
|
2020-12-18 22:00:45 +00:00 |
|
juha
|
537bc0346a
|
IDE: Map component palette SpeedButtons by comp class type (not name). Use a proper tree map instead of sorted list TFPGMap<>.
git-svn-id: trunk@64229 -
|
2020-12-18 21:02:22 +00:00 |
|
juha
|
283b70dbac
|
Cleanup, comments.
git-svn-id: trunk@64228 -
|
2020-12-18 21:02:19 +00:00 |
|
wp
|
2f347f2475
|
LCL/ComboBox: Avoid RecreateWnd in r63856 #afa0f73049. Issue #37670, patch by Jamie Philbrook.
git-svn-id: trunk@64227 -
|
2020-12-18 17:58:44 +00:00 |
|
wp
|
4618c04983
|
TAChart: Add method CopyToClipboard for any TRasterImage class.
git-svn-id: trunk@64226 -
|
2020-12-18 11:25:03 +00:00 |
|
juha
|
5cf724ae46
|
Designer: Give names for the side components of PairSplitter. Don't crash when deleting. Issue #38227.
git-svn-id: trunk@64225 -
|
2020-12-18 10:51:37 +00:00 |
|
juha
|
4c9264496d
|
LCL: Do not free the side components of PairSplitter. They are owned and will be freed later.
git-svn-id: trunk@64224 -
|
2020-12-18 10:51:36 +00:00 |
|
mattias
|
7f0dc5b547
|
IDE: external tools: free threads via main thread
git-svn-id: trunk@64223 -
|
2020-12-17 21:47:31 +00:00 |
|
mattias
|
c368eb441e
|
IDE: TExternalToolIDE.QueueAsyncAutoFree remove sync call on destroy
git-svn-id: trunk@64222 -
|
2020-12-17 18:12:11 +00:00 |
|
mattias
|
336ce15012
|
IDE: comments
git-svn-id: trunk@64221 -
|
2020-12-17 16:06:37 +00:00 |
|
mattias
|
66a905ae85
|
IDE: less verbose
git-svn-id: trunk@64220 -
|
2020-12-17 15:58:24 +00:00 |
|
mattias
|
be50b1d99c
|
IDE: start custom IDE when readonly IDE was started
git-svn-id: trunk@64219 -
|
2020-12-17 15:51:33 +00:00 |
|
mattias
|
9b526c0b04
|
IDE: set primary config path before checking IDE instances
git-svn-id: trunk@64218 -
|
2020-12-17 14:51:47 +00:00 |
|
mattias
|
0d8743d0ef
|
IDE: exttools: show env
git-svn-id: trunk@64217 -
|
2020-12-17 14:38:24 +00:00 |
|
mattias
|
0fa3320aa5
|
IDE: less hints
git-svn-id: trunk@64216 -
|
2020-12-17 13:48:16 +00:00 |
|
mattias
|
a448729659
|
IDE: optional packaged IDE starts custom IDE
git-svn-id: trunk@64215 -
|
2020-12-17 13:47:11 +00:00 |
|
mattias
|
767e73e456
|
IDE: optional packaged IDE starts custom IDE
git-svn-id: trunk@64214 -
|
2020-12-17 13:45:57 +00:00 |
|
juha
|
a9fe05f1eb
|
ExtTool: Restore one Enter-/LeaveCriticalSection. It is needed.
git-svn-id: trunk@64213 -
|
2020-12-16 22:23:16 +00:00 |
|
juha
|
d5099bfbd4
|
ExtTool: Use a hack Sleep(1) added in r64005 #ad65618c2b to Enter-/LeaveCriticalSection only for LazBuild. It caused bad slowdowns in the IDE.
git-svn-id: trunk@64212 -
|
2020-12-16 22:08:32 +00:00 |
|
wp
|
1c9c36d205
|
LCL/FileListbox: Update selected filename when ItemIndex is set
git-svn-id: trunk@64211 -
|
2020-12-16 21:17:52 +00:00 |
|
martin
|
569e49e3cb
|
TRefCountedObject, make thread safe
git-svn-id: trunk@64210 -
|
2020-12-16 14:44:11 +00:00 |
|
juha
|
ad741ce26d
|
Docs: Documentation updates for LCL and LazUtils. Issue #38217, patch from Don Siders.
git-svn-id: trunk@64209 -
|
2020-12-15 18:18:40 +00:00 |
|
juha
|
1ab96d8fd3
|
IDE: Update editor on idle after adding components to designer.
git-svn-id: trunk@64208 -
|
2020-12-15 18:18:38 +00:00 |
|
juha
|
907d1a29da
|
IDE: Don't set DisplayState:=dsSource in SrcNotebookEditorActived. Editor may not have focus.
git-svn-id: trunk@64207 -
|
2020-12-15 18:17:37 +00:00 |
|
juha
|
569174e007
|
LCL: Don't steal focus for TabControl when changing current page by code.
git-svn-id: trunk@64206 -
|
2020-12-15 18:17:36 +00:00 |
|
juha
|
24690ac403
|
IDE: Optimize TSourceNotebook.FindPageWithEditor a little.
git-svn-id: trunk@64205 -
|
2020-12-15 18:17:33 +00:00 |
|
wp
|
c3d9ff515c
|
LCL/Listview: Fix listview items not drawn bold in OnCustomDrawXXXX event if requested. Issue #25397, patch by jamie philbrook.
git-svn-id: trunk@64204 -
|
2020-12-15 10:11:02 +00:00 |
|
dmitry
|
83065724b3
|
cooca: using cocoa native texthints. only for macOS 10.10 and later. bug #38198
git-svn-id: trunk@64203 -
|
2020-12-15 06:57:35 +00:00 |
|
wp
|
d9b1507320
|
TurboPower_iPro: Call OnPaint from TIpHtmlInternalPanel instead of calling IpHtmlCustomPanel's inherited Paint. (issue #38204).
git-svn-id: trunk@64202 -
|
2020-12-13 21:12:10 +00:00 |
|
wp
|
29c601614e
|
TurboPower_iPro: Avoid unnecessary painting operations (issue #38204, patch by serbod). Make OnPaint event available.
git-svn-id: trunk@64201 -
|
2020-12-13 16:27:01 +00:00 |
|
juha
|
259fadaece
|
IDE: Update component palette after its configuration was changed by user.
git-svn-id: trunk@64200 -
|
2020-12-13 08:00:10 +00:00 |
|
juha
|
473e65ba01
|
IDE: Prevent an infinite loop when comparing files. Issue #38185, patch from Domingo Galmés.
git-svn-id: trunk@64199 -
|
2020-12-12 18:45:29 +00:00 |
|
juha
|
5d01307132
|
IDE: Optimize adding components to designer a little.
git-svn-id: trunk@64198 -
|
2020-12-12 12:56:39 +00:00 |
|
juha
|
6813e28eef
|
LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions.
git-svn-id: trunk@64197 -
|
2020-12-12 11:41:07 +00:00 |
|
juha
|
277bee311d
|
Rename event handlers in TabOrder dialog.
git-svn-id: trunk@64196 -
|
2020-12-12 11:41:01 +00:00 |
|
wp
|
aa8f480e17
|
LCL/Grids: Fix grids truncating cell height during editing if TitleFont.Size is smaller than Font.Size. Issue #38203).
git-svn-id: trunk@64195 -
|
2020-12-11 15:18:33 +00:00 |
|
juha
|
337b198136
|
Examples: Fix dir separator in testall.lpi.
git-svn-id: trunk@64194 -
|
2020-12-10 22:12:35 +00:00 |
|
juha
|
c3eb57a7fc
|
LCL-Qt5: Support Wayland, improve build with QT_NO_SESSIONMANAGER. Issue #38197, patch from Marius Maximus.
git-svn-id: trunk@64193 -
|
2020-12-10 22:12:33 +00:00 |
|
ondrej
|
fe15ff7582
|
TCustomLabel: fix CalculateSize Canvas Handle
git-svn-id: trunk@64192 -
|
2020-12-09 15:05:37 +00:00 |
|
ondrej
|
d7ef9f3f70
|
TCustomLabel: fix DoDrawText selecting Font for the Canvas
git-svn-id: trunk@64191 -
|
2020-12-09 15:04:26 +00:00 |
|
juha
|
453f156da7
|
IdeIntf: Restore property Comps in BaseComponentPalette. Was removed accidentally in r64182 #ce1d8c1014.
git-svn-id: trunk@64190 -
|
2020-12-09 14:51:19 +00:00 |
|
juha
|
f34f7f4c56
|
Cleanup.
git-svn-id: trunk@64189 -
|
2020-12-09 11:48:28 +00:00 |
|
juha
|
62849be37a
|
IDE: Get dependencies only for newly added component in PropHookPersistentAdded. Affects speed with densely populated forms.
git-svn-id: trunk@64188 -
|
2020-12-09 11:48:26 +00:00 |
|
juha
|
61ed7b3c3e
|
LCL-QT5: Disable a DebugLn giving output too often.
git-svn-id: trunk@64187 -
|
2020-12-09 11:48:25 +00:00 |
|
juha
|
3a7b29485d
|
IDE: Cleanup.
git-svn-id: trunk@64186 -
|
2020-12-08 22:08:05 +00:00 |
|