1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 16:17:46 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
irungentoo
9dce121a76 Passed everything through astyle. 2013-08-16 13:11:09 -04:00
Michael Rose
399dd33b97 Merge fix 2013-08-15 12:11:48 +02:00
Aaron Lipinski
662b1f2bac add dhtstatus window 2013-08-15 12:02:57 +12:00
irungentoo
56210d46f9 Fixed small compile error on my end. 2013-08-14 08:56:29 -04:00
Aaron Lipinski
4a3292a32b remove temporary callbacks from refactoring 2013-08-15 00:36:31 +12:00
Aaron Lipinski
722d272128 move windows functions to its own file 2013-08-15 00:36:30 +12:00
Aaron Lipinski
063523a042 add header guard and includes to windows.h 2013-08-15 00:36:30 +12:00
Chris Hall
8687a54a87 Messenger refactor - redid work from pull request 79
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-12 21:37:38 +12:00
Jfreegman
30377630ee added /me actions to toxic 2013-08-08 15:01:33 -04:00
Jfreegman
297ee1ecaa fix magic numbers 2013-08-08 04:51:58 -04:00
Jfreegman
765a722c90 added ability to close and reopen chat windows & other minor changes 2013-08-05 01:57:29 -04:00
plutooo
9559e37cfb toxic: Made everything 1000x more userfriendly. 2013-07-31 11:20:16 -07:00
plutooo
7290527cdc Added chat windows, and some clean up. 2013-07-31 10:20:03 -07:00
plutooo
1974fa23d2 Initial commit for Toxic, a new curses interface for Tox.
Still a work-in-progress.
2013-07-29 16:32:39 -07:00