summaryrefslogtreecommitdiff
path: root/src/citra/emu_window
AgeCommit message (Expand)Author
2015-08-30Increase required OpenGL version to 3.3Yuri Kunde Schlesner
2015-08-30Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner
2015-07-27Move input values into an arrayJames Rowe
2015-06-28Citra: Fix the includes a bit, thanks to include-what-you-use.Emmanuel Gil Peyrot
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-01EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei
2015-03-10EmuWindow: Made pad/touch functions non-static.bunnei
2015-03-10GLFW: Implemented EmuWindow touchpad support.bunnei
2015-03-07Set framebuffer layout from EmuWindow.bunnei
2015-02-22Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift
2014-12-20License changepurpasmart96
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-03Change NULLs to nullptrs.Rohit Nirmal
2014-11-29GLFW: Add an error callback before calling glfwInit()Emmanuel Gil Peyrot
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot
2014-11-18citra GLFW: Ignore minimal window size hints.Tony Wasserka
2014-11-18EmuWindow: Remove window title getters/setters.Tony Wasserka
2014-11-18EmuWindow: Add support for specifying minimal client area sizes.Tony Wasserka
2014-11-18Fixup EmuWindow interface and implementations thereof.Tony Wasserka
2014-11-18Viewport scaling and display density independenceKevin Hartman
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-10-19emu_window_glfw.cpp: Fixed graceful quittingarchshift
2014-10-17Implemented graceful closing of the GLFW window, along with emulation.archshift
2014-10-12OpenGL renderer: Request a forward compatible context in citra-qtYuri Kunde Schlesner
2014-10-07Added configuration file system.archshift
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner
2014-08-14Bootmanager: changed `filename` to std::stringarchshift
2014-06-12Preprocessor: #if's out OSX-specific GL changes on other platformsarchshift
2014-04-30Fixed indentsarchshift
2014-04-30OpenGL 3+ on OSX with GLFWarchshift
2014-04-08- removed deprecated version.hbunnei
2014-04-08fixed license headers in citra projectbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei