| Age | Commit message (Expand) | Author |
| 2010-06-03 | Make wxgl mandatory on OS X.nJoy | Soren Jorvang |
| 2010-06-02 | Fix some cases of variables being used uninitialized. Also some unused | Soren Jorvang |
| 2010-06-02 | Meta: | Soren Jorvang |
| 2010-05-26 | For these assertions to trip, enums in CPMemory.h which seem pretty much set | Soren Jorvang |
| 2010-05-26 | If the format is not one of the expected ones, just return rather than | Soren Jorvang |
| 2010-05-26 | We don't use the return values of SaveTGA() here. | Soren Jorvang |
| 2010-05-26 | Don't return a value from a void function. | Soren Jorvang |
| 2010-05-26 | Remove unused variables. | Soren Jorvang |
| 2010-05-16 | Added a catch-all OpenGL visual. This allows the VideoSoftware plug-in to ru... | skidau |
| 2010-04-25 | Make wiimote connect/disconnect hotkeys work when not rendering to main. Als... | Glenn Rice |
| 2010-04-22 | Move fullscreen display resolution control to the GUI with the rest of the fu... | Glenn Rice |
| 2010-04-14 | Some video SW clean up and bug fixes. Did a hacky fix for bad light data. Add... | donkopunchstania |
| 2010-04-12 | Big restructuring of how the video plugin works. In linux and windows you sh... | Glenn Rice |
| 2010-04-10 | VideoCommon: Fixed the bug that VideoSoftware does not initialize SSSE3/SSE4.... | nodchip |
| 2010-04-09 | buildfix for Plugin_VideoSoftware | Shawn Hoffman |
| 2010-03-09 | Added scons options "shared_libname=true" to link agains the system shared li... | Glenn Rice |
| 2010-03-09 | Texture coordinates are stored in fixed point format in TEV which allows over... | donkopunchstania |
| 2010-03-07 | Removed more compiler warnings in linux. | Glenn Rice |
| 2010-03-06 | Shut down the video software plugin without closing dolphin in Windows. Fixed... | donkopunchstania |
| 2010-03-02 | Check texture attribute loader before adding it to vertex loader. | donkopunchstania |
| 2010-02-28 | Whoops. | j4ck.fr0st |
| 2010-02-28 | code cleanup, focusing on dsp hle | Shawn Hoffman |
| 2010-02-28 | Fixed a wrong type in r5140. | nodchip |
| 2010-02-28 | Refactored VertexLoader::CompileVertexTranslator(). Now the vertex position l... | nodchip |
| 2010-02-25 | finish proper window handling, fix the modal state of the config dialogs, plu... | luisr142004 |
| 2010-02-24 | Systematically eliminating compiler warnings. | Glenn Rice |
| 2010-02-22 | Revert commit 5105 until we sort out how we want this to work in linux. | Glenn Rice |
| 2010-02-22 | Fixes issue 2331, plugins won't cause a crash/hang on stop anymore if their c... | sl1nk3.s |
| 2010-02-22 | On linux don't compile and link against lzo, soil, and sfml "Externals." | Glenn Rice |
| 2010-02-21 | Fix issue 2019, fix hiding or showing games with country == Italy, France, Ta... | sl1nk3.s |
| 2010-02-21 | Warning cleanup, mainly shadowed variables, const/non-const and ctor initiali... | j4ck.fr0st |
| 2010-02-17 | Fix software plugin in linux. I broke it in revision 5048. | Glenn Rice |
| 2010-02-17 | Update Video software plugin with latest cocoaGL.m file | Sonicadvance1 |
| 2010-02-16 | Enable fullscreen switching with resolution mode changing using Xrandr in linux. | Glenn Rice |
| 2010-02-09 | make ESC pause the game now instead of quitting plus fix another bug with key... | luisr142004 |
| 2010-02-08 | make ESC quit the game instead of toggling out of/into full screen mode (fixe... | luisr142004 |
| 2010-02-02 | Linux global build. At least the basic footwork is done here. | Glenn Rice |
| 2010-01-21 | thats more like it i guess... | j4ck.fr0st |
| 2010-01-11 | Do special handling of texture coordinate generation if there is only a posit... | donkopunchstania |
| 2010-01-06 | Now you can switch between Emulated and Real WiiMotes, connect more Real Wiim... | fgfemperor |
| 2010-01-04 | Remap wiimote hotkeys to Alt+F5/F6/F7/F8 to make Windows happy. | ayuanx |
| 2010-01-04 | Added hotkey Alt+F1/F2/F3/F4 for connect/disconnect wiimote with OSD display | ayuanx |
| 2010-01-03 | Fixed Issue 1928 | ayuanx |
| 2009-12-30 | 1. Proper shutdown, hopefully no crash anymore (Continuation of skidau's work) | ayuanx |
| 2009-12-28 | Fix an issue with BPMEM_LOADTLUT, thanks to revned @ issue 1831, also fix a s... | sl1nk3.s |
| 2009-12-23 | small opencl build fix on osx | tmator |
| 2009-12-23 | fix video software plugin build on osx | tmator |
| 2009-12-02 | Fixed 24 bit depth copies to RAM. 24 and 16 bit depth copies are now more acc... | donkopunchstania |
| 2009-11-21 | Try to do Z textures better. Z texturing does not work if early z or no z upd... | donkopunchstania |
| 2009-11-16 | Remove the silly trampoline VideoCommon.h (thanks to godisgovernment) | bztdlinux |