bfa9cc2736
DolphinWX: Enable/disable config UI options based on core state
2016-11-05 11:14:37 -04:00
a4d633de15
WX: HiDPI: Config Panes
2016-10-04 13:47:22 +11:00
04c1757b49
Fix a few warnings
2016-10-03 19:29:35 +02:00
23b2601133
Fix advanced config panel staying disabled after TAS recording
2016-09-06 22:12:13 -04:00
a3eb9082fc
Fix issues with Custom RTC when set past the year 2038
2016-08-21 13:33:01 -04:00
80ac4a359d
Disable changing Custom RTC when game is running
2016-07-19 16:30:00 -04:00
cac9516e39
Add Configurable RTC
2016-07-19 11:20:02 -04:00
3570c7f03a
Reformat all the things. Have fun with merge conflicts.
2016-06-24 10:43:46 +02:00
45ad585baf
GUI: Fix truncated text on OS X
2016-06-23 22:17:53 +10:00
4655cd01fa
minor General Config GUI improvements
...
- theme and language selectors wrapped into one GridBagSizer for better
appearance
- missing left padding added to checkbox on Advanced Pane
2015-12-08 02:13:32 +01:00
c375111076
Options: merge SCoreStartupParameter into SConfig
2015-06-12 19:07:45 +02:00
cefcb0ace9
Update license headers to GPLv2+
2015-05-25 13:22:31 +02:00
cd7466864e
Make OC slider match enabled state on window load
2015-04-30 01:28:43 -07:00
6728f87677
Add size to CPU clock override slider
...
Fixes slider having 0 width on wxGTK
2015-04-29 21:49:58 -07:00
8f56138ec4
Use wxStaticText::Wrap rather than manually inserting newlines
2015-04-28 01:17:43 -07:00
086ec7a9b7
DolphinWX: Break up ConfigMain.cpp into separate classes
...
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.
2015-03-18 22:47:49 -04:00