1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:57:48 +02:00
toxic/src
2013-12-12 13:55:42 +08:00
..
chat_commands.c colour theme changes 2013-12-03 18:01:17 -05:00
chat_commands.h remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
chat.c Fix wchar cursor movement. 2013-12-12 13:43:29 +08: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 split lists up so only commands that work in given window autocomplete 2013-12-09 17:56:20 -05:00
execute.h split lists up so only commands that work in given window autocomplete 2013-12-09 17:56:20 -05:00
friendlist.c replace name_compare with lib function 2013-12-08 01:18:10 -05:00
friendlist.h try to limit scope of globals 2013-11-29 18:52:21 -05:00
global_commands.c change keys toctrl-o and p due to weird bug with ctrl-[ 2013-12-06 22:03:35 -05:00
global_commands.h remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
groupchat.c Fix groupchat cursor movement. 2013-12-12 13:55:42 +08:00
groupchat.h allow groupchat sidebar to scroll 2013-12-03 03:44:02 -05:00
main.c api update to irungentoo/ProjectTox-Core@2d841fb791 2013-12-11 01:51:40 +01:00
misc_tools.c simplify code a bit 2013-12-11 03:29:31 -05:00
misc_tools.h add line history with up/down keys 2013-12-11 00:10:09 -05:00
prompt.c better error handling for failed string conversions 2013-12-12 00:37:29 -05:00
prompt.h busy status mutes beeping 2013-12-09 19:25:09 -05:00
toxic_strings.c ugly partial fix for bug 2013-12-11 05:41:02 -05:00
toxic_strings.h simplify code a bit 2013-12-11 03:29:31 -05:00
toxic_windows change keys toctrl-o and p due to weird bug with ctrl-[ 2013-12-06 22:03:35 -05:00
toxic_windows.h add line history with up/down keys 2013-12-11 00:10:09 -05:00
windows.c add tab auto-complete function for groupchat names 2013-12-07 22:10:32 -05:00