lib_ui/ui
Ilya Fedin d7c2185f5c Force ActivateWindowDelayed to use xcb_set_input_focus on X11 when activating a parent
There's logic in Qt that uses xcb_set_input_focus to focus parent windows as some X11 window managers ignore such focus requests leaving the parent activated, but without input focus. By the time delayed activation happens, current focus window may no more exist and the logic in Qt won't work. X11BypassWindowManagerHint says Qt it should use xcb_set_input_focus on X11 that asks X11 directly to set input focus to that window.
2022-09-07 07:51:38 +04:00
..
effects Add FrameGenerator-based CustomEmoji and AnimatedIcon. 2022-08-29 16:33:12 +04:00
gl Get rid of QSurface::supportsOpenGL check 2022-07-19 19:44:06 +04:00
image Allow strictly blurring images with alpha. 2022-09-05 18:55:17 +04:00
layers Reduced boxLabel::minWidth to be less than width of box with padding. 2022-08-08 09:34:14 +03:00
paint Moved InterpolatedRect util to separated file. 2022-02-25 12:56:10 +03:00
platform Fix various spaces on end of lines 2022-09-02 19:26:53 +04:00
style Allow interface scale of 50%. 2022-09-01 11:23:16 +04:00
text Add custom-emoji wrapper with limited loops count. 2022-08-31 17:50:35 +04:00
toast Allow non-transparent-for-mouse-events toasts. 2022-05-26 12:30:14 +04:00
toasts Allow links in default multiline toasts. 2022-05-09 17:09:36 +04:00
widgets Simplify labels with custom click handlers. 2022-09-06 11:20:23 +04:00
wrap Added ability to set pinned items for vertical layout reorder. 2022-05-30 14:08:22 +03:00
abstract_button.cpp Support Windows 11 snap layouts in RpWindow title controls. 2022-01-18 12:59:37 +03:00
abstract_button.h Support Windows 11 snap layouts in RpWindow title controls. 2022-01-18 12:59:37 +03:00
animated_icon.cpp Add FrameGenerator-based CustomEmoji and AnimatedIcon. 2022-08-29 16:33:12 +04:00
animated_icon.h Add FrameGenerator-based CustomEmoji and AnimatedIcon. 2022-08-29 16:33:12 +04:00
basic.style Move some fade graphics to child project. 2022-08-22 19:40:49 +03:00
basic_click_handlers.cpp Use glib to open URLs on Linux 2022-08-02 20:13:12 +04:00
basic_click_handlers.h Allow requesting originalUrl() from UrlClickHandler. 2022-07-28 17:13:43 +03:00
cached_special_layer_shadow_corners.cpp Added masked shadow corners for special layers. 2022-06-02 14:59:32 +03:00
cached_special_layer_shadow_corners.h Added masked shadow corners for special layers. 2022-06-02 14:59:32 +03:00
click_handler.cpp Allow attaching properties to click handlers. 2021-11-29 13:32:45 +04:00
click_handler.h Allow attaching properties to click handlers. 2021-11-29 13:32:45 +04:00
colors.palette Add emoji subcategory icon color. 2022-07-26 13:19:39 +03:00
delayed_activation.cpp Force ActivateWindowDelayed to use xcb_set_input_focus on X11 when activating a parent 2022-09-07 07:51:38 +04:00
delayed_activation.h
dragging_scroll_manager.cpp Moved out kMaxScrollSpeed from scroll area. 2022-03-14 18:24:52 +03:00
dragging_scroll_manager.h Moved base::Timer to std::unique_ptr in DraggingScrollManager. 2022-03-14 18:06:27 +03:00
emoji_config.cpp Respect kSetVersion in default set cache key. 2022-07-19 22:37:24 +03:00
emoji_config.h Split qt_adapters to separated files. 2022-01-24 19:29:36 +03:00
focus_persister.h
inactive_press.cpp
inactive_press.h
integration.cpp Disable attach bot share phone phrases for now. 2022-07-25 18:47:07 +03:00
integration.h Disable attach bot share phone phrases for now. 2022-07-25 18:47:07 +03:00
main_queue_processor.cpp
main_queue_processor.h
painter.h Pass painting active/inactive state through Painter. 2022-06-28 17:45:37 +04:00
ph.cpp
ph.h
rect_part.h
round_rect.cpp Added ability to draw round rect with single side and small width. 2022-01-24 23:30:39 +03:00
round_rect.h
rp_widget.cpp Fix crash in TWidgetHelper::show/hideChildren. 2021-11-02 00:08:10 +04:00
rp_widget.h Revert "Make QWidgetPrivate accessible" 2022-08-08 09:40:17 +03:00
spoiler_click_handler.cpp Fixed spoilers with animations disabled. 2021-12-30 20:51:24 +03:00
spoiler_click_handler.h Added ability to show or hide spoilers from outside. 2021-12-25 17:31:53 +03:00
ui_pch.h
ui_utility.cpp Skipped grabbing of widget with invalid rect. 2022-06-05 14:55:59 +03:00
ui_utility.h Get rid of DisableCustomScaling hack 2022-05-19 11:50:39 +04:00