index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
fitz.h
Age
Commit message (
Expand
)
Author
2013-03-21
Add 'void' to a function declaration.
Robin Watts
2013-03-20
Add caching of rendered tiles.
Robin Watts
2013-03-20
Add noreturn attribute to throw/rethrow to help improve compiler warnings.
Tor Andersson
2013-03-01
Bug 693624: Ensure that windows copes with utf8 filenames
Robin Watts
2013-02-28
Pass bbox to pdf_set_annot_appearance rather than base on display list
Paul Gardiner
2013-02-22
Add fz_get_annot_type
Paul Gardiner
2013-02-20
Bug 693639: bring fitz.h in line with source use of restrict keyword.
Tor Andersson
2013-02-19
Fix whitespace.
Tor Andersson
2013-02-06
Rename bbox to irect.
Tor Andersson
2013-02-06
Add some 'restrict' qualifiers to hopefully speed matrix ops.
Robin Watts
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2013-02-04
Add fz_output, and make output functions use it.
Robin Watts
2013-01-31
Add support for annotation creation
Paul Gardiner
2013-01-30
Rename fz_irect back to fz_bbox.
Tor Andersson
2013-01-30
Always pass value structs (rect, matrix, etc) as values not by pointer.
Tor Andersson
2013-01-30
Rename fz_rect_covering_rect to fz_irect_from_rect.
Tor Andersson
2013-01-30
Introduce fz_irect where the old fz_bbox was useful.
Tor Andersson
2013-01-30
Eliminate fz_bbox in favor of fz_rect everywhere.
Tor Andersson
2013-01-25
Make strdup take a const char * to silence some warnings.
Tor Andersson
2013-01-11
Bug 693519: Replace char * with const char * in open document.
Robin Watts
2012-12-24
Bug 693503: Fix leak while writing a broken file.
Robin Watts
2012-12-21
Bug 593603: Fix problems with tiling.
Robin Watts
2012-12-20
Bug 693503: Fix SEGV in glyph painting due to bbox overflow.
Robin Watts
2012-12-18
Protect against draw device stack confusion due to errors while pushing.
Robin Watts
2012-12-03
Tweak fz_try/fz_always/fz_catch to handle throws from within always.
Robin Watts
2012-11-29
Bug 693463: Various small fixes.
Robin Watts
2012-11-26
Move XML parser into fitz directory.
Tor Andersson
2012-11-20
Obsess about whitespace.
Tor Andersson
2012-11-16
Add functions to highlight and copy text selections.
Tor Andersson
2012-11-16
Move text searching function into fitz.
Tor Andersson
2012-10-29
Support partial update in pdfapp.c
Paul Gardiner
2012-10-29
Add fz_update_page
Paul Gardiner
2012-10-25
Support separate rendering of the main page contents and the annotations
Paul Gardiner
2012-10-17
First steps towards supporting transitions.
Robin Watts
2012-10-11
Android Forms: pass in mouse events and handle updating
Paul Gardiner
2012-09-25
Forms: support doc.mailDoc.
Paul Gardiner
2012-09-25
Forms: handle app.launchUrl, currently by displaying a warning
Paul Gardiner
2012-09-25
Forms: show warning for use of app.execDialog
Paul Gardiner
2012-09-25
Forms: handle app.execMenuItem (presently just as a not-supported warning)
Paul Gardiner
2012-09-18
Forms: add event handling api and specifically support for javascript alert
Paul Gardiner
2012-09-18
Forms: document event api
Paul Gardiner
2012-09-04
Merge branch 'master' into forms
Paul Gardiner
2012-09-04
Forms: mass renaming for the sake of consistency
Paul Gardiner
2012-08-29
Merge branch 'master' into forms
Paul Gardiner
2012-08-28
Add fz_open_document_with_stream function.
Tor Andersson
2012-08-23
Silence some warnings.
Robin Watts
2012-08-16
Forms: respond to failed validation in windows app
Paul Gardiner
2012-08-08
Merge branch 'master' into forms
Paul Gardiner
2012-08-07
Remove fz_too_deeply_nested.
Robin Watts
2012-08-06
Throw exception on too deeply nested arrays/dicts
Sebastian Rasmussen
[next]