..
Debugger
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
MemoryCards
Hack up hack number 7328, just to get things to compile.
2011-03-11 12:56:26 +00:00
AboutDolphin.cpp
More work on making dialogs close when escape is pressed, and some general GUI code clean up.
2011-03-16 22:22:21 +00:00
AboutDolphin.h
More work on making dialogs close when escape is pressed, and some general GUI code clean up.
2011-03-16 22:22:21 +00:00
ARCodeAddEdit.cpp
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
ARCodeAddEdit.h
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
CheatsWindow.cpp
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
CheatsWindow.h
Fix a memory leak in the breakpoint window.
2011-02-27 02:27:43 +00:00
ConfigMain.cpp
* GUI Video-Settings changes:
2011-03-21 19:57:31 +00:00
ConfigMain.h
add a slider to control the wiimote speaker volume which is stored in sysconf.
2011-03-02 13:01:01 +00:00
Frame.cpp
OS X also needs to have the display resolution changed before
2011-03-21 16:06:40 +00:00
Frame.h
Build fix for linux, and fix a deadlock when the core is initiated.
2011-03-16 01:12:27 +00:00
FrameAui.cpp
Fix an issue when a wiimote source is changed to a real wiimote in the wiimote config dialog while a game is running, and the wiimote was disconnected from the CPU. Only change the connection status when the dialog is closed.
2011-02-23 03:06:16 +00:00
FrameTools.cpp
* GUI Video-Settings changes:
2011-03-21 19:57:31 +00:00
GameListCtrl.cpp
* GUI Video-Settings changes:
2011-03-21 19:57:31 +00:00
GameListCtrl.h
* GUI Video-Settings changes:
2011-03-21 19:57:31 +00:00
GeckoCodeDiag.cpp
GeckoCodeDiag.h
Globals.h
* GUI Video-Settings changes:
2011-03-21 19:57:31 +00:00
HotkeyDlg.cpp
More work on making dialogs close when escape is pressed, and some general GUI code clean up.
2011-03-16 22:22:21 +00:00
HotkeyDlg.h
Fix and issue with the escape button closing the hotkey dialog when trying to set a hotkey to escape.
2011-03-16 12:59:05 +00:00
InputConfigDiag.cpp
Build fix. :3
2011-03-18 23:10:56 +00:00
InputConfigDiag.h
More work on making dialogs close when escape is pressed, and some general GUI code clean up.
2011-03-16 22:22:21 +00:00
InputConfigDiagBitmaps.cpp
problem: TryAcquireSRWLockExclusive requires Windows 7 :/. solution kinda: use std::recursive_mutex (CriticalSection on windows) where try_lock is used. Dolphin should work on Vista x64 again.
2011-03-07 00:16:38 +00:00
ISOFile.cpp
More conversion from char * to std::string.
2011-03-01 03:06:14 +00:00
ISOFile.h
ISOProperties.cpp
More work on making dialogs close when escape is pressed, and some general GUI code clean up.
2011-03-16 22:22:21 +00:00
ISOProperties.h
More work on making dialogs close when escape is pressed, and some general GUI code clean up.
2011-03-16 22:22:21 +00:00
LogConfigWindow.cpp
Fix the segmentation fault users are having when opening the video config dialog with no games visible in the game list. Although in that case there will also not be any game profiles listed in the dropdown.
2011-02-21 16:50:55 +00:00
LogConfigWindow.h
Make log options an AUI window instead of a dialog.
2011-02-21 15:01:00 +00:00
LogWindow.cpp
Replaced Common::CriticalSection with a std::mutex implementation. 64bit Windows builds now use SRWLocks and ConditionVariables(requires Vista/7, x64 builds will no longer work on Windows XP x64). Tell me if you hate that. Removed Common::EventEx. Common::Event now uses a std::condition_variable impl.(using ConditionVariables on Windows x64, Events on x86, or posix condition variables elsewhere). I experience slight speed improvements with these changes.
2011-03-05 06:11:26 +00:00
LogWindow.h
Replaced Common::CriticalSection with a std::mutex implementation. 64bit Windows builds now use SRWLocks and ConditionVariables(requires Vista/7, x64 builds will no longer work on Windows XP x64). Tell me if you hate that. Removed Common::EventEx. Common::Event now uses a std::condition_variable impl.(using ConditionVariables on Windows x64, Events on x86, or posix condition variables elsewhere). I experience slight speed improvements with these changes.
2011-03-05 06:11:26 +00:00
Main.cpp
Reinstate AfterInit(), which is still needed for MacOpenFile()
2011-03-16 01:50:46 +00:00
Main.h
Reinstate AfterInit(), which is still needed for MacOpenFile()
2011-03-16 01:50:46 +00:00
MainNoGUI.cpp
Eliminated memory leaks of the save state code and put it in a namespace. It is prettier than before, but it could be better (less global usage). Other minor stuff.
2011-03-17 10:17:45 +00:00
MemcardManager.cpp
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
MemcardManager.h
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
NetWindow.cpp
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
NetWindow.h
Fix a memory leak in the breakpoint window.
2011-02-27 02:27:43 +00:00
PatchAddEdit.cpp
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
PatchAddEdit.h
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
PHackSettings.cpp
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
PHackSettings.h
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
stdafx.cpp
stdafx.h
UDPConfigDiag.cpp
Fix and issue with the escape button closing the hotkey dialog when trying to set a hotkey to escape.
2011-03-16 12:59:05 +00:00
UDPConfigDiag.h
VideoConfigDiag.cpp
* GUI Video-Settings changes:
2011-03-21 19:57:31 +00:00
VideoConfigDiag.h
* GUI Video-Settings changes:
2011-03-21 19:57:31 +00:00
WiimoteConfigDiag.cpp
More work on making dialogs close when escape is pressed, and some general GUI code clean up.
2011-03-16 22:22:21 +00:00
WiimoteConfigDiag.h
The escape key should now work to close most of the dialogs in dolphin. Let me know of any that I missed. I am sure there are some. I also notice that anytime a wxNotebook is used a page should be set to get proper focus on the dialog.
2011-03-15 14:37:04 +00:00
WXInputBase.cpp
WXInputBase.h
WxUtils.cpp
WxUtils.h
X11Utils.cpp
Fix the default setting for the fullscreen resolution on linux.
2011-03-08 22:43:44 +00:00
X11Utils.h
Change to the 1.3 part of the Xrandr api for fullscreen mode switching on linux to support multiple monitor setups. There is probably some more work to be done, but at least it won't shut off one of your monitors anymore.
2011-02-09 03:12:05 +00:00