Commit Graph

12211 Commits

Author SHA1 Message Date
Željan Rikalo
f1156f551a Qt,Qt5: ReleaseCapture when app is deactivated. 2021-10-14 18:28:29 +02:00
Željan Rikalo
d21ebb1b60 Qt,Qt5: removed old workaround for Qt < 4.8.7, fixes TApplication activate/deactivate events. issue #37868 2021-10-14 14:47:25 +02:00
Dmitry Boyarintsev
3c3b14de01 cocoa: adding additional tracking for menus. If Modal window is called, all main menu tracking is being cancelled 2021-10-12 23:54:38 +03:00
Željan Rikalo
9233efadf0 Qt: optimized palette reload instead of recreating handles. issue #38589 2021-10-12 12:37:48 +02:00
Željan Rikalo
b83a9fd9f0 Qt5: implemented T(Float)SpinEdit.EditorEnabled. issue #38736 2021-10-12 12:18:28 +02:00
Željan Rikalo
7fa32a1e8e Qt5: optimized palette reload instead of calling recreateWnd(). issue #38589 2021-10-12 12:02:02 +02:00
Željan Rikalo
4076f4efdd Qt,Qt5: fixed paleete change at runtime. issue #38589 2021-10-11 16:13:04 +02:00
Željan Rikalo
c822e57876 Qt,Qt5: fixed radialPie paint with antialiasing. issue #39416 2021-10-11 11:38:04 +02:00
Juha
30ba61883f LCL-GTK2: Fix TPopupMenu on 2 monitors aligned vertically. Issue #39422, patch by Alexey T. 2021-10-09 00:32:18 +03:00
Željan Rikalo
e42dfcff56 Qt5: fixed typo. 2021-10-07 00:16:48 +02:00
Dmitry Boyarintsev
e8614c81e9 cocoa: passing the checkminmax value 2021-10-06 23:57:46 +03:00
Dmitry Boyarintsev
1bef01e030 cocoa: adding the check for min and max values of the spin edit. If they are the same, pretend we don't have any boundires 2021-10-06 23:57:46 +03:00
Dmitry Boyarintsev
b84637afff cocoa: removing hardcoded offset of the content. it should have been already offset enough 2021-10-06 23:57:46 +03:00
Dmitry Boyarintsev
49bb85a7ba cocoa: hidding the text title for ownerdrawn controls 2021-10-06 23:57:46 +03:00
Željan Rikalo
26930d85c6 Qt,Qt5: fixed antialiased paint of ellipse and poylgon. issue #35568 , issue #39416 2021-10-06 19:57:32 +02:00
Željan Rikalo
29fa1e508e Qt,Qt5: fixed maximized window with borderstyle = bsnone. issue #39158 2021-10-06 13:46:42 +02:00
Željan Rikalo
e8317fb534 Qt,Qt5: fixed problem with drawing primitives when antialiasing enabled. issue #39416 2021-10-06 11:37:19 +02:00
wp_xyz
d33a33921c LCL/TCustomCheckbox and descendants: Measure size of checkbox/radiobutton symbol from ThemeServices rather than from SystemMetrics. Fixes issue #39398. 2021-10-02 12:52:35 +02:00
Juha
48097761d8 LCL-GTK3: Debug output for function TGtk3WidgetSet.GetWindowOrgEx. 2021-09-30 22:55:18 +03:00
Juha
f120539d03 LCL-GTK3: Show applications better under KWin. Issue #39367, patch by Anton Kavalenka. 2021-09-30 17:30:27 +03:00
Dmitry Boyarintsev
8a971e273f cocoa: fix the detection of the row by coordinates. using scrollView documentVisible rect instead of visibileRect 2021-09-30 00:20:17 +03:00
Dmitry Boyarintsev
7fb476c5cd cocoa: implementing .MakeVisible() for TListView items 2021-09-30 00:20:16 +03:00
Dmitry Boyarintsev
10e94128a0 cocoa: resolve the inconsistency with BOM removal from the string on conversion from UTF8 to NSString 2021-09-30 00:20:16 +03:00
Dmitry Boyarintsev
cbb2859959 cocoa: making UpdateTabAndArrowVisibility part of the interface 2021-09-30 00:20:16 +03:00
Dmitry Boyarintsev
90efbfef0f cocoa: evaluating the need of next and prev arrows on the change of the tab caption 2021-09-30 00:20:16 +03:00
Juha
ce6715ed78 Correct spelling errors for "Width" in various units. Issue #39402, patch by Don Siders. 2021-09-26 21:40:16 +03:00
Martin
668fd03717 WS, Win32: ShowModal, Fix checking for correct handle. Prevent crash. See Issue #39314 2021-09-24 16:22:41 +02:00
Martin
e76bdc6b5b WS, Win32: SelectFolderDialog, make sure widgetset is initialized. Issue #39314 2021-09-24 16:12:19 +02:00
Martin
754cedea82 WS, Win32: ShowModal, Fix checking for correct handle. Prevent crash. See Issue #39314 2021-09-24 15:48:45 +02:00
Željan Rikalo
48689f526c Qt5: fixed calling ThemeServices.OnThemeChange. Issue #38592 2021-09-15 11:46:28 +02:00
Željan Rikalo
fc6854704d Qt5: implemented TCustomMemo.setCaretPos(). Patch by Joeny Ang. Issue #39373 2021-09-15 10:56:17 +02:00
Željan Rikalo
515da22427 Qt5: fixed doubled menu items in IDE.issue #39364 2021-09-14 12:15:03 +02:00
Željan Rikalo
63ca7a9ace Qt5: Fixed AV when changing TListView.ViewStyle in design time. Issue #39353 2021-09-03 20:13:15 +02:00
Željan Rikalo
a84e602a48 Qt5: additional fix for hovered buttons. issue #38356 2021-08-30 12:43:18 +02:00
Željan Rikalo
52f2a8b88f Qt,Qt5: Fixed menu radio items. issue #37741 2021-08-28 20:03:54 +02:00
Željan Rikalo
fcf361530d Qt,Qt5: fixed changing TMenuItem.ImageIndex inside main menu. issue #37608 2021-08-28 19:26:29 +02:00
Željan Rikalo
5466d422e1 Qt,Qt5: Fixed checkboxes states after sorting in TListView. issue #38137 2021-08-28 17:21:08 +02:00
Željan Rikalo
ce63f619fc Qt,Qt5: Fixed slowness with TListBox. issue #39311 2021-08-28 14:20:36 +02:00
juha
5d0cd2d8ed LCL-GTK2: Call gtk_status_icon_set_tooltip_text() instead of gtk_status_icon_set_tooltip() for TrayIcon.Hint when FPC trunk is used. Issue #39194.
git-svn-id: trunk@65439 -
2021-07-10 20:33:26 +00:00
martin
9acddfe467 Makefile, LCL: fix path for freetype
git-svn-id: trunk@65406 -
2021-07-08 11:21:25 +00:00
mattias
f5630f1082 lcl: updated Makefile.compiled with freetype
git-svn-id: trunk@65403 -
2021-07-08 08:13:17 +00:00
michl
5b5055c2dc TPageControl: QT: Fixed PageControl.GetTabRect, see project Issue #39166
git-svn-id: trunk@65396 -
2021-07-07 09:49:45 +00:00
michl
77bfe9b324 TPageControl: QT5: Fixed PageControl.GetTabRect, see project Issue #39166
git-svn-id: trunk@65395 -
2021-07-07 09:28:47 +00:00
michl
3e9e2bbd3e AnchorDocking: DragNDrop of pages not working on GTK2. Issue #39166
git-svn-id: trunk@65378 -
2021-07-05 21:38:05 +00:00
wp
9d94d9e7e3 LCL/TColorDialog: Show Title property. Issue #39155, based on code submitted by jamie in https://forum.lazarus.freepascal.org/index.php/topic,55236.msg410713.html#msg410713
git-svn-id: trunk@65375 -
2021-07-05 16:19:16 +00:00
dmitry
ac430af68a cocoa: adding support for TListBox DragStart event to prevent the default elements selection behaviour and let the drag manager to handle the mouse
git-svn-id: trunk@65353 -
2021-07-03 05:09:31 +00:00
dmitry
7930dc2236 cocoa: fix the rangecheck error for aarch64. Patch by C Western. bug #38446
git-svn-id: trunk@65352 -
2021-07-03 01:05:05 +00:00
dmitry
0e0ef8c3ca lcl-cocoa: restoring the items checked status after the sort, if WS needs some extra assistance for that. bug #39121. potential resolution for #38137
git-svn-id: trunk@65351 -
2021-07-03 01:02:04 +00:00
dmitry
210f33e2b0 cocoa: populating the result of the overriden performKeyEquivalent in menu key handler. bug #39086. Patch by Henner Drewes
git-svn-id: trunk@65350 -
2021-07-02 23:40:47 +00:00
juha
56a26420ad LCL-GTK3: Fix the initial position of TTrackbar. Issue #39092, patch by Anton Kavalenka.
git-svn-id: trunk@65326 -
2021-06-29 13:30:58 +00:00