460 Commits (419c869c9c276022bd6ec9ac9dd8523a20c6db8a)

Author SHA1 Message Date
Romain Vimont 419c869c9c Use ARRAY_LEN() macro in tests
7 years ago
Romain Vimont 929bf48c7e Add tests for command-line parsing
7 years ago
Romain Vimont d950383b72 Move command-line parsing to a separate file
7 years ago
Romain Vimont 61274a7cdb Factorize integer argument parsing
7 years ago
Romain Vimont 64bcac9157 Refuse to push a non-regular file server
7 years ago
Romain Vimont 3259c60b22 Fix test compilation on mingw
7 years ago
Romain Vimont eb0f339271 Add shortcut to rotate screen
7 years ago
Yu-Chen Lin fbc86a616c Correct coding style
7 years ago
Yu-Chen Lin b2bf25c52c Add test_buffer_util
7 years ago
Yu-Chen Lin 5eeaed09ae Add test_strquote
7 years ago
Romain Vimont 3100533e56 Fix "natural scrolling"
7 years ago
Romain Vimont 15a206b7fc Assert return value of mutex functions
7 years ago
Romain Vimont d0f5a7fd9f Remove unused includes
7 years ago
Romain Vimont 510caff0cd Replace SDL_assert() by assert()
7 years ago
Romain Vimont b5ebb234dd Replace BUILD_DEBUG by NDEBUG
7 years ago
Romain Vimont 73e8ec1b35 Remove path argument from cmd_execute()
7 years ago
Romain Vimont 8dc11a0286 Fix warnings on Windows
7 years ago
Romain Vimont 06104a701b Fix windows build
7 years ago
Romain Vimont 31d9d56117 Fix warnings
7 years ago
Romain Vimont dfd0707a29 Move utilities to util/
7 years ago
Romain Vimont 83ace84280 Restore the .jar extension on the device side
7 years ago
Romain Vimont c9d886f38b Use the existing constants for device server path
7 years ago
Romain Vimont c2116082ab Remove deprecated options from help and manpage
7 years ago
Romain Vimont 3599fcaae5 Fix help for --window-width and --window-height
7 years ago
Romain Vimont 18f2e33a8b Fix noconsole.exe
7 years ago
senta2006 7aed5d5b60 Fix typos
7 years ago
Romain Vimont 1d97d7213d Add option --max-fps
7 years ago
Romain Vimont 1b78a77962 Fix error message
7 years ago
Romain Vimont 59073223aa Update manpage for --window-borderless option
7 years ago
Diego Fernando Díaz A 59bc5bc1f5 Add option to disable window decoration
7 years ago
Romain Vimont 9fd7a80a89 Add option to specify the initial window size
7 years ago
Romain Vimont b6e2f8ae00 Update manpage for --window-{x,y} options
7 years ago
Diego Fernando Díaz A ce5635f28c Add option to specify the initial window position
7 years ago
Romain Vimont 771bd8404d Do not write invalid packet duration
7 years ago
Yu-Chen Lin b963a3b9d5 Check client and server mismatch
7 years ago
Romain Vimont aa0f77c898 Accept resize shortcuts on maximized window
7 years ago
Romain Vimont 35c05bb3ce Fix rotation while the window is maximized
7 years ago
Romain Vimont f6f2868868 Handle window events from screen.c
7 years ago
Romain Vimont 6996cbf5d3 Log device disconnection
7 years ago
Romain Vimont b08a98324d Fix segfault on empty file recorded
7 years ago
Romain Vimont c916af0984 Add --prefer-text option
7 years ago
Romain Vimont ff061b4f30 Deprecate short options for advanced features
7 years ago
Romain Vimont 157c60feb4 Fix indentation
7 years ago
Romain Vimont 2d90e1befd Fix include recorder.h
7 years ago
Romain Vimont 0e301ddf19 Factorize scrcpy options and command-line args
7 years ago
Romain Vimont c42ff75b74 Pass screen to mouse event converters
7 years ago
Romain Vimont b0db1178d1 Move event conversion to input_manager
7 years ago
Romain Vimont 8d601d3210 Rename "input_manager" variables to "im"
7 years ago
Romain Vimont 683f7ca848 Document how to attach a debugger to the server
7 years ago
Romain Vimont 120f08ee96 Fix manpage option parameter format
7 years ago