summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-27Makefile tweaksRobin Watts
2012-06-25Fix warnings/compile error on linux.Robin Watts
2012-06-25Forms: handle clicking on one of a group of like-named check boxesPaul Gardiner
2012-06-22Forms support: correctly locate the field dictionary when setting valuePaul Gardiner
2012-06-22Forms: implement appearance synthesis for combed textPaul Gardiner
2012-06-22Rework pdf_lexbuf to allow for dynamic parsing buffers.Robin Watts
2012-06-22Free context in mujstest to avoid leaks.Robin Watts
2012-06-22Resize About box to restore change in size lost when merging.Robin Watts
2012-06-21Add fz_buffer_cat_pdf_string function to avoid Bug 693143.Robin Watts
2012-06-21Updates for more effective mujstest.Robin Watts
2012-06-21Forms; Improve text positioning in single-line text widgetsPaul Gardiner
2012-06-21Forms: implement javascript "color" convenience object (fixes bug 693130)Paul Gardiner
2012-06-21Forms: handle exclusivity of radio buttons. Fixes bug 693125Paul Gardiner
2012-06-21Forms: implement the ResetForm actionPaul Gardiner
2012-06-21Forms: permit annotations with no appearance streamPaul Gardiner
2012-06-20Move the Visual C solution over to new v8 library layoutRobin Watts
2012-06-20Makefile changes to enable mupdf-v8 and mujstest-v8 on linux.Robin Watts
2012-06-20Various fixes to pdf forms stuff found while compiling for linux.Robin Watts
2012-06-20Various small fixes found while trying to build for linux.Robin Watts
2012-06-20Remove unused variable.Robin Watts
2012-06-20Reduce amount of boiler plate by casting function pointers to void*.Tor Andersson
2012-06-20Don't compile javascript v8 implementation on unix for now.Tor Andersson
2012-06-20Stub wintextinput on x11.Tor Andersson
2012-06-20Silence signed/unsigned conversion warning.Tor Andersson
2012-06-20Add better mechanism for enumerating annotation rectangles.Robin Watts
2012-06-19Avoid lots of const warnings.Robin Watts
2012-06-19Fix bug 693133: MuPDF forms support: Text incorrectly transformedPaul Gardiner
2012-06-18Forms: fix potential SEGVPaul Gardiner
2012-06-15Add colorspace entry to pdfapp_s to set default colorspace.Robin Watts
2012-06-15Fix mouse click glitches with forms enabled pdfapp.Robin Watts
2012-06-15Fix binary handling in mujstestRobin Watts
2012-06-15Tweaks to mujstest; -v and -p flags.Robin Watts
2012-06-15Move javascript loading after encryption/repair has been done.Robin Watts
2012-06-15Fix bug 693128: MuPDF forms support: crash on button clickPaul Gardiner
2012-06-15Forms: Assume black if default appearance doesn't specify a colorPaul Gardiner
2012-06-14Solution changes to make release and memento builds of v8 linked things work.Robin Watts
2012-06-14Add -j flag to mudraw; create simple mujstest scripts automatically.Robin Watts
2012-06-14First version of mujstest-v8.pdf and associated solution changes.Robin Watts
2012-06-14After handling a mouseclick on a form field, stop processing.Robin Watts
2012-06-14Fix problem in text_splitter (badly initialised max_lines)Robin Watts
2012-06-13Tweak pdf_new_{rect,matrix,xobject} to avoid warnings.Robin Watts
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-13Remove unnecessary function and improve namingPaul Gardiner
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-12Android app: explicitly release resources when page moves out of cache areaPaul Gardiner
2012-06-12A few general utility functions added for the sake of the forms workPaul Gardiner
2012-06-12Remove use of uninialized context.Paul Gardiner
2012-06-12Android app: build safe AsyncTask behaviour into a derived classPaul Gardiner
2012-06-12Forms: handle carriage control in multiline text widgetPaul Gardiner
2012-06-12Change mudraw to set the error code if rendering errors present.Robin Watts