Commit graph

3116 commits

Author SHA1 Message Date
Rasmus Karlsson 5614322a08 Add chatterino binary file to .gitignore 2017-05-27 15:38:26 +02:00
Rasmus Karlsson c9c68a4c87 Move clang-format file to the correct path 2017-05-27 14:59:26 +02:00
Rasmus Karlsson 8527219b53 Ignore generated files 2017-05-27 14:58:47 +02:00
fourtf 29015dbf88 fixed it 2017-04-26 20:41:45 +02:00
fourtf 5cdc5de30a refactored limitedqueue 2017-04-26 19:53:12 +02:00
fourtf 95c7ae9f18 fixed message cursor positions 2017-04-24 23:00:26 +02:00
fourtf eb82f5c1e2 fixed mouseover locations 2017-04-24 19:30:23 +02:00
fourtf 980c0b2a93 improved chatwidgetview syntax 2017-04-20 21:34:51 +02:00
Bur0k b6d0776917 Make runnable again (#40)
* Compile before push DansGame

* Initialize them when they are needed, not on startup. This is THREAD-SAFE since C++11

* Changed user to account
2017-04-19 15:25:05 +02:00
Bur0k 38062cb3c5 Renamed User* to Account* (#41) 2017-04-19 15:24:19 +02:00
fourtf 780286582f Merge branch 'master' of https://github.com/fourtf/chatterino2 2017-04-18 02:30:07 +02:00
fourtf c2937eb7b3 renamed "user" to "account" 2017-04-18 02:29:32 +02:00
fourtf 20b0699025 moved stuff to the thing where it should be 2017-04-18 02:12:45 +02:00
fourtf fb87319a0e fixed compiling on linux 2017-04-18 02:07:14 +02:00
fourtf 34b9057f7e fixed compiling 2017-04-18 01:05:59 +02:00
fourtf 99524027d0 fixed the namespace comments 2017-04-14 17:52:22 +02:00
fourtf a0d29ebae8 added namespace comments 2017-04-14 17:47:28 +02:00
fourtf 043ddfafa6 refactored lazyloadedimage 2017-04-14 14:52:31 +02:00
hemirt 5db315b522 dont use windows min max macros (#37)
* windowmanager destructor free _mainwindow, fix save - remove const in
settingsPath that is being written to from ptree tree

* syntax error

* remove destructor, _mainWindow does not need any special cleanup, let OS claim the resource

* nominmax
2017-04-14 14:25:49 +02:00
hemirt 744940ffd5 windowmanager destructor free _mainwindow, fix save - remove const in (#36)
* windowmanager destructor free _mainwindow, fix save - remove const in
settingsPath that is being written to from ptree tree

* syntax error

* remove destructor, singleton, let OS claim the resource as no special cleanup of _mainWindow is not needed
2017-04-14 14:08:57 +02:00
fourtf d96c4a5c91 refactored windowmanager 2017-04-13 19:25:33 +02:00
fourtf 11fed12be1 changed application data path from %appdata%/chatterino to
%appdata%/chatterino2
2017-04-13 18:51:46 +02:00
fourtf 138466035f added basic settings page for accounts 2017-04-13 16:06:23 +02:00
fourtf 96db82e867 refactoring 2017-04-12 17:46:44 +02:00
Rasmus Karlsson 8ef492d7ae reformat channel.cpp KKona 2017-03-11 11:39:59 +01:00
Rasmus Karlsson 0ace6d2bc8 Merge branch 'master' of github.com:fourtf/chatterino2 2017-03-11 11:38:56 +01:00
Rasmus Karlsson 46f432890f Simple logging implemented
Message now stores a copy of the content string
Use .nick() instead of .account() to get the users lowercase name (login name)
2017-03-11 11:38:47 +01:00
fourtf 181fb69a44 started adding text selection 2017-02-17 23:51:35 +01:00
fourtf bfd57121b8 Merge branch 'master' of https://github.com/fourtf/chatterino2 2017-02-09 21:22:32 +01:00
fourtf 8a12869557 triggering travis 2017-02-09 21:21:14 +01:00
fourtf c9a4c44c35 added travis file 2017-02-09 21:18:51 +01:00
hemirt c03705d263 Fix typo (#30) 2017-02-09 00:03:46 +01:00
fourtf 42c459e83f Merge pull request #28 from Bur0k/Clean_LimitedQueue
Cleaned up LimitedQueue and its Snapshot class
2017-02-07 20:48:43 +01:00
Burak Ok 081bce3511 Cleaned up LimitedQueue and its Snapshot class 2017-02-07 20:40:43 +01:00
fourtf 8e99cc81bf nuuls ping NaM 2017-02-07 13:41:38 +01:00
fourtf 5b03712a82 added gif emotes 2017-02-07 00:03:15 +01:00
fourtf 5673efa0db disabled scrolling when scrollbar is invisible 2017-02-06 18:31:25 +01:00
fourtf 33ba35471f added gif frame updating 2017-02-06 17:42:28 +01:00
fourtf bdd03ba3fa Merge branch 'master' of https://github.com/fourtf/chatterino2 2017-02-06 14:52:02 +01:00
fourtf 29e9d00f36 added clangformat.txt and updated readme 2017-02-06 14:47:47 +01:00
Rasmus Karlsson 5dbe6990bd make sure scrollbar doesn't request messages out of scope 2017-02-06 11:38:26 +01:00
fourtf 759e0aea50 added graphics cache for drawn messages 2017-02-03 19:31:51 +01:00
fourtf a92c3dc2a4 fixed having the same chat open multiple times 2017-02-02 23:51:02 +01:00
fourtf c6c90d9f50 added another level of unneeded abstraction 2017-02-02 22:15:09 +01:00
fourtf 93660233fd added limited queue 2017-02-02 20:35:12 +01:00
fourtf 5390272279 added settings for modifying tabs 2017-02-02 02:46:33 +01:00
fourtf 43cf7620ae added settings for theme and theme hue 2017-02-02 01:23:26 +01:00
fourtf 0343371443 fixed settings color 2017-02-02 00:25:57 +01:00
fourtf a09b08f9b0 fixed scrollbars 2017-02-01 16:28:28 +01:00
daniel dd3843cf6d fixed project file for macOS 2017-01-31 22:41:12 +01:00