1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:37:46 +02:00
toxic/src
2013-12-02 18:34:14 -05:00
..
chat_commands.c fix window related bugs and warn user when max window limit has been reached 2013-11-30 05:35:25 -05:00
chat_commands.h remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
chat.c allow friendlist to scroll up and down if friends overflow the window 2013-12-02 18:23:04 -05:00
chat.h remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
CMakeLists.txt Move sources to an own subdirectory 2013-08-22 23:57:20 +03:00
configdir.c fixed "free(): invalid pointer" when XDG_CONFIG_HOME is set 2013-08-29 17:06:05 +02:00
configdir.h Move sources to an own subdirectory 2013-08-22 23:57:20 +03:00
execute.c remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
execute.h remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
friendlist.c fix for possible divsion by zero 2013-12-02 18:34:14 -05:00
friendlist.h try to limit scope of globals 2013-11-29 18:52:21 -05:00
global_commands.c fix window related bugs and warn user when max window limit has been reached 2013-11-30 05:35:25 -05:00
global_commands.h remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
groupchat.c allow friendlist to scroll up and down if friends overflow the window 2013-12-02 18:23:04 -05:00
groupchat.h try to limit scope of globals 2013-11-29 18:52:21 -05:00
main.c Add option to switch off ipv6. 2013-12-02 22:02:34 +08:00
misc_tools.c allow friendlist to scroll up and down if friends overflow the window 2013-12-02 18:23:04 -05:00
misc_tools.h allow friendlist to scroll up and down if friends overflow the window 2013-12-02 18:23:04 -05:00
prompt.c fix 2013-12-01 17:08:57 -05:00
prompt.h moved misc helper functions to separate file and removed redundant includes 2013-09-20 20:35:03 -04:00
toxic_windows.h allow line editing via arrow keys in chat/groupchat windows 2013-11-30 22:12:43 -05:00
windows.c fixes 2013-11-30 16:09:45 -05:00