summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Collapse)Author
2010-07-29Use chained reader like interface for filters instead of process interface.Tor Andersson
2010-07-21Add Robin Watts' smooth image scaling code.Tor Andersson
2010-07-16Update MSVC project files to reflect the removal of pdftool.[ch]Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw ↵Tor Andersson
to be more illustrative.
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2010-07-02Tweak optimization flags in MSVC projects.Tor Andersson
2010-07-02Rearrange MSVC projects.Tor Andersson
2010-07-02Add _CRT_SECURE_NO_WARNINGS to MSVC project files to silence some silly ↵Tor Andersson
warnings when building third party libraries.
2010-07-01Remove deprecated Detect64BitPortabilityProblems flag (-Wp64) from MSVC files.Tor Andersson
2010-06-23Remove jbig2dec command line tool from the list of files to build in the VS ↵Tor Andersson
project.
2010-06-01Update win32 project files to the newest version of the thirdparty libs.Tor Andersson
2010-05-27Add optimized function written in C that depends on integers being exactly ↵Tor Andersson
32-bit.
2010-05-14Change pdf_openxref to take a fz_stream instead of a filename so that ↵Tor Andersson
windows can open files with unicode names.
2010-05-14Import Robin Watts' project files for Visual Studio 2005.Tor Andersson