summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-01Update copyright year.Tor Andersson
2010-07-01Remove silly warnings from MSVC.Tor Andersson
2010-07-01Fix uninitialized reads.Tor Andersson
2010-07-01Remove deprecated Detect64BitPortabilityProblems flag (-Wp64) from MSVC files.Tor Andersson
2010-07-01Remove unused blendover functions.Tor Andersson
2010-07-01Fix typo and rename some variables.Tor Andersson
2010-07-01Redo the radial shading mesh generation to be more understandable.Tor Andersson
2010-07-01Compute shading bounding box using the triangle mesh.Tor Andersson
2010-07-01Fix typo that caused shadings using functions to clobber the destination colors.Tor Andersson
2010-07-01Make copying of vertex tensor patch pole colors obvious.Sebastian Rasmussen
2010-07-01Make functions adding vertices, triangles and quads use the newly introduced ...Sebastian Rasmussen
2010-07-01Refactor shading code to use the vertex struct for more shading types.Tor Andersson
2010-06-30Expand GETVERT macro and introduce a readsample function.Tor Andersson
2010-06-30Use 32-bit blitting and DeviceBGR colorspace in windows viewer to avoid conve...Tor Andersson
2010-06-30Fix typo in fastrgbtobgr that used the wrong pixel stride.Tor Andersson
2010-06-30Fix typo in duff_1i1o1 where the strides were not being adjusted.Tor Andersson
2010-06-30Fix typo in text_w4i1o4_32bit that picked up the wrong color components.Tor Andersson
2010-06-30Rearrange shading dictionary loading.Tor Andersson
2010-06-30Fix the composition of triangles in type 4 free-form triangle meshes.Tor Andersson
2010-06-30Refactor and clean up shading code a bit.Tor Andersson
2010-06-29Allow both 32 and 64-bit builds on Mac OS X by passing archTor Andersson
2010-06-29Fix diagnostic message that still said ARGB.Tor Andersson
2010-06-29Strip out unused bits of crypt_aes.cTor Andersson
2010-06-29Reformat to remove all instances of double spaces (to easier spot indentation...Tor Andersson
2010-06-29Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.Robin Watts
2010-06-29Add key 'c' to toggle between color and greyscale in both X11 and Windows vie...Robin Watts
2010-06-29Free page objects and references when freeing the xref struct.Tor Andersson
2010-06-26Use floats in radial shading code, also fix some whitespace inconsistencies.Sebastian Rasmussen
2010-06-26Re-order arguments to function generating annulush mesh for radial shadings t...Sebastian Rasmussen
2010-06-26Remove redundant rendering pass that do not generate mesh triangles for radia...Sebastian Rasmussen
2010-06-26Remove unused function argument and return value in radial shading.Sebastian Rasmussen
2010-06-26When computing advance width, use fontsize 64 instead of 1000.Sebastian Rasmussen
2010-06-25Allow the parsing of integers outside INT_MIN and INT_MAX range, but let them...Tor Andersson
2010-06-25Clear the pixmap buffer between bands.Tor Andersson
2010-06-24More tweaks to space insertion.Tor Andersson
2010-06-23Implement ARM version of loadtile8.Robin Watts
2010-06-23Support grayscale and other colorspaces in shade->usebackground case.Tor Andersson
2010-06-23Remove some stray spaces.Tor Andersson
2010-06-23Automatically switch to using bands if the resulting image size is too large ...Tor Andersson
2010-06-23Update windows viewer to add the search functionality.Tor Andersson
2010-06-23Remove jbig2dec command line tool from the list of files to build in the VS p...Tor Andersson
2010-06-22Make the color conversions in dev_draw general for n-component colors.Tor Andersson
2010-06-23Add special case loops for loadtile8 when pad is 1 and 3 (grayscale and rgb).Tor Andersson
2010-06-23Remove a stray space at the beginning of a line.Tor Andersson
2010-06-23If the font has no glyph names, use WinAnsiStandard as a best effort guess.Tor Andersson
2010-06-23Stop scanning the file for more objects after encountering a lexing error. Th...Tor Andersson
2010-06-23Relax the check for an opening brace in a postscript calculator function by u...Tor Andersson
2010-06-23Add definition for hypotf() for MSVC.Tor Andersson
2010-06-23Allow flate streams to have data check errors at the end.Tor Andersson
2010-06-23Fix asserts in blit().Tor Andersson