Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-18 | remove WINDOW_STATUS, simplify adding and selecting chat windows | Aaron Lipinski | |
2013-08-16 | Passed everything through astyle. | irungentoo | |
2013-08-15 | remove temporary callbacks from refactoring | Aaron Lipinski | |
2013-08-15 | remove externs in favor of includes | Aaron Lipinski | |
2013-08-15 | prefer param over static | Aaron Lipinski | |
Conflicts: testing/toxic/main.c | |||
2013-08-12 | Messenger refactor - redid work from pull request 79 | Chris Hall | |
Moves static state out of Messenger.c and into a Messenger struct Purely stylistic, no functional changes were made. This commit also changed all the callers of Messenger as they now have to pass an instance of the Messenger struct to messenger functions. Also removed some uses of the 'static' keyword at the beginning of function definitions when the function was already declared static, as these caused gcc to whine. | |||
2013-08-08 | added /me actions to toxic | Jfreegman | |
2013-08-07 | Modified clients to properly work with the changes | Maxim Biro | |
2013-08-06 | code format/clean up | Jfreegman | |
2013-08-06 | Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into ↵ | irungentoo | |
JFreegman-master Conflicts: testing/toxic/prompt.c | |||
2013-08-05 | bug fix and added wrapping on friends list | Jfreegman | |
2013-08-05 | chat window deleting and re-adding - it just werks | Jfreegman | |
2013-08-05 | Fixed toxic friends list flicker | joshuaj | |
2013-08-05 | added ability to close and reopen chat windows & other minor changes | Jfreegman | |
2013-08-02 | cursor done better, fixed for chat windows | Jfreegman | |
2013-07-31 | toxic: Made everything 1000x more userfriendly. | plutooo | |
2013-07-31 | Added chat windows, and some clean up. | plutooo | |
2013-07-30 | Fixed a bunch of bugs in TOXIC, added friendlist and more. | plutooo | |