| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2016-06-23 | GUI: Fix truncated text on OS X | hthh | |
| 2015-12-08 | minor General Config GUI improvements | Bartosz Kaszubowski | |
| - theme and language selectors wrapped into one GridBagSizer for better appearance - missing left padding added to checkbox on Advanced Pane | |||
| 2015-06-12 | Options: merge SCoreStartupParameter into SConfig | degasus | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-04-30 | Make OC slider match enabled state on window load | Simon McFarlane | |
| 2015-04-29 | Add size to CPU clock override slider | Simon McFarlane | |
| Fixes slider having 0 width on wxGTK | |||
| 2015-04-28 | Use wxStaticText::Wrap rather than manually inserting newlines | Simon McFarlane | |
| 2015-03-18 | DolphinWX: Break up ConfigMain.cpp into separate classes | Lioncash | |
| Prior to this, ConfigMain.cpp was a large (52KB) cpp file that contained all of the UI setting code. This breaks up the config code into subclasses of wxPanel, which are then just instantiated to add to the settings wxNoteBook. This keeps all the settings categories separated from one another and also cleans up the code in general. | |||
