aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2006-04-17Allocate LUT/YUV tables on the heapMax Horn
2006-04-17Modify InitLUT to make use of ColorMasks, making it easier to add support for...Max Horn
2006-04-17Fixed (A)RGBToColor templatesMax Horn
2006-04-17Since we define alpha value 255 to mean 'opaque', or T::kAlphaMask into the r...Max Horn
2006-04-17Add color conversion functions based on ColorMasks, to demonstrate how this w...Max Horn
2006-04-17Moved ColorMasks to their own new header graphics/colormasks.h, so that both ...Max Horn
2006-04-17cleanupMax Horn
2006-04-17Removed my Altivec version of the hqx blitters, since it (a) didn't work with...Max Horn
2006-04-16- Moves Graphics::loadFont to Graphics::NewFont::loadFontJohannes Schickel
2006-04-15cleanupMax Horn
2006-04-14- implements .bdf font loader based on convbdf (sure could have some clean up)Johannes Schickel
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-04-14Use const keyword to help compiler optimize codeMax Horn
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-15* 'make bundle' now copies the default theme files into the bundle.Oystein Eftevaag
2006-03-14Adds support for building on Intel Macs, using a modifiedOystein Eftevaag
2006-03-06Fixed compilation, this could be used with all systems (?)Chris Apers
2006-03-04define int types for msvc to allow compile mpeg2 library. msvc does not fully...Paweł Kołodziejski
2006-02-25Fix bug #1436178 (ALL: int8_t in graphics/animation in conflict with ISO99 C)Max Horn
2006-02-20Moved fonts to a new dir graphics/fontsMax Horn
2006-02-20Fixing up my previous commit: finished moving common/scaler* to graphicsMax Horn
2006-02-20Moved common/scaler* to graphics/Max Horn
2006-02-12Reduced data duplication in module.mk files; added module.mk files for null a...Max Horn
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