summaryrefslogtreecommitdiff
path: root/testing/toxic/windows.h
AgeCommit message (Collapse)Author
2013-08-18reduce number of windows, use consistent namingAaron Lipinski
2013-08-18remove WINDOW_STATUS, simplify adding and selecting chat windowsAaron Lipinski
2013-08-16Passed everything through astyle.irungentoo
2013-08-15Merge fixMichael Rose
2013-08-15add dhtstatus windowAaron Lipinski
2013-08-14Fixed small compile error on my end.irungentoo
2013-08-15remove temporary callbacks from refactoringAaron Lipinski
2013-08-15move windows functions to its own fileAaron Lipinski
2013-08-15add header guard and includes to windows.hAaron Lipinski
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-08fix magic numbersJfreegman
2013-08-05added ability to close and reopen chat windows & other minor changesJfreegman
2013-07-31toxic: Made everything 1000x more userfriendly.plutooo
2013-07-31Added chat windows, and some clean up.plutooo
2013-07-29Initial commit for Toxic, a new curses interface for Tox.plutooo
Still a work-in-progress.