| Age | Commit message (Expand) | Author |
| 2010-01-24 | ROM dissasm "refresh" + RE + small fixes | Marko Pusljar |
| 2010-01-23 | Reverted the FIFO thread change | skidau |
| 2010-01-23 | Fixes the capital letter as well as path that could cause problem in future (... | ayuanx |
| 2010-01-23 | Experimental FIFO thread. Speeds up the emulator by moving FIFO to its own t... | skidau |
| 2010-01-23 | Added support for X360pad rumble | ayuanx |
| 2010-01-23 | Fixes Issue 2115 | death2droid |
| 2010-01-22 | If you're Wiimotes input was a real Wiimote and you decided to play a Gamecub... | interdpth |
| 2010-01-22 | Merged PadSimple with nJoy | ayuanx |
| 2010-01-22 | Play button is now be enabled and disabled at the correct times. | Glenn Rice |
| 2010-01-21 | Kill the last timeGetTime calls. | hrydgard |
| 2010-01-21 | linux build fix, sorry | hrydgard |
| 2010-01-21 | (Minor timer library code cleanup) | hrydgard |
| 2010-01-21 | Attempt at fixing the colors of loaded "hi-res" replacement textures in D3D. ... | hrydgard |
| 2010-01-21 | small fix | Marko Pusljar |
| 2010-01-21 | Reenable my change from r3999, works correctly now due to godisgovernment's c... | LPFaint99 |
| 2010-01-20 | Update the about box a little bit, it's actually 2010, not 2003. | hrydgard |
| 2010-01-20 | Updated Dolphin.icns with data from Dolphin.ico, Macs also want nice icons! | j4ck.fr0st |
| 2010-01-20 | This should fix Issue 1982 & Issue 2042 | ayuanx |
| 2010-01-20 | Nullsound killed - Fixes Issue 1082 | Marko Pusljar |
| 2010-01-20 | Some clean up in io_osx.m, the if not confused me in the SConscript. I made t... | Sonicadvance1 |
| 2010-01-20 | Fixed a Wx assertion in the debug builds. The JIT off menu items were being e... | skidau |
| 2010-01-20 | Minor UI enhancement | ayuanx |
| 2010-01-20 | Fixed the game list not reappearing after the close button was used. | skidau |
| 2010-01-20 | Fixes Issue 2070 | ayuanx |
| 2010-01-19 | These are required to be set to get JIT and JITIL working in OSX, will be loo... | Sonicadvance1 |
| 2010-01-19 | removed now obsolete build configurations Release_JITIL from vcproj and jitte... | j4ck.fr0st |
| 2010-01-19 | Create wxWindow in heap rather than stack | ayuanx |
| 2010-01-19 | linux build fix | j4ck.fr0st |
| 2010-01-19 | (linux build fix) | hrydgard |
| 2010-01-19 | forgot a file, sorry | hrydgard |
| 2010-01-19 | JitIL is no longer a separate .exe/binary - it's now a simple option, Dolphin... | hrydgard |
| 2010-01-19 | commit the patch from issue 2060 to refresh the gamelist after you added your... | Shawn Hoffman |
| 2010-01-19 | Silly compile fix | nakeee |
| 2010-01-19 | Small fixes: | Rodolfo Osvaldo Bogado |
| 2010-01-19 | GUI fixes | skidau |
| 2010-01-19 | Got rid of the sticky JIT window | skidau |
| 2010-01-19 | make stop confirmation blocking. fixes issue 1961 | Shawn Hoffman |
| 2010-01-18 | Change the order so selected iso will be first and only then the default iso. | nakeee |
| 2010-01-18 | position and size of the main window are now saved (fixes issue 2035) | j4ck.fr0st |
| 2010-01-18 | Debugger cleanup | skidau |
| 2010-01-18 | Fixed the button states in the toolbar when loading, starting, and stopping a... | skidau |
| 2010-01-18 | Disable change made in 4801. | donkopunchstania |
| 2010-01-18 | Implemented tlbie instruction | skidau |
| 2010-01-18 | Fix for saving SaveStates - VirtualEFB does not exist any more, so do not try... | skidau |
| 2010-01-17 | Fix EFB reads in fastmem mode by removing the EFB mapping (forces it to go th... | hrydgard |
| 2010-01-17 | Shader Disk Cache implementation for D3D. Saves generated shaders on disk. El... | hrydgard |
| 2010-01-17 | Add code for frsqrtex to JIT. Disable the table-based implementation in the i... | hrydgard |
| 2010-01-17 | Allow OSX to quit Dolphin cleanly in NoWX build with command+Q. Not sure how ... | Sonicadvance1 |
| 2010-01-17 | Do ARAM DMA less often, and in larger chunks. hopefully it adds some speed, b... | Shawn Hoffman |
| 2010-01-17 | drkIIRaziel reversed engineered the frsqrte instruction providing hardware ac... | skidau |