aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra/emu_window
Commit message (Expand)AuthorAge
* Move input values into an arrayGravatar James Rowe2015-07-27
* Citra: Fix the includes a bit, thanks to include-what-you-use.Gravatar Emmanuel Gil Peyrot2015-06-28
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-01
* HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-10
* EmuWindow: Made pad/touch functions non-static.Gravatar bunnei2015-03-10
* GLFW: Implemented EmuWindow touchpad support.Gravatar bunnei2015-03-10
* Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-07
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Gravatar Emmanuel Gil Peyrot2015-02-22
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-21
* License changeGravatar purpasmart962014-12-20
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
* GLFW: Add an error callback before calling glfwInit()Gravatar Emmanuel Gil Peyrot2014-11-29
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-19
* citra GLFW: Ignore minimal window size hints.Gravatar Tony Wasserka2014-11-18
* EmuWindow: Remove window title getters/setters.Gravatar Tony Wasserka2014-11-18
* EmuWindow: Add support for specifying minimal client area sizes.Gravatar Tony Wasserka2014-11-18
* Fixup EmuWindow interface and implementations thereof.Gravatar Tony Wasserka2014-11-18
* Viewport scaling and display density independenceGravatar Kevin Hartman2014-11-18
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
* emu_window_glfw.cpp: Fixed graceful quittingGravatar archshift2014-10-19
* Implemented graceful closing of the GLFW window, along with emulation.Gravatar archshift2014-10-17
* OpenGL renderer: Request a forward compatible context in citra-qtGravatar Yuri Kunde Schlesner2014-10-12
* Added configuration file system.Gravatar archshift2014-10-07
* Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-12
* Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman2014-09-11
* Replace GLEW with a glLoadGen loader.Gravatar Yuri Kunde Schlesner2014-09-01
* Bootmanager: changed `filename` to std::stringGravatar archshift2014-08-14
* Preprocessor: #if's out OSX-specific GL changes on other platformsGravatar archshift2014-06-12
* Fixed indentsGravatar archshift2014-04-30
* OpenGL 3+ on OSX with GLFWGravatar archshift2014-04-30
* - removed deprecated version.hGravatar bunnei2014-04-08
* fixed license headers in citra projectGravatar bunnei2014-04-08
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08