summaryrefslogtreecommitdiff
path: root/src/citra/emu_window
AgeCommit message (Expand)Author
2018-01-12Massive removal of unused modulesJames Rowe
2018-01-10frontend: Update for undocked Switch screen layout.bunnei
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-07-16Network: Init Network in SDL and QTB3n30
2017-05-27Move screen size constants from video_core to coreYuri Kunde Schlesner
2017-03-01InputCommon: add Keyboardwwylele
2017-02-23Gui: Change title bar to include build nameJames Rowe
2016-12-26Frontend: emulate motion sensorwwylele
2016-12-23core: Move emu_window and key_map into coreMerryMage
2016-11-05Support additional screen layouts.James Rowe
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-29config: Add a setting for graphics V-Sync.bunnei
2016-05-15Refactor input subsystemwwylele
2016-05-06Frontends, VideoCore: Move glad initialisation to the frontendEmmanuel Gil Peyrot
2016-03-14SDL2: Explicitly use RGB8 color buffer.bunnei
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage
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