summaryrefslogtreecommitdiff
path: root/platform/x11
AgeCommit message (Expand)Author
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
2016-10-07Remove separate tmp/deleted/changed annotation lists.Tor Andersson
2016-09-23Bug 697021: Count used string space correctly.Sebastian Rasmussen
2016-09-23Bug 697020: Remove variable only ever written to.Sebastian Rasmussen
2016-09-08Use fz_vsnprintf() in x11 viewer.Sebastian Rasmussen
2016-09-08Add options to control heuristics in structured text.Sebastian Rasmussen
2016-09-08Handle too big pixmap by printing error message in X11 viewer.Sebastian Rasmussen
2016-07-14x11: Update x11/win32 viewer for fz_close_device changes.Tor Andersson
2016-07-13Bug 696699: Fix Text extraction mediabox information.Robin Watts
2016-07-08Slim pdf_annot struct: remove cached annot_type and widget_type fields.Tor Andersson
2016-07-06x11: Fix segfault when creating presentation transitions.Tor Andersson
2016-07-06Start slimming pdf_page.Tor Andersson
2016-06-20Bug 696835: Reverse zoom in/zoom out mouse controls.Robin Watts
2016-06-17Add mediabox argument to fz_new_display_list.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-16Drop save_alpha argument from image writing functions.Tor Andersson
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-06-13Bug 696822: Refuse to save a pdf file incrementally if it would break.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-05-24Fix -p password option for MuPDF on Windows.Robin Watts
2016-05-04Update mupdf-curl to cope with https.Robin Watts
2016-04-27Fix 696543: Don't launch search with empty string.Tor Andersson
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-03-31Initialize disabled document writing flags to zeroSebastian Rasmussen
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-03-01Don't use pdf_page struct when creating pages.Tor Andersson
2016-02-29Pass mediabox to pdf_create_page by const pointer, and pass resources.Tor Andersson