Commit Graph

13 Commits

Author SHA1 Message Date
Max Horn
88913c0139 ALL: Remove trailing whitespaces
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-06-20 00:59:48 +02:00
strangerke
69b1485a22 GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Johannes Schickel
71bdb86e02 Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
For further discussion check here:
https://github.com/scummvm/scummvm/pull/16

Conflicts:
	graphics/png.cpp
2011-05-01 16:54:45 +02:00
strangerke
6959ee22e4 HUGO: Fix bug #3292400 : Overlapping help windows when using the menu bar 2011-04-25 14:28:19 +02:00
Johannes Schickel
1c0c15dd95 HUGO: Prefer Surface::format over Surface::bytesPerPixel. 2011-04-17 20:57:52 +02:00
Johannes Schickel
2104b2adb9 HUGO: Prefer Surface::create taking a PixelFormat over the one taking a byte depth. 2011-04-17 16:27:37 +02:00
Eugene Sandulenko
dfadf40d42 HUGO: Close prompt box dialog on Return key 2011-04-16 16:19:44 +03:00
Eugene Sandulenko
8df814b625 HUGO: cleanup 2011-04-16 15:55:16 +03:00
Eugene Sandulenko
601d66df4f HUGO: Fix crashes 2011-04-16 15:54:01 +03:00
Eugene Sandulenko
550615f157 HUGO: Implement prompt text box
Still it sometimes asserts with repeated dialog launches.
2011-04-16 15:10:12 +03:00
Eugene Sandulenko
0389bd0c4b HUGO: Fix compilation 2011-03-17 17:46:38 +02:00
Eugene Sandulenko
901b5e2097 HUGO: Initial work on user input dialog 2011-03-17 17:31:05 +02:00
Eugene Sandulenko
c813391455 HUGO: Renamed menu.* to dialogs.* 2011-03-17 17:31:02 +02:00