1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:37:46 +02:00
toxic/src
zugz daf794c4a2
Rework audio device handling
We now have at most one input and one output device open at any time,
but can have multiple capture callbacks and multiple output sources.
2020-11-14 00:00:01 +00:00
..
api.c No longer require quotes to enclose paths 2018-10-17 18:00:08 -04:00
api.h No longer require quotes to enclose paths 2018-10-17 18:00:08 -04:00
audio_call.c Rework audio device handling 2020-11-14 00:00:01 +00:00
audio_call.h Fix pointer use after free bug 2020-10-28 23:59:28 -04:00
audio_device.c Rework audio device handling 2020-11-14 00:00:01 +00:00
audio_device.h Rework audio device handling 2020-11-14 00:00:01 +00:00
autocomplete.c Refactor a few complex functions 2020-11-01 15:55:07 -05:00
autocomplete.h modularize string arrays for line completion 2020-11-01 11:29:51 -05:00
avatars.c Fix some issues with file transfers 2020-11-13 19:38:33 -05:00
avatars.h Fix some issues with file transfers 2020-11-13 19:38:33 -05:00
bootstrap.c Refactor a few complex functions 2020-11-01 15:55:07 -05:00
bootstrap.h Improve readability of defines 2018-10-08 13:39:04 -04:00
chat_commands.c Fix some issues with file transfers 2020-11-13 19:38:33 -05:00
chat_commands.h Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
chat.c Rework audio device handling 2020-11-14 00:00:01 +00:00
chat.h Refactor ToxWindows 2018-10-19 17:43:06 -04:00
conference_commands.c Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
conference_commands.h Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
conference.c Use compound literals to zero out structs instead of memset 2020-11-10 21:25:27 -05:00
conference.h Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
configdir.c Revert "Add feature flags and missing #includes." 2020-04-17 19:37:22 +00:00
configdir.h Improve readability of defines 2018-10-08 13:39:04 -04:00
curl_util.c Update astylerc to match toxcore & reformat all source files 2018-07-18 11:33:16 -04:00
curl_util.h Fix regression related to https lookups 2020-10-27 12:34:12 -04:00
execute.c Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
execute.h Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
file_transfers.c Fix some issues with file transfers 2020-11-13 19:38:33 -05:00
file_transfers.h Fix some issues with file transfers 2020-11-13 19:38:33 -05:00
friendlist.c Rework audio device handling 2020-11-14 00:00:01 +00:00
friendlist.h Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
global_commands.c Use compound literals to zero out structs instead of memset 2020-11-10 21:25:27 -05:00
global_commands.h Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
help.c Use compound literals to zero out structs instead of memset 2020-11-10 21:25:27 -05:00
help.h Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
input.c Use enum to identify window types instead of bool variables 2020-11-09 17:01:22 -05:00
input.h Fix unused parameter and unused result warnings 2020-03-15 14:57:00 -04:00
line_info.c Use enum to identify window types instead of bool variables 2020-11-09 17:01:22 -05:00
line_info.h Improve readability of defines 2018-10-08 13:39:04 -04:00
log.c Use compound literals to zero out structs instead of memset 2020-11-10 21:25:27 -05:00
log.h Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
message_queue.c Fix some bugs/issues with the message queue 2020-11-12 11:39:19 -05:00
message_queue.h Refactor message queue 2020-11-11 16:28:50 -05:00
misc_tools.c Use enum to identify window types instead of bool variables 2020-11-09 17:01:22 -05:00
misc_tools.h Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
name_lookup.c Use compound literals to zero out structs instead of memset 2020-11-10 21:25:27 -05:00
name_lookup.h Automatically update DHT nodeslist 2016-09-20 00:00:09 -04:00
notify.c Rework audio device handling 2020-11-14 00:00:01 +00:00
notify.h Fix race condition when window is closed with active notifications 2020-11-10 17:20:40 -05:00
osx_video.h Use (void) in prototypes instead of (). 2018-09-13 23:47:47 +00:00
osx_video.m Add ability to skip words in input field with ctrl-left/right arrow 2020-10-10 11:21:15 -04:00
prompt.c Use compound literals to zero out structs instead of memset 2020-11-10 21:25:27 -05:00
prompt.h Reduce size of some large stack memory allocations 2020-10-25 13:48:14 -04:00
python_api.c Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
python_api.h Improve readability of defines 2018-10-08 13:39:04 -04:00
qr_code.c modularize string arrays for line completion 2020-11-01 11:29:51 -05:00
qr_code.h Add an option to disable qr codes 2018-06-16 05:07:16 +02:00
settings.c Fix clashing key bindings 2020-10-13 19:52:43 -04:00
settings.h Fix clashing key bindings 2020-10-13 19:52:43 -04:00
term_mplex.c add missing malloc error checks and fix widechar to char comparison 2020-11-03 00:59:28 -05:00
term_mplex.h Improve readability of defines 2018-10-08 13:39:04 -04:00
toxic_strings.c format fixes 2019-12-07 23:17:02 -05:00
toxic_strings.h Improve readability of defines 2018-10-08 13:39:04 -04:00
toxic.c Rework audio device handling 2020-11-14 00:00:01 +00:00
toxic.h Rename: groupchats -> conferences 2020-11-08 10:08:24 -05:00
video_call.c Rework audio device handling 2020-11-14 00:00:01 +00:00
video_call.h Use (void) in prototypes instead of (). 2018-09-13 23:47:47 +00:00
video_device.c Use compound literals to zero out structs instead of memset 2020-11-10 21:25:27 -05:00
video_device.h Use (void) in prototypes instead of (). 2018-09-13 23:47:47 +00:00
windows.c Fix some issues with file transfers 2020-11-13 19:38:33 -05:00
windows.h Rework audio device handling 2020-11-14 00:00:01 +00:00
xtra.c Replace deprecated usleep function with nanosleep 2020-11-04 22:05:59 -05:00
xtra.h Cleanup xtra.c 2018-09-27 03:41:58 -04:00