Commit Graph

60523 Commits

Author SHA1 Message Date
mattias
14676d7a8e IDE: less verbosity
git-svn-id: trunk@64912 -
2021-04-03 12:06:26 +00:00
wp
691f8578fc TAChart: Clearer code in TAChartExtentLink
git-svn-id: trunk@64911 -
2021-04-03 12:03:31 +00:00
mattias
6ad65c8d94 IDE: default position of object inspector: consider docked controls in MainIDEBar
git-svn-id: trunk@64910 -
2021-04-03 11:57:07 +00:00
wp
b2fec33aad TAChart: Fix TAChartExtentLink ignoring the size of the axis title.
git-svn-id: trunk@64909 -
2021-04-03 11:40:55 +00:00
mattias
8c91f78ac6 anchordocking: layout
git-svn-id: trunk@64908 -
2021-04-03 11:04:30 +00:00
bart
f217ea7fc4 MaskEdit: coding style and indentation. No functional changes.
git-svn-id: trunk@64907 -
2021-04-03 10:18:37 +00:00
bart
47a0ef2d84 MaskEdit: simplify ClearChar()
git-svn-id: trunk@64906 -
2021-04-03 10:08:54 +00:00
bart
3236750d4e MaskEdit: refactor SetEditMask.
git-svn-id: trunk@64905 -
2021-04-03 10:02:36 +00:00
bart
c3c7456d6f MaskEdit: if an exception is raised inside SetEditMask, make the control UnMasked (otherwise havoc will occur).
git-svn-id: trunk@64904 -
2021-04-02 21:52:01 +00:00
bart
9124789bc5 MaskEdit: new exception type for errors in EditMask.
git-svn-id: trunk@64903 -
2021-04-02 21:34:20 +00:00
bart
bf15a643ab MaskEdit: add some comments about sets in the EditMask.
git-svn-id: trunk@64902 -
2021-04-02 21:08:38 +00:00
bart
1402472897 LCL: start implemention sets in TMaskEdit. Experimental and disabled by default. Delphi does not support this.
Implementation may change in the future.

git-svn-id: trunk@64901 -
2021-04-02 20:55:07 +00:00
michl
7afc1df1e9 IDE: Remove OnIdle-handler of CodeBrowser when searching is finished
git-svn-id: trunk@64900 -
2021-04-02 19:10:56 +00:00
mattias
74b6997d63 ide: on app activate: invalidate file state cache immediately
git-svn-id: trunk@64899 -
2021-04-02 17:26:11 +00:00
mattias
165e812983 IDE: search results view: fixed close while docked
git-svn-id: trunk@64898 -
2021-04-02 13:25:25 +00:00
juha
047a6801cc Docs: Updates for LCL. Issue #38696, patch from Don Siders.
git-svn-id: trunk@64897 -
2021-04-02 09:57:29 +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
maxim
db10027e7d IDE: make sure to always load form resources when resaving forms with i18n, bug #38640
git-svn-id: trunk@64891 -
2021-03-29 22:24:02 +00:00
bart
ce7e9909e5 LCL: fix OpenDocument on Mac for folders. Issue #0038670. Patch by Trevor Roydhouse.
git-svn-id: trunk@64890 -
2021-03-29 15:46:18 +00:00
mattias
be1d17f306 lcl: gtk2: fixed freeing TLCLHandledKeyEvent while processing keys
git-svn-id: trunk@64889 -
2021-03-29 12:14:55 +00:00
martin
176d2080c3 LazDebuggerFp: fixed race conditions / Cache variables must only be used for calls by main-thread.
git-svn-id: trunk@64888 -
2021-03-28 20:26:25 +00:00
martin
e75dd9a3a6 FpDebug: fix compilation with -dWITH_REFCOUNT_DEBUG
git-svn-id: trunk@64887 -
2021-03-28 20:26:23 +00:00
martin
57e759e6ee GdbmiDebugger: publish new config properties
git-svn-id: trunk@64886 -
2021-03-28 20:26:21 +00:00
martin
f2db095c73 Debugger: fix missing inherited call / for TRefCountedObject
git-svn-id: trunk@64885 -
2021-03-28 20:26:19 +00:00
martin
4b10871614 GdbmiDebugger: fix missing inherited call / for TRefCountedObject
git-svn-id: trunk@64884 -
2021-03-28 20:26:17 +00:00
martin
a6b862f417 LazLogger: fix missing inherited call / for TRefCountedObject
git-svn-id: trunk@64883 -
2021-03-28 20:26:15 +00:00
michl
cafbad9bab LCL: TFrame, TGroupBox: Set ParentBackGround to False if color is changed and visa versa as requested in German LazarusForum from wp. Related to 64871, 64872
git-svn-id: trunk@64882 -
2021-03-28 19:32:11 +00:00
juha
8a0e6f91ee LCL-GTK3: Move ScreenToClient from winapi to TGtk3Widget. Improve setting FullScreen during creation. Issues #38669 and #38672.
git-svn-id: trunk@64881 -
2021-03-28 19:13:45 +00:00
martin
b7ca687f37 Debugger, GDBMI: Fix uninitialized result
git-svn-id: trunk@64880 -
2021-03-28 13:18:05 +00:00
juha
4c1f609650 LCL-GTK3: Allow maximizing main form during OnCreate. Issue #38669, patch from Anton Kavalenka.
git-svn-id: trunk@64879 -
2021-03-28 09:02:41 +00:00
juha
b13c6706db Docs: Updates for LCL and LazUtils. Issue #38671, patch from Don Siders.
git-svn-id: trunk@64878 -
2021-03-28 08:50:36 +00:00
martin
8c6c10dd8b DebuggerGdbmi: Deal with cygwin path
git-svn-id: trunk@64877 -
2021-03-27 23:50:46 +00:00
martin
1b907520c7 Test Debugger, GDBMI: ArgC/Env Utf8 handling for cygwin builds
git-svn-id: trunk@64876 -
2021-03-27 23:50:44 +00:00
martin
d515edebc4 Debugger, GDBMI: ArgC/Env/ExeName Utf8 handling for cygwin builds
git-svn-id: trunk@64875 -
2021-03-27 23:50:41 +00:00
juha
6fb06881e3 LCL-GTK3: Fix popUp menu position with component Click. Issue #38647, patch from Anton Kavalenka.
git-svn-id: trunk@64874 -
2021-03-27 18:36:34 +00:00
michl
23f7f0a5ad LCL: Win32: Fixed wrong type cast
git-svn-id: trunk@64873 -
2021-03-27 13:17:56 +00:00
michl
6ffcd2744c LCL: Win32: Fixed Frame.Color not change the color of frame. Issue #35229
git-svn-id: trunk@64872 -
2021-03-27 12:22:17 +00:00
ondrej
28e5806a74 LCL: groupbox: use csOpaque style if the groupbox shouldn't be transparent, publish ParentBackground
git-svn-id: trunk@64871 -
2021-03-26 09:17:12 +00:00
juha
6be311758d IDE: Ask about auto-creating form after adding a unit.
git-svn-id: trunk@64870 -
2021-03-25 09:59:38 +00:00
juha
566adc9a29 IDE: Make added units available for auto-create forms. Move function UpdateUnitInfoResourceBaseClass to avoid circular ref. Issue #38634.
git-svn-id: trunk@64869 -
2021-03-25 06:35:38 +00:00
juha
c82249be2a IDE: Cleanup TMainIDE.ProjInspectorAddUnitToProject.
git-svn-id: trunk@64868 -
2021-03-25 06:35:36 +00:00
balazs
4f0c4c7dea Packager: Colors for Local/Online packages are not visible in dark theme.
git-svn-id: trunk@64867 -
2021-03-24 20:10:27 +00:00
zeljko
09c43715cf Qt5: fixed bug with wrong mouse offset inside TGroupBox. issue #38659
git-svn-id: trunk@64866 -
2021-03-24 18:10:54 +00:00
bart
e86f37adb5 MaskEdit: use Default intrinsic instead of FillChar.
git-svn-id: trunk@64865 -
2021-03-23 18:24:26 +00:00
bart
5d98b3c2f6 MaskEdit: rename a private methods and it's associated field, since the old names might be confusing after r64863 #2a08f9594b.
git-svn-id: trunk@64864 -
2021-03-23 17:40:33 +00:00
bart
2a08f9594b MaskEdit: Use GetMask() to read FMask[]. Simplifies sanity checks.
git-svn-id: trunk@64863 -
2021-03-23 17:34:05 +00:00
juha
705681f4d5 IDE: Add MinHeight and MinWidth constraints to Code Browser window. Issue #38646.
git-svn-id: trunk@64862 -
2021-03-23 09:46:07 +00:00
maxim
783b62526f IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@64861 -
2021-03-22 21:47:31 +00:00
bart
f1d1a12c70 MaskEdit: implement (a more flexible) DbgS overload for TMaskedType (for internal use only).
git-svn-id: trunk@64860 -
2021-03-22 20:55:53 +00:00