Commit graph

  • f489f7fcad Mention drag & drop for non-APK files in help Romain Vimont 2021-11-07 18:44:07 +0100
  • d72c7076f7 Mention drag & drop APK in README Romain Vimont 2021-11-07 18:48:27 +0100
  • fc64445555 Remove extra space in README Romain Vimont 2021-11-07 18:46:52 +0100
  • f65c3fde69 Fix typos in help Romain Vimont 2021-11-07 18:07:17 +0100
  • 48fcfa96ab Add missing include "common.h" Romain Vimont 2021-11-06 19:26:29 +0100
  • 676fa73d2c Wrap device name and size in a struct Romain Vimont 2021-10-30 19:07:35 +0200
  • 790f04e91f Update README.jp.md to v1.19 Kaleidot725 2021-10-30 18:29:52 +0900
  • 58ea238fb2 Remove unnecessary variable Romain Vimont 2021-10-31 12:20:45 +0100
  • 13c4aa1a3b Disable synthetic mouse events from touch events Romain Vimont 2021-10-31 12:40:51 +0100
  • caf594c90e Split SDL initialization Romain Vimont 2021-10-31 12:11:34 +0100
  • 688477ff65 Move SDL initialization Romain Vimont 2021-10-31 12:03:35 +0100
  • ac539e1312 Set SDL hints before initialization Romain Vimont 2021-10-31 10:35:58 +0100
  • a57c7d3a2b Extract SDL hints Romain Vimont 2021-10-31 10:35:03 +0100
  • d2d18466d4 Factorize SDL event push Romain Vimont 2021-10-30 22:36:56 +0200
  • dae091e3ab Handle SDL_PushEvent() errors Romain Vimont 2021-10-30 20:21:00 +0200
  • 4c4381de4c Use sc_ prefix for size, position and point Romain Vimont 2021-10-30 15:20:39 +0200
  • db484d82db Upgrade gradle build tools to 7.0.2 Romain Vimont 2021-10-30 11:32:48 +0200
  • 0c9666b733 Upgrade Android checkstyle to 9.0.1 Romain Vimont 2021-10-30 11:23:51 +0200
  • 8bf28e9f53 Upgrade Android SDK to 31 Romain Vimont 2021-10-30 11:23:51 +0200
  • 06131ef634 Fix typo in clock comments Romain Vimont 2021-10-29 12:21:34 +0200
  • 34eb10ea0b Define v4l2 option field only if HAVE_V4L2 Romain Vimont 2021-10-27 18:43:47 +0200
  • 27fa23846d Define default options as const struct Romain Vimont 2021-10-27 18:43:47 +0200
  • e4d5c1ce36 Move scrcpy option structs to options.h Romain Vimont 2021-10-27 18:43:47 +0200
  • ac23bec144 Expose socket interruption Romain Vimont 2021-10-26 22:49:45 +0200
  • e5ea13770b Add socket wrapper Romain Vimont 2021-10-26 22:49:45 +0200
  • 3eac212af1 Use net_send() from net_send_all() Romain Vimont 2021-10-26 22:49:45 +0200
  • 3adff37c2d Use sc_ prefix for sockets Romain Vimont 2021-10-26 22:49:45 +0200
  • eb6afe7669 Move net_init() and net_cleanup() upwards Romain Vimont 2021-10-26 22:49:45 +0200
  • 5222f213f4 Update FAQ to mention HID keyboard Romain Vimont 2021-10-21 21:38:01 +0200
  • e4163321f0 Delay HID events on Ctrl+v Romain Vimont 2021-10-21 21:33:15 +0200
  • c96874b257 Synchronize HID keyboard state on first event Romain Vimont 2021-10-21 20:44:19 +0200
  • 511356710d Retrieve device serial for AOA Romain Vimont 2021-10-17 16:58:31 +0200
  • d55015e4cf Expose function to get the device serial Romain Vimont 2021-10-17 16:30:07 +0200
  • 0681480809 Add read_pipe_all() Romain Vimont 2021-10-17 16:20:46 +0200
  • 96b18dabaa Expose adb execution with redirection Romain Vimont 2021-10-17 16:14:33 +0200
  • eaf4afaad9 Add command execution with redirection Romain Vimont 2020-11-14 22:12:07 +0100
  • 207082977a Add support for USB HID keyboard over AOAv2 Alynx Zhou 2021-09-10 18:57:35 +0800
  • f7d1efdf1d Extract mouse processor trait Romain Vimont 2021-10-03 17:44:14 +0200
  • bcf5a9750f Extract keyboard processor trait Romain Vimont 2021-10-03 17:11:20 +0200
  • 056d36ce4a Fix trait header guards Romain Vimont 2021-10-03 17:13:12 +0200
  • bea3197c3f Remove unused markdown link in README Romain Vimont 2021-10-25 18:22:48 +0200
  • d6568f64af Mention SCRCPY_ICON_PATH envvar in README Romain Vimont 2021-10-25 18:21:31 +0200
  • 580f5d8bb9 Add scrcpy icon to README Romain Vimont 2021-10-23 09:29:30 +0200
  • 1e340caf76 Remove legacy scrcpy icon Romain Vimont 2021-10-22 18:51:20 +0200
  • 3d5b31e0cb Add icon source in SVG format Romain Vimont 2021-10-23 09:25:59 +0200
  • 6004f0b6b0 Use a new scrcpy icon Romain Vimont 2021-10-22 18:51:20 +0200
  • 12ed2f2402 Add support for palette icon formats Romain Vimont 2021-10-22 18:51:20 +0200
  • 0e4564da03 Add icon loader Romain Vimont 2021-10-22 18:51:20 +0200
  • 156d958e77 Move common instruction out of ifdef Romain Vimont 2021-10-25 18:08:31 +0200
  • 7229e3cce0 Extract util function to build a local file path Romain Vimont 2021-10-22 18:51:20 +0200
  • a7e41b0f85 Fix code style Romain Vimont 2021-10-21 18:36:16 +0200
  • 46d3e35c30 Fix "Could not find v4l2 muxer" zhongkaizhu 2021-10-20 19:35:58 +0800
  • 07d75eb336 Simplify net_send_all() Romain Vimont 2021-10-17 16:21:01 +0200
  • 96e3963afc Update Readme.pt-br.md to v1.19 Pedro Miguel A Carraro 2021-10-06 13:19:40 -0300
  • 63b2b5ca4e Update italian translation to v1.19 Alberto Pasqualetto 2021-09-21 01:35:55 +0200
  • 8df42cec82 Fix workarounds for Meizu Romain Vimont 2021-09-22 15:33:17 +0200
  • 31131039bb Add missing includes Romain Vimont 2021-09-20 18:27:37 +0200
  • a846c01883 Fix link in README Romain Vimont 2021-09-11 21:36:21 +0200
  • fa100b814b Add support for expandNotificationsPanel() variant Romain Vimont 2021-09-11 10:46:25 +0200
  • 069fe93f74 Update links to v1.19 Romain Vimont 2021-09-10 21:50:32 +0200
  • 228e2c15f4 Bump version to 1.19 Romain Vimont 2021-09-10 21:40:08 +0200
  • 9a8f06af65 Merge branch 'master' into dev Romain Vimont 2021-09-10 20:26:17 +0200
  • 1d1c9f36f4 Retrieve correct error messages on Windows Romain Vimont 2021-09-09 18:07:38 +0200
  • 4d6dd9d281 Compute scrcpy directory manually Romain Vimont 2021-09-09 10:24:08 +0200
  • b5e98db635 Fix typo in manpage a1346054 2021-09-02 14:46:27 +0000
  • 116acc8d25 Use SOURCE_MOUSE for scroll events Romain Vimont 2021-08-28 13:56:39 +0200
  • 3a39bacb76 Upgrade SDL (2.0.16) for Windows nkh0472 2021-08-25 11:11:41 +0800
  • 3fdc89ad42 Upgrade platform-tools (31.0.3) for Windows nkh0472 2021-08-25 11:09:58 +0800
  • 3761f56c28 Declare callbacks static Romain Vimont 2021-08-26 12:26:44 +0200
  • c96f5c70e9 Add Simplified Chinese translation of FAQ horizon86 2021-08-17 22:12:01 +0800
  • d6aaa5bf9a Add a FAQ section for Wayland support Romain Vimont 2021-08-13 12:37:29 +0200
  • 4ab3e89c29 Add README file in Turkish kosantosbik 2021-07-24 19:21:06 +0300
  • 4bc78244b9 Fix OBS project ref URL Hyperterminal Byte 2021-08-05 09:25:11 +0530
  • ea233d811d Fix typo in DEVELOP.md Stefan Huber 2021-08-02 14:32:35 +0200
  • f78608ab29 Fix type for assignment Romain Vimont 2021-07-15 18:16:56 +0200
  • 6f03022646 Fix net_send_all() Romain Vimont 2021-07-15 18:16:26 +0200
  • daf90d33d5 Fix code style Romain Vimont 2021-07-15 18:07:39 +0200
  • 0ae10f2b39 Improve slope estimation on start Romain Vimont 2021-07-13 23:14:43 +0200
  • 4c4d02295c Add buffering debugging tools Romain Vimont 2021-07-13 22:32:05 +0200
  • 2f03141e9f Add clock tests Romain Vimont 2021-07-06 23:57:01 +0200
  • 3397720330 Add buffering command line options Romain Vimont 2021-07-06 19:04:05 +0200
  • 79278961b9 Implement buffering Romain Vimont 2021-07-04 15:24:51 +0200
  • 408a301201 Notify new frames via callbacks Romain Vimont 2021-07-04 12:42:22 +0200
  • 4d8bcfc68a Extract current video_buffer to frame_buffer Romain Vimont 2021-07-04 12:39:03 +0200
  • 336248df08 Rename video_buffer to sc_video_buffer Romain Vimont 2021-06-26 15:02:18 +0200
  • 28bce48d47 Relax v4l2_sink lock constraints Romain Vimont 2021-07-04 12:30:49 +0200
  • 32e692d5d2 Replace delay by deadline in timedwait() Romain Vimont 2021-07-04 17:04:20 +0200
  • ec871dd3f5 Wrap tick API Romain Vimont 2021-07-04 16:50:19 +0200
  • 5524f378c8 Add missing error log Romain Vimont 2021-07-04 15:47:39 +0200
  • 4ed3aa3604 Move include fps_counter Romain Vimont 2021-06-26 14:38:36 +0200
  • 40cea1f677 Remove obsolete comment Romain Vimont 2021-06-26 14:34:07 +0200
  • 099cba07f0 Rename queue to sc_queue Romain Vimont 2021-07-04 15:05:08 +0200
  • af8a21ed7c Fix manpage formatting Romain Vimont 2021-07-06 18:33:04 +0200
  • 5938e862a1 Fix --lock-video-orientation syntax in help Romain Vimont 2021-07-06 18:32:40 +0200
  • e9096e3e34 Remove unnecessary calls to av_packet_unref() Romain Vimont 2021-07-04 12:19:52 +0200
  • 5caeab5f6d Fix v4l2 data race Romain Vimont 2021-06-26 15:53:05 +0200
  • 33fbdc86c7 Initialize fields before starting a thread Romain Vimont 2021-06-26 15:54:27 +0200
  • f33d37976c Fix assertion race condition in debug mode Romain Vimont 2021-06-26 15:29:08 +0200
  • 7dca5078e7 Initialize controller even if there is no display Romain Vimont 2021-06-25 21:43:44 +0200
  • ab12b6c981 Update scrcpy-server in install-release.sh Romain Vimont 2021-06-21 09:47:15 +0200