Rasmus Karlsson
|
57d6583a2b
|
refactor: add explicit this-> where possible
I have knowingly skipped some files/portions of files where this would
create merge conflicts for other open PRs.
|
2025-12-30 14:59:12 +01:00 |
|
nerix
|
c5b0669812
|
refactor: turn Emotes into EmoteController (#6516)
* refactor: turn `Emotes` into `EmoteController`
* changelog
* why does clang-format do this???
* nit: remove unused include from EmoteController.hpp
---------
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2025-10-04 10:05:27 +00:00 |
|
droidicus
|
1c9090d350
|
Add emote completion widget filter for only zero-width emotes using :~ (#6362)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2025-08-10 11:21:52 +02:00 |
|
pajlada
|
89483e4c05
|
fix: don't autocomplete commands mid-sentence (#6273)
|
2025-06-28 21:16:44 +02:00 |
|
pajlada
|
8acca1c241
|
fix: don't indent inner namespaces (#6235)
|
2025-05-25 12:28:14 +02:00 |
|
Mm2PL
|
33a5419350
|
Forward declare some things to speed up compile (#6162)
* Forward declare NativeMessagingServer and use a unique_ptr
* Forward declare GenericListModel to save on unneeded includes of its
header
|
2025-05-18 15:30:02 +00:00 |
|
Ilya Zlobintsev
|
63f363e5a9
|
Deduplicate emotes by name in smart tab emote completion strategy (#5705)
|
2024-11-12 14:41:12 +00:00 |
|
nerix
|
bbcd8c5eb2
|
fix: get rid of some more warnings (#5672)
|
2024-10-27 12:42:23 +00:00 |
|
nerix
|
9ba7ef324d
|
fix: support completing emotes starting with : (#5603)
|
2024-10-06 09:29:52 +00:00 |
|
nerix
|
820aa12af6
|
refactor: load Twitch emotes from Helix (#5239)
|
2024-09-01 11:22:54 +02:00 |
|
pajlada
|
5deec1f02f
|
chore: remove Singleton & replace getIApp with getApp (#5514)
|
2024-07-21 13:09:59 +00:00 |
|
pajlada
|
9d02fa14ed
|
fix: Don't attempt to put the broadcaster username at the top (#5244)
|
2024-03-10 10:49:13 +00:00 |
|
KleberPF
|
86111d59b6
|
Add option always include broadcaster in user completions (#5193)
|
2024-02-24 13:21:29 +00:00 |
|
pajlada
|
5628605de4
|
refactor: Move Emotes to Application (#5120)
|
2024-01-21 13:20:21 +00:00 |
|
pajlada
|
4380ef8c5f
|
refactor: Remove most raw accesses into Application (#5104)
|
2024-01-19 17:59:55 +01:00 |
|
Mm2PL
|
fd4cac2c2c
|
Add a new completion API for experimental plugins feature. (#5000)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2023-12-10 13:41:05 +00:00 |
|
Mm2PL
|
6d02bb7304
|
Make emote completion a lot smarter (#4987)
|
2023-11-28 10:06:35 +00:00 |
|
pajlada
|
5b741a8eb6
|
refactor: Remove Emoji's EmojiMap with a vector (#4980)
|
2023-11-26 18:17:58 +00:00 |
|
Daniel Sage
|
b85d666b32
|
fix: Remove tab completion caching of source (#4893)
|
2023-10-13 09:43:16 +00:00 |
|
Daniel Sage
|
4bb196c644
|
fix: Fix username tab completion without @ (#4853)
|
2023-10-01 09:39:18 +00:00 |
|
Daniel Sage
|
4d8b62364d
|
fix: Commands now completable when not starting with / (#4846)
* Add commands to completable inputs when no prefix
|
2023-09-30 11:06:16 +00:00 |
|
Daniel Sage
|
37009e8e6b
|
Consolidate input completion code in preparation for advanced completion strategies (#4639)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2023-09-24 12:17:17 +00:00 |
|