index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
pdfapp.c
Age
Commit message (
Expand
)
Author
2011-04-04
apps: Correctly invert hits that span lines.
Tor Andersson
2011-04-04
draw: Speed up display list execution by using a visibility test.
Tor Andersson
2011-04-04
Change how files are opened with fz_openfd/file/filew.
Tor Andersson
2011-04-03
xps: XPS uses 96 dpi as default where PDF uses 72.
Tor Andersson
2011-04-03
xps: Remove dependency on expat.
Tor Andersson
2011-04-01
apps: Add XPS support to mupdf viewer.
Tor Andersson
2011-03-06
Transform text hitboxes to get the correct text when copying the selection.
Tor Andersson
2011-03-06
Inhibit warning message spam by introducing a repeat counter.
Tor Andersson
2011-03-03
Update version numbers.
Tor Andersson
2011-02-03
Initialize loadpage variable.
Tor Andersson
2011-01-06
Search for text on all pages rather than only the current page.
Sebastian Rasmussen
2011-01-06
Make panning and repainting optional when showing a page in x11 viewer.
Sebastian Rasmussen
2010-12-30
Adhere to nil idiom.
Sebastian Rasmussen
2010-12-16
Store full destination array instead of only the page reference in the link s...
Tor Andersson
2010-11-28
Support luminosity softmask background colors.
Tor Andersson
2010-08-31
Call agestore to evict old resources in the viewer.
Tor Andersson
2010-07-29
Use chained reader like interface for filters instead of process interface.
Tor Andersson
2010-07-17
Move device colorspace contants into the fitz namespace.
Tor Andersson
2010-07-16
Clarify function names for opening a PDF file.
Tor Andersson
2010-07-15
Refactored xref opening functions, command line tools, and rewrote pdfdraw to...
Tor Andersson
2010-07-15
Check page for transparency to install a page-level transparency group.
Tor Andersson
2010-07-15
Return explicit error code from pdf_openxref.
Tor Andersson
2010-07-15
Check that xref is not null before dereferencing and closing it in the viewer...
Tor Andersson
2010-07-13
Fix clang warnings.
Tor Andersson
2010-07-09
Rearrange and merge some files in the fitz directory.
Tor Andersson
2010-07-08
Simplify #ifdef labyrinth and make some source more c89 compatible.
Tor Andersson
2010-07-05
Use NDEBUG rather than DEBUG to test build at compile time.
Tor Andersson
2010-06-30
Use 32-bit blitting and DeviceBGR colorspace in windows viewer to avoid conve...
Tor Andersson
2010-06-29
Add key 'c' to toggle between color and greyscale in both X11 and Windows vie...
Robin Watts
2010-06-23
Update windows viewer to add the search functionality.
Tor Andersson
2010-06-21
Preload page tree into an array to avoid unnecessary linear searching when lo...
Tor Andersson
2010-06-21
Adjust for mediabox origin when inverting highlights.
Tor Andersson
2010-06-21
Implement searching for text within the current page.
Tor Andersson
2010-06-21
Prepare for searching by implementing the UI for entering a search string. Ch...
Tor Andersson
2010-06-20
Rename the remaining non-reference-counted free functions to free instead of ...
Tor Andersson
2010-06-19
Floats everywhere!
Tor Andersson
2010-06-16
Allow bookmark commands in the viewer to take a number argument so you can st...
Sebastian Rasmussen
2010-06-06
Improve error message to print page number and document title when unable to ...
Sebastian Rasmussen
2010-05-27
Change command line options to x11 viewer.
Tor Andersson
2010-05-23
Check that page to show is not outside of valid range.
Sebastian Rasmussen
2010-05-23
Implement reloading of document.
Sebastian Rasmussen
2010-05-23
Drop file stream after inserting it into xref when opening document.
Sebastian Rasmussen
2010-05-16
Print filename in error message when not being able to open file in pdftools.
Sebastian Rasmussen
2010-05-14
Change pdf_openxref to take a fz_stream instead of a filename so that windows...
Tor Andersson
2010-04-24
Add font and font size information to text spans.
Tor Andersson
2010-04-24
Fix pdfapp_oncopy logic for inserting newlines.
Tor Andersson
2010-04-24
Calculate bounding boxes for text in the text extraction device.
Tor Andersson
2010-04-16
Rewrite glyph cache to use fz_hashtable without a fixed size buffer.
Tor Andersson
2010-04-15
Make the content stream interpreter automatically rewind the fz_buffer.
Tor Andersson
2010-04-15
Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...
Tor Andersson
[next]