moved all fields valid for more than one page out of the class
[swftools.git] / lib / pdf / GFXOutputDev.cc
2009-01-16 Matthias Krammmoved all fields valid for more than one page out of...
2009-01-16 Matthias Krammmoved global class variables to GFXOutputGlobals
2009-01-06 krammfixed vertical alignment bug
2008-11-23 krammmake sure to initialize dashPattern correctly
2008-11-23 krammdon't ignore 1x1 images- they may be square root roofs...
2008-11-23 krammfixed dot dashes
2008-11-12 krammfixed bug in dash handler
2008-10-06 krammadapted flash halfpixel bitmap fix to multiply values !=1
2008-10-06 krammderive advance value from font parameters or text spaci...
2008-10-06 krammfixed memory violation in preparePage()
2008-09-26 krammadded support for high-resolution dithering masks
2008-09-26 krammallow type3 bitmaps of size 1*x or x*1
2008-09-26 krammtransform characters around origin, warn about bad...
2008-07-27 krammapplied external xpdf patch from Patrice Dumas
2008-06-19 krammmoved -s help to pdf.cc
2008-05-29 krammonly round bitmap coords to integers if we are inside...
2008-05-08 krammfixed previous antializer fix
2008-05-08 krammadded dash-length transforming
2008-05-08 krammfixed crash in antialize(), truncate image coordinates...
2008-05-08 krammenhanced logging
2008-05-08 krammswitched on convertgradients by default
2008-04-24 krammsupport for multiple softmasks on the same level
2008-04-24 krammdisabled dash length device matrix mapping
2008-04-22 krammfixed a small mem leak
2008-04-22 krammadded a workaround for dashing of scaled paths
2008-04-22 krammmade dash setting persistent
2008-04-06 krammadded comment to endPage()
2008-04-06 krammfixed mismatched free/delete[]
2008-04-06 krammfixed two mem leaks
2008-04-06 krammmoved feature list into class, fixed some memleaks
2008-04-05 krammfixed xpdf 3.02.08 support
2008-03-26 krammadded some more logging
2008-03-26 krammre-added fontconfig
2008-03-26 krammre-added external font support
2008-03-26 krammrender multiply blended transparency groups with 50...
2008-03-26 krammadded gradient implementation, new flag 'optimize_polyg...
2008-03-19 krammadded support for masks of higher resolutions than...
2008-03-19 krammfixed crash in transparency groups by removing softmask...
2008-03-12 krammsmall logging refinement
2008-03-12 krammconverted external fonts into a linked list
2008-03-12 krammchoose external fonts based on the shortest filename
2008-02-03 krammadded some more debug info to logging
2007-12-12 krammapplied MSVC compatibility patch from Dwight Kelly
2007-12-09 krammsmall code cleanup
2007-11-28 krammnew option config_fontquality
2007-11-24 krammreduced font quality setting
2007-11-19 krammmoved RENDER_ #defines to CommonOutputDev.h
2007-10-28 krammadded new output devices
2007-10-26 krammfixed mem leak
2007-10-26 krammfixed mem leak
2007-10-21 krammreverted debugging code back to normal
2007-10-21 krammfixed italic font handling
2007-10-21 krammsmall bugfixes
2007-10-21 krammadded type3 char handling
2007-10-20 krammadded warning for external fonts
2007-10-20 krammreworked font backend
2007-10-14 kramma few more log messages
2007-10-14 krammapplied transparency patch
2007-09-09 krammremapunicode parameter
2007-09-09 krammimplemented a few more OutputDev functions
2007-09-09 krammbugfix in text clipping and in soft mask alpha premultiply
2007-09-08 krammchar -> const char, warn if drawing empty characters
2007-09-08 krammmade a warning message more explicit
2007-08-29 krammimplemented stroke clipping
2007-08-15 krammnew parameter "rawtext"
2007-07-27 krammremoved begintype3char workaround
2007-06-28 krammpass type3 characters as "dummy" characters
2007-05-09 krammproper finish pages (close all clipping boxes)
2007-05-08 krammadded static font files
2007-05-04 krammremoved debugging code
2007-04-22 krammfixed a soft mask bug
2007-03-18 krammxpdf-3.02 fixes
2007-02-20 krammfixed links
2007-01-13 krammpremultiply alpha
2007-01-07 krammadded break_on_warning feature
2007-01-07 krammcleanups, warn about gradients and tiled fills
2007-01-06 krammadded softmask/tgroup implementation
2006-12-02 krammfixed crash due to transparency groups without a colorspace
2006-11-19 krammtransparencygroup/softmask workarounds
2006-11-19 krammmoved from ../xpdf/