index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
x11
/
x11_main.c
Age
Commit message (
Expand
)
Author
2018-07-05
Pass rects by value: device and document interface.
Tor Andersson
2018-06-22
Keep copy of decoded utf8 text string in pdf_obj.
Tor Andersson
2017-12-13
Fix 698787: avoid using "system()" to copy files.
Tor Andersson
2017-06-06
Declare functions without arguments as taking void.
Sebastian Rasmussen
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-02-06
Add -I option to mupdf to invert colors.
Robin Watts
2017-01-17
x11: Add -b flag to x11 viewer.
Tor Andersson
2016-11-23
Add 'X' option to disable document styles.
Tor Andersson
2016-11-16
Fix 697334: disable text input in x11 viewer permanently.
Tor Andersson
2016-09-08
Handle too big pixmap by printing error message in X11 viewer.
Sebastian Rasmussen
2015-09-15
epub: Add -U option to usage message for x11/win32 viewer.
Tor Andersson
2015-05-19
epub: User stylesheets.
Tor Andersson
2015-04-07
Add EPUB layout options to mupdf-x11 and mudraw.
Tor Andersson
2015-04-06
Bug 693688: MuPDF viewer; if reload fails, don't crash out.
Robin Watts
2015-03-30
Bug 695804: Add support for 'Shift-Space' in the viewer.
Robin Watts
2015-03-30
Add header for waitpid().
Tor Andersson
2015-03-30
Bug 695558: Fix UTF-8 window titles on X11.
Robin Watts
2015-03-26
Bug 695701: Tweak forking of PDF links to avoid zombie processes.
Robin Watts
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-08-20
Fix uninitialized variable.
Tor Andersson
2014-08-20
Add full-page color tinting option and key binding to X11 viewer.
Tor Andersson
2014-05-27
Fix 693494: Support media buttons for navigation on X11.
Tor Andersson
2014-05-02
Initialize timeout earlier in x11 viewer
Sebastian Rasmussen
2014-04-11
Add all form field flags. Check flags before marking fields dirty.
Tor Andersson
2013-11-16
Increase allocation to include room for string terminator.
Robin Watts
2013-08-24
Rename varible in pdfapp to relate it to searching.
Sebastian Rasmussen
2013-08-24
Display warnings in statusbar in x11 viewer.
Sebastian Rasmussen
2013-08-24
X11 viewer code rearranged for aesthetic reasons.
Sebastian Rasmussen
2013-08-24
Add support for showing messages in x11 viewer statusbar.
Sebastian Rasmussen
2013-08-24
Generalize search blitting in x11 to include page number.
Sebastian Rasmussen
2013-08-24
Cancel page timeout when searching in x11 viewer.
Sebastian Rasmussen
2013-07-22
Added newlines in error messages for X11 platform.
Marcos H. Woehrmann
2013-07-19
Add mupdf-curl app
Robin Watts
2013-07-04
Update pdf_write_document to support incremental update
Paul Gardiner
2013-06-20
Rearrange source files.
Tor Andersson