1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:57:48 +02:00
toxic/src
2014-07-13 15:34:09 -04:00
..
audio_call.c Fixed conflicts 2014-07-10 01:29:18 +02:00
audio_call.h Now closing the window will end the call 2014-07-04 18:04:03 +02:00
chat_commands.c change tab names: prompt = home, friends = contacts 2014-07-13 15:34:09 -04:00
chat_commands.h improve /help system and add startup welcome message 2014-07-04 03:24:29 -04:00
chat.c change tab names: prompt = home, friends = contacts 2014-07-13 15:34:09 -04:00
chat.h Added VAD, changed device i/o, mute option, dynamic device changing and more 2014-06-22 02:18:23 +02:00
configdir.c general cleanup: rm unused config.h, add license info to device.c/h, add a couple compiler options and fix warnings 2014-06-24 17:47:35 -04:00
configdir.h Added VAD, changed device i/o, mute option, dynamic device changing and more 2014-06-22 02:18:23 +02:00
device.c Fixed conflicts 2014-07-10 01:29:18 +02:00
device.h Fixed conflicts 2014-07-10 01:29:18 +02:00
dns.c create dns loopup threads in detached state & add a few missing error descriptions 2014-07-09 23:40:46 -04:00
dns.h use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang 2014-07-06 22:16:20 -04:00
execute.c use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang 2014-07-06 22:16:20 -04:00
execute.h improve /help system and add startup welcome message 2014-07-04 03:24:29 -04:00
file_senders.c use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang 2014-07-06 22:16:20 -04:00
file_senders.h use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang 2014-07-06 22:16:20 -04:00
friendlist.c change tab names: prompt = home, friends = contacts 2014-07-13 15:34:09 -04:00
friendlist.h fix nick truncating 2014-07-07 19:08:33 -04:00
global_commands.c some code cleanup 2014-07-07 03:12:47 -04:00
global_commands.h use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang 2014-07-06 22:16:20 -04:00
groupchat.c fix window cleanup bugs & give prompt its own cleanup func 2014-07-08 19:24:44 -04:00
groupchat.h Added VAD, changed device i/o, mute option, dynamic device changing and more 2014-06-22 02:18:23 +02:00
help.c change tab names: prompt = home, friends = contacts 2014-07-13 15:34:09 -04:00
help.h improve /help system and add startup welcome message 2014-07-04 03:24:29 -04:00
input.c fix backspace issue on some platforms 2014-06-26 11:19:51 -04:00
input.h refactor chat window input code, misc fixes 2014-06-26 02:52:01 -04:00
line_info.c fix window cleanup bugs & give prompt its own cleanup func 2014-07-08 19:24:44 -04:00
line_info.h use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang 2014-07-06 22:16:20 -04:00
log.c use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang 2014-07-06 22:16:20 -04:00
log.h use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang 2014-07-06 22:16:20 -04:00
misc_tools.c fix potential race conditions 2014-07-09 02:21:01 -04:00
misc_tools.h fix potential race conditions 2014-07-09 02:21:01 -04:00
prompt.c change tab names: prompt = home, friends = contacts 2014-07-13 15:34:09 -04:00
prompt.h fix window cleanup bugs & give prompt its own cleanup func 2014-07-08 19:24:44 -04:00
settings.c manpage fixes/rm redundant comments & make alerts setting more intuitive 2014-06-28 22:05:05 -04:00
settings.h manpage fixes/rm redundant comments & make alerts setting more intuitive 2014-06-28 22:05:05 -04:00
toxic_strings.c use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang 2014-07-06 22:16:20 -04:00
toxic_strings.h Added VAD, changed device i/o, mute option, dynamic device changing and more 2014-06-22 02:18:23 +02:00
toxic.c create dns loopup threads in detached state & add a few missing error descriptions 2014-07-09 23:40:46 -04:00
toxic.h create dns loopup threads in detached state & add a few missing error descriptions 2014-07-09 23:40:46 -04:00
windows.c delete subwindows before parent window on resize to prevent memory leaks 2014-07-09 22:12:51 -04:00
windows.h fix potential race conditions 2014-07-09 02:21:01 -04:00