summaryrefslogtreecommitdiff
path: root/testing/toxic/windows.c
AgeCommit message (Collapse)Author
2013-08-22Make wide character support optionalManuel Argüelles
Issue #514. FindCursesw modified to make it simpler. Wide character can be disable by passing NO_WIDECHAR=ON.
2013-08-21Add 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-20astyle --options=tools/astylerc -r ./*.{c,h}irungentoo
2013-08-20Refactor of core done.irungentoo
2013-08-19fix tab bar bugsJfreegman
2013-08-18remove callback introduced temporarily during refactoringAaron Lipinski
2013-08-18reduce number of windows, use consistent namingAaron Lipinski
2013-08-18remove WINDOW_STATUS, simplify adding and selecting chat windowsAaron Lipinski
2013-08-17Messenger stores / loads nicknameMichael Rose
new toxic command to show nickname (mynick)
2013-08-16Passed everything through astyle.irungentoo
2013-08-15Merge fixMichael Rose
2013-08-15add dhtstatus windowAaron Lipinski
2013-08-14small bug fixesJfreegman
2013-08-15remove temporary callbacks from refactoringAaron Lipinski
2013-08-15move windows functions to its own fileAaron Lipinski