Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-13 | HUGO: More renaming | Strangerke | |
2012-06-13 | HUGO: Apply coding convention (in progress) | Strangerke | |
2012-03-20 | GRAPHICS: Rewrite ImageDecoder to have an improved API | Matthew Hoops | |
The new bitmap decoder class is based off the Mohawk one, and now has 8bpp decoding capability. | |||
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel | |
For further discussion check here: https://github.com/scummvm/scummvm/pull/16 Conflicts: graphics/png.cpp | |||
2011-04-25 | HUGO: Fix bug #3292400 : Overlapping help windows when using the menu bar | strangerke | |
2011-04-17 | HUGO: Prefer Surface::format over Surface::bytesPerPixel. | Johannes Schickel | |
2011-04-17 | HUGO: Prefer Surface::create taking a PixelFormat over the one taking a byte ↵ | Johannes Schickel | |
depth. | |||
2011-04-16 | HUGO: Close prompt box dialog on Return key | Eugene Sandulenko | |
2011-04-16 | HUGO: cleanup | Eugene Sandulenko | |
2011-04-16 | HUGO: Fix crashes | Eugene Sandulenko | |
2011-04-16 | HUGO: Implement prompt text box | Eugene Sandulenko | |
Still it sometimes asserts with repeated dialog launches. | |||
2011-03-17 | HUGO: Fix compilation | Eugene Sandulenko | |
2011-03-17 | HUGO: Initial work on user input dialog | Eugene Sandulenko | |
2011-03-17 | HUGO: Renamed menu.* to dialogs.* | Eugene Sandulenko | |