mirror-chatterino2/src/widgets
pajlada cdf85c5084
Message menu now holds a shared pointer to a layout (#1787)
This ensures that the layout will survive for the lifetime of the menu,
     so any of the menu actions can with confidence do things with the
     layout, not having to worry whether it's dead or not.

This means that the user, while having the message menu open, could have
one extra MessageLayout alive. I have ensured that when the menu dies
the reference to the shared pointer dies with it.
2020-07-05 13:52:24 +02:00
..
dialogs Fixed /usercard on linux (#1755) 2020-06-27 12:58:44 +02:00
helper Message menu now holds a shared pointer to a layout (#1787) 2020-07-05 13:52:24 +02:00
settingspages Show thumbnails for live streams inside of the split header tooltip (#1702) 2020-05-24 11:57:15 +02:00
splits Removed help tooltip for splits (#1728) 2020-06-14 12:39:17 +02:00
AccountSwitchPopup.cpp Remove FMT dependency (#1472) 2020-01-03 20:51:37 +01:00
AccountSwitchPopup.hpp adjusted size of user switch popup 2019-09-08 12:43:12 +02:00
AccountSwitchWidget.cpp Update to latest settings library version 2018-11-03 13:00:07 +01:00
AccountSwitchWidget.hpp removed namespaces 2018-06-26 16:37:59 +02:00
AttachedWindow.cpp Improve web extension position (#1717) 2020-06-07 11:33:45 +02:00
AttachedWindow.hpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
BasePopup.cpp Add a "BasePopup" class, which helps add default functionality to any popups (like the search popup) 2019-12-14 12:58:15 +01:00
BasePopup.hpp Add a "BasePopup" class, which helps add default functionality to any popups (like the search popup) 2019-12-14 12:58:15 +01:00
BaseWidget.cpp added checks to mitigate floating point crashes 2020-04-19 21:05:40 +02:00
BaseWidget.hpp removed appbase directory 2019-10-07 15:46:41 +02:00
BaseWindow.cpp BaseWindow: Make sure windowTopMost signal is attached to our list of managed connections 2020-06-14 12:26:23 +02:00
BaseWindow.hpp improve tooltips by only positioning the element once we know it's in… (#1693) 2020-05-24 11:51:16 +02:00
Label.cpp added checks to mitigate floating point crashes 2020-04-19 21:05:40 +02:00
Label.hpp removed appbase directory 2019-10-07 15:46:41 +02:00
Notebook.cpp Remove Debug Output In Many Different Places (#1607) 2020-03-19 18:06:21 +01:00
Notebook.hpp update 2.1.0 2019-08-18 21:21:48 +02:00
Scrollbar.cpp fix typo (#1675) 2020-05-07 00:21:08 +02:00
Scrollbar.hpp Clear highlights scrollbar with messages. 2018-09-02 03:02:12 +03:00
StreamView.cpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
StreamView.hpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
TooltipWidget.cpp renamed getInstance() -> instance() for singletons 2019-10-07 22:42:34 +02:00
TooltipWidget.hpp renamed getInstance() -> instance() for singletons 2019-10-07 22:42:34 +02:00
Window.cpp Makes it possible to hide one man spam (#1496) 2020-02-02 08:31:37 -05:00
Window.hpp Added Preferences item in menu bar for OS X. 2019-06-10 12:43:37 +02:00