mirror-chatterino2/src
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
..
autogenerated Added Explooosion to contributors list (#3948) 2022-09-04 18:48:35 +00:00
common Include network response body in errors (#3987) 2022-09-11 12:32:08 +00:00
controllers Filtering trailing/leading whitespace in username field in nicknames. (#3946) 2022-09-04 18:58:44 +02:00
debug Add ability to disable precompiled headers with CMake (#2727) 2021-05-08 15:57:00 +02:00
messages feat: add Go to message action in various places (#3953) 2022-09-11 16:37:13 +02:00
providers feat: add Go to message action in various places (#3953) 2022-09-11 16:37:13 +02:00
singletons feat: add Go to message action in various places (#3953) 2022-09-11 16:37:13 +02:00
util chore: warn when parsing environment variable fails (#3904) 2022-08-06 13:38:10 +02:00
widgets feat: add Go to message action in various places (#3953) 2022-09-11 16:37:13 +02:00
.clang-format Chore: Proper Lambda Formatting (#2167) 2020-11-08 12:02:19 +01:00
Application.cpp feat: add settings to toggle BTTV/FFZ global/channel emotes (#3935) 2022-08-28 12:20:47 +02:00
Application.hpp Added interface for highlights to Application (#3808) 2022-06-09 14:37:52 +00:00
BaseSettings.cpp Overhaul highlight system (#3399) 2022-06-05 15:40:57 +00:00
BaseSettings.hpp Overhaul highlight system (#3399) 2022-06-05 15:40:57 +00:00
BaseTheme.cpp feat: add Go to message action in various places (#3953) 2022-09-11 16:37:13 +02:00
BaseTheme.hpp feat: add Go to message action in various places (#3953) 2022-09-11 16:37:13 +02:00
BrowserExtension.cpp Removed unused files IsBigEndian.hpp and rangealgorithm.hpp (#3776) 2022-05-29 10:19:26 +00:00
BrowserExtension.hpp Argument parsing rework (#1940) 2020-09-26 16:03:51 +02:00
CMakeLists.txt Treat reorder warnings as errors (#3944) 2022-09-03 18:12:44 +02:00
ForwardDecl.hpp Add ability to disable precompiled headers with CMake (#2727) 2021-05-08 15:57:00 +02:00
main.cpp Purged kraken (#3578) 2022-02-28 14:59:10 +00:00
PrecompiledHeader.hpp Add setting to limit number of historical messages to load on connect (#2252) 2020-12-06 13:04:49 +01:00
RunGui.cpp Set window icon in the whole application instead of in BaseWindow (#3554) 2022-01-30 16:08:02 +01:00
RunGui.hpp this commit is too big 2018-08-02 14:23:27 +02:00