1. 15 May, 2022 1 commit
  2. 12 May, 2022 1 commit
  3. 02 May, 2022 1 commit
  4. 26 Apr, 2022 1 commit
  5. 15 Apr, 2022 3 commits
  6. 14 Apr, 2022 1 commit
  7. 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
  8. 12 Apr, 2022 1 commit
  9. 07 Apr, 2022 1 commit
  10. 31 Mar, 2022 2 commits
  11. 25 Mar, 2022 1 commit
  12. 22 Mar, 2022 1 commit
  13. 16 Mar, 2022 1 commit
  14. 09 Mar, 2022 3 commits
  15. 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
  16. 28 Feb, 2022 1 commit
  17. 24 Feb, 2022 1 commit
  18. 09 Feb, 2022 1 commit
  19. 04 Feb, 2022 2 commits
  20. 03 Feb, 2022 1 commit
  21. 02 Feb, 2022 1 commit
  22. 26 Jan, 2022 1 commit
  23. 14 Jan, 2022 1 commit
  24. 13 Jan, 2022 1 commit
  25. 11 Jan, 2022 1 commit
  26. 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
  27. 23 Dec, 2021 1 commit
  28. 15 Dec, 2021 1 commit
  29. 24 Nov, 2021 2 commits
  30. 20 Nov, 2021 1 commit
  31. 18 Nov, 2021 1 commit
  32. 09 Nov, 2021 1 commit