Rasmus Karlsson
b7266b1640
Fix warnings that occured on linux using clang
2018-04-14 21:59:51 +02:00
fourtf
d0a71f37ed
fixed text copying if a single word is selected
2018-04-11 22:54:34 +02:00
fourtf
c587024c53
Fixes #270 Copying text is broken
2018-04-11 22:54:34 +02:00
fourtf
3ba55ee511
selections now render over all images
2018-04-11 22:54:34 +02:00
fourtf
91d1af6dd9
Fixes #291 links clickable area
2018-04-11 22:54:34 +02:00
fourtf
d2bf99b343
Fixes #276 Color of the moderator buttons are black if the timestamp is disabled
2018-04-11 22:54:34 +02:00
fourtf
fffe9c93c4
fixes #307
2018-04-11 22:54:34 +02:00
fourtf
0322c73eb5
fixed an issue where normal emotes would be redrawn like gif emotes
2018-04-11 22:54:34 +02:00
fourtf
ed50f1835f
added debug information on F10
2018-04-11 22:54:34 +02:00
Rasmus Karlsson
6ea3a1df08
Switch some c-style includes to c++-style includes (i.e. stdint.h to
...
cstdint)
Make MessageElement to a class to fit better with the derived classes.
Make MessageLayoutElement to a class to fit better with the derived
classes.
Remove virtual from override functions
Replace all instances of boost::signals2 with pajlada::Signals. This
lets us properly use clang code model to check for issues.
Add missing virtual destructor to AbstractIrcServer
Add missing virtual destructor to MessageLayoutElement
Remove unused "connectedConnection" connection in TwitchChannel
Fix typo in TrimChannelName function
Fix typo in MessageParseArgs
Replace some raw pointers with unique pointers where it made more sense.
This allowed us to remove some manually written destructors whose only
purpose was to delete that raw pointer.
Reformat: Add namespace comments
Reformat: Add empty empty lines between main namespace beginning and end
Reformat: Re-order includes
Reformat: Fix some includes that used quotes where they should use angle
brackets
Reformat: Replace some typedef's with using's
Filter out more useless warnings
2018-04-11 22:54:34 +02:00
Rasmus Karlsson
4888178079
Reformat
2018-04-11 22:54:34 +02:00
fourtf
05335c6440
removed the chrome style tabs
2018-04-11 22:54:34 +02:00
Rasmus Karlsson
9a4ee07ed4
Fixed an issue where Badges and emotes were not rendered transparently in disabled messages
...
I'm a master programmator
Fixes #300
2018-04-11 22:54:34 +02:00
Rasmus Karlsson
010c061a25
Fixes the previous "Disabled message" behaviour
...
Fixes #295
2018-04-11 22:54:34 +02:00
Rasmus Karlsson
9886021c6a
Add "Timeout action" setting
2018-04-11 22:54:34 +02:00
fourtf
e047a55da8
fixed compiling on macos
2018-02-05 23:56:16 +01:00
fourtf
b351c40d29
refactored irc
2018-02-05 15:11:50 +01:00
fourtf
643486da14
enabled compact emtoes again
2018-01-28 16:29:47 +01:00
fourtf
3d479e4c83
fixed template compilation on mingw
2018-01-28 15:28:02 +01:00
fourtf
f474db9443
minor changes in MessageLayout
2018-01-28 04:07:45 +01:00
fourtf
431b9a8c1f
Merge branch 'master' of https://github.com/fourtf/chatterino2
2018-01-28 03:39:47 +01:00
fourtf
591ab4d8da
simplified message.cpp
2018-01-28 03:29:42 +01:00
fourtf
f42d48860c
fixes #249
2018-01-23 22:51:15 +01:00
fourtf
0f4ec70bf3
Fixes #53 last read message indicator
2018-01-23 22:48:33 +01:00
fourtf
418189d39c
Fixes #230 appearence settings not updating
2018-01-23 22:00:58 +01:00
fourtf
8a77f918f6
fixed timestamps not updating when changed in the settings
2018-01-23 21:56:25 +01:00
fourtf
3104aae80a
fixed crash
2018-01-19 23:41:02 +01:00
Rasmus Karlsson
03ff2205fa
test code
2018-01-19 22:45:33 +01:00
fourtf
b3951262c8
messages refresh when toggeling the button
2018-01-17 17:02:34 +01:00
fourtf
e694214243
added toggle for moderation mode
2018-01-17 16:52:51 +01:00
fourtf
6d6b99f3ef
added moderation buttons
2018-01-17 14:14:31 +01:00
nuuls
6f95a219a7
fixed it
2018-01-16 22:37:06 +01:00
fourtf
0ca916717c
added basic buggy text copying
2018-01-16 02:39:31 +01:00
fourtf
385f9e44d0
fixed text selection color
2018-01-16 00:34:32 +01:00
fourtf
a190eda075
fixed text selection
2018-01-16 00:26:04 +01:00
fourtf
6701c3d0b2
fixed compiling
2018-01-15 04:08:48 +01:00
fourtf
c79f88ed10
fixed gif emotes being offset
2018-01-13 03:08:31 +01:00
fourtf
9703cf6ad4
fixed gif emotes not drawing
2018-01-13 02:13:59 +01:00
fourtf
40733ca312
fixed disabled messages not being greyed out
2018-01-13 02:03:53 +01:00
fourtf
a7fa4160e8
added define for myself
2018-01-11 20:26:32 +01:00
fourtf
10850c0ec7
I BROKE EVERYTHING
...
refactored the rendering process
2018-01-11 20:17:41 +01:00