| Age | Commit message (Expand) | Author |
| 2010-03-17 | Same as my last trunk commit. | Glenn Rice |
| 2010-03-17 | Backport of my recent changes to fullscreen and render to main in linux, and ... | Glenn Rice |
| 2010-03-05 | Fix noWX compiling, Fix OSX crashing when opening options because of dumb cod... | Sonicadvance1 |
| 2010-02-25 | Fix issue 2364 + another issue introduced in r5129 causing the main window to... | sl1nk3.s |
| 2010-02-25 | Build fix for linux. sprintf_s does not exist in linux. Does it in windows? | Glenn Rice |
| 2010-02-25 | finish proper window handling, fix the modal state of the config dialogs, plu... | luisr142004 |
| 2010-02-22 | Fixes issue 2331, plugins won't cause a crash/hang on stop anymore if their c... | sl1nk3.s |
| 2010-02-16 | Enable fullscreen switching with resolution mode changing using Xrandr in linux. | Glenn Rice |
| 2010-02-14 | ...and a buildfix for non-win32 | j4ck.fr0st |
| 2010-02-14 | attempt to fix the main window closing from r5056. i'm not sure how this affe... | j4ck.fr0st |
| 2010-02-14 | Bunch of tiny memory leaks fixed and cleanup, フウ〜! | Sonicadvance1 |
| 2010-02-13 | EXPERIMENTAL | Glenn Rice |
| 2010-02-06 | Some internal code shuffling for Config dialogs. OSX seems to be picky about ... | j4ck.fr0st |
| 2010-02-02 | Linux global build. At least the basic footwork is done here. | Glenn Rice |
| 2010-01-26 | OpenGL fix: s_swapRequested must be volatile. | ayuanx |
| 2010-01-20 | Fixes Issue 2080 for DX9 & OGL | ayuanx |
| 2010-01-09 | Now Progressive Scan actually works for those games that really depend on thi... | ayuanx |
| 2010-01-07 | 1. This should fix Issue 1625 (Bizarre Auto Frame Limit) | ayuanx |
| 2010-01-06 | Now you can switch between Emulated and Real WiiMotes, connect more Real Wiim... | fgfemperor |
| 2010-01-03 | Fix Fullscreen issues in DirectX plugin. Fixes issue 1470, issue 1886 and iss... | sl1nk3.s |
| 2010-01-01 | Some fixes to Stop() process. | sl1nk3.s |
| 2009-12-30 | Fix a crash when closing DirectX's window, also apply a fix from j4ck.fr0st/B... | sl1nk3.s |
| 2009-11-11 | Fix GCC 4.5 Compiling. -fvisibility=hidden seems to break it, so it was remov... | Sonicadvance1 |
| 2009-10-24 | Fix a small misspell in OGL config, Fix the toggle fullscreen button when ren... | sl1nk3.s |
| 2009-10-23 | small code cleanup: rename "dual core" stuff to CPUThread, bOnThread, etc. | Shawn Hoffman |
| 2009-10-12 | Fix Linux compiling/Running | Sonicadvance1 |
| 2009-10-10 | Moving pixel engine and command processor from core to video common. This wil... | donkopunchstania |
| 2009-09-26 | OpenGL: commit rodolfoosvaldobogado's (what a name!) speedup patches. | hrydgard |
| 2009-09-18 | Fix compiling in Snow Leopard, the Update stuff in the Video plugin shouldn't... | Sonicadvance1 |
| 2009-09-13 | D3D: Fix 8-bit signed normals. Fixes lighting problems in Super Smash Bros Me... | hrydgard |
| 2009-09-13 | Rename Config.cpp/h to VideoConfig.cpp/h. | hrydgard |
| 2009-09-13 | Kill some horribly ugly hackery :( It's just not right to pass entire IniFile... | hrydgard |
| 2009-09-13 | Lots of code and warning cleanup. OGL/D3D: Moved to a shared config class in ... | hrydgard |
| 2009-09-09 | removed the failed gltest code | nakeee |
| 2009-09-07 | GUI/OpenGL: Video debugging window crash fix | John Peterson |
| 2009-09-06 | OpenGL: OSD menu live resolution change fixes | John Peterson |
| 2009-08-26 | GUI: Dock plugin windows | John Peterson |
| 2009-08-25 | Re-enable CPU swap on XFB mode only, to avoid flickering in a couple of games | sl1nk3.s |
| 2009-08-09 | Frameskipping more aggressive (minor speedup, plz report any serious problems... | hrydgard |
| 2009-08-08 | Just a few fixes for the fps counter, also unbreak direct XFB homebrews. | sl1nk3.s |
| 2009-08-08 | Frameskipping! Complete with GUI! Even my most naive approach resulted in gre... | XTra.KrazzY |
| 2009-08-04 | Disable CPU swaps, it was causing all kinds of problems. | Nolan Check |
| 2009-08-01 | fix non gui build | tmator |
| 2009-08-01 | Fix the FPS counter to show the 'real' framerate, also clean up its mess a bi... | sl1nk3.s |
| 2009-07-31 | Fix noWX build, and lower thread priority for screenshots | sl1nk3.s |
| 2009-07-30 | Don't use lookup tables. It's better to use CPU registers and reduce memory a... | Nolan Check |
| 2009-07-29 | Correct addrRangesOverlap. May fix stuttering in many games. | Nolan Check |
| 2009-07-28 | Now ALL copyright dates are fixed to the legally correct year: The year in wh... | XTra.KrazzY |
| 2009-07-27 | Don't use events for efb access. As I've learned, events cause kernel calls a... | Nolan Check |
| 2009-07-26 | Log unknown fog types in Warn log, and tiny code cleanup. | omegadox |