Shawn Hoffman
f16599f4a8
DolphinWX: defer gamelist scanning and switch to single-file cache.
2017-06-23 17:25:53 -07:00
Lioncash
c2d00d25fe
DolphinWX: Make the main config dialog modeless
2016-11-06 08:04:54 -05:00
Lioncash
5e8ccb15ff
DolphinWX: Move toolbar creation to a wxToolBar subclass
2016-10-27 21:56:08 -04:00
EmptyChaos
a4d633de15
WX: HiDPI: Config Panes
2016-10-04 13:47:22 +11:00
shuffle2
5a8abb4f93
Merge pull request #4127 from jloehr/FixDialogClosingButtons
...
Fix dialog closing buttons
2016-10-02 21:16:24 -07:00
Chris Burgener
23b2601133
Fix advanced config panel staying disabled after TAS recording
2016-09-06 22:12:13 -04:00
Julian Löhr
5608815cc8
Change Main Dialog Ok Button to Close
2016-08-16 02:25:49 +02:00
JosJuice
6951228abd
Use g_want_determinism more
2016-07-05 18:50:06 +02:00
Chris Burgener
e92ff9d09f
Add Dump Path to Configuration Menu
2016-06-30 20:20:48 -04:00
Pierre Bourdon
3570c7f03a
Reformat all the things. Have fun with merge conflicts.
2016-06-24 10:43:46 +02:00
hthh
45ad585baf
GUI: Fix truncated text on OS X
2016-06-23 22:17:53 +10:00
Tillmann Karras
30ebb2459e
Set copyright year to when a file was created
2015-05-25 13:22:31 +02:00
Tillmann Karras
cefcb0ace9
Update license headers to GPLv2+
2015-05-25 13:22:31 +02:00
Simon McFarlane
df7c9664da
Set minimum size on config window
...
To prevent tabs from getting a scrollbar
2015-04-27 22:55:08 -07:00
Rachel Bryk
48a1d97fe7
Disable oc setting while netplay or movie is active.
2015-04-11 03:54:11 -04:00
Lioncash
b459a8ec61
DolphinWX: Propagate event to refresh the game list
...
Prior to this refactor, certain options would cause the game list to refresh when the config modal dialog is closed (such as adding a folder to the path list). This restores that functionality.
2015-03-18 22:48:05 -04:00
Lioncash
febd3909c6
DolphinWX: Eliminate remnants of the event table in ConfigMain
2015-03-18 22:48:03 -04:00
Lioncash
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