mirror-chatterino2/src/singletons
nerix be72d73c3d
feat: add Go to message action in various places (#3953)
* feat: add `Go to message` action in search popup

* chore: add changelog entry

* fix: only scroll if the scrollbar is shown

* fix: go to message when view isn't focused

* feat: animate highlighted message

* fix: missing includes

* fix: order of initialization

* fix: add `ChannelView::mayContainMessage` to filter messages

* feat: add `Go to message` action in `/mentions`

* fix: ignore any mentions channel when searching for split

* feat: add `Go to message` action in reply-threads

* fix: remove redundant `source` parameter

* feat: add `Go to message` action in user-cards

* feat: add link to deleted message

* fix: set current time to 0 when starting animation

* chore: update changelog

* fix: add default case (unreachable)

* chore: removed unused variable

* fix: search in mentions

* fix: always attempt to focus split

* fix: rename `Link::MessageId` to `Link::JumpToMessage`

* fix: rename `selectAndScrollToMessage` to `scrollToMessage`

* fix: rename internal `scrollToMessage` to `scrollToMessageLayout`

* fix: deleted message link in search popup

* chore: reword explanation

* fix: use for-loop instead of `std::find_if`

* refactor: define highlight colors in `BaseTheme`

* core: replace `iff` with `if`

* fix: only return if the message found

* Reword/phrase/dot changelog entries

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-09-11 16:37:13 +02:00
..
helper Update gifFrameLength name as suggested by clang-tidy (#3947) 2022-09-04 17:25:34 +00:00
Badges.cpp this commit is too big 2018-08-02 14:23:27 +02:00
Badges.hpp this commit is too big 2018-08-02 14:23:27 +02:00
Emotes.cpp Fixed newly uploaded subscriber emotes not being available (#2992) 2021-07-17 15:18:17 +00:00
Emotes.hpp sync gif emotes of same length 2020-02-16 14:24:11 +01:00
Fonts.cpp removed appbase directory 2019-10-07 15:46:41 +02:00
Fonts.hpp removed appbase directory 2019-10-07 15:46:41 +02:00
Logging.cpp Add logging to experimental IRC (#2996) 2022-07-02 09:42:28 +00:00
Logging.hpp Add logging to experimental IRC (#2996) 2022-07-02 09:42:28 +00:00
NativeMessaging.cpp chore: replace usages of obsolete twitch struct with backing field (#3614) 2022-03-19 11:02:29 +00:00
NativeMessaging.hpp added try catch in nm (#2785) 2021-05-16 16:51:25 +00:00
Paths.cpp Capitalize mentions of Twitch, Chatterino, and IRC in comments and text/settings (#3274) 2021-10-17 15:06:58 +02:00
Paths.hpp Capitalize mentions of Twitch, Chatterino, and IRC in comments and text/settings (#3274) 2021-10-17 15:06:58 +02:00
Resources.cpp moved resources out of Application 2019-09-22 10:54:32 +02:00
Resources.hpp moved resources out of Application 2019-09-22 10:54:32 +02:00
Settings.cpp Added the ability to add nicknames for users (#2981) 2021-07-31 16:15:43 +02:00
Settings.hpp feat: add settings to toggle BTTV/FFZ global/channel emotes (#3935) 2022-08-28 12:20:47 +02:00
Theme.cpp Colorize entire split input header instead of just the channel name (#3379) 2022-01-22 16:23:02 +01:00
Theme.hpp Colorize entire split input header instead of just the channel name (#3379) 2022-01-22 16:23:02 +01:00
Toasts.cpp Update WinToast to the latest version available at 2022-06-25 (#3834) 2022-06-25 10:31:54 +00:00
Toasts.hpp Add ability to disable precompiled headers with CMake (#2727) 2021-05-08 15:57:00 +02:00
TooltipPreviewImage.cpp Update Settings and Signals version (#3398) 2021-12-19 14:57:56 +00:00
TooltipPreviewImage.hpp Update Settings and Signals version (#3398) 2021-12-19 14:57:56 +00:00
Updates.cpp Use flatpak-spawn to run streamlink when running as a flatpak (#3178) 2021-08-21 11:00:01 +00:00
Updates.hpp renamed getInstance() -> instance() for singletons 2019-10-07 22:42:34 +02:00
WindowManager.cpp feat: add Go to message action in various places (#3953) 2022-09-11 16:37:13 +02:00
WindowManager.hpp feat: add Go to message action in various places (#3953) 2022-09-11 16:37:13 +02:00