summaryrefslogtreecommitdiff
path: root/apps/pdfapp.c
AgeCommit message (Expand)Author
2013-06-20Rearrange source files.Tor Andersson
2013-06-19Exception handling changesRobin Watts
2013-06-13Make display lists reference counted objects.Robin Watts
2013-06-12Call begin/end page in pdfapp.Tor Andersson
2013-06-12Support begin/end page calls in text extraction device.Tor Andersson
2013-06-09Remove fz_interactive API in favour of direct use of pdf APIPaul Gardiner
2013-06-03fix MSVC compilation warnings in appszeniko
2013-05-30Check signatures on clicking the corresponding form fieldPaul Gardiner
2013-05-22Rewrite pdfapp search to use common search functions.Tor Andersson
2013-05-16Add colorspace context.Tor Andersson
2013-05-06Use linked list for text spans.Tor Andersson
2013-04-26Fix dirty flag handling bug in X11 event loop.Robin Watts
2013-04-25Tweak fz_text_page to include image records.Robin Watts
2013-03-26Rework text extraction structures.Robin Watts
2013-03-22Squash some warnings.Robin Watts
2013-02-19Bug 693639: Use strlcpy instead of strncpy!Tor Andersson
2013-02-19Fix whitespace.Tor Andersson
2013-02-13Bump version number strings and dates for 1.2 release.Tor Andersson
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-06Solve potential problems with partial update.Robin Watts
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-30Rename fz_irect back to fz_bbox.Tor Andersson
2013-01-30Introduce fz_irect where the old fz_bbox was useful.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2012-11-28Bug 693452: Memory leak with transitions disabled.Robin Watts
2012-11-27Forms: avoid directly saving to the original filePaul Gardiner
2012-11-01Forms: extend setFillColor implementation to include text widgetsPaul Gardiner
2012-10-29Support partial update in pdfapp.cPaul Gardiner
2012-10-29Add fz_update_pagePaul Gardiner
2012-10-25Update pdfapp to keep a separate display list for annotationsPaul Gardiner
2012-10-19Fix double free of old image in page transitionsSebastian Rasmussen
2012-10-17First steps towards supporting transitions.Robin Watts
2012-10-16Forms: avoid the need to reload the page on every changePaul Gardiner
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-25Avoid possible buffer overflow in pdfapp_warnPaul Gardiner
2012-09-19Forms: handle print request, both from javascript and from named actionPaul Gardiner
2012-09-18Forms: add event handling api and specifically support for javascript alertPaul Gardiner
2012-09-04Forms: mass renaming for the sake of consistencyPaul Gardiner
2012-08-29Merge branch 'master' into formsPaul Gardiner
2012-08-16Bump version numbers to 1.1Tor Andersson
2012-08-16Instead of giving error, throw exception when password is invalidSebastian Rasmussen
2012-08-16Forms: respond to failed validation in windows appPaul Gardiner
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-06Check for a display list before trying to render it in pdfappSebastian Rasmussen
2012-08-03Forms: add basic support for choice widgets to the Windows appPaul Gardiner
2012-08-02Forms: implement saving on 'S' keyPaul Gardiner
2012-08-02Forms: add support for save on exit to the windows appPaul Gardiner