summaryrefslogtreecommitdiff
path: root/poppler/ArthurOutputDev.cc
AgeCommit message (Collapse)AuthorFilesLines
2011-05-03remove unused varsAlbert Astals Cid1-10/+2
2011-03-01fix copyright yearsAlbert Astals Cid1-1/+1
2011-03-01Merge Link and AnnotLink codeCarlos Garcia Campos1-4/+0
Annotations now belong to the Page and are created only once on demand. Annots are now ref counted and Links is a list of AnnotLink objects, Link object has been removed. The AnnotLink API is mostly the same than Link and frontends APIs are not affected. Qt4 changes made by Pino Toscano.
2011-01-21Add Hinting API to ArthurOutputDevAndreas Hartmetz1-2/+9
2010-11-07[arthur] use the untransformed line width, not the transformed onePino Toscano1-1/+1
... as the painter will do the transformation itself already; seems to product better results
2010-11-07[arthur] remove unused 'm_image' attributePino Toscano1-1/+0
2010-11-07[arthur] small fixes and memory leaksMatthias Fauconneau1-68/+54
- fix font rendering (transforming the glyph path and not only the glyph origin) - fix image rendering (alpha was set to zero)
2010-04-30demote the #warning to a simple FIXME commentPino Toscano1-3/+1
2010-03-05update copyrightPino Toscano1-1/+1
2010-03-05[arthur] update the miter limitPino Toscano1-2/+2
2010-03-05[arthur] update the line dash stylePino Toscano1-1/+11
2010-03-04[Arthur] make ArthurOutputDev compile even with Splash disabledPino Toscano1-1/+10
text rendering is disabled in that case for now
2009-10-06rework how hinting is used in the splash backendAlbert Astals Cid1-1/+1
Basically we default to no hinting now with the possibility to enable it
2009-06-19Use Interpolate flag to decide whether applying image interpolation during ↵Carlos Garcia Campos1-2/+2
rendering Fixes bug #9860
2009-05-21Add the possibility of forcing no hinting of fontsPetr Gajdos1-0/+2
2009-05-11Update copyright headers for previous patchesCarlos Garcia Campos1-0/+1
2009-05-11Make sure ImageStream::close() is called after ImageStream::reset()Carlos Garcia Campos1-0/+1
2009-04-11Be paranoid, use gmallocn or gmallocn3 in all gmalloc with *Albert Astals Cid1-2/+2
2009-03-24declare the matrix at the beginningPino Toscano1-1/+1
2008-12-22group condition within bracketsPino Toscano1-2/+2
2008-09-01All poppler commiters to these files agreed to GPLv2+Albert Astals Cid1-0/+3
Still missing to answer Marco Pesenti Gritti Catalog.cc Outline.cc Outline.h Kjartan Maraas HtmlOutputDev.cc Timothy Lee ImageOutputDev.h ImageOutputDev.cc Carl Worth CairoOutputDev.cc Ed Catmur GfxFont.cc GlobalParams.cc TextOutputDev.cc TextOutputDev.h UnicodeTypeTable.cc UnicodeTypeTable.h
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util ↵Albert Astals Cid1-1/+13
directories to be more compliant with GPL that requires such modification statements to be present. Meanwhile i did that, i did qt and qt4 dirs too, glib is missing if someone wants to fix it, but it's not crucial as it's not a fork of some other GPL software
2008-05-04Fix leaks on error conditionsAlbert Astals Cid1-0/+1
2008-04-26sync updateFont() with SplashOutputDevPino Toscano1-16/+59
2008-04-26use the base implementation to update all the statesPino Toscano1-10/+1
2008-04-26Set the font antialiasing from the painter settings, instead of the global ↵Pino Toscano1-1/+1
settings.
2008-04-26Get the font and painter matrices, and reenable the font drawing.Pino Toscano1-7/+21
2008-04-06propetly initialise a couple of members; leak lessPino Toscano1-0/+5
2008-01-30Preprocessor #warning is GCC-specific.Pino Toscano1-0/+4
2007-09-23Remove unused variables.Krzysztof Kowalczyk1-11/+5
2007-06-01 * poppler/ArthurOutputDev.ccAlbert Astals Cid1-4/+4
* splash/SplashFTFont.cc * splash/SplashMath.h: Make it compile with --enable-fixedpoint. Fixes bug 11110
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-4/+9
Testing more than welcome
2006-11-13 * poppler/ArthurOutputDev.cc: Small fix to get colors rightAlbert Astals Cid1-4/+4
2006-02-13* poppler/ArthurOutputDev.cc: Make it compile after changing code so we did ↵Albert Astals Cid1-34/+19
not pass files to freetype but buffers
2005-10-30Last xpdf 3.01 merge (at least from my side)Albert Astals Cid1-1/+1
It's very big, but noone has opposed in the 2 weeks time i gave on the ml so either poppler is dead or people agree with the patch
2005-09-162005-09-16 Marco Pesenti Gritti <mpg@redhat.com>Marco Pesenti Gritti1-1/+1
* poppler/ArthurOutputDev.cc: * poppler/CairoFontEngine.cc: * poppler/TextOutputDev.cc: * poppler/UnicodeMap.cc: Use mallocn when possible
2005-08-04Fix problem with drawing filled objects that was introduced in Rev 1.4.Brad Hards1-2/+11
2005-08-01Fix up the fill problem with drawing text, where the "middle" of glyphsBrad Hards1-12/+1
with a "hole" (like d, o, p, b, g) got filled. Also remove some debugging code. The glyphs are still ugly though.
2005-07-31An initial version of proper font handling, heavily based on work byBrad Hards1-111/+290
Albert Astals Cid. I changed it to stroke the glyphs based on the SplashPath. In the longer term, Arthur should use FreeType paths directly - hopefully that will be less ugly, and not fill everything.
2005-07-29Compile fix associated with last change.Brad Hards1-2/+0
2005-07-29A couple of minor changes to the Arthur backend.Brad Hards1-4/+14
2005-07-10A general cleanup of the Arthur output renderer.Brad Hards1-69/+36
2005-06-28use transformation matrix for image rendering in Arthur backendAlbert Astals Cid1-5/+7
2005-06-28Initial import of Qt4 bindings, and for a Qt4 "Arthur" (QPainter)Brad Hards1-0/+604
backend renderer. The bindings are currently unstable - you can expect substantial change in both source and binary interfaces. The Arthur renderer currently does a reasonable job of rendering path and fill, but the image rendering doesn't work (for reasons that aren't clear to me) and text rendering doesn't use the right glyphs - it just draws with the current font. There is a lot of work to do on this too. Help is, of coure, welcome.