summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-04Update manpages for tools.Sebastian Rasmussen
2011-09-04Reload file in X11 viewer upon SIGHUP.Sebastian Rasmussen
2011-09-04Coalesce consecutive X11 resize events into a single resize operation.Sebastian Rasmussen
2011-09-04Repaint only viewer search area when editing search string.Sebastian Rasmussen
2011-09-04Do not redraw viewer window if the search string is not found.Sebastian Rasmussen
2011-09-04Fix panning bug in viewer related to backwards search.Sebastian Rasmussen
2011-09-04Send string not found message to viewer app, don't print on stdout.Sebastian Rasmussen
2011-09-04Do not search for empty strings in viewer.Sebastian Rasmussen
2011-09-04Go to first page when 'g' is pressed without number prefix in viewer.Sebastian Rasmussen
2011-09-04Remove unused redraw timeout from X11 viewer.Sebastian Rasmussen
2011-09-03Introduce ATTEMPT_KNOCKOUT_AND_ISOLATED define (off by default).Robin Watts
2011-09-02Fix bug 692248. Ensure objstm references are valid.Tor Andersson
2011-09-02Relax length requirements of ID and U keys in encryption dictionaries.Tor Andersson
2011-09-02Fix bug 692356: use stricter limit for dash pattern lengths.Tor Andersson
2011-09-02Fix minor regression in fix for zero-length line segment dots.Tor Andersson
2011-09-02Add Droid Sans Mono as a substitute font.Tor Andersson
2011-09-02Update DroidSans and DroidSansFallback fonts to latest version.Tor Andersson
2011-09-01Manage linewidth state correctly when rendering text with stroking.Tor Andersson
2011-09-01Only draw dots for zero-length line segments with round line caps.Tor Andersson
2011-09-01Use correct concatenation order for XObject matrix.Tor Andersson
2011-08-31Update DroidSans fonts to latest upstream versions.Tor Andersson
2011-08-31Make in_array state a local variable to cope with broken XObject streams.Tor Andersson
2011-08-30Ignore X11 key mappings when searching.Bert
2011-08-30Do not change view when reloading file.Bert
2011-08-29Check for and disallow image depths greater than 16.Tor Andersson
2011-08-29Turn off shrinkwrap mode when maximizing the window.Tor Andersson
2011-08-17pdfdraw: Add command line option to gamma correct and invert images.Tor Andersson
2011-08-09Fix bug 692312.Tor Andersson
2011-08-09Fix bug 692272: use the softmask_ctm when drawing soft masks.Tor Andersson
2011-08-09Fix bug 692253: handle curvetov with no current point set.Tor Andersson
2011-08-09Fix bug 692284: return error for empty resource dictionaries.Tor Andersson
2011-08-09Fix bug 692412: typo in buffer size.Tor Andersson
2011-08-06Cosmetic style fixes.Tor Andersson
2011-08-06Allocate a re-entrant safe buffer for interpreting content streams.Tor Andersson
2011-08-06Move Dynalab tricky font check to cover simple fonts as well.Tor Andersson
2011-08-05More changes to blending of groups.Robin Watts
2011-08-04Fix part of bug 692377: "hivemind" PDF regressionRobin Watts
2011-08-03Fix bug 692388; colored type3 fonts drawn incorrectly.Robin Watts
2011-08-03Tweak to list playback code to pass flags as 0 or 1.Robin Watts
2011-08-03Add (disabled by default) debug code for group blends.Robin Watts
2011-08-02Squash some compiler type warnings.Robin Watts
2011-08-02Another attempt to fix bug 691629.Robin Watts
2011-08-01Fix bug 692377: Incorrect rendering of blending groups.Robin Watts
2011-08-01Fix bug 691629; avoid aa'd edge pixels due to bad weight calcs.Robin Watts
2011-08-01Add support for colored Type3 glyphs (ones that use d0).Robin Watts
2011-07-29Bug 692382: Fix typo that broke encryption support.Robin Watts
2011-07-26Fix bug 692354: Horizontal white lines in images.Robin Watts
2011-07-14Add Knockout group support.Robin Watts
2011-07-13Non-isolated group support, and fix Bug 692336.Robin Watts
2011-07-08Clip area optimisations for displaylist case:Robin Watts