Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-02 | Dependencies: Remove GLFW, Add SDL2 | MerryMage | |
citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files | |||
2015-06-28 | Citra: Fix the includes a bit, thanks to include-what-you-use. | Emmanuel Gil Peyrot | |
2015-03-10 | GLFW: Implemented EmuWindow touchpad support. | bunnei | |
2014-12-20 | License change | purpasmart96 | |
2014-11-19 | Remove tabs in all files except in skyeye imports and in generated GL code | Emmanuel Gil Peyrot | |
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 | |
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window. On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly. | |||
2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | |
This was automated using `clang-modernize`. | |||
2014-10-17 | Implemented graceful closing of the GLFW window, along with emulation. | archshift | |
2014-10-07 | Added configuration file system. | archshift | |
Uses QSettings on citra-qt, and inih on citra-cli. | |||
2014-09-12 | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | |
2014-09-01 | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | |
This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows. | |||
2014-04-08 | - removed deprecated version.h | bunnei | |
- cleaned up window title - cleaned up emu_window_glfw/emu_window | |||
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 | |