|
|
2026-07-11 00:36:16 +04:00 |
| .. |
|
accessible
|
Optimize new Item/SubItem indexing.
|
2026-07-02 21:54:20 +04:00 |
|
dpr
|
Add some helpers for exact dpi painting.
|
2023-01-23 22:04:51 +04:00 |
|
effects
|
Allow querying the fade progress.
|
2026-06-23 11:37:40 +04:00 |
|
gl
|
Correctly check for OpenGL libs on Linux.
|
2026-06-11 12:54:17 +04:00 |
|
image
|
Harden image size checks.
|
2026-06-11 16:55:11 +04:00 |
|
layers
|
Added mouse back button closing for layers and boxes.
|
2026-06-10 19:22:02 +03:00 |
|
paint
|
Renamed rpl::start_with_ with rpl::on_.
|
2025-12-10 21:27:33 +03:00 |
|
platform
|
Get rid of DESKTOP_APP_DISABLE_X11_INTEGRATION
|
2026-07-03 06:59:14 +04:00 |
|
rhi
|
Guarded RHI initialization with crash check and disable state.
|
2026-06-10 19:22:02 +03:00 |
|
style
|
Support IV tags in the InputField.
|
2026-06-09 14:10:37 +04:00 |
|
text
|
Work around freeze on Windows on ARM.
|
2026-06-23 22:49:35 +04:00 |
|
toast
|
Make icon{-fields} part of Ui::Toast::Config.
|
2026-03-28 12:09:26 +07:00 |
|
widgets
|
Fixed ElasticScroll crash on scroll during widget teardown.
|
2026-07-10 14:01:49 +04:00 |
|
wrap
|
Made VerticalLayout::clear() delete rows synchronously
|
2026-07-10 13:24:43 +04:00 |
|
abstract_button.cpp
|
Improve accessibility changes for PageTabs.
|
2026-06-24 14:37:57 +04:00 |
|
abstract_button.h
|
Use List/ListItem accessibility role for the folders strip
|
2026-06-26 14:29:15 +04:00 |
|
animated_icon.cpp
|
Added initial ability to set start and end frames to animated icon.
|
2025-09-26 00:13:32 +03:00 |
|
animated_icon.h
|
Added initial ability to set start and end frames to animated icon.
|
2025-09-26 00:13:32 +03:00 |
|
arc_angles.h
|
Move common values to ui/arc_angles.h.
|
2024-05-03 13:53:32 +04:00 |
|
basic.style
|
Allow Ui::Text::String mimic QTextEdit geometry.
|
2026-06-09 14:10:37 +04:00 |
|
basic_click_handlers.cpp
|
Improve internal wrapped URLs handling.
|
2026-06-09 14:10:37 +04:00 |
|
basic_click_handlers.h
|
Improve internal wrapped URLs handling.
|
2026-06-09 14:10:37 +04:00 |
|
cached_special_layer_shadow_corners.cpp
|
Add customized rounded ripple mask generators.
|
2022-10-03 15:10:49 +04: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
|
Removed redundant hook into click handler activation.
|
2024-09-17 17:53:07 +03:00 |
|
click_handler.h
|
Add GenericClickHandler that allows right clicks.
|
2024-02-02 11:24:44 +04:00 |
|
colors.palette
|
Add palette colors for in-page search match highlights
|
2026-07-07 23:35:06 +04:00 |
|
delayed_activation.cpp
|
Get rid of DESKTOP_APP_DISABLE_X11_INTEGRATION
|
2026-07-03 06:59:14 +04:00 |
|
delayed_activation.h
|
Make delayed re-activation more robust.
|
2025-05-30 17:39:34 +04:00 |
|
dragging_scroll_manager.cpp
|
Fixed legal link in some files.
|
2023-11-28 02:05:16 +03:00 |
|
dragging_scroll_manager.h
|
Fixed legal link in some files.
|
2023-11-28 02:05:16 +03:00 |
|
dynamic_image.h
|
Allow cloning of DynamicImage-s.
|
2024-06-05 18:23:10 +04:00 |
|
emoji_config.cpp
|
Pre-warm InstantReplaces trie on background thread in Emoji::Init
|
2026-03-05 22:11:54 +04:00 |
|
emoji_config.h
|
Accept QStringView in Emoji::Find.
|
2024-12-31 11:53:52 +04:00 |
|
focus_persister.h
|
Initial commit.
|
2019-09-17 17:48:58 +03:00 |
|
inactive_press.cpp
|
Initial commit.
|
2019-09-17 17:48:58 +03:00 |
|
inactive_press.h
|
Initial commit.
|
2019-09-17 17:48:58 +03:00 |
|
integration.cpp
|
Allow attaching a date to a InputField text part.
|
2026-02-26 18:22:49 +04:00 |
|
integration.h
|
Support touch-select/menu in FlatLabel.
|
2026-03-31 15:54:02 +07:00 |
|
main_queue_processor.cpp
|
Renamed rpl::start_with_ with rpl::on_.
|
2025-12-10 21:27:33 +03:00 |
|
main_queue_processor.h
|
Initial commit.
|
2019-09-17 17:48:58 +03:00 |
|
painter.h
|
Use custom-adjusted font metrics.
|
2024-05-02 11:32:44 +04:00 |
|
ph.cpp
|
Allow creating ph::phrase from rpl::producer.
|
2019-10-14 17:37:19 +04:00 |
|
ph.h
|
Allow creating ph::phrase from rpl::producer.
|
2019-10-14 17:37:19 +04:00 |
|
qt_object_factory.h
|
Moved out Ui::CreateChild to separate file.
|
2024-08-28 14:28:51 +03:00 |
|
rect.h
|
Added helpful function to produce QRect with x, y and size.
|
2024-09-04 10:22:01 +03:00 |
|
rect_part.h
|
Initial commit.
|
2019-09-17 17:48:58 +03:00 |
|
round_rect.cpp
|
Renamed rpl::start_with_ with rpl::on_.
|
2025-12-10 21:27:33 +03:00 |
|
round_rect.h
|
Added util to generate path of complex rounded rect.
|
2023-08-14 21:15:36 +03:00 |
|
rp_widget.cpp
|
Add multi-select fields to AccessibilityState
|
2026-07-11 00:36:16 +04:00 |
|
rp_widget.h
|
Add multi-select fields to AccessibilityState
|
2026-07-11 00:36:16 +04:00 |
|
screen_reader_mode.cpp
|
Allow disabling screen reader support.
|
2026-03-25 00:19:42 +07:00 |
|
screen_reader_mode.h
|
Allow disabling screen reader support.
|
2026-03-25 00:19:42 +07:00 |
|
ui_pch.h
|
Use base::weak_qptr / base::make_weak.
|
2025-07-18 10:06:16 +04:00 |
|
ui_rpl_filter.h
|
Added rpl filter to exclude incomplete sizes.
|
2025-02-05 23:10:17 +03:00 |
|
ui_utility.cpp
|
Revert "Add IsOverlapped method"
|
2026-07-03 00:15:49 +04:00 |
|
ui_utility.h
|
Revert "Add IsOverlapped method"
|
2026-07-03 00:15:49 +04:00 |