FreeRDP/client/SDL
akallabeth 734117351d [aad,avc] unify callbacks to GetAccessToken
The AAD and AVD authentication mechanisms both need an OAuth2 token.
They only differ in the provided arguments, so unify the callbacks into
a single one with variable argument lists.
2023-07-20 14:20:28 +02:00
..
CMakeLists.txt [client,sdl] use std::thread 2023-05-31 11:29:21 +02:00
sdl_channels.cpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_channels.hpp [client,sdl] rename c++ headers to hpp 2023-04-19 11:04:13 +02:00
sdl_disp.cpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_disp.hpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_freerdp.cpp [aad,avc] unify callbacks to GetAccessToken 2023-07-20 14:20:28 +02:00
sdl_freerdp.hpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_kbd.cpp Added the ability to quite the RDP session by pressing "r-ctrl + shift + D". The reason for this is when in full screen I have no way to exit from xrdp if I don't want to close my session. 2023-06-14 08:49:21 +02:00
sdl_kbd.hpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_monitor.cpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_monitor.hpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_pointer.cpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_pointer.hpp [client,sdl] migrate display channel to class 2023-04-19 11:04:13 +02:00
sdl_touch.cpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_touch.hpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_types.hpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_utils.cpp [client,sdl] wrap WinPR event in class 2023-05-31 11:29:21 +02:00
sdl_utils.hpp [client,sdl] wrap WinPR event in class 2023-05-31 11:29:21 +02:00
sdl_webview.cpp [aad,avc] unify callbacks to GetAccessToken 2023-07-20 14:20:28 +02:00
sdl_webview.hpp [aad,avc] unify callbacks to GetAccessToken 2023-07-20 14:20:28 +02:00