Romain Vimont
cc4a015256
Add empty lines around code blocks
...
And fix spaces (do not randomly use non-breaking spaces for
indentation).
2018-03-10 16:24:03 +01:00
Siddharth Dushantha
8476b4aab8
removed "$" and changed Mac OS ---> MacOS
2018-03-10 15:34:59 +01:00
Siddharth Dushantha
a1491862e4
added "$" in front of terminal commands
2018-03-10 09:12:47 +01:00
Romain Vimont
c87d94ee27
Map middle-click to HOME
...
Middle-click is useless in practice. Use it for HOME.
2018-03-10 00:44:19 +01:00
Romain Vimont
675704c71c
Map right-click to BACK if screen is on
...
Right-click was used to turn the screen on. It did nothing when the
screen was already on.
Instead, in that case, press BACK (like Vysor).
Suggested by: <https://www.reddit.com/r/Android/comments/834zmr/introducing_scrcpy_an_app_to_display_and_control/dvfueft/ >
2018-03-10 00:16:29 +01:00
Romain Vimont
e8b8a570e7
Document ./run script usage
...
Indicate how to run the app from the build directory in README. It's
convenient during development.
2018-03-08 14:53:18 +01:00
Romain Vimont
0e9a76c0c4
Add link to blog article in README
2018-03-08 12:31:26 +01:00
Romain Vimont
f9f305d19d
Update release checksums in README
2018-03-08 11:34:54 +01:00
Romain Vimont
727d1ef1e2
Add developer documentation
...
And update README.
2018-03-08 10:27:40 +01:00
Romain Vimont
e2a7abcd53
Implement clipboard paste
...
Paste computer clipboard to the device on Ctrl+v.
The other direction (pasting the device clipboard to the computer) is
not implemented. It would require a communication channel from the
device to the computer, other than the socket used by the video stream.
2018-03-07 18:07:02 +01:00
Romain Vimont
e3f5d3b49b
Double the default bitrate
...
Set the default video bitrate to 8Mbps. This greatly increase quality on
fast motion, without negative side effects.
2018-03-07 18:04:38 +01:00
Romain Vimont
8ace3d1781
Update README
...
Explain how to build, install and run the application.
2018-03-07 18:04:38 +01:00
Romain Vimont
71c2bfdd22
Parse XPM without SDL_image
...
We encounter some problems with SDL2_image on MSYS2 (Windows), so
implement our own XPM parsing which does not depend on SDL_image.
The input XPM is considered safe (it's in our source repo), so do not
check XPM format errors. This implies that read_xpm() is not safe to
call on any unsafe input.
Although less straightforward, use SDL_CreateRGBSurfaceFrom() instead of
SDL_CreateRGBSurfaceWithFormatFrom() because it is available with SDL
versions older than 2.0.5.
2018-02-05 19:24:33 +01:00
Romain Vimont
52c89c7afb
Add window icon
...
Add a bugdroid icon loaded from an XPM.
2018-02-05 14:46:00 +01:00
Romain Vimont
82ee55845c
Add "make run"
...
To run the app during development, add a recipe "run" to the Makefile.
2018-02-04 12:17:34 +01:00
Romain Vimont
fbf2d34006
Add unit testing instructions in README
2018-01-18 17:28:05 +01:00
Romain Vimont
9d141a7f50
Add README
2017-12-12 16:00:49 +01:00