summaryrefslogtreecommitdiffstats
path: root/src/citra/emu_window/emu_window_glfw.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage1-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-28Citra: Fix the includes a bit, thanks to include-what-you-use.Emmanuel Gil Peyrot1-0/+2
2015-03-10GLFW: Implemented EmuWindow touchpad support.bunnei1-0/+4
2014-12-21License changepurpasmart961-1/+1
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot1-2/+2
2014-11-18EmuWindow: Add support for specifying minimal client area sizes.Tony Wasserka1-0/+2
2014-11-18Fixup EmuWindow interface and implementations thereof.Tony Wasserka1-5/+8
2014-11-18Viewport scaling and display density independenceKevin Hartman1-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-26Add `override` keyword through the code.Yuri Kunde Schlesner1-4/+4
This was automated using `clang-modernize`.
2014-10-17Implemented graceful closing of the GLFW window, along with emulation.archshift1-0/+3
2014-10-08Added configuration file system.archshift1-1/+5
Uses QSettings on citra-qt, and inih on citra-cli.
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman1-2/+3
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner1-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.hbunnei1-1/+1
- cleaned up window title - cleaned up emu_window_glfw/emu_window
2014-04-09fixed license headers in citra projectbunnei1-23/+3
2014-04-09fixed project includes to use new directory structurebunnei1-1/+1
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-06set window size to correspond to framebuffer sizesbunnei1-4/+1
2013-09-26renamed from citrus to citraShizZy1-4/+4
2013-09-14renamed project to 'citrus'ShizZy1-4/+4
2013-09-05added missing filesShizZy1-0/+56