FreeRDP/client/SDL/SDL2/dialogs
akallabeth b7601ec755
[client,SDL] remove goto usage, replace with RAII
* use std::uniqe_ptr to clean up malloced strings
* use ScopeGuard to run cleanup code whenever the function is exited
2024-09-18 11:48:35 +02:00
..
res [warnings] fix shorten-64-to-32 2024-09-17 16:13:48 +02:00
test [warnings] disable warnings for generated code 2024-08-28 09:18:30 +02:00
CMakeLists.txt [cmake] mark dependency includes SYSTEM 2024-08-26 11:10:49 +02:00
sdl_button.cpp [warnings] fix clang-tidy issues in clients 2024-08-29 15:34:27 +02:00
sdl_button.hpp [warnings] fix clang-tidy issues in clients 2024-08-29 15:34:27 +02:00
sdl_buttons.cpp [client,sdl] merge SDL2 and SDL3 projects 2024-05-16 20:34:11 +02:00
sdl_buttons.hpp fix declaration and implementation parameter names 2024-09-03 12:24:53 +02:00
sdl_connection_dialog.cpp [warnings] fix format nonliteral 2024-09-12 09:08:53 +02:00
sdl_connection_dialog.hpp fix declaration and implementation parameter names 2024-09-03 12:24:53 +02:00
sdl_dialogs.cpp [client,SDL] remove goto usage, replace with RAII 2024-09-18 11:48:35 +02:00
sdl_dialogs.hpp [client,sdl] merge SDL2 and SDL3 projects 2024-05-16 20:34:11 +02:00
sdl_input_widgets.cpp [client,sdl] Use SDL_CreateWindowAndRenderer 2024-05-24 08:59:10 +02:00
sdl_input_widgets.hpp [warnings] fix clang-tidy issues in clients 2024-08-29 15:34:27 +02:00
sdl_input.cpp fix declaration and implementation parameter names 2024-09-03 12:24:53 +02:00
sdl_input.hpp fix declaration and implementation parameter names 2024-09-03 12:24:53 +02:00
sdl_select.cpp [warnings] fix clang-tidy issues in clients 2024-08-29 15:34:27 +02:00
sdl_select.hpp [warnings] fix clang-tidy issues in clients 2024-08-29 15:34:27 +02:00
sdl_selectlist.cpp [client,sdl] Use SDL_CreateWindowAndRenderer 2024-05-24 08:59:10 +02:00
sdl_selectlist.hpp [warnings] fix clang-tidy issues in clients 2024-08-29 15:34:27 +02:00
sdl_widget.cpp [client,sdl] use auto for variable declaration 2024-09-12 13:29:53 +02:00
sdl_widget.hpp [warnings] fix clang-tidy issues in clients 2024-08-29 15:34:27 +02:00