Skip to content
Snippets Groups Projects
  1. May 02, 2015
    • Zaneo's avatar
      EmuWindow: Clip mouse input coordinates to emulated screen dimensions. · b8328593
      Zaneo authored
      If the mouse position for a mouse move/drag would take it outside the emulated screen dimensions, clip the coordinates to
      the emulated screen dimensions.
      Qt and GLFW will report negative coordinates for mouse positions to the left, or above citra window. Added restriction
      to mouse coordinates passed to touchmoved by Qt/GLFW to be greater or equal to zero.
      b8328593
  2. May 01, 2015
  3. Mar 11, 2015
  4. Mar 10, 2015
  5. Mar 07, 2015
  6. Feb 22, 2015
  7. Jan 21, 2015
  8. Jan 11, 2015
  9. Jan 06, 2015
  10. Jan 04, 2015
  11. Dec 26, 2014
    • Daniel Lundqvist's avatar
      Allow focus only when in popout mode · ba4ca041
      Daniel Lundqvist authored
      Only allow manually setting focus to the rendering widget when in Single Window mode. Apply this behavior to when changing the mode while an app is running.
      ba4ca041
    • Daniel Lundqvist's avatar
      Allow focus on the Qt render widget · 9d90b260
      Daniel Lundqvist authored
      By default widgets are set to the focus policy Qt::NoFocus which disallows manually focusing it. Changing the policy to allow clicking the widget to set focus to it allows for keyboard input when not rendering to a popout window. This commit also sets focus to the widget when showing it.
      
      Fixes issue #158.
      9d90b260
  12. Dec 13, 2014
  13. Dec 09, 2014
  14. Dec 03, 2014
  15. Nov 19, 2014
  16. Nov 18, 2014
  17. Nov 12, 2014
  18. Oct 26, 2014
  19. Oct 12, 2014
  20. Oct 07, 2014
  21. Sep 12, 2014
  22. Sep 07, 2014
  23. Aug 24, 2014
  24. Aug 20, 2014
  25. Aug 17, 2014
  26. Aug 15, 2014
  27. Aug 06, 2014
Loading