summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Src/MainNoGUI.cpp
AgeCommit message (Expand)Author
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-11-03Run code through the advanced tool 'sed' to remove trailing whitespace.comex
2013-04-17Lastly - new license header introduced to main Dolphin project. All done now.Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2011-08-26Have the ability to disable screensaver due to Nvidia + Displayport can cause...Ryan Houdek
2011-08-21Make titlebar and about dialog fancy for cmake build.Jordan Woyak
2011-06-17On linux don't check to see if the xdg-screensaver program is present at buil...Glenn Rice
2011-03-17Eliminated memory leaks of the save state code and put it in a namespace. It ...Jordan Woyak
2011-03-16Fix the nogui build.Glenn Rice
2011-03-08Fix OS X nowx.Soren Jorvang
2011-03-07Fix the no gui build for the recent std event changes.Glenn Rice
2011-02-12Move BootManager.cpp to Core since it really doesn't do any wx-specific stuff.NeoBrainX
2011-02-08Remove any wx-specific code from Core.NeoBrainX
2011-02-02Some more work on renaming variables and files to reflect that the plugins ar...Glenn Rice
2011-01-31Fix nowx build.Soren Jorvang
2011-01-30Move async checking for pressed keys into Host_GetKeyState()Soren Jorvang
2011-01-30Be more flexible about hotkey modifier permutations.Soren Jorvang
2011-01-25Fix the nogui build. Don't show the Xrandr logs in release builds. Fix flic...Glenn Rice
2011-01-15Don't bother with a separate NSApplication thread.Soren Jorvang
2011-01-15Clean up nowx and stop cocoaApp busy-waiting in the main loop.Soren Jorvang
2011-01-08Added some languages:Glenn Rice
2011-01-07Add anvideo config option to automatically resize the render window to the si...donkopunchstania
2010-11-25Inhibit the screensaver while the emulator is running on linux. Fixes issue ...Glenn Rice
2010-11-07Added an option in the cmake build to disable wxWidgets. To use add "-DDISAB...Glenn Rice
2010-10-12Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed ...Jordan Woyak
2010-08-08Several little things:Glenn Rice
2010-08-03Make toggling of word wrap for the log window nicer for linux. Unfortunately...Glenn Rice
2010-07-23Further *BSD portability.Soren Jorvang
2010-07-16Remove long-rotted vestiges of SDL video output.Soren Jorvang
2010-07-16This is basicall linux code cleanup. We don not need to pass the X display h...Glenn Rice
2010-07-09Remove NSAutoreleasePools that are no longer necessary now that poolsSoren Jorvang
2010-07-08Fix the nowx build. Do we still want to keep the nowx build? If you do spea...Glenn Rice
2010-06-04Revert parts of r5576 and r5598 for Sonicadvance1's sake.Soren Jorvang
2010-06-04Deprecate nowx on OS X (but keep it building for sanity checking).Soren Jorvang
2010-06-03Warp back to 5578. Sorry for the lost changes, please re-apply. Reason: 557...hrydgard
2010-06-03Merge GCPadNew into Dolphin. This takes place in three segments: Core, InputC...Shawn Hoffman
2010-06-03Make wxgl mandatory on OS X.nJoySoren Jorvang
2010-06-02Fix some cases of variables being used uninitialized. Also some unusedSoren Jorvang
2010-06-02Remove a few __APPLE__ ifdefs which are no longer necessary.Soren Jorvang
2010-05-26Unbreak nowx build.Soren Jorvang
2010-04-22Move fullscreen display resolution control to the GUI with the rest of the fu...Glenn Rice
2010-04-19Build fix for the NoGUI build.Glenn Rice
2010-04-12Big restructuring of how the video plugin works. In linux and windows you sh...Glenn Rice
2010-03-16Implement pausing (with the Escape key) for the NoGUI build in linux.Glenn Rice
2010-03-16Shutdown NoGUI build properly in linux.Glenn Rice
2010-03-16No gui fix in linux.Glenn Rice
2010-03-11remove wiimote led/speaker status from statusbarShawn Hoffman
2010-03-09Fix NoWX build, use a different define in CoreParameter, the one we all know ...Sonicadvance1
2010-02-19No messageSonicadvance1
2010-02-19NoGUI: general cleanup, add initialization stuff added in r5064, fixed the co...j4ck.fr0st