summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/MainNoGUI.cpp
AgeCommit message (Expand)Author
2015-07-25Revert "Join the emu thread in Core::Stop. Get rid of Core::Shutdown which d...Jules Blok
2015-06-08Revert "SDL: handle SDL_QUIT event"Matthew Parlane
2015-06-05SDL: handle SDL_QUIT eventTillmann Karras
2015-06-01MainNoGUI: support real Wiimotesaerisarn
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-04-18no-gui: fix help stringdegasus
2015-04-16Merge pull request #2295 from comex/fix-usb-threadingskidau
2015-04-16NoGUI: Don’t segfault when the DISPLAY environment variable isn’t setEmmanuel Gil Peyrot
2015-04-13Join the emu thread in Core::Stop. Get rid of Core::Shutdown which did that ...comex
2015-02-27Merge pull request #2129 from Sonicadvance1/shuffle_user_dirskidau
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-25Move user directory detection location to UICommon.Ryan Houdek
2015-01-04Host: Add Host_RendererIsFullscreen().Jules Blok
2014-12-11Silence some -Wswitch-default warnings.Rohit Nirmal
2014-11-24VideoOGL: Move X11 wxWidgets utilities to DolphinWXLioncash
2014-11-17Host: Kill off GetRenderWindowSizeLioncash
2014-11-06Remove unnecessary cstdarg header includesLioncash
2014-11-05Host: Kill off Host_SysMessageLioncash
2014-11-02Merge pull request #1467 from waddlesplash/dolphin-qtcomex
2014-11-02Move GLInterface to the OGL VideoBackend's directory.Augustin Cavalier
2014-11-02Merge pull request #1468 from Tilka/cleanupRyan Houdek
2014-11-02Fix warnings about non-static variablesTillmann Karras
2014-11-02Reorder MainNoGUI shutdownTillmann Karras
2014-10-05Migrate global init stuff into UICommon.Augustin Cavalier
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-05Revert "Don't sleep in the event thread"Ryan Houdek
2014-09-04Don't sleep in the event threadJasper St. Pierre
2014-09-03Change NULL to nullptr.Rohit Nirmal
2014-08-19Core: Move the titlebar / statusbar abstraction to DolphinWXJasper St. Pierre
2014-08-19Core: Don't pass through a reference to the window handleJasper St. Pierre
2014-08-19MainNoGUI: Move a majority of the event handling from the GLX backendJasper St. Pierre
2014-08-19MainNoGUI: Supply a window in Host_GetRenderHandleJasper St. Pierre
2014-08-19X11Utils: Explicitly pass the window to fullscreen into ToggleFullscreenJasper St. Pierre
2014-08-19X11Utils: Simplify the Fullscreen interfaceJasper St. Pierre
2014-08-19MainNoGUI: Remove old OS X backend that doesn't work, rearchitectJasper St. Pierre
2014-08-19Remove support for EGL under X11Jasper St. Pierre
2014-08-19Remove support for WaylandJasper St. Pierre
2014-08-15Core: Kill off Host_ShowJitResultsLioncash
2014-08-09Merge pull request #740 from lioncash/hostLioncash
2014-08-08Core: Kill off Host_UpdateLogDisplay()Lioncash
2014-08-08Core: Kill off Host_UpdateBreakPointView()Lioncash
2014-08-07Fix more warnings from #579Tillmann Karras
2014-08-03Merge pull request #716 from delroth/vertex-loaderPierre Bourdon
2014-08-03Core: Get rid of Host_GetInstance()Lioncash
2014-08-02Move GLInterface around to remove VideoBackends dependency on DolphinWXPierre Bourdon
2014-07-26Cosmetic changes based on feedback on PR #506.Jules Blok
2014-07-21Let the Renderer decide when to exit fullscreen.Jules Blok
2014-07-16Host: Add a new "UIHasFocus" hook to determine if the UI has focusJasper St. Pierre
2014-07-13Shutdown the Core before other components.Jules Blok