| Age | Commit message (Expand) | Author |
| 2011-06-02 | Last major UI change before release. | NeoBrainX |
| 2011-04-25 | Remove configuration profile support. | NeoBrainX |
| 2011-04-17 | Fix a few strings for translation. | Glenn Rice |
| 2011-03-21 | * GUI Video-Settings changes: | gnick79 |
| 2011-03-21 | Moved per-game graphics configuration to the game-list right click menu. It w... | Jordan Woyak |
| 2011-03-17 | Eliminated memory leaks of the save state code and put it in a namespace. It ... | Jordan Woyak |
| 2011-03-17 | Make sure that the video software backend doesn't get stuck in an infinite lo... | Glenn Rice |
| 2011-03-16 | Fix the framerate counter of the software graphic backend. | sl1nk3.s |
| 2011-03-16 | Hack Misc.cpp into building on OS X. | Soren Jorvang |
| 2011-03-16 | Fix the video software backend. (closes issue 4269) | sl1nk3.s |
| 2011-03-16 | More work on making dialogs close when escape is pressed, and some general GU... | Glenn Rice |
| 2011-03-15 | A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem... | Jordan Woyak |
| 2011-03-12 | Fix things so that those who wish to compile with -std=c++0x can. To active ... | Glenn Rice |
| 2011-03-05 | Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind... | Jordan Woyak |
| 2011-03-03 | Move SConscript files out from the Src subdirectories to be | Soren Jorvang |
| 2011-03-03 | Prepare for the release of Xcode 4, which has working LTO | Soren Jorvang |
| 2011-02-28 | Convert GetUserPath to return a std::string instead of a const char *. This ... | Glenn Rice |
| 2011-02-25 | If video backend initialization fails, have the emulator die gracefully inste... | Glenn Rice |
| 2011-02-20 | windows: fix crash on close | Shawn Hoffman |
| 2011-02-17 | Linux build fix in response to r7185. | smelenchuk |
| 2011-02-17 | Big Fifo Commit Part2: Now the fifo is more stable than my first commit, so i... | Marcos Vitali |
| 2011-02-14 | Some work on changing comments, log messages, and variable and function names... | Glenn Rice |
| 2011-02-12 | Integrate helper functions from VideoSoftware's VideoConfigDialog | Soren Jorvang |
| 2011-02-10 | Experimental commit and one fix for my last commit. | Marcos Vitali |
| 2011-02-08 | Fix Plugin_VideoSoftware build. | Soren Jorvang |
| 2011-02-07 | Reach over for Plugin_VideoOGL's copy of GLUtil. | Soren Jorvang |
| 2011-02-06 | Oops, remember to save plugin settings in both close cases. | Soren Jorvang |
| 2011-02-06 | Modal dialogs must be closed with EndModal() or all kinds of weird | Soren Jorvang |
| 2011-02-06 | Deal with some clang-inspired buglets. | Soren Jorvang |
| 2011-02-05 | The compiler need not obey the static keyword, so to avoid linker | Soren Jorvang |
| 2011-02-05 | vs2010: fix videosoftware build by not requiring Cg dependency (through OGL...) | Shawn Hoffman |
| 2011-02-04 | In the SCons build, skip the generation of static libraries | Soren Jorvang |
| 2011-02-03 | Use brute force to link the software plugin. | Soren Jorvang |
| 2011-02-02 | Thread affinity on OS X and *BSD. | Soren Jorvang |
| 2011-02-02 | Hopefully fix Windows build. | Soren Jorvang |
| 2011-02-02 | Remove the global namespace a bit and remove some dead code. | Soren Jorvang |
| 2011-02-02 | Remove PluginSpecs.h. Merge the few needed enums from that file into Common.... | Glenn Rice |
| 2011-02-01 | Fix the auto window resize option to take into account if the log/console win... | Glenn Rice |
| 2011-01-31 | Fix OS X build. | Soren Jorvang |
| 2011-01-31 | Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph... | Jordan Woyak |
| 2011-01-29 | If perspective divide is enabled and texture coordinate Z is 0 then leave tex... | donkopunchstania |
| 2011-01-29 | Explicit dependency on libvideo. | Soren Jorvang |
| 2011-01-29 | Remove vertex format converter from software plugin because it is not needed ... | donkopunchstania |
| 2011-01-29 | r6958 removes the need for the hackery in r6946. | Soren Jorvang |
| 2011-01-29 | Link the video plugin statically into the main binary on OS X. | Soren Jorvang |
| 2011-01-28 | DSP plugin merge - the two DSP plugins are now gone and all the code has been... | hrydgard |
| 2011-01-28 | Vertical sync on OS X. | Soren Jorvang |
| 2011-01-23 | 2 fixes one for dx9 and one for software plugin. | Rodolfo Osvaldo Bogado |
| 2011-01-21 | Make sure the game list gets created with automatic starts. | Soren Jorvang |
| 2011-01-20 | Disable the default PIC generation on OS X. This might make for a | Soren Jorvang |