tomato/src
2024-10-14 10:16:35 +02:00
..
chat_gui fix file selector month and seconds remaining overflowing 2024-10-07 11:36:00 +02:00
frame_streams adjust hacky camera format selection to preselect the last 2024-10-07 12:07:03 +02:00
auto_dirty.cpp last update fixes 2023-12-27 12:49:52 +01:00
auto_dirty.hpp add auto dirty (save toxfile) + minor stuff 2023-07-29 20:39:31 +02:00
chat_gui4.cpp fix file selector month and seconds remaining overflowing 2024-10-07 11:36:00 +02:00
chat_gui4.hpp update to rmmi 2024-10-06 11:57:14 +02:00
CMakeLists.txt wip sys tray 2024-10-14 10:16:35 +02:00
debug_video_tap.cpp support direct yuv texture upload (limited) and update dvt 2024-10-05 13:53:55 +02:00
debug_video_tap.hpp add video frame type and debug viewer and debug test source 2024-09-28 11:56:47 +02:00
icon.rc add exe icon 2023-07-26 02:02:06 +02:00
image_loader_qoi.cpp improve windows debug conformity 2024-05-29 09:46:35 +02:00
image_loader_qoi.hpp full on qoi 2024-03-06 01:02:59 +01:00
image_loader_sdl_bmp.cpp more sdl upgrade changes 2024-10-05 15:44:29 +02:00
image_loader_sdl_bmp.hpp add sdl bmp image loader 2023-07-30 16:00:55 +02:00
image_loader_sdl_image.cpp more sdl upgrade changes 2024-10-05 15:44:29 +02:00
image_loader_sdl_image.hpp add sdl_image image_loader (untested) 2024-04-16 00:45:12 +02:00
image_loader_stb.cpp improve windows debug conformity 2024-05-29 09:46:35 +02:00
image_loader_stb.hpp add stb png and jpg encoders, untested 2023-10-06 13:16:45 +02:00
image_loader_webp.cpp improve windows debug conformity 2024-05-29 09:46:35 +02:00
image_loader_webp.hpp add stb png and jpg encoders, untested 2023-10-06 13:16:45 +02:00
image_loader.cpp hack in compressor types for sip + a bunch of refactoring and fixes 2023-10-09 21:17:00 +02:00
image_loader.hpp add os inspector and minor stuff 2024-07-16 15:03:37 +02:00
imgui_entt_entity_editor.hpp add os inspector and minor stuff 2024-07-16 15:03:37 +02:00
json_to_config.cpp basic cli args parsing, working plugin paths and semi working configs 2024-05-30 11:46:58 +02:00
json_to_config.hpp basic cli args parsing, working plugin paths and semi working configs 2024-05-30 11:46:58 +02:00
main_screen.cpp fan out camera devices 2024-10-06 21:31:16 +02:00
main_screen.hpp wip sys tray 2024-10-14 10:16:35 +02:00
main.cpp add sdl audio input/output devices and add by default (if audio works) 2024-09-27 17:38:14 +02:00
media_meta_info_loader.cpp update to rmmi 2024-10-06 11:57:14 +02:00
media_meta_info_loader.hpp update to rmmi 2024-10-06 11:57:14 +02:00
message_image_loader.cpp refactor file from messages to objects (#27) 2024-07-31 18:10:52 +02:00
message_image_loader.hpp refactor file from messages to objects (#27) 2024-07-31 18:10:52 +02:00
object_store_ui.cpp improve menus 2024-09-22 12:35:19 +02:00
object_store_ui.hpp add os inspector and minor stuff 2024-07-16 15:03:37 +02:00
os_comps_id.inl refactor file from messages to objects (#27) 2024-07-31 18:10:52 +02:00
os_comps.hpp refactor file from messages to objects (#27) 2024-07-31 18:10:52 +02:00
screen.hpp start screen refactor 2024-01-05 14:47:08 +01:00
sdl_clipboard_utils.cpp more sdl upgrade changes 2024-10-05 15:44:29 +02:00
sdl_clipboard_utils.hpp rework mime types, support pasting file lists, SIP when dropping single files 2024-08-13 16:17:25 +02:00
sdlrenderer_texture_uploader.cpp try to fix android yuv texture uploading 2024-10-05 18:46:55 +02:00
sdlrenderer_texture_uploader.hpp support direct yuv texture upload (limited) and update dvt 2024-10-05 13:53:55 +02:00
start_screen.cpp fix config tox profile path relative to config and load plugins from 2024-08-10 11:46:29 +02:00
start_screen.hpp basic cli args parsing, working plugin paths and semi working configs 2024-05-30 11:46:58 +02:00
stream_manager_ui.cpp fix typo 2024-10-05 17:50:02 +02:00
stream_manager_ui.hpp add stream manager ui 2024-09-27 16:05:16 +02:00
sys_check.cpp improve windows version detecting code 2024-06-07 15:31:56 +02:00
sys_check.hpp add system check and block on new windows versions 2024-06-07 13:43:50 +02:00
sys_tray.cpp wip sys tray 2024-10-14 10:16:35 +02:00
sys_tray.hpp wip sys tray 2024-10-14 10:16:35 +02:00
texture_cache.cpp rework tc and move tcs out of cg into main screen, rework render pp 2024-02-05 16:06:12 +01:00
texture_cache.hpp rework tc and move tcs out of cg into main screen, rework render pp 2024-02-05 16:06:12 +01:00
texture_uploader.hpp support direct yuv texture upload (limited) and update dvt 2024-10-05 13:53:55 +02:00
theme.hpp wire up imgui 2023-07-26 01:11:17 +02:00
tox_av_voip_model.cpp fix messed up sink cleanup 2024-10-05 13:30:47 +02:00
tox_av_voip_model.hpp prep for toxav multithreading 2024-10-05 11:17:44 +02:00
tox_av.cpp prep for toxav multithreading 2024-10-05 11:17:44 +02:00
tox_av.hpp prep for toxav multithreading 2024-10-05 11:17:44 +02:00
tox_avatar_loader.cpp allow toxidenticons for everyone with ID, avatar in chat log 2024-04-23 10:52:57 +02:00
tox_avatar_loader.hpp add avatar texture handling 2023-08-01 18:25:56 +02:00
tox_avatar_manager.cpp ci/cd maintenance 2024-08-10 12:04:43 +02:00
tox_avatar_manager.hpp refactor file from messages to objects (#27) 2024-07-31 18:10:52 +02:00
tox_client.cpp small formatting fixes 2024-06-10 12:11:00 +02:00
tox_client.hpp manual rerun bootstrap option 2024-06-07 10:58:42 +02:00
tox_dht_cap_histo.cpp improve menus 2024-09-22 12:35:19 +02:00
tox_dht_cap_histo.hpp tox private impl + dht caps histo 2023-11-13 16:23:49 +01:00
tox_friend_faux_offline_messaging.cpp update to rmmi 2024-10-06 11:57:14 +02:00
tox_friend_faux_offline_messaging.hpp update to rmmi 2024-10-06 11:57:14 +02:00
tox_private_impl.hpp toxcore update + private interface update 2024-03-11 11:46:18 +01:00
tox_ui_utils.cpp improve menus 2024-09-22 12:35:19 +02:00
tox_ui_utils.hpp manual rerun bootstrap option 2024-06-07 10:58:42 +02:00