summaryrefslogtreecommitdiff
path: root/src/citra/emu_window (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive removal of unused modulesGravatar James Rowe2018-01-122-236/+0
* frontend: Update for undocked Switch screen layout.Gravatar bunnei2018-01-101-3/+2
* move MotionEmu from core/frontend to input_common as a InputDeviceGravatar wwylele2017-08-112-10/+4
* Network: Init Network in SDL and QTGravatar B3n302017-07-161-0/+4
* Move screen size constants from video_core to coreGravatar Yuri Kunde Schlesner2017-05-271-7/+7
* InputCommon: add KeyboardGravatar wwylele2017-03-012-21/+6
* Gui: Change title bar to include build nameGravatar James Rowe2017-02-231-2/+2
* Frontend: emulate motion sensorGravatar wwylele2016-12-262-7/+20
* core: Move emu_window and key_map into coreGravatar MerryMage2016-12-232-2/+2
* Support additional screen layouts.Gravatar James Rowe2016-11-051-4/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-212-8/+1
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-182-2/+3
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-182-12/+18
* config: Add a setting for graphics V-Sync.Gravatar bunnei2016-08-291-0/+1
* Refactor input subsystemGravatar wwylele2016-05-151-3/+4
* Frontends, VideoCore: Move glad initialisation to the frontendGravatar Emmanuel Gil Peyrot2016-05-061-0/+7
* SDL2: Explicitly use RGB8 color buffer.Gravatar bunnei2016-03-141-0/+4
* Dependencies: Remove GLFW, Add SDL2Gravatar MerryMage2016-03-024-222/+231
* Increase required OpenGL version to 3.3Gravatar Yuri Kunde Schlesner2015-08-301-1/+1
* Replace the previous OpenGL loader with a glad-generated 3.3 oneGravatar Yuri Kunde Schlesner2015-08-301-1/+1
* Move input values into an arrayGravatar James Rowe2015-07-271-26/+3
* Citra: Fix the includes a bit, thanks to include-what-you-use.Gravatar Emmanuel Gil Peyrot2015-06-282-0/+14
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+1
* EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-011-1/+1
* HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-101-11/+6
* EmuWindow: Made pad/touch functions non-static.Gravatar bunnei2015-03-101-13/+14
* GLFW: Implemented EmuWindow touchpad support.Gravatar bunnei2015-03-102-0/+26
* Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-071-9/+2
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Gravatar Emmanuel Gil Peyrot2015-02-221-0/+10
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-5/+5
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-211-17/+17
* License changeGravatar purpasmart962014-12-202-2/+2
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-8/+8
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-031-3/+3
* GLFW: Add an error callback before calling glfwInit()Gravatar Emmanuel Gil Peyrot2014-11-291-2/+6
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-191-2/+2
* citra GLFW: Ignore minimal window size hints.Gravatar Tony Wasserka2014-11-181-8/+2
* EmuWindow: Remove window title getters/setters.Gravatar Tony Wasserka2014-11-181-3/+4
* EmuWindow: Add support for specifying minimal client area sizes.Gravatar Tony Wasserka2014-11-182-0/+23
* Fixup EmuWindow interface and implementations thereof.Gravatar Tony Wasserka2014-11-182-20/+44
* Viewport scaling and display density independenceGravatar Kevin Hartman2014-11-182-1/+9
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-261-4/+4
* emu_window_glfw.cpp: Fixed graceful quittingGravatar archshift2014-10-191-1/+1
* Implemented graceful closing of the GLFW window, along with emulation.Gravatar archshift2014-10-172-0/+8
* OpenGL renderer: Request a forward compatible context in citra-qtGravatar Yuri Kunde Schlesner2014-10-121-3/+0
* Added configuration file system.Gravatar archshift2014-10-072-26/+27
* Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-122-33/+37
* Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman2014-09-111-3/+36
* Replace GLEW with a glLoadGen loader.Gravatar Yuri Kunde Schlesner2014-09-011-1/+0
* Bootmanager: changed `filename` to std::stringGravatar archshift2014-08-141-1/+0