1. 02 1月, 2021 1 次提交
  2. 23 12月, 2020 1 次提交
  3. 18 1月, 2020 1 次提交
  4. 15 12月, 2019 1 次提交
  5. 28 11月, 2019 2 次提交
  6. 27 11月, 2019 1 次提交
    • R
      Fix windows build · 06104a70
      Romain Vimont 提交于
      Utilities have been moved to util/, but includes had not been updated
      in Windows-specific files.
      
      Ref: dfd0707a
      06104a70
  7. 24 6月, 2019 1 次提交
  8. 11 6月, 2019 1 次提交
    • R
      Improve portable builds · 2755bfc2
      Romain Vimont 提交于
      In portable builds, scrcpy-server.jar was supposed to be present in the
      current directory, so in practice it worked only if scrcpy was launched
      from its own directory.
      
      Instead, find the absolute path of the executable and build a suitable
      path to use scrcpy-server.jar from the same directory.
      2755bfc2
  9. 31 5月, 2019 1 次提交
  10. 03 3月, 2019 2 次提交
    • R
      Replace SDL types by C99 standard types · dfed1b25
      Romain Vimont 提交于
      Scrcpy is a C11 project. Use the C99 standard types instead of the
      SDL-specific types:
      
          SDL_bool -> bool
          SintXX   -> intXX_t
          UintXX   -> uintXX_t
      dfed1b25
    • R
      Update code style · aeda583a
      Romain Vimont 提交于
      Limit source code to 80 chars, and declare functions return type and
      modifiers on a separate line.
      
      This allows to avoid very long lines, and all function names are
      aligned.
      
      (We do this on VLC, and I like it.)
      aeda583a
  11. 10 2月, 2019 1 次提交
  12. 22 10月, 2018 1 次提交
  13. 09 9月, 2018 1 次提交
  14. 04 9月, 2018 2 次提交
  15. 16 8月, 2018 1 次提交
  16. 29 5月, 2018 1 次提交
  17. 21 3月, 2018 1 次提交
    • R
      Include source root directory · f5cf6c1b
      Romain Vimont 提交于
      All headers and sources are in src/. To avoid using relative includes
      from subdirectories ("../../"), include the source root directory.
      f5cf6c1b
  18. 16 2月, 2018 1 次提交
  19. 13 2月, 2018 1 次提交
  20. 12 2月, 2018 1 次提交
  21. 19 1月, 2018 1 次提交
  22. 04 1月, 2018 1 次提交
  23. 12 12月, 2017 1 次提交