Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-20 | Add freetype include files to the win32 project. | Robin Watts | |
This makes searching for things much easier. | |||
2012-09-26 | Add thirdparty libraries as git submodules. | Tor Andersson | |
jbig2dec latest freetype 2.4.10 jpeg 9 openjpeg 1.5.0 zlib 1.2.7 Update MSVC projects for thirdparty libraries as submodules. Improve thirdparty library availability checks in Makethird by checking for the existence of a README file instead of just the directory, since a checkout without active git submodules has empty directories for the third party libraries. | |||
2012-08-07 | Update VS solutions to new thirdparty files. | Robin Watts | |
2012-04-23 | Use jmemnobs.c instead of jmemansi.c in libjpeg. | Tor Andersson | |
2012-04-23 | Update build files for new thirdparty package with freetype 2.4.9. | Tor Andersson | |
2012-03-16 | Add -Dverbose=-1 to zlib CFLAGS. | Robin Watts | |
This shuts up the spurious 'overflow' warnings when outputting pages. | |||
2012-03-07 | Move to OpenJPEG 1.5.0 | Robin Watts | |
Just makefile/solution changes. | |||
2012-01-27 | Makefile/Project changes to use new thirdparty.zip | Robin Watts | |
Updated thirdparty.zip contains newer jpeg, jbig2 and freetype code. | |||
2011-09-15 | Add context to mupdf. | Robin Watts | |
Huge pervasive change to lots of files, adding a context for exception handling and allocation. In time we'll move more statics into there. Also fix some for(i = 0; i < function(...); i++) calls. | |||
2011-04-08 | Add special case non-aa scan converter with accompanying blit functions. | Tor Andersson | |
Also turn on font hinting when rendering non-aa text. | |||
2011-04-07 | Add text antialiasing too. | Robin Watts | |
Update the text rendering code to use the raster renderer in freetype rather than the smooth one. No change to the hinting methods used yet. | |||
2011-04-06 | Introduce end-of-line normalization. | Tor Andersson | |
2011-04-06 | Move scripts and config files into "scripts" directory. | Tor Andersson | |
2011-04-05 | Revert projects to VS2005 rather than VS2008. (2005 can be read in 2008, the | Robin Watts | |
reverse is not true). Update projects to reflect recent movement in files. | |||
2011-03-06 | Slim down freetype thirdparty library build. | Tor Andersson | |
2011-03-03 | Add new (simpler) MSVC project files. | Tor Andersson | |