aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/dialogs.cpp
AgeCommit message (Expand)Author
2016-04-13HUGO: Reduce header dependenciesOri Avtalion
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18HUGO: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-09HUGO: Remove a useless variable assignationStrangerke
2013-11-01HUFO: Fix CID 1002880, 1002881. Use nullptr where possible instead of 0Strangerke
2013-10-31HUGO: Fix CID 1063173, 1002888, 1002886Strangerke
2013-08-03HUGO: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03HUGO: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-06-13HUGO: More renamingStrangerke
2012-06-13HUGO: Apply coding convention (in progress)Strangerke
2012-03-20GRAPHICS: Rewrite ImageDecoder to have an improved APIMatthew Hoops
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-25HUGO: Fix bug #3292400 : Overlapping help windows when using the menu barstrangerke
2011-04-17HUGO: Prefer Surface::format over Surface::bytesPerPixel.Johannes Schickel
2011-04-17HUGO: Prefer Surface::create taking a PixelFormat over the one taking a byte ...Johannes Schickel
2011-04-16HUGO: Close prompt box dialog on Return keyEugene Sandulenko
2011-04-16HUGO: cleanupEugene Sandulenko
2011-04-16HUGO: Fix crashesEugene Sandulenko
2011-04-16HUGO: Implement prompt text boxEugene Sandulenko
2011-03-17HUGO: Fix compilationEugene Sandulenko
2011-03-17HUGO: Initial work on user input dialogEugene Sandulenko
2011-03-17HUGO: Renamed menu.* to dialogs.*Eugene Sandulenko