Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-30 | Add CBZ (comic book zip-file) parser. | Tor Andersson | |
2012-01-18 | Add fullscreen mode to mupdf viewer. | Tor Andersson | |
Toggle with 'f'. Fullscreen turns off shrinkwrap, and shrinkwrap turns off fullscreen. | |||
2012-01-11 | Use enum for FZ_STORE_DEFAULT default size. | Tor Andersson | |
2012-01-11 | Set default values for alloc context and max store size if none are given. | Sebastian Rasmussen | |
2012-01-11 | Do not unnecessarily use O_BINARY in X11 viewer. | Sebastian Rasmussen | |
2011-12-15 | Fix warnings/errors on unix builds. | Robin Watts | |
Fix warnings/errors thrown up by the last few commits (which were only tested on windows). | |||
2011-12-08 | Stylistic changes when testing pointer values for NULL. | Tor Andersson | |
Also: use 'cannot' instead of 'failed to' in error messages. | |||
2011-12-08 | Remove deprecated error handling code. | Tor Andersson | |
2011-12-08 | Use context in x11_main. | Tor Andersson | |
2011-11-15 | Merge branch 'master' into context | Robin Watts | |
Mostly redoing the xps_context to xps_document change and adding contexts to newly written code. Conflicts: apps/pdfapp.c apps/pdfapp.h apps/x11_main.c apps/xpsdraw.c draw/draw_device.c draw/draw_scale.c fitz/base_object.c fitz/fitz.h pdf/mupdf.h pdf/pdf_interpret.c pdf/pdf_outline.c pdf/pdf_page.c xps/muxps.h xps/xps_doc.c xps/xps_xml.c | |||
2011-10-12 | Make entering search terms not interfere with page number drawing. | Sebastian Rasmussen | |
2011-10-12 | Default to opening URIs with xdg-open instead of open in X11 viewer. | Sebastian Rasmussen | |
Based on a patch by Zhihao Yuan <lichray@gmail.com>. | |||
2011-10-12 | Ask for screen resolution in X11 viewer. | Sebastian Rasmussen | |
Based on a patch by Zhihao Yuan <lichray@gmail.com>. | |||
2011-09-21 | Rename malloc functions for arrays (fz_calloc and fz_realloc). | Tor Andersson | |
2011-09-20 | Reshuffle exception context code to fit Tor's aesthetic sense. | Tor Andersson | |
2011-09-17 | Show page number in X11 viewer upon 'P' keypress. | Sebastian Rasmussen | |
2011-09-15 | Add context to mupdf. | Robin Watts | |
Huge pervasive change to lots of files, adding a context for exception handling and allocation. In time we'll move more statics into there. Also fix some for(i = 0; i < function(...); i++) calls. | |||
2011-09-14 | Initial import of exception handling code | Robin Watts | |
Import exception handling code from WSS, modified to fit into the fitz world. With this code we have 'real' fz_try/fz_catch/fz_rethrow functions, handling a fz_except type. We therefore rename the existing fz_throw/ fz_catch/fz_rethrow to be fz_error_make/fz_error_handle/fz_error_note. We don't actually use fz_try/fz_catch/fz_rethrow yet... | |||
2011-09-04 | Reload file in X11 viewer upon SIGHUP. | Sebastian Rasmussen | |
2011-09-04 | Coalesce consecutive X11 resize events into a single resize operation. | Sebastian Rasmussen | |
2011-09-04 | Repaint only viewer search area when editing search string. | Sebastian Rasmussen | |
2011-09-04 | Remove unused redraw timeout from X11 viewer. | Sebastian Rasmussen | |
2011-08-30 | Ignore X11 key mappings when searching. | Bert | |
2011-08-30 | Do not change view when reloading file. | Bert | |
2011-04-08 | Add special case non-aa scan converter with accompanying blit functions. | Tor Andersson | |
Also turn on font hinting when rendering non-aa text. | |||
2011-04-04 | Le Roi est mort, vive le Roi! | Tor Andersson | |
The run-together words are dead! Long live the underscores! The postscript inspired naming convention of using all run-together words has served us well, but it is now time for more readable code. In this commit I have also added the sed script, rename.sed, that I used to convert the source. Use it on your patches and application code. | |||
2011-04-01 | apps: Add XPS support to mupdf viewer. | Tor Andersson | |
2011-03-09 | Remove duplicated line in usage message. | Tor Andersson | |
2011-03-03 | Update version numbers. | Tor Andersson | |
2011-03-01 | Update icons. | Tor Andersson | |
2011-02-03 | Fix typo in WM_DELETE_WINDOW patch. | Tor Andersson | |
2011-02-02 | Also set window title with XStoreName. | Tor Andersson | |
2011-02-02 | Handle WM_DELETE client messages. | Tor Andersson | |
2010-12-30 | Adhere to nil idiom. | Sebastian Rasmussen | |
2010-07-17 | Silence warnings. | Tor Andersson | |
2010-07-16 | Add a flag to disable the accelerated plotting functions in pdfdraw. | Tor Andersson | |
2010-07-08 | Simplify #ifdef labyrinth and make some source more c89 compatible. | Tor Andersson | |
2010-07-08 | Remove unmaintained MMX optimized function and runtime detection. | Tor Andersson | |
2010-07-02 | Remove shadowed local variables. | Tor Andersson | |
2010-06-29 | Reformat to remove all instances of double spaces (to easier spot ↵ | Tor Andersson | |
indentation errors in the future). | |||
2010-06-29 | Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions. | Robin Watts | |
2010-06-29 | Add key 'c' to toggle between color and greyscale in both X11 and Windows ↵ | Robin Watts | |
viewers. | |||
2010-06-23 | Update windows viewer to add the search functionality. | 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. ↵ | Tor Andersson | |
Changed key bindings a bit. | |||
2010-05-31 | Interpret X11 keysyms to adhere to Windows viewers keyboard input. | Sebastian Rasmussen | |
2010-05-28 | Don't use UnmapWindow to signal closing the x11 viewer -- Unmap is used to ↵ | Tor Andersson | |
iconify and hide windows. | |||
2010-05-27 | Change command line options to x11 viewer. | Tor Andersson | |
2010-05-23 | Unmap and free X11 resources upon exit. | Sebastian Rasmussen | |
2010-05-23 | Check X11 error code when creating window. | Sebastian Rasmussen | |