summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/MainNoGUI.cpp
AgeCommit message (Expand)Author
2016-06-26VideoCommon: Drop GetConfigName.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-06-19Add an Analytics reporting system.Pierre Bourdon
2016-05-13Core/Movie: Add ability to run code in Host contextEmptyChaos
2016-05-13Core: Threadsafety Synchronization Fixes (Frame Advance / FifoPlayer)EmptyChaos
2016-05-05SCM: Use std::string.degasus
2016-01-27Support a headless EGL option.Ryan Houdek
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-04CommonFuncs: Remove SLEEP macroLioncash
2015-07-22Revert "Join the emu thread in Core::Stop. Get rid of Core::Shutdown which d...Jules Blok
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
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