scrcpy/app/src
Romain Vimont 3b17ff7c86 Add functions to convert wide char to UTF-8
There was already utf8_to_wide_char(), used to correctly execute
commands on Windows.

Add the reverse converter: utf8_from_wide_char(). We will need it to
build the scrcpy-server path based on the executable directory.
2019-06-11 17:44:07 +02:00
..
android
sys Always use SDL_malloc() and SDL_free() 2019-05-30 22:30:08 +02:00
buffer_util.h Add buffer_read16be() 2019-05-30 22:30:18 +02:00
cbuf.h Add generic circular buffer 2019-05-30 22:30:18 +02:00
command.c Fix comment style 2019-05-31 22:57:12 +02:00
command.h Use consistent variable names 2019-05-31 22:24:17 +02:00
common.h
compat.h Disable X11 compositor bypass 2019-05-05 17:35:00 +02:00
control_msg.c Implement device screen off while mirroring 2019-05-31 23:07:23 +02:00
control_msg.h Implement device screen off while mirroring 2019-05-31 23:07:23 +02:00
controller.c Rename "event" to "message" 2019-05-31 16:18:00 +02:00
controller.h Rename "event" to "message" 2019-05-31 16:18:00 +02:00
convert.c Rename "event" to "message" 2019-05-31 16:18:00 +02:00
convert.h Rename "event" to "message" 2019-05-31 16:18:00 +02:00
decoder.c Add more consts 2019-03-03 12:02:41 +01:00
decoder.h Add more consts 2019-03-03 12:02:41 +01:00
device_msg.c Rename "event" to "message" 2019-05-31 16:18:00 +02:00
device_msg.h Rename "event" to "message" 2019-05-31 16:18:00 +02:00
device.c
device.h Use consistent variable names 2019-05-31 22:24:17 +02:00
events.h
file_handler.c Use cbuf for file handler request queue 2019-05-30 22:30:18 +02:00
file_handler.h Use cbuf for file handler request queue 2019-05-30 22:30:18 +02:00
fps_counter.c Improve framerate counting 2019-06-07 17:16:26 +02:00
fps_counter.h Improve framerate counting 2019-06-07 17:16:26 +02:00
icon.xpm
input_manager.c Improve framerate counting 2019-06-07 17:16:26 +02:00
input_manager.h
lock_util.h Inline lock_util functions 2019-06-07 17:19:00 +02:00
log.h
main.c Add runtime option to render expired frames 2019-06-05 21:39:42 +02:00
net.c Use net_close() to close sockets 2019-05-31 23:33:44 +02:00
net.h
receiver.c Add clipboard logs 2019-05-31 16:18:00 +02:00
receiver.h Add device event receiver 2019-05-30 22:46:52 +02:00
recorder.c Add more consts 2019-03-03 12:02:41 +01:00
recorder.h Use consistent variable names 2019-05-31 22:24:17 +02:00
scrcpy.c Improve framerate counting 2019-06-07 17:16:26 +02:00
scrcpy.h Add runtime option to render expired frames 2019-06-05 21:39:42 +02:00
screen.c Continue on icon loading failure 2019-05-23 20:58:08 +02:00
screen.h
server.c Extract "scrcpy-server.jar" string 2019-06-11 17:44:07 +02:00
server.h Disable server controller if --no-control 2019-06-05 00:25:57 +02:00
str_util.c Add functions to convert wide char to UTF-8 2019-06-11 17:44:07 +02:00
str_util.h Add functions to convert wide char to UTF-8 2019-06-11 17:44:07 +02:00
stream.c Never return 0 for stream protocol 2019-06-11 17:44:07 +02:00
stream.h Stop stream immediately on quit 2019-05-30 22:30:18 +02:00
tiny_xpm.c Check surface returned for icon 2019-05-20 09:44:45 +02:00
tiny_xpm.h
video_buffer.c Improve framerate counting 2019-06-07 17:16:26 +02:00
video_buffer.h Improve framerate counting 2019-06-07 17:16:26 +02:00