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

16 Commits

Author SHA1 Message Date
Aaron Lipinski
4a3292a32b remove temporary callbacks from refactoring 2013-08-15 00:36:31 +12:00
Aaron Lipinski
2c81fd5e4b remove externs in favor of includes 2013-08-15 00:36:30 +12:00
Aaron Lipinski
5d07842d96 prefer param over static
Conflicts:
	testing/toxic/main.c
2013-08-15 00:34:22 +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
Maxim Biro
174604a448 Modified clients to properly work with the changes 2013-08-07 18:12:59 -04:00
Jfreegman
5fd1a658bc code format/clean up 2013-08-06 18:27:51 -04:00
irungentoo
2fbe37f7cf Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into JFreegman-master
Conflicts:
	testing/toxic/prompt.c
2013-08-06 10:16:26 -04:00
Jfreegman
9b7dafc16f bug fix and added wrapping on friends list 2013-08-05 18:07:08 -04:00
Jfreegman
6494a4070b chat window deleting and re-adding - it just werks 2013-08-05 16:04:06 -04:00
joshuaj
14fe0b01f6 Fixed toxic friends list flicker 2013-08-05 10:14:44 -07:00
Jfreegman
765a722c90 added ability to close and reopen chat windows & other minor changes 2013-08-05 01:57:29 -04:00
Jfreegman
53f7d9af0d cursor done better, fixed for chat windows 2013-08-02 21:36:01 -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
31e49e2ec5 Fixed a bunch of bugs in TOXIC, added friendlist and more. 2013-07-30 12:47:40 -07:00