summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/FrameTools.cpp
AgeCommit message (Expand)Author
2014-09-05Fix render to main crashing in fullscreen.Shawn Hoffman
2014-08-31InputCommon: Rename class InputPlugin to InputConfigLioncash
2014-08-30DolphinWX: Clean up brace placementsLioncash
2014-08-23Merge pull request #817 from archshift/disabledcolorLioncash
2014-08-22Merge pull request #844 from lioncash/wx-hotkeyLioncash
2014-08-20DolphinWX: Get rid of unnecessary hotkey code.Lioncash
2014-08-19Core: Remove Core::GetWindowHandleJasper St. Pierre
2014-08-19X11_Util: Resize the GLX window by listening to events on the parentJasper St. Pierre
2014-08-17Wx: further cleanup to toolbar creation processarchshift
2014-08-17Fixed toolbar's disabled button color.archshift
2014-08-14FrameTools.cpp: Alignment of long listsarchshift
2014-08-14Merge pull request #735 from Armada651/d3dfullscreen_fixesPierre Bourdon
2014-08-13updated frametoolskamiyo
2014-08-12Merge pull request #726 from Armada651/ogl-exclusiveshuffle2
2014-08-12Merge pull request #691 from Armada651/veto_fixshuffle2
2014-08-12Fix regression with toggling the toolbar from PR761Shawn Hoffman
2014-08-09Removed TBDebug, using TBMain instead. Fixed debugger assert.archshift
2014-08-09Removed AuiTB, moved functions to menubar (Debug->Perspectives)archshift
2014-08-08Included toolbar headers, preventing forward-decl errorsarchshift
2014-08-08Allow toggling the toolbar in the menuarchshift
2014-08-08Switch play/pause button icons when necessaryarchshift
2014-08-08Changed toolbar to be static, increasing UI integrationarchshift
2014-08-04CFrame: Render to a child on Linux and Mac OS X.Jules Blok
2014-08-04Revert "Fix hotkeys in Linux and Mac OS X"Lioncash
2014-08-03Merge pull request #671 from lioncash/non-panicPierre Bourdon
2014-08-03CFrame: Always exit fullscreen before showing the stop dialog.Jules Blok
2014-08-02DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic e...Lioncash
2014-08-02FrameTools: Add a wxPanel as the child of the RenderFrame.Jules Blok
2014-07-30VideoConfig: Ignore Borderless Fullscreen setting when the backend does not s...Jules Blok
2014-07-29CFrame: Handle close events that can't be vetoed.Jules Blok
2014-07-26Cosmetic changes based on feedback on PR #506.Jules Blok
2014-07-21Exit exclusive fullscreen when the stop confirmation is shown.Jules Blok
2014-07-19Don't create a Panel for a seperate render window.Jules Blok
2014-07-11mark all local variables as staticdegasus
2014-07-08Don't allow starting recording in states that will cause a crash or other pro...Rachel Bryk
2014-07-08Check whether the core is running instead of checking if it is unitialized.Jules Blok
2014-07-08FrameTools: Update GUI and disable Play button when in stopping state.Jules Blok
2014-07-08Frame: OnClose now handles asynchronous behaviour of DoStop().Jules Blok
2014-07-08Make the emulation stop asynchronous to prevent deadlocks.Jules Blok
2014-06-28RenderFrame: Set the background to black.Jules Blok
2014-06-18Update references of Google Code to GitHub and update copyright year.Shadox Fix
2014-06-13Merge pull request #470 from pauldacheez/s-Gamecube-GameCubeTony Wasserka
2014-06-08Fix the capitalization of "GameCube" throughout the project.Paul Olszewski
2014-06-07Merge pull request #395 from RachelBryk/raceRyan Houdek
2014-06-05added option for selecting which column are displayed in the game list, added...yourgamesbeover
2014-05-23Fix a couple race conditions.Rachel Bryk
2014-05-17Kill off _T and wxT macrosLioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras