mirror-chatterino2/src/util
2023-05-27 10:38:25 +00:00
..
serialize Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
AttachToConsole.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
AttachToConsole.hpp added missing files 2021-03-13 12:40:43 +01:00
Clamp.hpp removed appbase directory 2019-10-07 15:46:41 +02:00
Clipboard.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
Clipboard.hpp Some fixes related to clipboard (#2405) 2021-02-06 15:47:09 +01:00
CombinePath.hpp removed appbase directory 2019-10-07 15:46:41 +02:00
ConcurrentMap.hpp added brace wrapping after if and for 2018-10-21 13:43:02 +02:00
DebugCount.cpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
DebugCount.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
DisplayBadge.cpp Add ability to highlight messages based on user badges (#1704) 2021-05-02 22:08:08 +00:00
DisplayBadge.hpp Add ability to disable precompiled headers with CMake (#2727) 2021-05-08 15:57:00 +02:00
DistanceBetweenPoints.hpp removed appbase directory 2019-10-07 15:46:41 +02:00
ExponentialBackoff.hpp Use an exponential backoff when deciding how long we need to wait for reconnects (#2892) 2021-06-20 13:29:52 +00:00
FormatTime.cpp Optimize formatTime utility (#3777) 2022-05-29 11:54:42 +00:00
FormatTime.hpp Handle conversion of historical CLEARCHAT messages to NOTICE messages in Chatterino instead of relying on the Recent Messages API to handle it for us (#1804) 2020-07-18 14:12:11 +02:00
FunctionEventFilter.cpp removed appbase directory 2019-10-07 15:46:41 +02:00
FunctionEventFilter.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
FuzzyConvert.cpp removed appbase directory 2019-10-07 15:46:41 +02:00
FuzzyConvert.hpp removed appbase directory 2019-10-07 15:46:41 +02:00
Helpers.cpp Templatize localizeNumbers (#4412) 2023-02-25 12:44:45 +01:00
Helpers.hpp Templatize localizeNumbers (#4412) 2023-02-25 12:44:45 +01:00
IncognitoBrowser.cpp Use AssocQueryString instead of directly querying the registry (#4362) 2023-02-10 21:21:09 -05:00
IncognitoBrowser.hpp Flatten util/IncognitoBrowser.{h,c}pp (#4280) 2023-01-01 12:06:34 +00:00
InitUpdateButton.cpp Chore: Proper Lambda Formatting (#2167) 2020-11-08 12:02:19 +01:00
InitUpdateButton.hpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
IrcHelpers.hpp Store serverReceivedTime in messages (#3735) 2022-05-15 06:08:28 +00:00
LayoutCreator.hpp Disable formatting on "contested lines" (#3714) 2022-05-07 14:57:26 +00:00
LayoutHelper.cpp moved navigation to the right 2020-10-23 09:33:44 +02:00
LayoutHelper.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
NuulsUploader.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
NuulsUploader.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
Overloaded.hpp Add CI workflow to check line endings of all source files (#2082) 2020-10-18 15:54:48 +02:00
PersistSignalVector.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
PostToThread.hpp feat: Live Emote Updates for 7TV (#4090) 2022-11-13 12:07:41 +01:00
QObjectRef.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
QStringHash.hpp Massage includes some more (#4294) 2023-01-08 12:07:06 +00:00
Qt.hpp Fix Qt::SkipEmptyParts deprecation warning (#3726) 2022-05-14 10:11:39 +00:00
RapidjsonHelpers.cpp Replace std::string with QString in rapidjson and PubSub Client (#3018) 2021-07-18 12:37:53 +00:00
RapidjsonHelpers.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
RapidJsonSerializeQString.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
RatelimitBucket.cpp Rate limit outgoing JOIN messages (#3115) 2021-08-04 21:18:34 +00:00
RatelimitBucket.hpp Massage includes some more (#4294) 2023-01-08 12:07:06 +00:00
RemoveScrollAreaBackground.hpp Fixed deprecated method QPalette::{Fore,Back}ground (#2510) 2021-03-13 16:03:16 +01:00
SampleData.cpp fix sample redemption messages (#4165) 2022-11-19 14:59:10 +00:00
SampleData.hpp Simplify code for fake debug messages (#3775) 2022-05-29 12:53:22 +00:00
SharedPtrElementLess.hpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
SplitCommand.cpp Fix quotation and handling of additional streamlink options (#2495) 2021-03-06 19:56:36 +01:00
SplitCommand.hpp Fix quotation and handling of additional streamlink options (#2495) 2021-03-06 19:56:36 +01:00
StandardItemHelper.hpp Add ability to disable precompiled headers with CMake (#2727) 2021-05-08 15:57:00 +02:00
StreamerMode.cpp Add an indicator in the title bar if Streamer Mode is active (#4410) 2023-05-27 10:38:25 +00:00
StreamerMode.hpp Added more streaming software to streamer mode binaries list (#3740) 2022-05-28 12:17:42 +00:00
StreamLink.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
StreamLink.hpp changed to 80 max column 2018-08-06 21:17:03 +02:00
ThreadGuard.hpp Add Thread Guard for debugging simple threading issues (#4254) 2022-12-24 11:32:08 +01:00
Twitch.cpp Migrate /color command to Helix API (#3988) 2022-09-16 21:15:28 +00:00
Twitch.hpp Migrate /color command to Helix API (#3988) 2022-09-16 21:15:28 +00:00
TypeName.hpp chore: warn when parsing environment variable fails (#3904) 2022-08-06 13:38:10 +02:00
WindowsHelper.cpp Use AssocQueryString instead of directly querying the registry (#4362) 2023-02-10 21:21:09 -05:00
WindowsHelper.hpp Respect PCH Setting in Windows CI (#4472) 2023-03-23 23:04:16 +01:00