| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-04 | Controller Interface: Remove "using namespace" in header file. | Rohit Nirmal | |
| 2014-08-19 | GLInterface: Destroy GLWin | Jasper St. Pierre | |
| Everything is now safely tucked inside each individual GLInterface. | |||
| 2014-08-19 | Remove support for Wayland | Jasper St. Pierre | |
| Yes, this is a fancy new feature, but our Wayland support was particularly bitrotten, and ideally this would be handled by a platform layer like SDL. If not, we can always add this back in when GLInterface has caught up. We might be able to even support wxWidgets and GL together with subsurfaces! | |||
| 2014-08-04 | Restore Wayland compatibility. | Tony Wasserka | |
| It was broken by e15ec56bf0237 because it wasn't deemed important. However chances are people will eventually start using Dolphin on that configuration, so we shouldn't frivolously drop compatibility without good reason. | |||
| 2014-08-02 | Move GLInterface around to remove VideoBackends dependency on DolphinWX | Pierre Bourdon | |
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-10 | Replace all include guard ifdefs with "#pragma once" | lioncash | |
| 2014-01-30 | Light cleanup to a little bit of InputCommon. Replaces much of the iterators ↵ | Lioncash | |
| that litter this section of the codebase. Also clean up a little bit of the comments that describe the interface classes. | |||
| 2014-01-20 | Move GLInterface.h into GLInterface directory | Scott Moreau | |
| 2014-01-20 | Merge Platform.h into GLInterface.h | Scott Moreau | |
| 2014-01-19 | wayland: Add bits required to run as a wayland client. | Scott Moreau | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
