index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra
/
emu_window
Age
Commit message (
Expand
)
Author
2018-01-12
Massive removal of unused modules
James Rowe
2018-01-10
frontend: Update for undocked Switch screen layout.
bunnei
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
2017-07-16
Network: Init Network in SDL and QT
B3n30
2017-05-27
Move screen size constants from video_core to core
Yuri Kunde Schlesner
2017-03-01
InputCommon: add Keyboard
wwylele
2017-02-23
Gui: Change title bar to include build name
James Rowe
2016-12-26
Frontend: emulate motion sensor
wwylele
2016-12-23
core: Move emu_window and key_map into core
MerryMage
2016-11-05
Support additional screen layouts.
James Rowe
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-29
config: Add a setting for graphics V-Sync.
bunnei
2016-05-15
Refactor input subsystem
wwylele
2016-05-06
Frontends, VideoCore: Move glad initialisation to the frontend
Emmanuel Gil Peyrot
2016-03-14
SDL2: Explicitly use RGB8 color buffer.
bunnei
2016-03-02
Dependencies: Remove GLFW, Add SDL2
MerryMage
2015-08-30
Increase required OpenGL version to 3.3
Yuri Kunde Schlesner
2015-08-30
Replace the previous OpenGL loader with a glad-generated 3.3 one
Yuri Kunde Schlesner
2015-07-27
Move input values into an array
James Rowe
2015-06-28
Citra: Fix the includes a bit, thanks to include-what-you-use.
Emmanuel Gil Peyrot
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-01
EmuWindow: Clip mouse input coordinates to emulated screen dimensions.
Zaneo
2015-03-10
HID: Complete refactor of pad/touch input to fix threading issues.
bunnei
2015-03-10
EmuWindow: Made pad/touch functions non-static.
bunnei
2015-03-10
GLFW: Implemented EmuWindow touchpad support.
bunnei
2015-03-07
Set framebuffer layout from EmuWindow.
bunnei
2015-02-22
Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.
Emmanuel Gil Peyrot
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-01-21
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2014-12-20
License change
purpasmart96
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-03
Change NULLs to nullptrs.
Rohit Nirmal
2014-11-29
GLFW: Add an error callback before calling glfwInit()
Emmanuel Gil Peyrot
2014-11-19
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-18
citra GLFW: Ignore minimal window size hints.
Tony Wasserka
2014-11-18
EmuWindow: Remove window title getters/setters.
Tony Wasserka
2014-11-18
EmuWindow: Add support for specifying minimal client area sizes.
Tony Wasserka
2014-11-18
Fixup EmuWindow interface and implementations thereof.
Tony Wasserka
2014-11-18
Viewport scaling and display density independence
Kevin Hartman
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-19
emu_window_glfw.cpp: Fixed graceful quitting
archshift
2014-10-17
Implemented graceful closing of the GLFW window, along with emulation.
archshift
2014-10-12
OpenGL renderer: Request a forward compatible context in citra-qt
Yuri Kunde Schlesner
2014-10-07
Added configuration file system.
archshift
2014-09-12
Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
2014-09-11
Initial HID PAD work, with GLFW only.
Kevin Hartman
2014-09-01
Replace GLEW with a glLoadGen loader.
Yuri Kunde Schlesner
2014-08-14
Bootmanager: changed `filename` to std::string
archshift
[next]