summaryrefslogtreecommitdiff
path: root/testing/toxic/friendlist.c
AgeCommit message (Collapse)Author
2013-08-18remove WINDOW_STATUS, simplify adding and selecting chat windowsAaron Lipinski
2013-08-16Passed everything through astyle.irungentoo
2013-08-15remove temporary callbacks from refactoringAaron Lipinski
2013-08-15remove externs in favor of includesAaron Lipinski
2013-08-15prefer param over staticAaron Lipinski
Conflicts: testing/toxic/main.c
2013-08-12Messenger refactor - redid work from pull request 79Chris 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-08added /me actions to toxicJfreegman
2013-08-07Modified clients to properly work with the changesMaxim Biro
2013-08-06code format/clean upJfreegman
2013-08-06Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into ↵irungentoo
JFreegman-master Conflicts: testing/toxic/prompt.c
2013-08-05bug fix and added wrapping on friends listJfreegman
2013-08-05chat window deleting and re-adding - it just werksJfreegman
2013-08-05Fixed toxic friends list flickerjoshuaj
2013-08-05added ability to close and reopen chat windows & other minor changesJfreegman
2013-08-02cursor done better, fixed for chat windowsJfreegman
2013-07-31toxic: Made everything 1000x more userfriendly.plutooo
2013-07-31Added chat windows, and some clean up.plutooo
2013-07-30Fixed a bunch of bugs in TOXIC, added friendlist and more.plutooo