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
/
emu_window_glfw.cpp
Age
Commit message (
Expand
)
Author
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-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-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-08-14
Bootmanager: changed `filename` to std::string
archshift
2014-06-12
Preprocessor: #if's out OSX-specific GL changes on other platforms
archshift
2014-04-30
Fixed indents
archshift
2014-04-30
OpenGL 3+ on OSX with GLFW
archshift
2014-04-08
- removed deprecated version.h
bunnei
2014-04-08
fixed license headers in citra project
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei