Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | astyle --options=tools/astylerc -r ./*.{c,h} | irungentoo | |
2013-08-20 | Refactor of core done. | irungentoo | |
2013-08-19 | fix tab bar bugs | Jfreegman | |
2013-08-18 | remove callback introduced temporarily during refactoring | Aaron Lipinski | |
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-17 | Messenger stores / loads nickname | Michael Rose | |
new toxic command to show nickname (mynick) | |||
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 | small bug fixes | Jfreegman | |
2013-08-15 | remove temporary callbacks from refactoring | Aaron Lipinski | |
2013-08-15 | move windows functions to its own file | Aaron Lipinski | |