Age | Commit message (Expand) | Author |
2009-06-11 | Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem... | Jody Northup |
2009-06-10 | Code formatting | Eugene Sandulenko |
2009-06-10 | SDL backend now dynamically generates 8 or 16-bit color surface depending on ... | Jody Northup |
2009-06-09 | Laying the foundation for preliminary bitdepth negotiation. (No functionality... | Jody Northup |
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko |
2009-06-06 | Streamlined the cursor blitting changes introduced in revision 41412 | Jody Northup |
2009-06-06 | Corrected 16-bit cursor blit errors on GFX mode change. | Jody Northup |
2009-06-06 | Corrected cursor display errors introduced by revision 41204, reimplemented 1... | Jody Northup |
2009-06-06 | Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-... | Travis Howell |
2009-06-05 | Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow | Jody Northup |
2009-06-05 | Converted cursor code to use 16-bit. | Jody Northup |
2009-06-04 | Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). I... | John Willis |
2009-06-03 | Applying the temporary 16-bit SDL hack. | Jody Northup |
2009-05-21 | Attempt to bring event recoredr to life. Still crashes on exit, though. | Eugene Sandulenko |
2009-05-12 | Make data that is only locally used static | Max Horn |
2009-05-12 | Give hints for better automapping | Eugene Sandulenko |
2009-05-11 | Fix compilation | Eugene Sandulenko |
2009-05-11 | Define hardware keys for 101 keyboard in SDL backend. | Eugene Sandulenko |
2009-05-10 | Keymapper: | Eugene Sandulenko |
2009-05-09 | Fix GUI keymap. | Eugene Sandulenko |
2009-05-08 | SDL: Modified OSystem_SDL::setWindowCaption to strip out non-ASCII chars (thi... | Max Horn |
2009-05-01 | Renamed aspectRatio to aspectRatioCorrection in the SDL backend to match the ... | Bertrand Augereau |
2009-03-19 | COMMON: Added a new IS_ALIGNED macro (for now using size_t, we can change it ... | Max Horn |
2009-02-27 | Changing the visibility of the mouse means it has to be redrawn. At least, this | Torbjörn Andersson |
2009-02-26 | Fix regression introduced with r38890, where the mouse cursor was redrawn eve... | Johannes Schickel |
2009-02-26 | - Fix cursor drawing bug on (cursor) palette change | Johannes Schickel |
2009-02-24 | SDL: Tweak the way the mouse is drawn/erased, so that it is not erase and dra... | Max Horn |
2009-02-15 | Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iP... | Oystein Eftevaag |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2009-01-30 | Moved default implementations for various OSystem methods into a new class Ba... | Max Horn |
2009-01-24 | pollCD() should only return true, if CD audio is actually playing. | Travis Howell |
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / createW... | Max Horn |
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat... | Max Horn |
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ... | Max Horn |
2009-01-21 | Yet more cleanup | Max Horn |
2009-01-11 | Merge in Virtual Keybpard & KeyMapper branch, | Eugene Sandulenko |
2009-01-04 | Virtualize sdl backend's setGraphicsModeIntern() so it can be overloaded by C... | Kostas Nakos |
2009-01-02 | Fixed the way how screen changes are tracked. This should fix a crash when do... | Johannes Schickel |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-27 | Slight simplification | Filippos Karapetis |
2008-12-19 | Allow changing the scaler using hotkeys again. I hope this is the correct way | Torbjörn Andersson |
2008-11-14 | Init _oldVideoMode, _videoMode and _transactioDetails properly. | Johannes Schickel |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-07 | Reverted my earlier commit r34926. | Nicola Mettifogo |
2008-11-07 | Fixed leaks in SearchMan. Default directories are now added with the 'autoFre... | Nicola Mettifogo |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-06 | cleanup | Max Horn |
2008-11-03 | Committed my patch #2216641 "GRAPHICS: PixelFormat introduction". | Johannes Schickel |
2008-11-03 | * turned DefaultSaveFileManager::checkPath into a virtual method | Max Horn |
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP... | Johannes Schickel |