1. 07 Nov, 2022 1 commit
  2. 24 Oct, 2022 1 commit
  3. 08 Oct, 2022 1 commit
  4. 09 Sep, 2022 2 commits
  5. 03 Sep, 2022 1 commit
  6. 02 Sep, 2022 1 commit
  7. 30 Aug, 2022 1 commit
  8. 25 Aug, 2022 1 commit
  9. 11 Aug, 2022 1 commit
  10. 26 Jul, 2022 1 commit
  11. 25 Jul, 2022 1 commit
  12. 15 Jul, 2022 1 commit
  13. 27 Jun, 2022 1 commit
  14. 13 Jun, 2022 1 commit
  15. 27 May, 2022 1 commit
  16. 15 May, 2022 1 commit
  17. 12 May, 2022 1 commit
  18. 26 Apr, 2022 1 commit
  19. 15 Apr, 2022 2 commits
  20. 13 Apr, 2022 1 commit
    • Callum Moffat's avatar
      Support trackpad gestures in framework (#89944) · 30a50180
      Callum Moffat authored
      * Implement trackpad gestures in framework
      
      * Touch and Pan/Zoom pointers have separate IDs now
      
      * Handle trackpad pointer device type
      
      * Respect supportedDevices for pan/zoom events
      
      * Update after rebase
      
      * Fix check failures
      
      * Avoid error with very short drags
      
      * Address feedback
      
      * Refactor drag event handler
      
      * Address more feedback
      
      * Add some missing punctuation
      30a50180
  21. 31 Mar, 2022 1 commit
  22. 16 Mar, 2022 1 commit
  23. 09 Mar, 2022 2 commits
  24. 08 Mar, 2022 1 commit
    • Chris Bracken's avatar
      Check string size before Win32 MultiByte <-> WideChar conversions (#99729) · b5d3c432
      Chris Bracken authored
      This patch adds an additional check to ensure the target length of a string is within the supported maximum string length prior to calling WideCharToMultiByte/MultiByteToWideChar in the Windows runner template.
      
      This is to prevent resize() from failing if called with a count > std::string::max_size().
      
      According to Win32 API docs (WideCharToMultiByte, MultiByteToWideChar) it's the caller responsibility to make sure the buffers are correctly allocated.
      
      Authored by: Tomasz Gucio <tgucio@gmail.com>
      b5d3c432
  25. 28 Feb, 2022 1 commit
  26. 24 Feb, 2022 1 commit
  27. 02 Feb, 2022 1 commit
  28. 26 Jan, 2022 1 commit
  29. 14 Jan, 2022 1 commit
  30. 11 Jan, 2022 1 commit
  31. 04 Jan, 2022 2 commits
    • Zachary Anderson's avatar
      Revert "FFI plugins (#94101)" (#96122) · 65c6e882
      Zachary Anderson authored
      This reverts commit 5257f029.
      65c6e882
    • Daco Harkes's avatar
      FFI plugins (#94101) · 5257f029
      Daco Harkes authored
      * Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop.
      * Sample code doing a synchronous FFI call.
      * Sample code doing a long running synchronous FFI call on a helper isolate.
      * Use of `package:ffigen` to generate the bindings.
      5257f029
  32. 23 Dec, 2021 1 commit
  33. 15 Dec, 2021 1 commit
  34. 24 Nov, 2021 2 commits
  35. 20 Nov, 2021 1 commit