summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2010-07-15Check page for transparency to install a page-level transparency group.Tor Andersson
2010-07-15Return explicit error code from pdf_openxref.Tor Andersson
2010-07-15Add support for removing duplicate objects in pdfclean.Sebastian Rasmussen
2010-07-15Correct function prototype and usage message.Sebastian Rasmussen
2010-07-15Add pixmap writing functions for PNM, PAM and PNG (without libpng) formats.Tor Andersson
2010-07-15Make use of fitz object comparison function in pdfinfo.Sebastian Rasmussen
2010-07-15Remove unnecessary consistency checking and error handling from pdfinfo.Sebastian Rasmussen
2010-07-15Make data structures for storing info plain arrays and use fitz memory ↵Sebastian Rasmussen
allocation and string functions in pdfinfo.
2010-07-15Take font, xobject and pattern resources into account, print correct object ↵Sebastian Rasmussen
references and improve output in pdfinfo.
2010-07-15Combine info gathering and printing in pdfinfo.Sebastian Rasmussen
2010-07-15Check that xref is not null before dereferencing and closing it in the ↵Tor Andersson
viewer application.
2010-07-14More stylistic cleanups in pdfclean.Tor Andersson
2010-07-14Do some stylistic cleanups in pdfclean.Tor Andersson
2010-07-14Refactor pdfclean main() into a set of smaller functions.Sebastian Rasmussen
2010-07-14Add support for renumbering objects in pdfclean so that xref can be compacted.Sebastian Rasmussen
2010-07-14Page tree must be loaded in pdfclean in order to be able to cherry pick pages.Sebastian Rasmussen
2010-07-14Adapt pdfextract to new alpha component order.Sebastian Rasmussen
2010-07-13Fix clang warnings.Tor Andersson
2010-07-11Refactor image pixel unpacking.Tor Andersson
2010-07-10Refactor colorspace and PDF image parsing code.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Simplify #ifdef labyrinth and make some source more c89 compatible.Tor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2010-07-07Remove local argument that shadowed and duplicated a global.Tor Andersson
2010-07-05Use NDEBUG rather than DEBUG to test build at compile time.Tor Andersson
2010-07-02Remove shadowed local variables.Tor Andersson
2010-07-01Remove unnecessary (and invalid) assert.Tor Andersson
2010-07-01Update copyright year.Tor Andersson
2010-07-01Remove silly warnings from MSVC.Tor Andersson
2010-06-30Use 32-bit blitting and DeviceBGR colorspace in windows viewer to avoid ↵Tor Andersson
converting the pixmap.
2010-06-29Fix diagnostic message that still said ARGB.Tor Andersson
2010-06-29Reformat to remove all instances of double spaces (to easier spot ↵Tor Andersson
indentation errors in the future).
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 ↵Robin Watts
viewers.
2010-06-25Clear the pixmap buffer between bands.Tor Andersson
2010-06-23Automatically switch to using bands if the resulting image size is too large ↵Tor Andersson
in pdfdraw.
2010-06-23Update windows viewer to add the search functionality.Tor Andersson
2010-06-23Remove a stray space at the beginning of a line.Tor Andersson
2010-06-22Add support for greyscale rendering to the mupdf core and pdfdraw.Robin Watts
2010-06-21Revert a local debugging change that snuck into a patch.Tor Andersson
2010-06-21Change pdfshow default to print streams decompressed.Tor Andersson
2010-06-21Preload page tree into an array to avoid unnecessary linear searching when ↵Tor Andersson
looking for a given page.
2010-06-21Adjust for mediabox origin when inverting highlights.Tor Andersson
2010-06-21Implement searching for text within the current page.Tor Andersson
2010-06-21Prepare for searching by implementing the UI for entering a search string. ↵Tor Andersson
Changed key bindings a bit.
2010-06-20Rename the remaining non-reference-counted free functions to free instead of ↵Tor Andersson
drop.
2010-06-19Floats everywhere!Tor Andersson
2010-06-16Allow bookmark commands in the viewer to take a number argument so you can ↵Sebastian Rasmussen
store several bookmarks at once.
2010-06-16Do runtime endianness test instead of relying on unreliable preprocessor macros.Tor Andersson
2010-06-15Explicitly return 0 from main() in the tools.Tor Andersson