mirror-chatterino2/src/widgets
2024-10-02 18:33:36 +02:00
..
dialogs chore: ensure statics are only present once in the final app (#5588) 2024-09-14 12:13:12 +00:00
helper fix: use correct selection index when double-clicking into the void (#5617) 2024-10-02 18:33:36 +02:00
layout refactor: About page (#5287) 2024-03-31 22:04:11 +00:00
listview fix: replace defines with constexpr/const and use more absolute paths for includes (#5527) 2024-08-03 10:00:58 +00:00
settingspages fix: grammar in user highlights page (#5602) 2024-09-24 17:49:00 +00:00
splits fix: only clear reply target when inline replying (#5586) 2024-09-08 22:05:15 +02:00
AccountSwitchPopup.cpp refactor: fix clang-tidy auto*, const&, and curly braces (#5083) 2024-01-14 17:54:52 +01:00
AccountSwitchPopup.hpp Style account switcher to match the current theme (#4817) 2023-09-15 18:44:36 +02:00
AccountSwitchWidget.cpp fix: Fixed account switch not being saved if no other settings were changed (#5558) 2024-08-24 13:02:08 +00:00
AccountSwitchWidget.hpp Fix signal connection nodiscard warnings (#4818) 2023-09-16 11:52:51 +00:00
AttachedWindow.cpp Use Qt's High-DPI scaling on Windows (#4868) 2024-05-12 11:59:14 +00:00
AttachedWindow.hpp refactor: Use override instead of virtual where possible (#4917) 2023-10-25 18:13:48 +02:00
BasePopup.cpp Keyboard integration for Streamlink quality confirmation (#3169) 2021-08-15 15:59:52 +02:00
BasePopup.hpp Keyboard integration for Streamlink quality confirmation (#3169) 2021-08-15 15:59:52 +02:00
BaseWidget.cpp chore: remove Singleton & replace getIApp with getApp (#5514) 2024-07-21 13:09:59 +00:00
BaseWidget.hpp Use Qt's High-DPI scaling on Windows (#4868) 2024-05-12 11:59:14 +00:00
BaseWindow.cpp refactor: load Twitch emotes from Helix (#5239) 2024-09-01 11:22:54 +02:00
BaseWindow.hpp fix(windows): wait for Qt before getting bounds (#5478) 2024-06-23 11:32:12 +00:00
DraggablePopup.cpp Fixed Usercard Popup not floating on tiling WMs on Linux (#3511) 2023-09-16 22:15:01 +02:00
DraggablePopup.hpp Add "pin" action to usercards and reply threads (#4692) 2023-07-01 16:38:55 +00:00
FramelessEmbedWindow.cpp refactor: some Application & style things (#5561) 2024-08-25 15:33:07 +02:00
FramelessEmbedWindow.hpp Use qintptr in QWidget::nativeEvent on Qt 6 (#4376) 2023-02-13 20:45:58 +00:00
Label.cpp chore: remove Singleton & replace getIApp with getApp (#5514) 2024-07-21 13:09:59 +00:00
Label.hpp refactor: Use override instead of virtual where possible (#4917) 2023-10-25 18:13:48 +02:00
Notebook.cpp fix: tristate toggle logic for tab visibilty (#5530) 2024-08-24 09:42:42 +00:00
Notebook.hpp fix: tristate toggle logic for tab visibilty (#5530) 2024-08-24 09:42:42 +00:00
Scrollbar.cpp revert: use max(minimum, min(bottom, value)) over clamp(..) (#5393) 2024-05-13 20:00:50 +02:00
Scrollbar.hpp refactor: cleanup and document Scrollbar (#5334) 2024-05-12 10:52:58 +00:00
TooltipEntryWidget.cpp Use Qt's High-DPI scaling on Windows (#4868) 2024-05-12 11:59:14 +00:00
TooltipEntryWidget.hpp Formalize zero-width emote implementation (#4314) 2023-03-18 12:30:08 -04:00
TooltipWidget.cpp fix: replace defines with constexpr/const and use more absolute paths for includes (#5527) 2024-08-03 10:00:58 +00:00
TooltipWidget.hpp Fix missing parent of tooltips for Wayland (#4998) 2023-12-09 11:28:33 +00:00
Window.cpp fix: remove deprecated Application::getTwitchAbstract (#5560) 2024-08-25 11:38:57 +00:00
Window.hpp Add an indicator in the title bar if Streamer Mode is active (#4410) 2023-05-27 10:38:25 +00:00