.. |
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
|
Refactor ToxWindows
|
2018-10-19 17:43:06 -04:00 |
audio_call.h
|
Use (void) in prototypes instead of ().
|
2018-09-13 23:47:47 +00:00 |
audio_device.c
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
audio_device.h
|
Use (void) in prototypes instead of ().
|
2018-09-13 23:47:47 +00:00 |
autocomplete.c
|
Partially fix autocomplete behaviour for input with spaces
|
2019-02-17 17:25:34 -05:00 |
autocomplete.h
|
Fix bug where autocomplete added a forward slash to files with no extension
|
2018-10-17 18:00:09 -04:00 |
avatars.c
|
Convert deprecated uppercase enums to camelcase
|
2018-10-10 13:34:17 -04:00 |
avatars.h
|
Convert deprecated uppercase enums to camelcase
|
2018-10-10 13:34:17 -04:00 |
bootstrap.c
|
Convert deprecated uppercase enums to camelcase
|
2018-10-10 13:34:17 -04:00 |
bootstrap.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
chat_commands.c
|
No longer require quotes to enclose paths
|
2018-10-17 18:00:08 -04:00 |
chat_commands.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
chat.c
|
Refactor ToxWindows
|
2018-10-19 17:43:06 -04:00 |
chat.h
|
Refactor ToxWindows
|
2018-10-19 17:43:06 -04:00 |
configdir.c
|
Update astylerc to match toxcore & reformat all source files
|
2018-07-18 11:33:16 -04: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
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
execute.c
|
Add config option to set data file auto-save frequency
|
2018-10-30 18:22:30 -04:00 |
execute.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
file_transfers.c
|
Convert deprecated uppercase enums to camelcase
|
2018-10-10 13:34:17 -04:00 |
file_transfers.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
friendlist.c
|
re-init AV for unblocked contacts
|
2018-10-20 02:56:37 -04:00 |
friendlist.h
|
Refactor ToxWindows
|
2018-10-19 17:43:06 -04:00 |
global_commands.c
|
Remove ability to set note with status command
|
2018-10-17 18:00:08 -04:00 |
global_commands.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
group_commands.c
|
No longer require quotes for commands that take strings as arguments
|
2018-10-17 18:00:07 -04:00 |
group_commands.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
groupchat.c
|
Refactor ToxWindows
|
2018-10-19 17:43:06 -04:00 |
groupchat.h
|
Refactor ToxWindows
|
2018-10-19 17:43:06 -04:00 |
help.c
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
help.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
input.c
|
Update astylerc to match toxcore & reformat all source files
|
2018-07-18 11:33:16 -04:00 |
input.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
line_info.c
|
Update astylerc to match toxcore & reformat all source files
|
2018-07-18 11:33:16 -04:00 |
line_info.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
log.c
|
Update astylerc to match toxcore & reformat all source files
|
2018-07-18 11:33:16 -04:00 |
log.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
message_queue.c
|
Convert deprecated uppercase enums to camelcase
|
2018-10-10 13:34:17 -04:00 |
message_queue.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
misc_tools.c
|
Add enum for file_type() and a little cleanup
|
2018-10-17 18:00:08 -04:00 |
misc_tools.h
|
Fix bug where autocomplete added a forward slash to files with no extension
|
2018-10-17 18:00:09 -04:00 |
name_lookup.c
|
Use (void) in prototypes instead of ().
|
2018-09-13 23:47:47 +00:00 |
name_lookup.h
|
Automatically update DHT nodeslist
|
2016-09-20 00:00:09 -04:00 |
notify.c
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
notify.h
|
Use (void) in prototypes instead of ().
|
2018-09-13 23:47:47 +00:00 |
osx_video.h
|
Use (void) in prototypes instead of ().
|
2018-09-13 23:47:47 +00:00 |
osx_video.m
|
Convert deprecated uppercase enums to camelcase
|
2018-10-10 13:34:17 -04:00 |
prompt.c
|
Refactor ToxWindows
|
2018-10-19 17:43:06 -04:00 |
prompt.h
|
Refactor ToxWindows
|
2018-10-19 17:43:06 -04:00 |
python_api.c
|
Update astylerc to match toxcore & reformat all source files
|
2018-07-18 11:33:16 -04:00 |
python_api.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
qr_code.c
|
Update astylerc to match toxcore & reformat all source files
|
2018-07-18 11:33:16 -04:00 |
qr_code.h
|
Add an option to disable qr codes
|
2018-06-16 05:07:16 +02:00 |
settings.c
|
Add config option for the notification timeout duration
|
2018-11-10 08:54:59 -05:00 |
settings.h
|
Add config option for the notification timeout duration
|
2018-11-10 08:54:59 -05:00 |
term_mplex.c
|
Remove ability to set note with status command
|
2018-10-17 18:00:08 -04:00 |
term_mplex.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
toxic_strings.c
|
Add missing braces to if/for/while blocks.
|
2018-07-18 15:56:21 +00:00 |
toxic_strings.h
|
Improve readability of defines
|
2018-10-08 13:39:04 -04:00 |
toxic.c
|
Add config option for the notification timeout duration
|
2018-11-10 08:54:59 -05:00 |
toxic.h
|
Convert deprecated uppercase enums to camelcase
|
2018-10-10 13:34:17 -04:00 |
video_call.c
|
Convert deprecated uppercase enums to camelcase
|
2018-10-10 13:34:17 -04:00 |
video_call.h
|
Use (void) in prototypes instead of ().
|
2018-09-13 23:47:47 +00:00 |
video_device.c
|
Convert deprecated uppercase enums to camelcase
|
2018-10-10 13:34:17 -04:00 |
video_device.h
|
Use (void) in prototypes instead of ().
|
2018-09-13 23:47:47 +00:00 |
windows.c
|
Check if pointer is null before accessing
|
2018-10-28 07:09:37 -04:00 |
windows.h
|
Refactor ToxWindows
|
2018-10-19 17:43:06 -04:00 |
xtra.c
|
Cleanup xtra.c
|
2018-09-27 03:41:58 -04:00 |
xtra.h
|
Cleanup xtra.c
|
2018-09-27 03:41:58 -04:00 |