Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-03-02 | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 1 | -54/+0 | |
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 | 1 | -0/+2 | |
2015-03-10 | GLFW: Implemented EmuWindow touchpad support. | bunnei | 1 | -0/+4 | |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 | |
2014-11-19 | Remove tabs in all files except in skyeye imports and in generated GL code | Emmanuel Gil Peyrot | 1 | -2/+2 | |
2014-11-18 | EmuWindow: Add support for specifying minimal client area sizes. | Tony Wasserka | 1 | -0/+2 | |
2014-11-18 | Fixup EmuWindow interface and implementations thereof. | Tony Wasserka | 1 | -5/+8 | |
2014-11-18 | Viewport scaling and display density independence | Kevin Hartman | 1 | -1/+4 | |
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 | 1 | -4/+4 | |
This was automated using `clang-modernize`. | |||||
2014-10-17 | Implemented graceful closing of the GLFW window, along with emulation. | archshift | 1 | -0/+3 | |
2014-10-08 | Added configuration file system. | archshift | 1 | -1/+5 | |
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 | 1 | -2/+3 | |
2014-09-01 | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | 1 | -1/+0 | |
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-09 | - removed deprecated version.h | bunnei | 1 | -1/+1 | |
- cleaned up window title - cleaned up emu_window_glfw/emu_window | |||||
2014-04-09 | fixed license headers in citra project | bunnei | 1 | -23/+3 | |
2014-04-09 | fixed project includes to use new directory structure | bunnei | 1 | -1/+1 | |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 | |
2014-04-06 | set window size to correspond to framebuffer sizes | bunnei | 1 | -4/+1 | |
2013-09-26 | renamed from citrus to citra | ShizZy | 1 | -4/+4 | |
2013-09-14 | renamed project to 'citrus' | ShizZy | 1 | -4/+4 | |
2013-09-05 | added missing files | ShizZy | 1 | -0/+56 | |