| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| It will print a message to know what happened in case something went wrong in a GLFW call. Also replace every printf() in the glfw emu-window by ERROR_LOG(). | |||
| 2014-11-18 | citra GLFW: Ignore minimal window size hints. | Tony Wasserka | |
| GLFW provides no proper support for this, hence we just allow any window size to be used. | |||
| 2014-11-18 | EmuWindow: Remove window title getters/setters. | Tony Wasserka | |
| The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there. Providing properly thread-safe window title getters and setters is a mess anyway. | |||
| 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-19 | emu_window_glfw.cpp: Fixed graceful quitting | archshift | |
| In PR #143, the name of the function IsOpen was originally ShouldClose, but was changed. The function's caller was changed to reflect this, but the return value wasn't. | |||
| 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 | |
| This should fix context creation on OS X. Also requests a core context on all platforms in Citra-GLFW, for consistency. | |||
| 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-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 | |
| - 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 | |
