summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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 conve...Tor Andersson
2010-06-29Fix diagnostic message that still said ARGB.Tor 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-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
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 lo...Tor Andersson
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. Ch...Tor Andersson
2010-06-20Rename the remaining non-reference-counted free functions to free instead of ...Tor Andersson
2010-06-19Floats everywhere!Tor Andersson
2010-06-16Allow bookmark commands in the viewer to take a number argument so you can st...Sebastian Rasmussen
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
2010-06-06Improve error message to print page number and document title when unable to ...Sebastian Rasmussen
2010-05-31Revert removal of object resolving as it is needed in pdclean.Sebastian Rasmussen
2010-05-31Remove old and obsolete NPAPI plugin support files.Tor Andersson
2010-05-31Interpret X11 keysyms to adhere to Windows viewers keyboard input.Sebastian Rasmussen
2010-05-28Don't use UnmapWindow to signal closing the x11 viewer -- Unmap is used to ic...Tor Andersson
2010-05-27Change command line options to x11 viewer.Tor Andersson
2010-05-24Make the pdfdraw benchmark numbers fit on a 80 column terminal.Sebastian Rasmussen
2010-05-23Check that page to show is not outside of valid range.Sebastian Rasmussen
2010-05-23Unmap and free X11 resources upon exit.Sebastian Rasmussen
2010-05-23Check X11 error code when creating window.Sebastian Rasmussen
2010-05-23Implement reloading of document.Sebastian Rasmussen
2010-05-23Drop file stream after inserting it into xref when opening document.Sebastian Rasmussen
2010-05-23Globally rename oid to num to fit with fz_tonum().Sebastian Rasmussen
2010-05-22Remove unnecessary explicit resolving of indirect objects.Sebastian Rasmussen
2010-05-22Print indirect object reference in error messages.Sebastian Rasmussen
2010-05-18Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and Wi...Sebastian Rasmussen
2010-05-16Print filename in error message when not being able to open file in pdftools.Sebastian Rasmussen
2010-05-14Fix various wide char versus ansi mismatches in the windows viewer.Tor Andersson
2010-05-14Change pdf_openxref to take a fz_stream instead of a filename so that windows...Tor Andersson
2010-05-13Add WM_MOUSEWHEEL definition for the cases where it isn't defined.Robin Watts
2010-05-13Don't use the removed info field of pdf_xref.Tor Andersson
2010-04-24Fix memory leaks when running pdfdraw in text extraction mode.Tor Andersson
2010-04-24Add font and font size information to text spans.Tor Andersson
2010-04-24Fix pdfapp_oncopy logic for inserting newlines.Tor Andersson
2010-04-24Calculate bounding boxes for text in the text extraction device.Tor Andersson
2010-04-24Add support to retain only the specified pages when using pdfclean.Sebastian Rasmussen