Code

NR:: to Geom:: for most of src/extension/
[inkscape.git] / src / extension / internal / pdf-cairo.cpp
2008-08-12 johanengelenNR:: to Geom:: for most of src/extension/
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-07-15 johanengelendon't call cairo_new_path in feed_pathvector_to_cairo...
2008-07-12 johanengelenremove no longer needed inclusions
2008-07-12 johanengelen* remove code duplication from pdf-cairo extension
2008-07-12 johanengelen2geomify print, fill and stroke methods of extensions
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-06-12 buliabyakpatch 181692
2008-05-09 johanengelencomplete adding const to have only NArtBpath const...
2008-04-23 mfloryanFixed some further issues with Internal extensions...
2008-04-21 gouldtj r19076@shi: ted | 2008-04-21 15:42:45 -0700
2008-04-16 buliabyakmake sure --export-area-canvas works for pdf export too
2008-04-01 buliabyakreproduce the ancestors transform when exporting a...
2008-03-21 jaspervdgNo more NRMatrix or NRPoint.
2008-03-12 buliabyakenable --export-id and --export-area-drawing for PDF...
2008-03-02 johanengelenRemove double unreffing of pointer in pdf-cairo.cpp...
2008-03-02 theadibvertical flip on RENDER_WITH_PANGO_CAIRO text output
2008-01-05 bryceApplying Gail's patch for font-specification
2007-10-24 gustav_bUse computed fill-rule value when setting fill in cairo...
2007-09-10 joncruzPurged fill type enum
2007-04-22 ishmalRevert warning-remove edit. Needed for switch
2007-04-22 ishmalremove warnings
2006-11-10 mental"fix" gradients; things need to be resolved on the...
2006-11-10 mentalfix alpha compositing in PDF export
2006-08-17 mentalsee, if someone else with actual time had done this...
2006-08-11 ishmalTweak switch so that pango-cairo can be used in situati...
2006-08-10 mikloshRemoved left-in debug stuff.
2006-08-10 mikloshUse std::vector.
2006-08-06 mikloshChanged the PANGO_GLYPH_* defines to their actual value...
2006-08-06 mikloshAdded Ulf's various PDF fixes.
2006-08-02 ishmalfix "not found" build problem with older pangoes
2006-08-01 ishmaladd #include <pango> for people with older versions
2006-07-31 mikloshchange HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIRO
2006-07-31 ishmalchange USE_PANGO_CAIRO to HAVE_PANGO_CAIRO
2006-07-31 ishmalMake sure file compiles with or without HAVE_PANGO_CAIRO
2006-07-31 ishmalchange USE_PANGO_CAIRO to HAVE_PANGO_CAIRO
2006-07-31 ishmalfix build breakers
2006-07-28 ishmalAdd Miklos's new Cairo PDF rendering