| Age | Commit message (Expand) | Author |
| 2013-09-16 | Add a hacky check for text file size in ReadFileToString. Fixes issue 6455. | Pierre Bourdon |
| 2013-09-14 | Overlay local gameinis over global gameinis instead of copying. | Pierre Bourdon |
| 2013-09-01 | Work around MSVC bug, and make it less likely to happen again. Ew. | comex |
| 2013-08-31 | Fix loading DLC using IOCTL_ES_OPENTITLECONTENT & /dev/es state save. | comex |
| 2013-04-24 | Merge branch 'master' into wii-network | Matthew Parlane |
| 2013-04-17 | New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm... | Lioncash |
| 2013-04-15 | Update the license file text (change SVN to Git) in all projects except Core ... | lioncash |
| 2013-04-11 | Merge branch 'master' into wii-network | Matthew Parlane |
| 2013-04-02 | real buildfix | Jordan Woyak |
| 2013-04-01 | Fix loading of "themes" with non-ascii character names. | Jordan Woyak |
| 2013-03-27 | Merge branch 'master' into wii-network | skidau |
| 2013-02-28 | It's 2013! Why can't I use C++11 yet!? | Jordan Woyak |
| 2013-02-28 | Open std::fstream in a unicode-safe manner. | Jordan Woyak |
| 2013-02-23 | Merge branch 'master' into wii-network | Matthew Parlane |
| 2013-02-20 | Hopefully kill a stupid warning on Windows. | Jordan Woyak |
| 2013-02-17 | Some cleanup of CWII_IPC_HLE_Device_FileIO: | Jordan Woyak |
| 2013-01-26 | Merge branch 'master' into wii-network | Matthew Parlane |
| 2013-01-16 | Move DSP settings to dolphin.ini | Rachel Bryk |
| 2013-01-13 | themes directory stuffs | Jordan Woyak |
| 2013-01-04 | Add generate id support. | Matthew Parlane |
| 2012-06-19 | Added a button to dump the FakeVMEM from the memory debugger if the game uses it | Pierre Bourdon |
| 2011-06-11 | Windows: Sets the cwd to the folder that dolphin.exe resides in. | LPFaint99 |
| 2011-05-24 | Adds the option to change the path to the wii nand root | LPFaint99 |
| 2011-03-11 | Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read... | Jordan Woyak |
| 2011-03-01 | Pass std::string's by reference when possible. | Glenn Rice |
| 2011-03-01 | More conversion from char * to std::string. | Glenn Rice |
| 2011-02-28 | Convert GetUserPath to return a std::string instead of a const char *. This ... | Glenn Rice |
| 2011-02-14 | Some work on changing comments, log messages, and variable and function names... | Glenn Rice |
| 2011-02-11 | * Dump AVI output on every VI (fixes issue #4064). | smelenchuk |
| 2011-01-29 | Fix the Audio tab and merge the DSP config into one. | sl1nk3.s |
| 2010-12-19 | Fix TextureDecoder.cl to work on both NVidia and ATI video cards. | Glenn Rice |
| 2010-12-03 | Attempt to fix issue r3458. I don't have a 32bit linux install, however I kno... | Shawn Hoffman |
| 2010-09-06 | Some work towards launching by titleid rather than content path, | LPFaint99 |
| 2010-05-12 | OSX fix Dolphin not actually using the Application Support path. | Shawn Hoffman |
| 2010-02-03 | Revert commit 4997 and fix in a way that is more consistent with the structure | Glenn Rice |
| 2010-02-02 | Linux global build. At least the basic footwork is done here. | Glenn Rice |
| 2010-01-29 | Fixes Issue 2176 (SysConf on OSX), plus some initialization order warning fix... | j4ck.fr0st |
| 2009-08-06 | misc cleanup | Shawn Hoffman |
| 2009-07-30 | dolphinwx and debuggerwx can now be compiled with unicode | LPFaint99 |
| 2009-07-28 | Now ALL copyright dates are fixed to the legally correct year: The year in wh... | XTra.KrazzY |
| 2009-06-09 | Post-processing: Added options to graphics config dialog. | hrydgard |
| 2009-04-25 | Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (c... | XTra.KrazzY |
| 2009-04-12 | DSP assembler: Error message improvements. | hrydgard |
| 2009-04-12 | DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start c... | hrydgard |
| 2009-03-28 | Some code cleanup | omegadox |
| 2009-03-09 | fix main config dir on osx and autodetect ogl version when it build | tmator |
| 2009-02-28 | fix compile on osx and linux | nakeee |
| 2009-02-28 | Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few cr... | hrydgard |
| 2009-02-26 | fix plugin dir on osx | tmator |
| 2009-02-24 | Ported wxutils from soap branch (Should make launch and explore work in Linux... | nakeee |