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
/
pdfapp.c
Age
Commit message (
Expand
)
Author
2016-02-29
Change order of arguments to pdf_create_page.
Tor Andersson
2016-02-29
Add mutool create tool, and PDF font and image resource creation.
Michael Vrhel
2016-01-05
Remove fz_page argument from fz_annot function calls.
Tor Andersson
2015-12-28
Drop 'jsimp' abstraction and use mujs directly.
Tor Andersson
2015-12-18
Remove fz_save_document and use pdf_save_document directly instead.
Tor Andersson
2015-12-15
Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.
Tor Andersson
2015-12-11
Rename structured text structs and functions to 'stext'.
Tor Andersson
2015-10-14
Add proper support for when a combobox widget has options that are 2-element ...
Michael Vrhel
2015-08-20
Remove duplicate inclusions of headers.
Sebastian Rasmussen
2015-06-03
Fix Windows 8.1 operation on hi-dpi displays.
Robin Watts
2015-05-25
Add key binding '[' and ']' to change font size on x11/win32 viewers.
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-31
Bug 695457: Improve mouse wheel handling in viewer.
Robin Watts
2015-03-30
Bug 695804: Add support for 'Shift-Space' in the viewer.
Robin Watts
2015-03-30
Bug 695829: Mouse buttons flip pages in presentation mode.
Robin Watts
2015-02-25
Add 64 bit windows builds to MSVC solution.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2015-02-17
Reference count fz_document.
Tor Andersson
2014-08-20
Add full-page color tinting option and key binding to X11 viewer.
Tor Andersson
2014-05-28
Save a bookmark before jumping when using the 'g' command.
Tor Andersson
2014-05-27
Fix 694518: Implement continuous scrolling with keyboard.
Sebastian Neuser
2014-05-27
Set a faster default transition.
Tor Andersson
2014-05-27
Fix 694579: Implement "zoom to fit page".
Sebastian Neuser
2014-05-07
Fix 693313: increase the zoom range and use fixed steps.
Tor Andersson
2014-05-02
Print error when trying to open document without any pages
Sebastian Rasmussen
2014-04-23
Fix 692866: improved handling of newlines when copying text.
Tor Andersson
2014-03-25
Break dependencies on pdf-form.c and pdf-js.c
Tor Andersson
2014-03-04
Bug 691691: Add way of clearing cached objects out of the xref.
Robin Watts
2014-01-09
Update copyright date.
Tor Andersson
2014-01-07
Introduce 'document handlers'.
Robin Watts
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-09-03
Add FZ_VERSION define. Check header and library version compatibility.
Tor Andersson
2013-08-24
Rename varible in pdfapp to relate it to searching.
Sebastian Rasmussen
2013-08-21
Enable horizontal mouse scrolling in X11.
Robin Watts
2013-08-13
Remove unnecessary parameter
Paul Gardiner
2013-07-26
Bump version number to 1.3.
Tor Andersson
2013-07-19
Add mupdf-curl app
Robin Watts
2013-07-19
Initial work on progressive loading
Robin Watts
2013-07-04
Update pdf_write_document to support incremental update
Paul Gardiner
2013-06-20
Rearrange source files.
Tor Andersson