Commit Graph

21911 Commits

Author SHA1 Message Date
bart
f7cf091f71 TValueListEditor: disallow having an equal sign ('=') in the Keys column. See https://forum.lazarus.freepascal.org/index.php?topic=51977.0;topicseen
git-svn-id: trunk@64089 -
2020-10-30 08:55:51 +00:00
mattias
f3603ca4db lcl: less warnings
git-svn-id: trunk@64087 -
2020-10-29 22:31:29 +00:00
juha
4321fbf6e5 LazUtils: move procedure ReplaceSubstring from LazUTF8 to LazStringUtils.
git-svn-id: trunk@64081 -
2020-10-29 15:45:34 +00:00
juha
93df80a1da LCL: Enable building Darwin for PPC and PPC64. Issue #37987, patch from Alfred.
git-svn-id: trunk@64077 -
2020-10-25 17:20:42 +00:00
juha
3b84caaf97 LCL: Initialize Printer.PageNumber to 0. Issue #37682.
git-svn-id: trunk@64072 -
2020-10-25 08:22:45 +00:00
juha
dc642ae69d LCL-GTK3: Redesign Hint window support. Issue #37351, patch from Anton Kavalenka.
git-svn-id: trunk@64067 -
2020-10-24 12:29:35 +00:00
mattias
4fd716a864 lcl gtk2: SetWindowRgn realize widget, issue #30385
git-svn-id: trunk@64054 -
2020-10-22 18:31:14 +00:00
mattias
3e797e6d64 lcl gtk2: fixed GetControlWindow
git-svn-id: trunk@64050 -
2020-10-22 14:48:28 +00:00
juha
04a1dda99d Printers: Fix spelling in printers.pas and printer4lazarus pacakage. Issue #37941, patch from Don Siders.
git-svn-id: trunk@64039 -
2020-10-17 16:42:16 +00:00
juha
006d6e0dcf LCL: In TOpenDialog.DoExecute replace testing DereferenceLinks with an assertion.
git-svn-id: trunk@64037 -
2020-10-17 16:19:13 +00:00
ondrej
2ea6e5d966 LCL: handle exceptions in OnTimer for all widgetsets
git-svn-id: trunk@64035 -
2020-10-17 06:29:13 +00:00
ondrej
0baccd7032 Revert r64033 #6b261ef9c4: win32: handle exceptions in OnTimer
git-svn-id: trunk@64034 -
2020-10-17 06:21:47 +00:00
ondrej
6b261ef9c4 win32: handle exceptions in OnTimer
git-svn-id: trunk@64033 -
2020-10-17 05:57:32 +00:00
juha
610353511b LCL-GTK3: Housekeeping with minor fixes. Rename TGtk3DeviceContext Widget to pcr (pointer to Cairo). Issue #37933, patch from Anton Kavalenka.
git-svn-id: trunk@64031 -
2020-10-16 20:10:32 +00:00
juha
32439437d4 LCL-GTK2: Prevent "critical" messages generated by TabControl Tabs. Issue #37924, patch from Anton Kavalenka.
git-svn-id: trunk@64003 -
2020-10-14 18:16:13 +00:00
dmitry
30e70e5c24 cocoa: accelerator keys (as UI feature) are not supported bugs #37721 and #37719
git-svn-id: trunk@63961 -
2020-10-05 16:22:40 +00:00
dmitry
ff637c1fd4 lcl: adding LCL compatibility option to define system without accelerators (macOS). For system not supporting accelerator, DialogChar() methods of TControl will not be called (by LCL). See bug #37721 and #37719
git-svn-id: trunk@63960 -
2020-10-05 16:21:30 +00:00
juha
935b33a771 LCL-GTK3: Implement ApplicationProperties.OnActivate/OnDeactivate. Issue #37867, patch from Anton Kavalenka.
git-svn-id: trunk@63957 -
2020-10-04 19:12:11 +00:00
juha
5d144b780e LCL-GTK3: Improve handling of ascii chars, improve code readability. Issue #37826, patch from Anton Kavalenka.
git-svn-id: trunk@63948 -
2020-10-03 09:30:59 +00:00
zeljko
35ba577ed4 LCL: fixed Alt+TAB When TCheckComboBox is dropped down. Patch by Serge Anvarov. Issue #37839
git-svn-id: trunk@63941 -
2020-09-30 07:58:34 +00:00
bart
48bcee6f50 EditButton: publish OnContextPopup. Patch by Reinhard Kalinke. Issue #0037832.
git-svn-id: trunk@63935 -
2020-09-28 20:03:35 +00:00
bart
fb7a943fef EditButton: implement OnContextPopup.
git-svn-id: trunk@63934 -
2020-09-28 19:58:25 +00:00
jesus
95f3ddc9cd LCL: Printers support for custom size papers for Windows and Linux.
git-svn-id: trunk@63930 -
2020-09-28 01:08:23 +00:00
juha
e2ee2d39ed LCL-Win32: Don't move a calling form with OldStyleDialog dialogs. Issue #37821, patch from Jamie Philbrook.
git-svn-id: trunk@63929 -
2020-09-27 22:14:53 +00:00
juha
eda286fd37 LCL-GTK3: Do not HTML encode text in MessageBox. Issue #37804, patch from Anton Kavalenka.
git-svn-id: trunk@63928 -
2020-09-27 16:32:48 +00:00
juha
0172124a42 LCL-GTK2: Do not HTML encode text in MessageBox. Issue #37803, patch from Anton Kavalenka.
git-svn-id: trunk@63927 -
2020-09-27 16:32:46 +00:00
juha
317b7088a4 LCL: Fix ofAutoPreview of TOpenPictureDialog. Issue #37820, patch from Anton Kavalenka.
git-svn-id: trunk@63926 -
2020-09-27 14:48:12 +00:00
juha
5779a01102 CustomDrawn: Fix compilation of CustomDrawn X11. Issue #37813, patch from Sven Barth.
git-svn-id: trunk@63924 -
2020-09-26 09:32:24 +00:00
juha
36dd059fc3 LCL-GTK3: Fix calling button handler. Issue #37804, patch from Anton Kavalenka.
git-svn-id: trunk@63919 -
2020-09-24 09:07:03 +00:00
zeljko
5d132a7330 Qt,Qt5: fixed html text escaping - message boxes should be plain text. issue #37805
git-svn-id: trunk@63918 -
2020-09-24 08:46:27 +00:00
juha
86323528a8 LCL-GTK3: Implement TextHint for TCustomEdit. Issue #37802, patch from Anton Kavalenka.
git-svn-id: trunk@63911 -
2020-09-23 19:19:26 +00:00
juha
440fd1ab17 LCL-GTK2: Implement TCustomEdit.NumbersOnly. Issue #37277, patch from Joeny Ang.
git-svn-id: trunk@63910 -
2020-09-23 19:19:24 +00:00
ondrej
2031a4a842 LCL: restore TCustomEdit.GetTextHint deleted in r63730 #32e975d46c
git-svn-id: trunk@63907 -
2020-09-23 04:58:05 +00:00
zeljko
394d08328e Qt,Qt5: reverted r63904 and r63905 #bd61f8f5cb because of total menu mess. issue #37608
git-svn-id: trunk@63906 -
2020-09-21 13:05:58 +00:00
zeljko
bd61f8f5cb Qt: fixed image changing via imageindex. issue #37608
git-svn-id: trunk@63905 -
2020-09-21 12:35:11 +00:00
zeljko
d8103f82a4 Qt5: fix for invalid menuitem imageindex - happens when changing imageindex during runtime. issue #37608
git-svn-id: trunk@63904 -
2020-09-21 12:31:17 +00:00
wp
39f9890864 LCL/Combobox: Fix hehavior when ESC or ENTER are pressed in dropped-down state. Issue #37674. Patch by jamie philbrook.
git-svn-id: trunk@63903 -
2020-09-21 12:10:31 +00:00
juha
6c19136b97 LCL-GTK2: Initialize a record in LCLIntfCellRenderer_CellDataFunc. Prevents a crash. Issue #37781, patch from Cyrax.
git-svn-id: trunk@63902 -
2020-09-21 08:35:49 +00:00
wp
90afc72ac7 LCL: Fix TRadiogroup firing OnEnter/OnExit events when its ItemIndex changes. New events OnItemEnter/OnItemExit. Issue #37768.
git-svn-id: trunk@63898 -
2020-09-20 17:06:17 +00:00
juha
a3272084cf LCL-GTK2: Improve setting a shaped form. Issue #30385, patch from Anton Kavalenka.
git-svn-id: trunk@63897 -
2020-09-20 09:56:39 +00:00
juha
2e27713e66 LCL-GTK3: Improve menu position and RadioItems. Issue #37740, patch from Anton Kavalenka.
git-svn-id: trunk@63896 -
2020-09-20 09:56:38 +00:00
juha
54661a2a36 LCL: Fix changing TForm's bounds and WindowState etc. Issue #36127, patch from Joeny Ang.
git-svn-id: trunk@63888 -
2020-09-18 09:33:43 +00:00
juha
09aece8f24 Revert r63842 #475bc75d3e because of a regression. Issue #37732.
git-svn-id: trunk@63882 -
2020-09-11 18:01:55 +00:00
juha
2f35763ff4 LCL-GTK3: Implement Button.OnClick handler. Fix Tab behavior. Issue #37718, patch from Anton Kavalenka.
git-svn-id: trunk@63874 -
2020-09-08 14:37:01 +00:00
dmitry
6910915e33 cocoa: avoid using LayoutManager while measuring text for a better performance.
git-svn-id: trunk@63871 -
2020-09-07 04:03:49 +00:00
dmitry
c8f3c6f723 cocoa: replacing the setting of nil color to controlTextColor to prevent crashes on MacOSX 10.6
git-svn-id: trunk@63870 -
2020-09-07 00:14:53 +00:00
dmitry
796f05d611 cocoa: fix compilation for fpc 3.0.4
git-svn-id: trunk@63868 -
2020-09-05 19:12:43 +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
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
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
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
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
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
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
dmitry
babee456cf cocoa: update handling of key event characters for non-latin based layouts
git-svn-id: trunk@63814 -
2020-08-23 02:22:13 +00:00
juha
52b4b42968 IDE, LCL: Fix the search results scrollbar issue in a generic way in TreeView. Issue #37582, patch from BrunoK.
git-svn-id: trunk@63797 -
2020-08-20 08:10:52 +00:00
pascal
e9f700554a fixed missing brackets
git-svn-id: trunk@63789 -
2020-08-19 08:19:13 +00:00
juha
125e794a87 Remove useless test for X <> Nil when using "is" operator.
git-svn-id: trunk@63779 -
2020-08-18 17:35:21 +00:00
wp
7924956a5a LCL: Add procedure for high-quality image scaling, by Roland Hahn
git-svn-id: trunk@63766 -
2020-08-17 21:41:42 +00:00
joost
3547e13299 fpmake: regenerated
git-svn-id: trunk@63765 -
2020-08-17 19:40:29 +00:00
juha
3fa7867154 LCL-Win32: Support TComboBox.TextHint also in older versions of Windows. Issue #30682, patch from Serge Anvarov.
git-svn-id: trunk@63745 -
2020-08-15 10:25:55 +00:00
juha
b8d20c837f LCL: Formatting of TCustomMemo code. Remove useless setters.
git-svn-id: trunk@63744 -
2020-08-15 09:10:06 +00:00
juha
298d6ab8fb LCL-GTK3: Remove duplicate procedure FreeStrings. Already in generic WS code.
git-svn-id: trunk@63743 -
2020-08-15 09:10:05 +00:00
juha
52a2cdbb1b LCL-Win32: Implement native Combobox.TextHint support for Windows.
git-svn-id: trunk@63735 -
2020-08-14 14:35:53 +00:00
juha
dc8ca7a17f LCL: Restore type TEmulatedTextHintStatus. The state thsChanging was needed after all.
git-svn-id: trunk@63734 -
2020-08-13 17:34:01 +00:00
juha
728e2b9639 LCL: Move function CreateEmulatedTextHintFont to unit StdCtrls as a global function.
git-svn-id: trunk@63733 -
2020-08-13 17:33:59 +00:00
juha
c5dd93a0e4 LCL-GTK2: Apply DisplaySettings properties of TCalendar also during runtime. Issue #37450, patch from Cyrax.
git-svn-id: trunk@63732 -
2020-08-13 15:32:45 +00:00
juha
0011948d52 LCL: Implement TextHint for TComboBox. Issue #30682.
git-svn-id: trunk@63731 -
2020-08-13 11:23:38 +00:00
juha
32e975d46c LCL: Formatting for TCustomEdit code. Remove useless comments.
git-svn-id: trunk@63730 -
2020-08-13 11:23:36 +00:00
juha
953b2ef2b1 LCL: Move function CreateEmulatedTextHintFont to TWinControl for future. Replace emulated hint status with a boolean.
git-svn-id: trunk@63729 -
2020-08-13 11:23:33 +00:00
wp
0ba97f3388 LCL/EditBtn: Fix detection of incorrect center date string element by ParseDate(). https://forum.lazarus.freepascal.org/index.php/topic,51008.msg373806/
git-svn-id: trunk@63728 -
2020-08-13 08:20:57 +00:00
juha
5b171a067d LCL: Fix adding lines to Memo. Disable emulated TextHint for TMemo. Issue #37553.
git-svn-id: trunk@63726 -
2020-08-12 09:29:20 +00:00
juha
06d242ff81 LCL: Simplify code for emulated TEdit.TextHint.
git-svn-id: trunk@63725 -
2020-08-11 22:57:17 +00:00
juha
933a4c9f98 LCL-Qt5/Qt4: Show correct icon in MessageBox. Issue #37270, patch from CudaText man.
git-svn-id: trunk@63724 -
2020-08-11 22:57:14 +00:00
martin
a5841ef7d9 LCL: TWSClassesList.Search, improve search
git-svn-id: trunk@63719 -
2020-08-11 17:17:53 +00:00
juha
496414be63 LCL: Update emulated TEdit.TextHint correctly. Issue #37506.
git-svn-id: trunk@63718 -
2020-08-11 15:13:53 +00:00
dmitry
e66fb29c19 cocoa: reverting unintended change in cocoa_exta for NSTextInputClientProtocol
git-svn-id: trunk@63711 -
2020-08-10 01:41:16 +00:00
dmitry
d459164217 cocoa: update the use of textinputclient to be compatible with fpc3.0.4 headers
git-svn-id: trunk@63710 -
2020-08-10 01:40:07 +00:00
martin
53e492ccd2 LCL: Fix result of TWSClassesList.Search Issue #37360 Note 0124690 Patch by BrunoK
git-svn-id: trunk@63707 -
2020-08-09 13:56:39 +00:00
juha
acc57c654f LCL-GTK2: Remove debug output from TGtk2WidgetSet.PeekMessage(). Issue #37521.
git-svn-id: trunk@63704 -
2020-08-09 06:16:08 +00:00
dmitry
e698ec471b cocoa: adding a dummy NSTextInputClient protocol implementation. The implementation allows to receive a text from emoji dialog introduced with macOS 10.14. bug #37497
git-svn-id: trunk@63703 -
2020-08-09 04:35:08 +00:00
dmitry
f6796707ef cocoa: re-applying current pen and brush, after clearing clipping. bug #37520
git-svn-id: trunk@63702 -
2020-08-09 04:04:21 +00:00
dmitry
62196c0992 cocoa: respecting bundle info.plist setting to create the proper applicaiton instance
git-svn-id: trunk@63693 -
2020-08-06 04:06:42 +00:00
juha
909fb619f4 LCL: Reset TBitBtn.Caption when DefaultCaption=True. Issue #37472, patch from Joeny Ang.
git-svn-id: trunk@63692 -
2020-08-04 20:10:17 +00:00
martin
c1d49b5369 LCL: NewInstance, search for WsClass, always call RegisterNewWSComp(Self). Issue #37360 Note 0124494
git-svn-id: trunk@63689 -
2020-08-04 11:20:05 +00:00
martin
dff5dd0577 LCL: Simplify NewInstance, search for WsClass. Issue #37360 Note 0124494
git-svn-id: trunk@63688 -
2020-08-04 11:20:03 +00:00
martin
17af06e4e4 More WSRegister changes by BrunoK. Issue #37360
git-svn-id: trunk@63687 -
2020-08-04 11:20:02 +00:00
dmitry
c357dd3692 cocoa: using system menu, if such menu is provided (by cocoa) and LCL doesn't have its own menu assigned. bug #37446
git-svn-id: trunk@63685 -
2020-08-03 23:41:03 +00:00
dmitry
a693e55128 cocoa: prevent a mouse event from double handling the same mouse event twice. bug #36621. Allow text field to handle mouseUp separately, is the field is not selectable
git-svn-id: trunk@63673 -
2020-08-02 05:53:33 +00:00
wp
0c285d6eb9 LCL/ButtonPanel: Fix showing/hiding of button glyphs. Issue #37455, patch by Joeny Ang.
git-svn-id: trunk@63672 -
2020-07-31 20:01:35 +00:00
juha
8abfe4423f LCL: Refactor RegisterWSComponent parameter ANewRegistration into a procedure RegisterNewWSComp.
git-svn-id: trunk@63671 -
2020-07-29 18:28:57 +00:00
juha
d8c4121c4f LCL: Refactoring, move nested function GetNode out and rename as GetPClassNode.
git-svn-id: trunk@63670 -
2020-07-29 18:28:56 +00:00
juha
f57a7803db LCL-GTK2: Remove an extra private registration for TCustomEdit.
git-svn-id: trunk@63669 -
2020-07-29 18:28:55 +00:00
juha
bfe9847b24 LCL-GTK2: Cleanup.
git-svn-id: trunk@63668 -
2020-07-29 18:28:53 +00:00
martin
853bf8e189 Fix FontDialog: Issue #37435 / Broken by rev 63619 #efdce59d90, patch from Issue #37360 "improvements for TLCLComponent.NewInstance"
git-svn-id: trunk@63667 -
2020-07-29 10:40:06 +00:00
martin
4076cca667 LCL: RegisterWsClass, make sure list is created
git-svn-id: trunk@63666 -
2020-07-29 10:23:14 +00:00
juha
bcfa936e39 LCL-GTK2: Improve TextRect and regions. Issue #37219, patch from Joeny Ang.
git-svn-id: trunk@63665 -
2020-07-28 20:55:55 +00:00
juha
4f228a7831 LCL-GTK2: Fix PeekMessage, check if g_main_context_acquire returns True. Issue #37406.
git-svn-id: trunk@63655 -
2020-07-26 07:42:32 +00:00
juha
5da70017ac LCL-GTK2: Prevent dialogs becoming resizable after changing dimensions by code. Issue #37418, patch from Joeny Ang.
git-svn-id: trunk@63652 -
2020-07-25 08:44:25 +00:00
juha
5fa1cdcfb0 LCL-GTK2: Fix TGtk2WidgetSet.GetWindowRect() with an invisible TForm. Issue #37414, patch from Joeny Ang.
git-svn-id: trunk@63641 -
2020-07-24 11:14:36 +00:00
mattias
b45ee007da lcl gtk: fixed mem leak
git-svn-id: trunk@63635 -
2020-07-23 16:27:10 +00:00
juha
d1d2789c49 LCL: Strip <...> when searching resources for a generic form. Issue #37396, patch from Imants Gulbis.
git-svn-id: trunk@63628 -
2020-07-22 20:16:23 +00:00
juha
efdce59d90 LCL: Optimize component registration and TLCLComponent.NewInstance. Issue #37360, patch from BrunoK.
git-svn-id: trunk@63619 -
2020-07-22 08:34:07 +00:00
juha
e9adb1add4 LCL-GTK3: Improve messageboxes and collect them to a new unit. Issue #37269, patch from Anton Kavalenka.
git-svn-id: trunk@63604 -
2020-07-20 14:57:12 +00:00
dmitry
ee626c0196 cocoa: not using BOOLFIX anymore for fpc versions 3.2.0 and later. OBJCBOOL is the compiler native type now
git-svn-id: trunk@63602 -
2020-07-19 20:18:15 +00:00
dmitry
58c0aab466 cocoa: fix the compiler version check
git-svn-id: trunk@63601 -
2020-07-19 19:55:05 +00:00
dmitry
8dde6e879f cocoa: update cocoa_extra declaration to be friendly to the coming fpc 3.2.2
git-svn-id: trunk@63599 -
2020-07-19 17:32:57 +00:00
juha
727eb0ef72 LCL: Prevent DBGrid raising exception after enabled and hiding inplace editor. Issue #37385, patch from Zdravko Gabrovski.
git-svn-id: trunk@63596 -
2020-07-18 21:58:11 +00:00
juha
08fb55efbb LCL-GTK3: Improve messageboxes. Issue #37269, patch from Anton Kavalenka.
git-svn-id: trunk@63594 -
2020-07-17 17:42:48 +00:00
mattias
8846344e66 freeptype: updated lpl
git-svn-id: trunk@63583 -
2020-07-17 07:41:29 +00:00
pascal
c66efeda3a freetype: fixed name clash
git-svn-id: trunk@63582 -
2020-07-17 05:32:31 +00:00
juha
1edc4cf4b9 LCL: Prevent calling Form.OnResize() and OnChangeBounds() twice. Issue #36127, patch from Joeny Ang.
git-svn-id: trunk@63577 -
2020-07-16 23:00:30 +00:00
bart
8df0af1ab0 LCL: take CharCase into account in TCustomEdit.RealSetText. Previous commit r63542 #b3ba26f89d had the fix commented out ;-(. Issue #0037313.
git-svn-id: trunk@63575 -
2020-07-16 21:26:26 +00:00
juha
6d6cea00e9 LCL-GTK2: Fix dragging TLabel/TPanel with TDockImageWindow. Issue #37371, patch from Joeny Ang.
git-svn-id: trunk@63572 -
2020-07-16 10:28:52 +00:00
juha
e2840b9665 LCL: Fix a regression in TSTringGrid caused by r63541 #1f0ff07dc2. Test for Editor.Parent instead of Editor.Owner.
git-svn-id: trunk@63571 -
2020-07-16 09:26:39 +00:00
juha
9592ee63e9 LCL-GTK3: Prevent access violation when showing hint window.
git-svn-id: trunk@63559 -
2020-07-14 18:43:54 +00:00
mattias
61c53d6f41 LazUtils/FreeType: Separate FreeType stuff into its own package
git-svn-id: trunk@63558 -
2020-07-14 18:09:17 +00:00
bart
2dd7c76531 MaskEdit: simplify handling CharCase.
git-svn-id: trunk@63555 -
2020-07-14 09:34:26 +00:00
mattias
6dc2b54e1a make: set default lcl widgetset from carbon to cocoa
git-svn-id: trunk@63553 -
2020-07-13 09:21:07 +00:00
bart
b3ba26f89d LCL: take CharCase into account in TCustomEdit.RealSetText. Prevents unneccessary OnChanges and fixes infinite OnChange loop. Issue #0037313.
git-svn-id: trunk@63542 -
2020-07-11 10:16:10 +00:00
juha
1f0ff07dc2 LCL: Prevent a crash when closing a form with an active in-place cell editor of a grid. Issue #37202.
git-svn-id: trunk@63541 -
2020-07-11 09:07:35 +00:00
martin
4fd90b6fad LCL: Windows, protect wincontrol via Inc/DecLclRefCount while in DoWindProc / see issue #0028404 / see rev 63507 #d031209b99
git-svn-id: trunk@63529 -
2020-07-08 13:28:32 +00:00
dmitry
a507da5cb2 cocoa: updating groupbox font. bug #63488
git-svn-id: trunk@63522 -
2020-07-07 03:59:57 +00:00
juha
86a4cd2add LCL-GTK1: Cleanup GTK2 code.
git-svn-id: trunk@63520 -
2020-07-06 09:41:48 +00:00
juha
d49e476396 LCL-GTK2: Fix Control + Backspace in TEdit. Issue #37116, patch from Joeny Ang.
git-svn-id: trunk@63519 -
2020-07-06 09:41:46 +00:00
juha
c8da630845 Revert r60679 #f9b4f6ae8d, LCL-Win32 calling OnClick of a parent menuitem. Issue #37210.
git-svn-id: trunk@63518 -
2020-07-06 09:02:06 +00:00
martin
d031209b99 LCL: detect wincontrol destroy during WindProc / fixes issue #0028404
git-svn-id: trunk@63507 -
2020-07-04 17:28:40 +00:00
mattias
50121a266d lcl: cocoa no longer beta
git-svn-id: trunk@63497 -
2020-07-03 10:40:59 +00:00
maxim
8a7112535d Translations: Chinese translation update by robsean, bug #37290
git-svn-id: trunk@63485 -
2020-07-01 21:39:48 +00:00
zeljko
c5a7d9fb5f Qt5: fixed cbindings support for Haiku. issue #37288
git-svn-id: trunk@63484 -
2020-07-01 09:45:55 +00:00
bart
02ae498e8e Grids: fix decoding HTML entities when pasting HTML. Issue #0037258.
git-svn-id: trunk@63457 -
2020-06-28 13:49:54 +00:00
juha
4a8869480b LCL-GTK3: Fix default button in AskUser(). Issue #37225, patch from Anton Kavalenka.
git-svn-id: trunk@63441 -
2020-06-26 21:56:44 +00:00
juha
6c83a6da9e LCL-GTK2: Improve TextRect and regions. Issue #37219, patch from Joeny Ang.
git-svn-id: trunk@63436 -
2020-06-24 09:13:05 +00:00
juha
edd19698a4 LCL-GTK2: Fix default button index in AskUser(). Issue #37224, patch from Anton Kavalenka.
git-svn-id: trunk@63430 -
2020-06-23 17:58:03 +00:00
juha
e569548620 LCL-GTK3: Implement AskUser(). Issue #37225, patch from Anton Kavalenka.
git-svn-id: trunk@63424 -
2020-06-23 11:25:19 +00:00
juha
604efa0b8a LCL: Refactored IsEditableTextKey(). Issue #37237, patch from delfion.
git-svn-id: trunk@63423 -
2020-06-23 11:14:57 +00:00
dmitry
1912324bc7 cocoa: fix compilation for the newly released fpc3.2.0
git-svn-id: trunk@63409 -
2020-06-20 23:05:28 +00:00
mattias
cffa67bd52 lcl: added google-chrome to list of default browsers
git-svn-id: trunk@63390 -
2020-06-18 15:51:48 +00:00
maxim
b91524a887 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #37201
git-svn-id: trunk@63346 -
2020-06-12 15:01:32 +00:00
wp
48f187bdd5 LCL/Win32: Fix disabled StaticText being drawn with opaque text background although Transparent is true.
git-svn-id: trunk@63344 -
2020-06-11 11:29:44 +00:00
zeljko
e43d67d3bc Qt,Qt5: Fixed AV when chaning tabcontrol options. issue #37178
git-svn-id: trunk@63343 -
2020-06-11 10:28:20 +00:00
bart
0891d7a200 WinCE: implement TWin32WSCustomListBox.SelectRange. Issue #0036929.
git-svn-id: trunk@63339 -
2020-06-10 10:02:03 +00:00
bart
43cb3d48b7 Win32: implement TWin32WSCustomListBox.SelectRange. Issue #0036929.
git-svn-id: trunk@63338 -
2020-06-10 09:56:37 +00:00
bart
703f17cf32 LCL: Prevent scrolling in the default Widgetset implementation of ListBox.SelectRange. Fix off by 1 error. Part of issue #0036929.
git-svn-id: trunk@63337 -
2020-06-10 09:52:40 +00:00
bart
f0e8acae66 LCL: implement SelectRange when MultiSelect=False. Simplify SelectAll.
git-svn-id: trunk@63336 -
2020-06-10 09:48:28 +00:00
juha
671e011f5f LCL-GTK3: Implement widgetset MonitorFromPoint and GetDpiForMonitor. Issue #37190, patch from Anton Kavalenka.
git-svn-id: trunk@63334 -
2020-06-10 09:35:34 +00:00
maxim
e75ffe32b0 LCL: cleaned up outdated lcl/languages/README.txt contents
git-svn-id: trunk@63333 -
2020-06-09 23:05:22 +00:00
dmitry
4fc42c5a77 cocoa: basic implementation of PaintTo for CocoaWS. bug #36092
git-svn-id: trunk@63330 -
2020-06-08 23:48:52 +00:00
juha
77e76e66b8 LCL: Support WS binding for ListBox.SelectAll. New ListBox.SelectRange. Issue #36929.
git-svn-id: trunk@63329 -
2020-06-08 10:34:32 +00:00
juha
1df930db48 LCL-QT5: Clean uses sections.
git-svn-id: trunk@63328 -
2020-06-08 10:34:30 +00:00
zeljko
764f188154 qt5: fixed capitalization of QWindow_fromWinID. issue #37185
git-svn-id: trunk@63326 -
2020-06-08 07:14:31 +00:00
dmitry
8279f6a778 cocoa: changing button type, when drawing a toolbutton style. Changing the buttonType makes macOS to draw it transparent (on pre Mojave OSes). bug #37127
git-svn-id: trunk@63297 -
2020-06-05 03:31:04 +00:00
wp
2610d3baf8 ImageList: Fix HasImageIndex not being updated when ClearOverlays is called. Issue #35525, patch by Don Siders.
git-svn-id: trunk@63290 -
2020-06-04 20:34:31 +00:00
juha
e2fdf3e89b LCL-Win32: Support StatusBar under Win32 LCL Dll. Issue #37100, patch from Zdravko Gabrovski.
git-svn-id: trunk@63288 -
2020-06-04 20:07:37 +00:00
juha
39effc2a52 LCL: Allow specified PopupMenu in TabControl when page-selector menu disabled. Issue #37171, patch from Anton Kavalenka.
git-svn-id: trunk@63287 -
2020-06-04 20:07:35 +00:00
juha
9233619fe7 LCL-GTK2: Fix deleting last line of TGtk2MemoStrings. Issue #37166, patch from Joeny Ang.
git-svn-id: trunk@63277 -
2020-06-02 07:14:07 +00:00
juha
9b896ca480 LCL: Support folders in OpenDocument() function. Issue #37157, patch from Joeny Ang.
git-svn-id: trunk@63276 -
2020-06-02 06:56:52 +00:00
dmitry
5a3630c919 cocoa: changing the implementation of strings count. (if the last line is empty, don't recognize it a full line. Compatible with Win32. bug #36664
git-svn-id: trunk@63273 -
2020-06-02 02:30:43 +00:00
dmitry
84a3138f6e cocoa: fix compilation for fpc32rc1
git-svn-id: trunk@63272 -
2020-06-02 02:02:48 +00:00
maxim
5a32b9dc2e Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #37162
git-svn-id: trunk@63263 -
2020-06-01 21:40:02 +00:00
wp
bc73c3cae4 Graphics: Fix misleading parameter names in comment headers of TCanvas.Arc and .RadialPie
git-svn-id: trunk@63262 -
2020-06-01 21:32:57 +00:00
martin
e6702de323 Win32, PageControl: remove white flicker when switching tabs. Issue #0037161 Patch by BrunoK
git-svn-id: trunk@63261 -
2020-06-01 19:05:59 +00:00
maxim
815371c9aa LCL: updated Russian translation
git-svn-id: trunk@63260 -
2020-05-31 22:32:42 +00:00
dmitry
a98a4e9c28 cocoa: adding an ability to avoid reordering windows on app actication
git-svn-id: trunk@63258 -
2020-05-31 05:07:37 +00:00
dmitry
1c8f242dab cocoa: cleaning up dialog used units. Hidding Tags selection as unsupported by LCL. using the new resoruce contsant string (for localization). Adding explicit retain and release for a file dialog for OSX10.6 and earlier. As suggested by Apple docs
git-svn-id: trunk@63257 -
2020-05-31 03:47:59 +00:00
dmitry
fb02c076c3 cocoa: adding showsTagField props to NSSavePanel class
git-svn-id: trunk@63256 -
2020-05-31 02:15:51 +00:00
dmitry
5b58a7d20c cocoa: adding a new resource string to display on file open dialog
git-svn-id: trunk@63255 -
2020-05-31 01:49:37 +00:00
dmitry
84daf73dce cocoa: fix the file type selected index reported to LCL
git-svn-id: trunk@63254 -
2020-05-30 22:35:38 +00:00
dmitry
c2955d01ee lcl: reinstating Readonly property for ComboBox with a new meaning of TEdit-like Readonly. Implementation is provided for Win32, Qt5, Gtk2 and Cocoa
git-svn-id: trunk@63253 -
2020-05-30 17:48:43 +00:00
wp
102cb0b364 LCL/Win32: Fix drawing artefacts of ComboBox in Windows when style is csSimple and static listbox is visible. Issue #37129, patch by Jamie Philbrook.
git-svn-id: trunk@63251 -
2020-05-30 16:13:11 +00:00
dmitry
e5dd3bb2c6 cocoa: update handling of isRunning flag in NSApplication, for the proper modal window passing focus back to the calling window. (partial rework of r62707 #64e40526df)
git-svn-id: trunk@63247 -
2020-05-29 04:46:01 +00:00
dmitry
9ce582e416 cocoa: implementing readonly for combobox
git-svn-id: branches/comboboxreadonly@63246 -
2020-05-29 02:04:04 +00:00
bart
f6a9533a52 Win32: comments regarding issue #0037105.
git-svn-id: trunk@63241 -
2020-05-28 16:44:59 +00:00
dmitry
6c358d11ef qt5: implement combobox readonly
git-svn-id: branches/comboboxreadonly@63240 -
2020-05-28 14:21:42 +00:00
dmitry
02b7d44d7d gtk2: support for combobox readonly
git-svn-id: branches/comboboxreadonly@63239 -
2020-05-28 13:35:12 +00:00
dmitry
dbeeed9c09 win32: implementing combobox readonly property
git-svn-id: branches/comboboxreadonly@63238 -
2020-05-28 12:54:25 +00:00
dmitry
bc8507e6b6 lcl: adding combobox readonly back. The indentation for the property is to work like TEdit.ReadOnly preventing user from editing combobox text field by manipulating the text.
Changes by selecting combobox items are to be allowed

git-svn-id: branches/comboboxreadonly@63237 -
2020-05-28 12:46:33 +00:00
juha
0d191847d7 LCL: Fix an error in TTreeView mouse selection + some refactoring. Issue #37145.
git-svn-id: trunk@63235 -
2020-05-27 11:58:07 +00:00
juha
257f842d30 LCL: Improve TTreeView mouse selection. Issue #37145, patch from Joeny Ang.
git-svn-id: trunk@63232 -
2020-05-26 23:24:01 +00:00
ondrej
5be9338540 win32 combobox: disallow setting selection parameters for comboboxes without an editbox to prevent exceptions
git-svn-id: trunk@63231 -
2020-05-26 22:52:57 +00:00
ondrej
a46759822f combobox: fix FSelLength condition in InitializeWnd
git-svn-id: trunk@63230 -
2020-05-26 22:51:35 +00:00
ondrej
d8adb758e5 ComboBox: implement TComboBoxStyle.SetEditBox
git-svn-id: trunk@63229 -
2020-05-26 22:42:13 +00:00
ondrej
ef8d6a825e ComboBox: implement TComboBoxStyle.IsOwnerDrawn and .IsVariable and use them instead of the in [] syntax
git-svn-id: trunk@63228 -
2020-05-26 22:25:15 +00:00
bart
a8d3315c24 Win32: fix TBitBtn not showing glyph and caption after r62947 #c6a922e9c2. Issue #0037105. Also properly fixes the original issue #0036678. Patch by Anton Kavalenka.
git-svn-id: trunk@63227 -
2020-05-26 21:56:26 +00:00
ondrej
1c63f54328 ComboBox: more fixes with TComboBoxStyle.HasEditBox
git-svn-id: trunk@63225 -
2020-05-26 21:53:31 +00:00
ondrej
34e6f40639 ComboBox: implement TComboBoxStyle.HasEditBox as a replacement for the old and removed TCustomComboBox.ReadOnly property
git-svn-id: trunk@63224 -
2020-05-26 21:30:13 +00:00
michael
18d6e48e90 * Syntax error fixed in non-wince branch
git-svn-id: trunk@63223 -
2020-05-26 16:57:52 +00:00
wp
254e43bb4f LCL/Calendar: Remove option dsStartMonday from Calendar.DisplaySettings and replace it by Delphi-compatible Calendar.FirstDayOfWeek
git-svn-id: trunk@63220 -
2020-05-25 14:16:57 +00:00
wp
0b121ff6fe WinCE: Fix compilation of LCL due to property TCustomCombobox.ReadOnly not existing any more.
git-svn-id: trunk@63219 -
2020-05-25 14:04:07 +00:00
joost
5c8d50b386 FPMake: Regenerated
git-svn-id: trunk@63210 -
2020-05-22 15:11:27 +00:00
michl
47ba57fd3a LCL: ComboBox: Fixed data lost, Style csSimple, leaving with TAB. Issue #35087. Patch by Gernot Riebold
git-svn-id: trunk@63204 -
2020-05-21 22:15:42 +00:00
michl
f48f7cee1a GTK2: Fixed first mouse event is lost in new modal form shown from MouseDown event. Issue #0035720
git-svn-id: trunk@63203 -
2020-05-21 21:21:13 +00:00
dmitry
2fe9deebad cocoa: removing NSSlider extra keyboard handling towards using altIncrementalValue
git-svn-id: trunk@63190 -
2020-05-21 04:50:02 +00:00
wp
1c83511c19 LCL: Avoid thick border of TCalendarPopupForm used by TDateEdit (patch by Roland Hahn).
git-svn-id: trunk@63189 -
2020-05-20 22:39:47 +00:00
juha
8813eb52b3 LCL-GTK3: Deal with GDK_KEY_Escape. Remove a duplicate test for nil Widget.
git-svn-id: trunk@63186 -
2020-05-20 15:20:21 +00:00
dmitry
060d41338c cocoa: fix compilation for selectAll
git-svn-id: trunk@63184 -
2020-05-19 00:30:05 +00:00
dmitry
0c58a57cfb cocoa: implementing SelectAll and ClearSelection for listview
git-svn-id: trunk@63183 -
2020-05-18 11:46:59 +00:00
juha
257f95ec97 LCL: Never trigger click events on TreeView's fold-arrow. Issue #37051, patch from CudaText man.
git-svn-id: trunk@63171 -
2020-05-16 08:23:09 +00:00
dmitry
5b86ef8e6d cocoa: resetting any change flag for a spinedit
git-svn-id: trunk@63170 -
2020-05-16 01:10:46 +00:00
dmitry
d0018e058f cocoa: allowing free form editting of a spinedit. bug #37067
git-svn-id: trunk@63169 -
2020-05-16 01:08:50 +00:00
juha
320f05fb78 LCL: Prevent ReferenceCount going negative in a rare situation (DLL under Windows 7). Issue #37072, patch from Zdravko Gabrovski.
git-svn-id: trunk@63167 -
2020-05-15 22:52:13 +00:00
mattias
142965cb34 lcl: gtk2: fixed force realize, issue #37073
git-svn-id: trunk@63166 -
2020-05-15 22:46:40 +00:00
juha
88ca338944 LCL-GTK3: Implement CreateRoundRectRgn and CreateEllipticRgn. Issue #37075, patch from Anton Kavalenka.
git-svn-id: trunk@63165 -
2020-05-15 22:20:36 +00:00
juha
67cf446d13 LCL-Carbon: Fix compilation after ComboBox.ReadOnly was removed. Issue #37068, patch from C Western.
git-svn-id: trunk@63164 -
2020-05-15 21:38:12 +00:00
juha
b4415f3aa4 LCL: Don't trigger click event on TreeView's fold-arrow if another node is selected. Issue #37051.
git-svn-id: trunk@63147 -
2020-05-13 22:29:10 +00:00
mattias
e1e4680a77 lcl gtk2: fixed gtk warnings
git-svn-id: trunk@63143 -
2020-05-13 08:52:21 +00:00
juha
e7cce245c9 LCL: Reshow an application hint correctly. Issue #37053, patch from Zaher Dirkey.
git-svn-id: trunk@63142 -
2020-05-12 20:03:34 +00:00
juha
11e2bdecbc LCL: Don't trigger double-click on TreeView's fold-arrow if another node is selected. Issue #37051.
git-svn-id: trunk@63139 -
2020-05-12 18:52:10 +00:00
juha
e0156207ac LCL: Initialize image description in widgetsets where not done already. Issue #36955, patch from Michal Gawrycki.
git-svn-id: trunk@63131 -
2020-05-09 22:28:29 +00:00
dmitry
56f22cd0d8 cocoa: fix for the compilation of previously removed ReadOnly. bug #37009. The patch by Alexander Koblov. todo: need to have a proper OOP replacement with lclXXX methods in cocoa combobox classes
git-svn-id: trunk@63115 -
2020-05-05 03:29:08 +00:00
juha
47bfab75ef LCL: Remove also public property TCustomComboBox.ReadOnly.
git-svn-id: trunk@63112 -
2020-05-02 14:13:43 +00:00
juha
368225808a LCL: Remove deprecated TComboBox.ReadOnly.
git-svn-id: trunk@63110 -
2020-05-01 21:12:54 +00:00
zeljko
7268a635f5 gtk2: fixed compilation on ms windows. Patch by barlone. issue #36991
git-svn-id: trunk@63091 -
2020-04-29 10:44:29 +00:00
zeljko
a3f4b124d6 Gtk3: fixed TListBox.MultiSelect. issue #36971
git-svn-id: trunk@63090 -
2020-04-28 17:00:50 +00:00
zeljko
6528ab5a42 gtk2: fixed double keys in ide editor. Patch by C Western. issue #36976
git-svn-id: trunk@63089 -
2020-04-28 08:22:59 +00:00
zeljko
35d427d277 Qt5: add plugins to the Qt paths when app is running under mswindows and Qt dll's are deployed inside app dir.
git-svn-id: trunk@63083 -
2020-04-26 10:53:32 +00:00
zeljko
256824fdd6 Gtk3: implemented scrollbar events. Patch by Anton Kavalenka. issue #36964
git-svn-id: trunk@63057 -
2020-04-24 15:26:26 +00:00
zeljko
51285457f5 Gtk3: added Gdk3 api - needed for monitor. issue #36963
git-svn-id: trunk@63056 -
2020-04-24 15:25:09 +00:00
juha
d6fe30b43c LCL: Improve EmptyValue and DisplayEmpty in DB controls. Issue #36035, patch from Zdravko Gabrovski.
git-svn-id: trunk@63052 -
2020-04-23 22:58:48 +00:00
zeljko
455c23e3f7 LCL: implemented TUNBPages.Move(). Patch by Michal Gawrycki. issue #36953
git-svn-id: trunk@63047 -
2020-04-22 17:01:40 +00:00
zeljko
0098727a3e Gtk3: fixed Gtk3WinApi.GetActiveWindow(). Patch by Anton Kavalenka. issue #36954
git-svn-id: trunk@63046 -
2020-04-22 16:59:42 +00:00
zeljko
b089104119 Gtk3: implemented TCustomForm.BorderStyle, TCustomForm.BorderIcons and TCustomForm.AlphaBlend. Patch by Anton Kavalenka. issue #36944
git-svn-id: trunk@63045 -
2020-04-21 15:20:03 +00:00
zeljko
ff27397e4a Qt: removed code dependent on -dQtUseAccurateFrame. This define is not valid anymore.
git-svn-id: trunk@63042 -
2020-04-21 10:10:09 +00:00
zeljko
bf01889663 Qt5: removed -dQtUseAccurateFrame related code. This define does nothing anymore since window frame size is fixed.
git-svn-id: trunk@63041 -
2020-04-21 10:01:14 +00:00
martin
53bb4453cf TScrollBar: Fix positioning on user action / regression from r62613 #59a33a8f2b
git-svn-id: trunk@63040 -
2020-04-21 01:12:17 +00:00
juha
4952e8e45f LCL-GTK3: Improve TShiftState with MouseDown. Issue #36930, patch from Anton Kavalenka.
git-svn-id: trunk@63039 -
2020-04-20 23:12:55 +00:00
zeljko
6c9c260885 Gtk3: fixed TGroupBox visible status at runtime. Patch by Anton Kavalenka. issue #36938
git-svn-id: trunk@63037 -
2020-04-20 17:21:26 +00:00
zeljko
9f35847ffc Gtk3: fixed setting of radio menuitems. issue #36937
git-svn-id: trunk@63036 -
2020-04-20 15:53:19 +00:00
zeljko
b2bd6716d6 Qt,Qt5: fixed design time bug on TPageControl. issue #36939
git-svn-id: trunk@63035 -
2020-04-20 15:38:55 +00:00
zeljko
13b2c7025d Qt5: removed unused proc
git-svn-id: trunk@63030 -
2020-04-20 11:29:32 +00:00
martin
3bb99ddac4 TListView: Cleanup, Mouse events
git-svn-id: trunk@63029 -
2020-04-20 10:36:12 +00:00
dmitry
7125b6ce7e cocoa: update override of setDocumentView() method to be compatible with fpc prior to and after fpc3.2
git-svn-id: trunk@63028 -
2020-04-20 03:10:49 +00:00
maxim
38e5ac1a28 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #36928
git-svn-id: trunk@63027 -
2020-04-19 22:19:38 +00:00
mattias
a567909a9a lcl: fixed perms
git-svn-id: trunk@63026 -
2020-04-19 21:14:50 +00:00
mattias
1cdc2c2c29 lcl: fixed perms
git-svn-id: trunk@63024 -
2020-04-19 21:13:17 +00:00
martin
f37a0afd19 TListView: Fix context menu timing and position. Issue #0035917 BugNote 0122252
git-svn-id: trunk@63022 -
2020-04-19 19:48:05 +00:00
juha
db00577e92 LCL-GTK3: Report TShiftState = ssRight correctly. Issue #36930, patch from Anton Kavalenka.
git-svn-id: trunk@63021 -
2020-04-19 14:21:17 +00:00
zeljko
29baf5cbce gtk3: additional fix for gtk3 dialogs. Patch by Anton Kavalenka. issue #36416
git-svn-id: trunk@63020 -
2020-04-19 13:33:54 +00:00
mattias
b12fdab177 lcl fixed perms
git-svn-id: trunk@63016 -
2020-04-19 12:17:20 +00:00
juha
1ea610c69f LCL-GTK3: Make Clipboard.AsText work. Issue #36348, patch from Anton Kavalenka.
git-svn-id: trunk@63015 -
2020-04-19 09:54:56 +00:00
martin
13e6d2cd23 TListView: Fix dragging (with/without MultiSelect), avoid 2nd context-menu event, fix order for mouse up/down/click/popup events. Issue #0035362, Issue #0035917 and related
git-svn-id: trunk@63012 -
2020-04-18 19:28:35 +00:00
zeljko
ad4d6f4caf Qt5: disable high dpi scaling by qt, we use lcl scaling.
git-svn-id: trunk@63010 -
2020-04-17 18:57:35 +00:00
zeljko
ed5d93546e Gtk3: implemented color/font dialogs. Patch by Anton Kavalenka. issue #36416
git-svn-id: trunk@63008 -
2020-04-17 17:02:28 +00:00
martin
5aad829595 LCL: DragManager, use BeginTempCursor, instead of calling WidgetSet / Avoid flicker, when dragging TListView (on Windows)
git-svn-id: trunk@63007 -
2020-04-17 15:54:33 +00:00
juha
90f3071c4f LCL: Don't make unnecessary calls to ButtonPanel.UpdateSizes. Issue #25580.
git-svn-id: trunk@63003 -
2020-04-17 07:26:18 +00:00
zeljko
77a7f48ed7 Qt/Qt5: TQtPrinter.PrintQuality property should be read only
git-svn-id: trunk@63002 -
2020-04-16 17:13:02 +00:00