lazarus/lcl/interfaces
rich2014 d2dec71025 Cocoa: fix the issue that Overlay Style Scroller sometimes could not be hidden correctly
1. it's because when the user scrolls the ScrollView, LM_VSCROLL/LM_VSCROLL messages are sent to LCL in NSScrollView.scrollWheel()
2. when LCL processes these messages, it sets the position of NSScrollView by calling SetScrollInfo()
3. if NSScrollView is in the animation effect at this time, the Scroller will not be hidden after the animation
4. by adding functions, it is possible to distinguish whether the scrolling is initiated by the user or by LCL. if it is initiated by the user, there is no need to set the position of NSScrollView.
2024-06-20 22:16:27 +08:00
..
carbon IDE, LCL: Lazarus help output refactoring by n7800, issue #40690: 2024-01-20 05:04:42 +03:00
cocoa Cocoa: fix the issue that Overlay Style Scroller sometimes could not be hidden correctly 2024-06-20 22:16:27 +08:00
customdrawn LCL: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02:00
fpgui updated makefiles 2023-09-12 16:25:55 +02:00
gtk IDE, LCL: Lazarus help output refactoring by n7800, issue #40690: 2024-01-20 05:04:42 +03:00
gtk2 LCL-GTK2: Fix PageControl.ActivePage. Issue #40962, patch by Iluha Companets. 2024-05-28 09:17:04 +03:00
gtk3 GTK3: Code cleaning. 2024-02-12 22:47:02 +01:00
mui updated makefiles 2023-09-12 16:25:55 +02:00
nogui updated makefiles 2023-09-12 16:25:55 +02:00
qt Qt: Fixed menus backed by multi-resolution image lists always using the 96ppi image rather than the resolution-specific one. 2024-04-28 14:57:30 +00:00
qt5 Qt5,Qt6: Fixed TQtThemeServices.GetDetailSizeForPPI double-scaling Result 2024-05-09 18:59:22 +00:00
qt6 Qt5,Qt6: Fixed TQtThemeServices.GetDetailSizeForPPI double-scaling Result 2024-05-09 18:59:22 +00:00
win32 LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders. 2024-04-26 00:59:26 +03:00
wince IDE, LCL: Lazarus help output refactoring by n7800, issue #40690: 2024-01-20 05:04:42 +03:00
fpmake.pp LCL: Undo r65060 #5589d83d68 because it breaks qt5/gtk2/gtk3 on Windows. Issue #38831. 2021-05-02 09:01:56 +00:00
LAYOUT.txt
lcl.lpk Cocoa: remove circular unit references, add CocoaWSScrollers unit 2024-06-20 22:06:59 +08:00
lcl.pas
Makefile updated Makefiles 2023-11-25 14:33:16 +01:00
Makefile.fpc Qt5: added to the lcl.lpk, regenerated Makefiles 2022-11-11 16:13:45 +01:00