dolphin/Source/Core/DolphinWX/Src
2009-03-20 20:52:37 +00:00
..
MemoryCards fix for r2555 2009-03-07 05:26:28 +00:00
AboutDolphin.cpp moved some noisy warnings to DEBUG/INFO 2009-03-18 09:25:05 +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 Update svn:eol-style=native ( r1442 ) for Source/*.cpp 2009-02-23 06:15:48 +00:00
ARCodeAddEdit.h UUpdate svn:eol-style=native ( r1438 ) for Source/*.h 2009-02-23 06:17:57 +00:00
BootManager.cpp Trying to make gameini support some gl options 2009-03-20 11:51:22 +00:00
BootManager.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
CheatsWindow.cpp More SDIO WIP Code: Added ground work for SDCard Mounter wxDialog 2009-02-01 20:20:58 +00:00
CheatsWindow.h Linux build fixes and some warning cleanup for GCC 2009-02-24 05:20:52 +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
ConfigMain.cpp Trying to make a button that disable panic alerts popups please test 2009-03-18 22:05:31 +00:00
ConfigMain.h Trying to make a button that disable panic alerts popups please test 2009-03-18 22:05:31 +00:00
Frame.cpp Improve behavior of the console window on windows. Remove coloring from logwindow for the time being. Now you can use wxGetApp if you #include Main.h, and GetCFrame, etc... 2009-03-20 18:25:36 +00:00
Frame.h Improve behavior of the console window on windows. Remove coloring from logwindow for the time being. Now you can use wxGetApp if you #include Main.h, and GetCFrame, etc... 2009-03-20 18:25:36 +00:00
FrameTools.cpp Make the OptimizeQuantizers option apply to the IL build. More cleanup. 2009-03-20 19:12:04 +00:00
FrameWiimote.cpp nakee's new logmanager. added a console window for windows builds (prints to parent console on non-win32). also fix some random wxw bugs: main window's position is saved when using debugger, disabling windows from the tools menu are saved settings, some other small fixes 2009-03-18 17:17:58 +00:00
GameListCtrl.cpp nakee's new logmanager. added a console window for windows builds (prints to parent console on non-win32). also fix some random wxw bugs: main window's position is saved when using debugger, disabling windows from the tools menu are saved settings, some other small fixes 2009-03-18 17:17:58 +00:00
GameListCtrl.h Killed the issues column and made emulationstate "Problems" provide more info when its set in the gameini. the config looks a bit ugly imo but thats cause im horrible in such stuff :P 2009-02-21 14:40:34 +00:00
Globals.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
Globals.h Improve behavior of the console window on windows. Remove coloring from logwindow for the time being. Now you can use wxGetApp if you #include Main.h, and GetCFrame, etc... 2009-03-20 18:25:36 +00:00
ISOFile.cpp suggested by sl1nk3, init all 6 languages. 2009-03-07 04:46:06 +00:00
ISOFile.h game name and description WIP: cache all 6 languages, so we don't need refresh cache after we changes language. 2009-02-03 15:03:34 +00:00
ISOProperties.cpp scan title/ for titleIDs, disabled for now. also, wiidiscs can technically have 0xFFFFFFFF partitions... 2009-03-12 00:14:56 +00:00
ISOProperties.h allow viewing and dumping(single files) of all partitions on a wii disc 2009-03-10 17:19:30 +00:00
LogWindow.cpp Fix DEBUG logging (didn't work!). Shuffle around the log levels to make more sense (now NOTICE is the top one and always on), the rest is ERROR, WARNING, INFO, DEBUG. Fix the log levels of a lot of stuff. Use macros instead of numbers for various log level checks. 2009-03-20 20:52:37 +00:00
LogWindow.h Make the OptimizeQuantizers option apply to the IL build. More cleanup. 2009-03-20 19:12:04 +00:00
Main.cpp Improve behavior of the console window on windows. Remove coloring from logwindow for the time being. Now you can use wxGetApp if you #include Main.h, and GetCFrame, etc... 2009-03-20 18:25:36 +00:00
Main.h Improve behavior of the console window on windows. Remove coloring from logwindow for the time being. Now you can use wxGetApp if you #include Main.h, and GetCFrame, etc... 2009-03-20 18:25:36 +00:00
MainNoGUI.cpp nakee's new logmanager. added a console window for windows builds (prints to parent console on non-win32). also fix some random wxw bugs: main window's position is saved when using debugger, disabling windows from the tools menu are saved settings, some other small fixes 2009-03-18 17:17:58 +00:00
MemcardManager.cpp adds some info about the memcard header, taken from libogc 2009-03-01 07:15:10 +00:00
MemcardManager.h adds some info about the memcard header, taken from libogc 2009-03-01 07:15:10 +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 Clarified Patch Add/Edit, added AR Add/Edit by slink3 2009-02-20 00:07:35 +00:00
PatchAddEdit.h Clarified Patch Add/Edit, added AR Add/Edit by slink3 2009-02-20 00:07:35 +00:00
SConscript nakee's new logmanager. added a console window for windows builds (prints to parent console on non-win32). also fix some random wxw bugs: main window's position is saved when using debugger, disabling windows from the tools menu are saved settings, some other small fixes 2009-03-18 17:17:58 +00:00
SDCardWindow.cpp Linux build fixes and some warning cleanup for GCC 2009-02-24 05:20:52 +00:00
SDCardWindow.h Linux build fixes and some warning cleanup for GCC 2009-02-24 05:20:52 +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
WxUtils.cpp Make the OptimizeQuantizers option apply to the IL build. More cleanup. 2009-03-20 19:12:04 +00:00
WxUtils.h Make the OptimizeQuantizers option apply to the IL build. More cleanup. 2009-03-20 19:12:04 +00:00