summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoSoftware
AgeCommit message (Expand)Author
2011-06-02Last major UI change before release.NeoBrainX
2011-04-25Remove configuration profile support.NeoBrainX
2011-04-17Fix a few strings for translation.Glenn Rice
2011-03-21* GUI Video-Settings changes:gnick79
2011-03-21Moved per-game graphics configuration to the game-list right click menu. It w...Jordan Woyak
2011-03-20Simplify the SCons build:Soren Jorvang
2011-03-17Eliminated memory leaks of the save state code and put it in a namespace. It ...Jordan Woyak
2011-03-17Make sure that the video software backend doesn't get stuck in an infinite lo...Glenn Rice
2011-03-16Fix the framerate counter of the software graphic backend.sl1nk3.s
2011-03-16Hack Misc.cpp into building on OS X.Soren Jorvang
2011-03-16Fix the video software backend. (closes issue 4269)sl1nk3.s
2011-03-16More work on making dialogs close when escape is pressed, and some general GU...Glenn Rice
2011-03-15A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...Jordan Woyak
2011-03-12Fix things so that those who wish to compile with -std=c++0x can. To active ...Glenn Rice
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-03-03Move SConscript files out from the Src subdirectories to beSoren Jorvang
2011-03-03Prepare for the release of Xcode 4, which has working LTOSoren Jorvang
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-25If video backend initialization fails, have the emulator die gracefully inste...Glenn Rice
2011-02-21revert r7212 (express users must modify a single line, instead)Shawn Hoffman
2011-02-20Force dolphin to use the windows7.1sdk (the windows7.1sdk installer is silly ...Shawn Hoffman
2011-02-20windows: fix crash on closeShawn Hoffman
2011-02-17Linux build fix in response to r7185.smelenchuk
2011-02-17Big Fifo Commit Part2: Now the fifo is more stable than my first commit, so i...Marcos Vitali
2011-02-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2011-02-13windows debugfast buildfixShawn Hoffman
2011-02-12Integrate helper functions from VideoSoftware's VideoConfigDialogSoren Jorvang
2011-02-11Merge UI related projects into the main DolphinWX project.Jordan Woyak
2011-02-11drop vs2008 projects in favor of vs2010Shawn Hoffman
2011-02-10Experimental commit and one fix for my last commit.Marcos Vitali
2011-02-10vs2010: add debugfast configs for all projects except wxw...will do those soon.Shawn Hoffman
2011-02-08Fix Plugin_VideoSoftware build.Soren Jorvang
2011-02-08vs2010:Shawn Hoffman
2011-02-07Reach over for Plugin_VideoOGL's copy of GLUtil.Soren Jorvang
2011-02-06Oops, remember to save plugin settings in both close cases.Soren Jorvang
2011-02-06Modal dialogs must be closed with EndModal() or all kinds of weirdSoren Jorvang
2011-02-06Deal with some clang-inspired buglets.Soren Jorvang
2011-02-05LTCG (link time code gen) was off in some projects, so turn it off in all of ...hrydgard
2011-02-05The compiler need not obey the static keyword, so to avoid linkerSoren Jorvang
2011-02-05vs2010: fix videosoftware build by not requiring Cg dependency (through OGL...)Shawn Hoffman
2011-02-04- Fixing Windows buildsgnick79
2011-02-04In the SCons build, skip the generation of static librariesSoren Jorvang
2011-02-03vs2010: fix videosoftware buildShawn Hoffman
2011-02-03Use brute force to link the software plugin.Soren Jorvang
2011-02-02Thread affinity on OS X and *BSD.Soren Jorvang
2011-02-02Hopefully fix Windows build.Soren Jorvang
2011-02-02Remove the global namespace a bit and remove some dead code.Soren Jorvang
2011-02-02Remove PluginSpecs.h. Merge the few needed enums from that file into Common....Glenn Rice
2011-02-01vs2010: Enable LTCG only for release builds.Shawn Hoffman
2011-02-01Fix the auto window resize option to take into account if the log/console win...Glenn Rice