Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-23 | Remove toxic from core repository | jin-eld | |
New location is: https://github.com/Tox/toxic | |||
2013-08-22 | Make wide character support optional | Manuel Argüelles | |
Issue #514. FindCursesw modified to make it simpler. Wide character can be disable by passing NO_WIDECHAR=ON. | |||
2013-08-21 | Add wide char support in toxic (issue #440) | Manuel Argüelles | |
Set current locale, use of get_wch instead of getch for reading, use wctomb and friends to convert back from wchar_t, link with cursesw. Unicode support is only added to chat windows. | |||
2013-08-20 | Refactor of core done. | irungentoo | |
2013-08-18 | reduce number of windows, use consistent naming | Aaron Lipinski | |
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 | Merge fix | Michael Rose | |
2013-08-15 | add dhtstatus window | Aaron Lipinski | |
2013-08-14 | Fixed small compile error on my end. | irungentoo | |
2013-08-15 | remove temporary callbacks from refactoring | Aaron Lipinski | |
2013-08-15 | move windows functions to its own file | Aaron Lipinski | |
2013-08-15 | add header guard and includes to windows.h | Aaron Lipinski | |
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-08 | fix magic numbers | Jfreegman | |
2013-08-05 | added ability to close and reopen chat windows & other minor changes | Jfreegman | |
2013-07-31 | toxic: Made everything 1000x more userfriendly. | plutooo | |
2013-07-31 | Added chat windows, and some clean up. | plutooo | |
2013-07-29 | Initial commit for Toxic, a new curses interface for Tox. | plutooo | |
Still a work-in-progress. |