summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-26Fix dirty flag handling bug in X11 event loop.Robin Watts
2013-04-26Bug 693845: Vertical motion in PDF.Robin Watts
2013-04-26Fix SNAFU in the store handling.Robin Watts
2013-04-26Multi-threaded store SEGV fixes and debug improvements.Robin Watts
2013-04-26Squash 2 const warnings.Robin Watts
2013-04-26Add image output for HTML.Robin Watts
2013-04-26Hint enabling/disabling for devices.Robin Watts
2013-04-25Generalise fz_write_png to fz_output_pixmap_to_pngRobin Watts
2013-04-25Add fz_write method for output streams.Robin Watts
2013-04-25Tweak fz_text_page to include image records.Robin Watts
2013-04-23Fix pkg-config issues.Tor Andersson
2013-04-22Fix various multi-threading problems with the store.Robin Watts
2013-04-19When triangulating quads, send edges in consistent order.Robin Watts
2013-04-19Rename internal mesh processing functions.Robin Watts
2013-04-19Add new function to return the accurate bbox of a path.Robin Watts
2013-04-19Optimised mesh bounding functionsRobin Watts
2013-04-18Android: Fix V8_BUILD makefile logic.Robin Watts
2013-04-16Avoid expanding path for stroke twice.Robin Watts
2013-04-16android: More string cleanups.Tor Andersson
2013-04-16Mesh painting optimisation; tensor patch color splitting.Robin Watts
2013-04-16Avoid more needless copying in mesh processingRobin Watts
2013-04-16Try to copy less needless information in mesh processingRobin Watts
2013-04-16Bug 693851: Performance improvement for shadingsRobin Watts
2013-04-15Bug 692681: Pull SoftMask invocation logic togetherRobin Watts
2013-04-11Remove fz_load_jpeg as now unused.Robin Watts
2013-04-11Move pdf_image to fz_image.Robin Watts
2013-04-11win32: use unicode functions for password dialog.Tor Andersson
2013-04-11Convert UTF-8 passwords to correct encoding.Tor Andersson
2013-04-11Remove explicit architecture settings in Makerules for OS X.Tor Andersson
2013-04-11android: Clean up string resources.Tor Andersson
2013-04-10Don't roll the softmask matrix too early.Robin Watts
2013-04-10Treat missing TR in SoftMask as identity.Robin Watts
2013-04-09Android: Ensure mTopBarMode is initialisedRobin Watts
2013-04-09Android: Remove import of java.util.DequeRobin Watts
2013-04-09Disable V8 usage on armeabi - only for armeabi-v7a for now.Robin Watts
2013-04-09Android: handle features not supported other than for PDF filesPaul Gardiner
2013-04-09Android: new, more-logical menu hierarchyPaul Gardiner
2013-04-08Android: Fix operation under Froyo/Gingerbread.Robin Watts
2013-04-04Fix usage string for mudrawRobin Watts
2013-04-04Android: quicker response to print failurePaul Gardiner
2013-04-03Android: avoid SEGV when printing fails, and display errorPaul Gardiner
2013-04-03Updated print icons.Robin Watts
2013-04-03Android: prepare for localisationPaul Gardiner
2013-04-03Use xml onClick field to avoid some of the explicit Button objectsPaul Gardiner
2013-03-29Avoid uncompressing indexed images at load time.Robin Watts
2013-03-29Move bpc into fz_imageRobin Watts
2013-03-29Bug 693467: Updated .desktop file for debian.Robin Watts
2013-03-29Android: some user-feedback improvementsPaul Gardiner
2013-03-29Android: initial support for printingPaul Gardiner
2013-03-27Android: fix git rebase slipPaul Gardiner