dolphin/Source/Core/DolphinWX/Src
2009-01-14 16:36:43 +00:00
..
MemoryCards a few more changes, you can now set a default memcard to load, error messages made a bit more clear 2008-12-20 08:47:38 +00:00
AboutDolphin.cpp scons changes 2008-12-18 00:37:24 +00:00
AboutDolphin.h namespace-ified ActionReplay, and made ISOProperties use the existing AR code. bonus: encrypted arcodes are saved as unencrypted codes just by closing the isoproperties dialog. also added ARCodeAddEdit, but once again, it only views entries atm. some misc wxw cleanup 2008-12-17 04:14:24 +00:00
ARCodeAddEdit.cpp Changed the way the iterator is used in PatchAddEdit, I thought I'd submit it since it makes for shorter code. 2009-01-03 23:02:13 +00:00
ARCodeAddEdit.h namespace-ified ActionReplay, and made ISOProperties use the existing AR code. bonus: encrypted arcodes are saved as unencrypted codes just by closing the isoproperties dialog. also added ARCodeAddEdit, but once again, it only views entries atm. some misc wxw cleanup 2008-12-17 04:14:24 +00:00
BootManager.cpp CodeWindow: Fixed the Unlimited JIT Cache option 2009-01-07 07:35:12 +00:00
BootManager.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
CheatsWindow.cpp Printf compile warning fixes 2009-01-11 13:05:43 +00:00
CheatsWindow.h namespace-ified ActionReplay, and made ISOProperties use the existing AR code. bonus: encrypted arcodes are saved as unencrypted codes just by closing the isoproperties dialog. also added ARCodeAddEdit, but once again, it only views entries atm. some misc wxw cleanup 2008-12-17 04:14:24 +00:00
cmdline.c git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@473 8ced0084-cf51-0410-be5f-012b33b47a6e 2008-09-07 20:26:38 +00:00
cmdline.h git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@473 8ced0084-cf51-0410-be5f-012b33b47a6e 2008-09-07 20:26:38 +00:00
cocoaApp.h cocoa event wip 2009-01-12 23:59:27 +00:00
cocoaApp.m now we can play with keyboard on osx, enjoy 2009-01-13 14:30:05 +00:00
Config.cpp put the handy items on the first page of ConfigMain. Fix for plugins not loading on first boot. We should figure out how to get a pointer to the main app (see OGL main.cpp line 118) 2009-01-14 16:36:43 +00:00
Config.h Made the Wiimote status go away in GC mode 2008-12-09 14:57:55 +00:00
ConfigMain.cpp put the handy items on the first page of ConfigMain. Fix for plugins not loading on first boot. We should figure out how to get a pointer to the main app (see OGL main.cpp line 118) 2009-01-14 16:36:43 +00:00
ConfigMain.h put the handy items on the first page of ConfigMain. Fix for plugins not loading on first boot. We should figure out how to get a pointer to the main app (see OGL main.cpp line 118) 2009-01-14 16:36:43 +00:00
Frame.cpp put the handy items on the first page of ConfigMain. Fix for plugins not loading on first boot. We should figure out how to get a pointer to the main app (see OGL main.cpp line 118) 2009-01-14 16:36:43 +00:00
Frame.h Some code cleanup in DolphinWx. 2009-01-07 09:06:42 +00:00
FrameTools.cpp put the handy items on the first page of ConfigMain. Fix for plugins not loading on first boot. We should figure out how to get a pointer to the main app (see OGL main.cpp line 118) 2009-01-14 16:36:43 +00:00
FrameWiimote.cpp compiletime warning fixes, possible wxw crashes fixed, disable build of njoy_test until it's more mature. 2008-12-12 03:38:50 +00:00
GameListCtrl.cpp i euh...made another mistake :P 2009-01-11 22:43:06 +00:00
GameListCtrl.h placed the issues column to the back. i still got huge plans for the notes column but for now this will do. 2009-01-11 20:29:41 +00:00
Globals.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
Globals.h CodeWindow: Made boot to pause optional, readded the tooltips in the Release build 2009-01-05 02:52:55 +00:00
ISOFile.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
ISOFile.h Added an Issues column for saving notes on what problems occur in the game and moved the Notes column to the end, since it doesn't seem to contain any important information. 2009-01-09 09:36:50 +00:00
ISOProperties.cpp Update nsis installer and some cleanup. Note: I'm not sure if the installer yet allows for mutliple revisions installed side-by-side, but that is the intention. Also, I need to figure out how to do subsections and some trickies in nsis. 2009-01-09 16:04:28 +00:00
ISOProperties.h namespace-ified ActionReplay, and made ISOProperties use the existing AR code. bonus: encrypted arcodes are saved as unencrypted codes just by closing the isoproperties dialog. also added ARCodeAddEdit, but once again, it only views entries atm. some misc wxw cleanup 2008-12-17 04:14:24 +00:00
Main.cpp rollback 1829. Seriously, WTF? 2009-01-09 00:09:07 +00:00
Main.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
MainNoGUI.cpp cocoa event wip 2009-01-12 23:59:27 +00:00
MemcardManager.cpp Added swapdisc function, tested with TOS switching from disc 2 to disc 1. minor memcard manager cleanup 2008-12-23 07:20:22 +00:00
MemcardManager.h a few more changes, you can now set a default memcard to load, error messages made a bit more clear 2008-12-20 08:47:38 +00:00
Params.ggo git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@473 8ced0084-cf51-0410-be5f-012b33b47a6e 2008-09-07 20:26:38 +00:00
PatchAddEdit.cpp Changed the way the iterator is used in PatchAddEdit, I thought I'd submit it since it makes for shorter code. 2009-01-03 23:02:13 +00:00
PatchAddEdit.h Changed the way the iterator is used in PatchAddEdit, I thought I'd submit it since it makes for shorter code. 2009-01-03 23:02:13 +00:00
SConscript first step to get cocoa events 2009-01-12 20:52:45 +00:00
stdafx.cpp testing svn:eol-style=native on one file 2008-12-08 03:32:03 +00:00
stdafx.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00