73 Commits (5d17bcf1bc38690739c88ad2b0a069a67c8bedce)

Author SHA1 Message Date
Romain Vimont 2a0730ee9b Add device clipboard set acknowledgement
4 years ago
Romain Vimont 901d837165 Add sequence number to set_clipboard request
4 years ago
Romain Vimont 0427a981e5 Use UINT64_C macro for uint64_t constant in tests
4 years ago
Romain Vimont 9619ade706 Generalize string trunctation util function
4 years ago
Romain Vimont f2781a8b6d Expose util function to truncate first line
4 years ago
Romain Vimont 057c7a4df4 Move str_util to str
4 years ago
Romain Vimont 979ce64dc0 Improve string util API
4 years ago
Romain Vimont 9ec3406568 Add line wrapper
4 years ago
Romain Vimont 6dba1922c1 Add string buffer util
4 years ago
Romain Vimont 27fa23846d Define default options as const struct
4 years ago
Romain Vimont e4d5c1ce36 Move scrcpy option structs to options.h
4 years ago
Romain Vimont 2f03141e9f Add clock tests
5 years ago
Romain Vimont 099cba07f0 Rename queue to sc_queue
5 years ago
Romain Vimont f76fe2c0d4 Fix --lock-video-orientation syntax
5 years ago
Romain Vimont ffc00210e9 Add strlist_contains()
5 years ago
Romain Vimont 55806e7d31 Remove option --render-expired-frames
5 years ago
brunoais 50eecdab28 Add control message to expand settings panel
5 years ago
brunoais 66c581851f Rename control message type to COLLAPSE_PANELS
5 years ago
Romain Vimont d0739911a3 Forward DOWN and UP separately for right-click
5 years ago
Romain Vimont 30e619d37f Replace SDL_strdup() by strdup()
5 years ago
Romain Vimont 94eff0a4bb Fix size_t incorrectly assigned to int
5 years ago
Romain Vimont ab912c23e7 Define feature test macros in common.h
5 years ago
Romain Vimont 59feb2a15c Group common includes into common.h
5 years ago
Romain Vimont 1b76d9fd78 Customize shortcut modifier
5 years ago
Romain Vimont 199c74f62f Declare main() with argc/argv params in tests
6 years ago
xeropresence 3c1ed5d86c Handle repeating keycodes
6 years ago
Romain Vimont 0ba74fbd9a Make scrcpy.h independant of other headers
6 years ago
Romain Vimont 29e5af76d4 Remove fprintf() call in tests
6 years ago
Romain Vimont 245999aec4 Serialize text size on 4 bytes
6 years ago
Romain Vimont d91c5dcfd5 Rename MSG_SERIALIZED_MAX_SIZE to MSG_MAX_SIZE
6 years ago
Romain Vimont d202d7b205 Add unit test for big clipboard device message
6 years ago
Romain Vimont fc1dec0270 Paste on "set clipboard" if possible
6 years ago
Romain Vimont 274b591d18 Fix union typo
6 years ago
Romain Vimont 270d0bf639 Rename max length constant for text injection
6 years ago
George Stamoulis 1982bc439b Add option to lock video orientation
6 years ago
Romain Vimont dc7fcf3c7a Accept port range
6 years ago
Romain Vimont 2a3a9d4ea9 Add util function to parse a list of integers
6 years ago
Romain Vimont ba1b36758e Define SDL_MAIN_HANDLED in all tests
6 years ago
Romain Vimont 419c869c9c Use ARRAY_LEN() macro in tests
6 years ago
Romain Vimont 929bf48c7e Add tests for command-line parsing
6 years ago
Romain Vimont 61274a7cdb Factorize integer argument parsing
6 years ago
Romain Vimont 3259c60b22 Fix test compilation on mingw
6 years ago
Romain Vimont eb0f339271 Add shortcut to rotate screen
6 years ago
Yu-Chen Lin b2bf25c52c Add test_buffer_util
6 years ago
Yu-Chen Lin 5eeaed09ae Add test_strquote
6 years ago
Romain Vimont dfd0707a29 Move utilities to util/
6 years ago
Romain Vimont 6220456def Merge mouse and touch events
6 years ago
Romain Vimont 77f876e29c Add "inject touch" control message
6 years ago
Romain Vimont 53b6ee2cf4 Add generic intrusive FIFO queue
6 years ago
Romain Vimont 12a3bb25d3 Implement device screen off while mirroring
7 years ago