- May 02, 2015
-
-
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.
-
- Mar 11, 2015
-
-
bunnei authored
-
- Mar 10, 2015
- Mar 07, 2015
-
-
bunnei authored
-
- Feb 22, 2015
-
-
Emmanuel Gil Peyrot authored
-
- Feb 11, 2015
-
-
archshift authored
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
-
- Jan 21, 2015
-
-
archshift authored
-
- Dec 21, 2014
-
-
purpasmart96 authored
-
- Dec 13, 2014
-
-
Yuri Kunde Schlesner authored
-
- Dec 03, 2014
-
-
Rohit Nirmal authored
-
- Nov 29, 2014
-
-
Emmanuel Gil Peyrot authored
It will print a message to know what happened in case something went wrong in a GLFW call. Also replace every printf() in the glfw emu-window by ERROR_LOG().
-
- Nov 18, 2014
-
-
Tony Wasserka authored
GLFW provides no proper support for this, hence we just allow any window size to be used.
-
Tony Wasserka authored
The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there. Providing properly thread-safe window title getters and setters is a mess anyway.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Kevin Hartman authored
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window. On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
-
- Oct 19, 2014
-
-
archshift authored
In PR #143, the name of the function IsOpen was originally ShouldClose, but was changed. The function's caller was changed to reflect this, but the return value wasn't.
-
- Oct 17, 2014
-
-
archshift authored
-
- Oct 12, 2014
-
-
Yuri Kunde Schlesner authored
This should fix context creation on OS X. Also requests a core context on all platforms in Citra-GLFW, for consistency.
-
- Oct 07, 2014
-
-
archshift authored
Uses QSettings on citra-qt, and inih on citra-cli.
-
- Sep 12, 2014
-
-
Kevin Hartman authored
-
Kevin Hartman authored
-
- Aug 20, 2014
-
-
archshift authored
-
- Aug 15, 2014
-
-
archshift authored
-
- Jun 12, 2014
-
-
archshift authored
-
- May 01, 2014
- Apr 09, 2014
- Apr 08, 2014
-
-
bunnei authored
-
- Apr 06, 2014
-
-
bunnei authored
-
- Sep 26, 2013
-
-
ShizZy authored
-
- Sep 13, 2013
-
-
ShizZy authored
-
- Sep 05, 2013
-
-
ShizZy authored
-