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-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-09-05
Version 0.9
Tor Andersson
2011-09-04
Repaint only viewer search area when editing search string.
Sebastian Rasmussen
2011-09-04
Do not redraw viewer window if the search string is not found.
Sebastian Rasmussen
2011-09-04
Fix panning bug in viewer related to backwards search.
Sebastian Rasmussen
2011-09-04
Send string not found message to viewer app, don't print on stdout.
Sebastian Rasmussen
2011-09-04
Do not search for empty strings in viewer.
Sebastian Rasmussen
2011-09-04
Go to first page when 'g' is pressed without number prefix in viewer.
Sebastian Rasmussen
2011-08-30
Do not change view when reloading file.
Bert
2011-05-26
Flip pages when panning beyond threshhold.
Cedric Sodhi
2011-04-09
Allow multibyte filenames in mupdf windows app for XPS documents.
Tor Andersson
2011-04-07
Use fz_stream instead of FILE* to open XPS files.
Tor Andersson
2011-04-05
Clean up xps and pdf page access functions.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
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
[next]