summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2012-10-17First steps towards supporting transitions.Robin Watts
2012-10-17Fix warning; pdf_js_supported not prototyped.Robin Watts
2012-10-11Android Forms: pass in mouse events and handle updatingPaul Gardiner
2012-10-08Bug 693368: Fix typo "atin2f".Robin Watts
2012-10-08Fix SHA-384/-512 hash algorithm typosSebastian Rasmussen
2012-10-05Bug 693346: Fix calculation of progress_maxRobin Watts
2012-10-05Move local implementation of trig function to internal headerSebastian Rasmussen
2012-10-05Make shadings hold the data streams compressed.Robin Watts
2012-10-05Refactor compressed stream loading.Robin Watts
2012-10-01Move to consistently refer to "Linear" shadings rather than "Axial" ones.Robin Watts
2012-10-01Handle axial and radial shadings the same way as other shadings.Sebastian Rasmussen
2012-10-01Bug 693330: Change shadings to decompose to meshes at render time.Robin Watts
2012-09-25Forms: support doc.mailDoc.Paul Gardiner
2012-09-25Forms: handle app.launchUrl, currently by displaying a warningPaul Gardiner
2012-09-25Forms: show warning for use of app.execDialogPaul Gardiner
2012-09-25Forms: handle app.execMenuItem (presently just as a not-supported warning)Paul Gardiner
2012-09-21When we are growing an fz_buffer, ensure it doesn't stay 0 sized.Robin Watts
2012-09-21Move defaulting of image params into predictor function.Robin Watts
2012-09-18Forms: add event handling api and specifically support for javascript alertPaul Gardiner
2012-09-18Forms: document event apiPaul Gardiner
2012-09-04Tweak fz_keep_stream to cope with NULL.Robin Watts
2012-09-04Tweak to allow building on metro.Robin Watts
2012-09-04Merge branch 'master' into formsPaul Gardiner
2012-09-04Forms: mass renaming for the sake of consistencyPaul Gardiner
2012-08-29Handle missing clear codes in LZW.Sebastian Rasmussen
2012-08-29Merge branch 'master' into formsPaul Gardiner
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-08-23Silence some warnings.Robin Watts
2012-08-23Update Memento to match the version in gs.Robin Watts
2012-08-16Fix 64-bit integer typedefs for MSVC.Tor Andersson
2012-08-16Use ULL suffix for SHA512 constants.Tor Andersson
2012-08-16Read unsigned numbers in PNG parser to avoid negative numbersSebastian Rasmussen
2012-08-16Add SHA-384/-512 hash algorithmsSebastian Rasmussen
2012-08-16Prepare for addition of SHA-384/-512Sebastian Rasmussen
2012-08-16Make 64-bit integers available everywhere in fitzSebastian Rasmussen
2012-08-16Forms: respond to failed validation in windows appPaul Gardiner
2012-08-08Consistent use of whitespace in XML in trace device. Also print image size.Tor Andersson
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-07Remove fz_too_deeply_nested.Robin Watts
2012-08-06Remove old error mesages turned into comments when adding exceptionsSebastian Rasmussen
2012-08-06Free jpeg state upon decoding error, even if not fully initedSebastian Rasmussen
2012-08-06Make fz_open_file_*() always throw exceptions upon errorSebastian Rasmussen
2012-08-06Fix locking bug in path strokingSebastian Rasmussen
2012-08-06Throw exception on too deeply nested arrays/dictsSebastian Rasmussen
2012-08-06Free decoded jpx image upon errorSebastian Rasmussen
2012-08-03Forms: add basic support for choice widgets to the Windows appPaul Gardiner
2012-08-02Forms: add document dirty flagPaul Gardiner
2012-08-01Merge branch 'master' into formsPaul Gardiner
2012-07-20Pass original font name to fz_new_font from PDF interpreter.Tor Andersson
2012-07-17Handle glyphs that are too large to render as pixmaps.Tor Andersson