aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-07Removed .cvsignore filesMax Horn
2006-02-03fixes allow compile with emsvc4 againPaweł Kołodziejski
2006-01-31Oops again. Don't beat me hard for plugging in 8800+ glyphs font insteadEugene Sandulenko
2006-01-31oops. Forgot about our small backends.Eugene Sandulenko
2006-01-31Plug in better font. Unfortunately we can't use Arial12 which Krest put onEugene Sandulenko
2006-01-27 - adds the new gui renderer also a new implementation for the classic guiJohannes Schickel
2006-01-18Update copyright noticeEugene Sandulenko
2005-11-27Patch #1341626: "New GP32 port"Eugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-08PalmOS : very bad hack to fix global constructor problem with ARMChris Apers
2005-09-03Change PalmOS identChris Apers
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-29fix chunk sizeAndrew Kurushin
2005-07-29Simple ILBM images reader.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-06-20Added virtual destructor, to silence a few more GCC 4 warningsMax Horn
2005-06-04Remove special case for char 0x20 (=space). No idea why it was there in the f...Max Horn
2005-05-17Fix word wrapping: do not generate spaces at the start/end of the wrapped linesMax Horn
2005-05-17Added missing comma symbol, based on semicolonMax Horn
2005-05-17Added clipping to drawLine(). This fixes a regression that caused theTorbjörn Andersson
2005-05-15Now that the GUI scaling code is off, we can use a 'big' font which is not ex...Max Horn
2005-05-15Added Font::wordWrapText methodMax Horn
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-08Added convenience methods create/free to Graphics::Surface (part of patch #11...Max Horn
2005-05-08Patch #1193795 (Adding drawLine() to Surface)Max Horn
2005-05-02Const correctnessMax Horn
2005-05-01If the sound ends before the cutscene, fall back on same synchronizingTorbjörn Andersson
2005-04-28Forgot to commit this, oops :-/Max Horn
2005-04-27Patch #1186744 (Common line-drawing function)Max Horn
2005-04-26...and since RGBToColor() returns OverlayColor, let's use that datatypeTorbjörn Andersson
2005-04-26now uses OSystem::RGBtoColor for yuv->rgb conversion tables instead of checki...Robert Göffringmann
2005-04-03Added ARGB4444 case to table generation.Marcus Comstedt
2005-03-25Add missing pixel to letter 'P'Max Horn
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-11Renamed variables in the MPEG animation classes to better conform withTorbjörn Andersson
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-03-06Applied patch #1155731, reducing the memory usage of the MPEG player byTorbjörn Andersson
2005-02-06Moved the console font from gui to graphicsMax Horn
2005-01-11On Fingolfin's suggestion I put back the inclusion of util.h into Rect, forTorbjörn Andersson
2005-01-11This is probably not the optimal fix, but at least ScummVM compiles again.Torbjörn Andersson
2005-01-10A little more moving around #include's (last one for today ;-)Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-08Fix bug #1098115 (GUI: Broken console font)Max Horn
2005-01-07Remove extra ;Travis Howell
2005-01-06work around yet another MSVC problemMax Horn
2005-01-06Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...Max Horn