summaryrefslogtreecommitdiff
path: root/platform/x11
AgeCommit message (Expand)Author
2018-06-22Use fz_quad type in structured text and selection/highlighting.Tor Andersson
2018-06-22Keep copy of decoded utf8 text string in pdf_obj.Tor Andersson
2018-03-22Clean up windows ifdefs.Tor Andersson
2018-03-07Fix 699081: Missing coordinate transformation when copying text.Tor Andersson
2018-02-27Remove pdf_xobject wrapper struct.Tor Andersson
2018-02-27Use text encoding for pdf_choice_widget options and values.Tor Andersson
2018-02-02Signature support: add a null pdf_check_signature functionPaul Gardiner
2018-02-02Signature support: decouple mupdf from the pkcs7 implementationPaul Gardiner
2018-01-19Perform signature verification via fz_streamPaul Gardiner
2017-12-13Fix 698787: avoid using "system()" to copy files.Tor Andersson
2017-11-22jni: Make sure to dirty annotation whenever it changes.Fred Ross-Perry
2017-11-22Prefer using fz_snprintf over snprintf.Sebastian Rasmussen
2017-11-08Use fz_snprintf in preference to snprintf.Robin Watts
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-08-21Remove redundant fz_stext_char_bbox function.Tor Andersson
2017-08-17Simplify stext structure and device.Tor Andersson
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-06pdfapp: Warn when outline fails to load.Sebastian Rasmussen
2017-07-06pdfapp: Handle PDF javascript not loading.Sebastian Rasmussen
2017-06-16Windows MuPDF viewer; add ability to start on a given page.Robin Watts
2017-06-06Declare missing functions in header files.Sebastian Rasmussen
2017-06-06Declare functions without arguments as taking void.Sebastian Rasmussen
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-04Drop FZ_PATH_MAX macro.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Use FZ_PATH_MAX.Tor Andersson
2017-04-13Register .fb2 extension in windows viewer.Tor Andersson
2017-04-11jstest: Stop printing bogus script lines.Sebastian Rasmussen
2017-04-11Bug 697551: Make path and line buffers of equal size.Sebastian Rasmussen
2017-03-29Happy New Year!Sebastian Rasmussen
2017-03-22Always use %g for short-as-possible format character.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-02-22Move PATH_MAX to system.hMichael Vrhel
2017-02-06Add -I option to mupdf to invert colors.Robin Watts
2017-01-17x11: Add -b flag to x11 viewer.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-23Remember to stroke the graphics in the fake document.Sebastian Rasmussen
2016-12-22When document reloading fails, do not leak filename.Sebastian Rasmussen
2016-11-23Add 'X' option to disable document styles.Tor Andersson
2016-11-21Harden viewers against failures when loading outlines.Tor Andersson
2016-11-17Do cleanup when dropping curl stream.Sebastian Rasmussen
2016-11-16Fix 697334: disable text input in x11 viewer permanently.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-26Update ios/android to use new way of passion stext options.Sebastian Rasmussen
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-16Only check digital signature when mouse button is released.Sebastian Rasmussen
2016-10-10Bug 697094: Disable viewer text input on linux.Robin Watts