Commit Graph

60797 Commits

Author SHA1 Message Date
michl
53362c37c2 LCL: TLabel: Fixed ParentColor not working on run time. Issue #38976
git-svn-id: trunk@65189 -
2021-06-09 19:34:03 +00:00
maxim
d7c9b8c1e4 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #38974
git-svn-id: trunk@65188 -
2021-06-08 21:45:25 +00:00
martin
e94b71c589 FpDebug: Allow multiple threads to call TFpThreadWorkerItem.WaitForFinish
git-svn-id: trunk@65187 -
2021-06-08 20:58:38 +00:00
martin
93b69aefd6 FpDebug: Fix dangling refs in Watches/Locals.FreeNotification
git-svn-id: trunk@65186 -
2021-06-08 19:32:28 +00:00
martin
a3a0dd7e08 FpDebug: fix WITH_REFCOUNT_DEBUG for unitname.var
git-svn-id: trunk@65185 -
2021-06-08 19:32:26 +00:00
martin
83fc0859f9 FpDebug: Tests
git-svn-id: trunk@65184 -
2021-06-08 19:32:24 +00:00
martin
48701f5d93 FpDebug: Improve encapsulation
git-svn-id: trunk@65183 -
2021-06-08 19:32:22 +00:00
mattias
8396e2d0e0 lazutils: fixed ConvertUTF8ToUTF16 U+1FFFFF
git-svn-id: trunk@65182 -
2021-06-06 18:12:00 +00:00
mattias
63af733452 lazutils: fixed ConvertUTF8ToUTF16 U+1F600 and added tests
git-svn-id: trunk@65181 -
2021-06-06 17:50:54 +00:00
martin
2805487c5a SynEdit: WinIME (workaround), make sure the emoji candidate window is shown at the caret.
git-svn-id: trunk@65180 -
2021-06-06 12:53:10 +00:00
michl
78fc75a72a AnchorDocking: Fixed AV when old config is loaded. Issue #38960
git-svn-id: trunk@65179 -
2021-06-06 11:36:22 +00:00
martin
874e292825 SynEdit: WinIME, fix coordinates for candidates
git-svn-id: trunk@65178 -
2021-06-06 01:48:07 +00:00
martin
f57d444718 SynEdit: Win-IME, ifdef debugln
git-svn-id: trunk@65177 -
2021-06-05 22:33:57 +00:00
martin
67dbe4986f Gtk2: Add option to disable "KeyEventWasHandledByLCL" => allow checking if new Gt2-IM code can deal with this. Define WITH_GTK2_IM for IM / Define WITHOUT_GTK_DOUBLEKEYPRESS_CHECK to disable current check
git-svn-id: trunk@65176 -
2021-06-05 22:33:55 +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
0d724cb5bb New InputManager code for gtk2 / Experimental / Issue #38730 / Patch by Do-wan Kim
git-svn-id: trunk@65174 -
2021-06-05 22:29:27 +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
martin
3644f4a2e2 FpDebug: Fix race condition. FScope accesses FScopeList which is changed by thread (dyn array re-alloc by SetLength)
git-svn-id: trunk@65172 -
2021-06-04 01:11:22 +00:00
martin
51ac1efe7a FpDebug: change locking order. Avoid potential dead lock.
git-svn-id: trunk@65171 -
2021-06-04 01:11:20 +00:00
mattias
b0732509f7 IDE: fixed valgrind warning TExtToolView.Destroy, issue #38959
git-svn-id: trunk@65170 -
2021-06-03 19:13:35 +00:00
michl
8a96677e5d LCL: TListBox.ScrollWidth is used when defined by user. Resolves issue #19079
git-svn-id: trunk@65169 -
2021-06-03 18:40:17 +00:00
martin
561099dc46 FpDebug: Allow watches with unit prefix: unit1.MyValue
git-svn-id: trunk@65168 -
2021-06-03 16:42:41 +00:00
martin
a1b4044047 FpDebug: Fix mem-leak
git-svn-id: trunk@65167 -
2021-06-03 16:42:38 +00:00
mattias
43ae6df320 lazutils: ConvertUTF8ToUTF16 and UTF8CodepointToUnicode check $10FFFF
git-svn-id: trunk@65166 -
2021-06-02 08:44:47 +00:00
maxim
557b78a906 Docs: LCL buttons.xml updates. Patch by Don Siders, bug #38951.
git-svn-id: trunk@65165 -
2021-06-01 22:08:45 +00:00
maxim
f831216af6 LazUtils: UITypes unit is deprecated and all its types are aliased to System.UITypes, which is available in FPC 3.2.0 and up and also includes the "web colors", like Delphi does, bug #38937.
git-svn-id: trunk@65164 -
2021-06-01 22:01:49 +00:00
mattias
6de8b92783 lazutils: UTF8FixBroken: fixing out of range and endless loop, added tests
git-svn-id: trunk@65163 -
2021-06-01 22:01:18 +00:00
mattias
c887c889e3 lazutils: FindInvalidUTF8Codepoint: check if bigger U+10FFFF
git-svn-id: trunk@65162 -
2021-06-01 21:02:23 +00:00
martin
e828efa600 FpDebug: less compile hints
git-svn-id: trunk@65161 -
2021-06-01 13:55:10 +00:00
martin
0473f430ec FpDebug: Less compile warnings
git-svn-id: trunk@65160 -
2021-05-31 14:24:55 +00:00
martin
a822d5c8f7 Reduce duplicate code
git-svn-id: trunk@65159 -
2021-05-31 14:24:53 +00:00
zeljko
cfa20195b1 Qt: fixed using of plain text in dialogs.
git-svn-id: trunk@65158 -
2021-05-31 10:04:01 +00:00
maxim
8ebbe335cf IDE: improved caption, regenerated translations and updated Russian translation
git-svn-id: trunk@65157 -
2021-05-30 20:53:31 +00:00
martin
ba0a0bdf67 FpDebug: Improve callback for function calling
git-svn-id: trunk@65156 -
2021-05-30 20:27:26 +00:00
wp
7c856f001b LCL/Buttons: Publish DragCursor, DragKind and DragMode for TBitBtn and TSpeedButton. Addendum to issue #38891.
git-svn-id: trunk@65155 -
2021-05-30 19:42:44 +00:00
martin
574b3a8178 LazDebuggerFp, FpDebug: Modify watches/values in target
git-svn-id: trunk@65154 -
2021-05-30 19:01:08 +00:00
michl
37c8a252a1 IDE: Auto-create DataModule. Regression from revision 63005 #f5472e8233. Issue #38946
git-svn-id: trunk@65153 -
2021-05-30 11:59:48 +00:00
martin
a3bd018a86 Debugger, IDE: Watches, add "Allow function calls" option to IDE / Add "Auto set class from instance"
git-svn-id: trunk@65152 -
2021-05-29 22:51:13 +00:00
martin
ce0d1a0bc8 LazDebuggerFp, FpDebug: Beta, Allow function calls in watches
git-svn-id: trunk@65151 -
2021-05-29 22:51:09 +00:00
martin
4d4db524ac FpDebug: evaluate "pointer - pointer" return int (with pointermath)
git-svn-id: trunk@65150 -
2021-05-29 22:51:06 +00:00
martin
320fe8c8a8 LazDebuggerFp: reduce compilation hints (not inlined)
git-svn-id: trunk@65149 -
2021-05-29 22:51:03 +00:00
maxim
9c7950904d IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@65148 -
2021-05-28 21:39:54 +00:00
michl
8e67ea6c97 DockedFormEditor: Refresh AnchorDesigner for QT5
git-svn-id: trunk@65147 -
2021-05-28 20:10:17 +00:00
martin
c942b091f8 InspectDlg: add button "add watch"
git-svn-id: trunk@65146 -
2021-05-28 17:35:20 +00:00
martin
30d807f741 InspectDlg: add error page / make forward/backward mouse buttons work
git-svn-id: trunk@65145 -
2021-05-28 17:21:55 +00:00
martin
5191e4d8a2 FpDebug: Added some safety checks
git-svn-id: trunk@65144 -
2021-05-28 16:19:23 +00:00
juha
60e0bbd0c7 Docs: Fixes for LCL and LazUtils. Issue #38935, patch by Don Siders.
git-svn-id: trunk@65143 -
2021-05-28 11:48:58 +00:00
martin
4dc73247cb GdbmiDebugger: Add detection for our modified gdb build. So environment and cmd-line-param are sent in utf8.
git-svn-id: trunk@65142 -
2021-05-28 01:51:12 +00:00
jesus
752d4a3974 LazReport: Fix mem leak, patch by Bambang Pranoto, issue #0038927
git-svn-id: trunk@65140 -
2021-05-26 21:27:07 +00:00
michl
cded431fef ListView: Fixed SIGSEGV when switching to other WinControl when default editor is opened. Issue #38627
git-svn-id: trunk@65139 -
2021-05-26 20:17:44 +00:00