Commit Graph

59547 Commits

Author SHA1 Message Date
michael
524b0c28ed * Patch from Sven Barth to include lazdaemonapp unit to enable streaming (bug ID #37700)
git-svn-id: trunk@63865 -
2020-09-04 13:51:07 +00:00
michael
ca33492279 * Set clean dirs service doAllowStop option, patch from Sven Barth, bug ID #37699
git-svn-id: trunk@63864 -
2020-09-04 13:49:01 +00:00
martin
fb4e9603c0 FpDebug: Ensure the array for the worker-thread and the main-thread are each unique. Fix occasional search misses. / Small refactor
git-svn-id: trunk@63863 -
2020-09-03 16:32:29 +00:00
martin
1a08e0ba34 FpDebug: Fix Step-Into - sometimes would step before the end of statement. This happened if a nested call was single step, and a "ret" statement encountered. The "ret" (in the nested) was attributed to the outer code, wrongly indicating the command "stepped out".
git-svn-id: trunk@63862 -
2020-09-03 16:32:27 +00:00
martin
c5e7f1e250 lazcollections: TLazThreadedQueue refactor into threaded/none-threaded part
git-svn-id: trunk@63861 -
2020-09-03 08:21:02 +00:00
martin
144fb11c00 lazcollections: TLazThreadedQueue fix ShutDown
git-svn-id: trunk@63860 -
2020-09-03 08:21:00 +00:00
zoran
1f21de2207 DateTimePicker: code cleanup
git-svn-id: trunk@63859 -
2020-09-02 22:11:36 +00:00
zoran
c6843099e5 DateTimePicker - refactoring
git-svn-id: trunk@63858 -
2020-09-01 22:14:39 +00:00
wp
b4cc95fc28 LCL: Fix inability to resize the height of a TCombobox having style csSimple at designtime in order to show the item listbox. Issue #37679. Patch by mgr.inz.Player.
git-svn-id: trunk@63857 -
2020-09-01 13:41:11 +00:00
wp
afa0f73049 LCL: Fix unchangeable Combobox.DropDownCount when Style = csDropDownList. Issue #37670.
git-svn-id: trunk@63856 -
2020-09-01 10:35:55 +00:00
maxim
087020bee2 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #37667
git-svn-id: trunk@63855 -
2020-08-31 22:37:04 +00:00
maxim
063c664c39 JCF2: removed unused resource string
git-svn-id: trunk@63854 -
2020-08-31 22:22:53 +00:00
juha
ef45d65900 JediCodeFormat: Use Ctrl-D shortcut for selection and whole unit. Copy right amount of whitespace into selection. Cleanup. Issue #37652, patch from Domingo Galmés.
git-svn-id: trunk@63853 -
2020-08-31 19:35:01 +00:00
juha
e0b2abcbe7 JediCodeFormat: Clean out Delphi support from our fork. Delphi users get JCF from SourceForge.
git-svn-id: trunk@63852 -
2020-08-31 09:02:33 +00:00
juha
6d45177b97 JediCodeFormat: Improve formatting of selection on Unix systems.
git-svn-id: trunk@63851 -
2020-08-31 09:02:27 +00:00
juha
eff8a039ba JediCodeFormat: Add option to format only selected text. Issue #37652, patch from Domingo Galmés.
git-svn-id: trunk@63850 -
2020-08-31 07:10:22 +00:00
juha
080e21106f JediCodeFormat: Harmonize uses sections.
git-svn-id: trunk@63849 -
2020-08-31 07:10:19 +00:00
juha
55553eded7 LCL-GTK3: Fix ImageList icon paiting. Issue #37600, patch from Anton Kavalenka.
git-svn-id: trunk@63848 -
2020-08-30 20:47:02 +00:00
juha
55d0c7bc3a LCL: Raise TCustomForm.OnShow event always. Didn't happen on Windows in certain cases. Issue #37647.
git-svn-id: trunk@63847 -
2020-08-30 20:29:55 +00:00
jesus
e7f57c722d FreeType: Support for rotated text.
git-svn-id: trunk@63846 -
2020-08-30 01:39:21 +00:00
zoran
a04423bc0d DateTimePicker - Surround the hack for setting TextForNullDate to NULL with ifdef fpc_fullversion < 030200, as nodefault now works with string properties
git-svn-id: trunk@63845 -
2020-08-29 16:43:52 +00:00
juha
49a3adfab7 LCL-GTK3: Prevent a range error in function ButtonClicked.
git-svn-id: trunk@63844 -
2020-08-29 16:15:27 +00:00
juha
bce7246f36 LCL: Formatting, indent with the same style as other code in unit.
git-svn-id: trunk@63843 -
2020-08-29 14:40:19 +00:00
juha
475bc75d3e LCL: Improve TForm's bounds events. Issue #36127, patch from Joeny Ang.
git-svn-id: trunk@63842 -
2020-08-29 14:40:17 +00:00
juha
d8ac913e9f Docs: LCL documentation updates. Issue #37649, patch from Don Siders.
git-svn-id: trunk@63841 -
2020-08-29 14:40:15 +00:00
martin
75c2186b1d FpDebug: Detect incorrect path to unit, and omit path. Issue #0037657
git-svn-id: trunk@63840 -
2020-08-29 12:02:20 +00:00
martin
b2cb237d43 FpDebug: Compute full filenames only once
git-svn-id: trunk@63839 -
2020-08-29 12:02:18 +00:00
martin
c82e723e1a SynEdit: allow "Modified:=False" inside BeginUpdate
git-svn-id: trunk@63838 -
2020-08-26 22:24:11 +00:00
juha
3f80506401 LCL-GTK3: Make Screen.WorkArea work. Issue #36946, patch from Anton Kavalenka.
git-svn-id: trunk@63837 -
2020-08-26 19:33:47 +00:00
martin
8b307ca09c IDE, Debugger: fix crash in attach dialog
git-svn-id: trunk@63836 -
2020-08-26 19:15:03 +00:00
martin
cb9e09de9e FpDebug: Use available symbol from stack to create SearchScope
git-svn-id: trunk@63835 -
2020-08-26 19:15:02 +00:00
martin
c15f2179e9 FpDebug: WorkerQueue, protect with try finally
git-svn-id: trunk@63834 -
2020-08-26 19:15:00 +00:00
martin
b2b157269c lazcollections: TLazThreadedQueue fix Grow.
git-svn-id: trunk@63833 -
2020-08-26 19:14:58 +00:00
mattias
9e19eed0b3 codetools: added intrinsic GetTypeKind
git-svn-id: trunk@63832 -
2020-08-26 19:09:33 +00:00
wp
09ee5f1c56 LCL-Grids and VirtualTreeView: Move "FixDesignFontsPPI" for the basic components to "public". Declare as "override" for VTV.
git-svn-id: trunk@63831 -
2020-08-26 14:36:34 +00:00
wp
e0c036e091 VirtualTreeView: Fix LCL scaling of non-default fonts.
git-svn-id: trunk@63830 -
2020-08-26 07:43:32 +00:00
martin
d62e55102b FpDebug: use threads to scan units for symbol
git-svn-id: trunk@63829 -
2020-08-25 17:31:53 +00:00
martin
c9916553dd FpDebug: extend/rework TFpThreadWorkerQueue
git-svn-id: trunk@63828 -
2020-08-25 17:31:51 +00:00
martin
005fe7208d lazcollections: TLazThreadedQueue, allow subclasses to Lock/Unlock and access queue.
git-svn-id: trunk@63827 -
2020-08-25 17:31:49 +00:00
mattias
3c6130a277 IDE: mark session modified when cursor moved
git-svn-id: trunk@63826 -
2020-08-25 10:50:13 +00:00
juha
82747ce355 DebugServer: Store CleanLog in settings. Issue #37615, patch from BrunoK.
git-svn-id: trunk@63825 -
2020-08-25 08:50:50 +00:00
juha
eff8fb999c Docs: Documentation updates for LazControls package. Issue #37631, patch from Don Siders.
git-svn-id: trunk@63824 -
2020-08-25 08:47:31 +00:00
juha
b420c52946 LCL-GTK2 & GTK3: Repaint MenuItem when changing ImageIndex. Issue #37607, patch from Anton Kavalenka.
git-svn-id: trunk@63823 -
2020-08-25 08:31:30 +00:00
juha
7bfebf3d58 Docs: Documentation updates for LCL and LazUtils. Issue #37632, patch from Don Siders.
git-svn-id: trunk@63822 -
2020-08-24 17:29:33 +00:00
martin
d279fb5a4a FpDebug: Move "uses" (ensure register) of imagereader classes from controller to DbgInfo (not all apps use a controller)
git-svn-id: trunk@63821 -
2020-08-24 11:19:20 +00:00
pascal
e43ef2df62 FpDebug: fixed missing unit
git-svn-id: trunk@63820 -
2020-08-24 06:13:22 +00:00
martin
54e4b88848 FpDebug: remove circular unit references
git-svn-id: trunk@63819 -
2020-08-23 22:57:41 +00:00
dmitry
f0b7aadfd8 cocoa: proper detection of the dark theme. patch by Zoë Peterson. bug #37617
git-svn-id: trunk@63818 -
2020-08-23 22:44:35 +00:00
martin
f89f1c10b4 LazUtils: lazcollections, TLazThreadedQueue fix for 3.2.0
git-svn-id: trunk@63817 -
2020-08-23 20:38:07 +00:00
martin
b63067892d FpDebug: More use of name hashes
git-svn-id: trunk@63816 -
2020-08-23 12:52:32 +00:00