Age | Commit message (Expand) | Author |
2008-11-29 | Formatting | Filippos Karapetis |
2008-11-29 | Remove warnings from NDS build. | Robin Watts |
2008-11-28 | added load/closeFile to Graphics::FlicPlayer (matching DXAPlayer class) | Gregory Montoir |
2008-11-28 | Check whether opening a flic actually worked... proper error handling would o... | Max Horn |
2008-11-20 | Updated documentation. | Johannes Schickel |
2008-11-20 | Fixed ZipArchive/FSDirectory creation. | Johannes Schickel |
2008-11-16 | some fixes to input handling, cleanup | Gregory Montoir |
2008-11-15 | remove outdated comment | Joost Peters |
2008-11-15 | added missing File destructor call if file can't be read | Gregory Montoir |
2008-11-15 | added FLIC player from KoM engine module. | Gregory Montoir |
2008-11-13 | minor tweaks | Max Horn |
2008-11-12 | Further optimized drawCharIntern (on my system, 30% of the time used to draw ... | Max Horn |
2008-11-12 | Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI... | Max Horn |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-05 | Fixed off-by-one error in horizontal text centering code | Max Horn |
2008-11-04 | Reordered initialization lists to kill a ton of warnings. | Nicola Mettifogo |
2008-11-03 | Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + Gr... | Johannes Schickel |
2008-11-03 | Oops actually it seems I forgot to remove mask entries of PixelFormat before ... | Johannes Schickel |
2008-11-03 | Simplified Graphics::createPixelFormatFromMask helper. | Johannes Schickel |
2008-11-03 | Committed my patch #2216641 "GRAPHICS: PixelFormat introduction". | Johannes Schickel |
2008-10-29 | Typo. | Johannes Schickel |
2008-10-29 | Enable gui renderer for all bit depths we support currently. | Johannes Schickel |
2008-10-29 | Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st... | Johannes Schickel |
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP... | Johannes Schickel |
2008-10-18 | Simplify DXAPlayer::decodeZlib, and use common/zlib.h instead of system's zlib.h | Max Horn |
2008-10-18 | Need a differentiating zlib.h filename for SymbianOS. | Lars Persson |
2008-10-18 | ImageManager: Added support for generic archives (zips and folders). | Vicent Marti |
2008-10-12 | Fix some in-line doxygen comments to document the correct member(s); also fix... | Max Horn |
2008-10-09 | Fixed small graphical glitch in Classic theme tabs. | Vicent Marti |
2008-09-29 | - Merged 75 revisions from trunk. | Vicent Marti |
2008-09-26 | Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,... | Stephen Kennedy |
2008-09-23 | Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u... | Max Horn |
2008-09-23 | ImageManager: renamed remArchive() to removeArchive(); switched to using a Se... | Max Horn |
2008-09-20 | Bugfix: Graphical glitch when drawing beveled squares (classic theme). | Vicent Marti |
2008-09-20 | - Reverted circle drawing algorithm. | Vicent Marti |
2008-09-20 | Fixed warnings. | Johannes Schickel |
2008-09-20 | Fixed build. | Johannes Schickel |
2008-09-20 | - Merged the new RTL changes into the branch. | Vicent Marti |
2008-09-19 | Unrolled a loop. | Vicent Marti |
2008-09-16 | Added "querySaveMetaInfos" to MetaEngine. | Johannes Schickel |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-10 | Fixed bottleneck: Screen dimming. | Vicent Marti |
2008-09-07 | Misc performance fixes. | Vicent Marti |
2008-09-05 | Fixed severe bottleneck in the XML Parser code. | Vicent Marti |
2008-09-05 | Removed useless dependencies from common/file.h in common code. When complete... | Nicola Mettifogo |
2008-09-05 | Fixing a typo :) | Max Horn |
2008-09-05 | Fixing some compiler warnings | Max Horn |
2008-09-03 | TODO: bdf_getline seems to duplicate code from SeekableReadStream::readLine(_... | Max Horn |
2008-09-02 | Massive refactoring/cleanup on the theme engine/parser. | Vicent Marti |