summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdf-cairo.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-21Merge from fe-movedTed Gould1-1060/+0
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-24/+24
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-2/+2
2008-07-15don't call cairo_new_path in feed_pathvector_to_cairo (like the old feed_path...Johan B. C. Engelen1-0/+2
2008-07-12remove no longer needed inclusionsJohan B. C. Engelen1-3/+0
2008-07-12* remove code duplication from pdf-cairo extensionJohan B. C. Engelen1-43/+6
2008-07-122geomify print, fill and stroke methods of extensionsJohan B. C. Engelen1-4/+9
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-2/+2
2008-06-12patch 181692bulia byak1-1/+6
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-2/+2
2008-04-23Fixed some further issues with Internal extensions after the introduction of ...Marcin Floryan1-5/+5
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1
2008-04-16make sure --export-area-canvas works for pdf export toobulia byak1-12/+12
2008-04-01reproduce the ancestors transform when exporting a single objectbulia byak1-3/+23
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-10/+10
2008-03-12enable --export-id and --export-area-drawing for PDF exportbulia byak1-2/+7
2008-03-02Remove double unreffing of pointer in pdf-cairo.cpp. Fixes Bug #178985 with ...Johan B. C. Engelen1-2/+1
2008-03-02vertical flip on RENDER_WITH_PANGO_CAIRO text outputAdib Taraben1-52/+65
2008-01-05Applying Gail's patch for font-specificationBryce Harrington1-1/+1
2007-10-24Use computed fill-rule value when setting fill in cairo pdf/ps export.gustav_b1-1/+1
2007-09-10Purged fill type enumJon A. Cruz1-23/+23
2007-04-22Revert warning-remove edit. Needed for switchBob Jamison1-1/+1
2007-04-22remove warningsBob Jamison1-1/+1
2006-11-10"fix" gradients; things need to be resolved on the Cairo side, of courseMenTaLguY1-4/+4
2006-11-10fix alpha compositing in PDF exportMenTaLguY1-13/+17
2006-08-17see, if someone else with actual time had done this they probably wouldn't be...MenTaLguY1-0/+4
2006-08-11Tweak switch so that pango-cairo can be used in situations where cairo is bui...Bob Jamison1-2/+2
2006-08-10Removed left-in debug stuff.miklosh1-2/+2
2006-08-10Use std::vector.miklosh1-18/+11
2006-08-06Changed the PANGO_GLYPH_* defines to their actual values so skipping empty or...miklosh1-4/+4
2006-08-06Added Ulf's various PDF fixes.miklosh1-6/+11
2006-08-02fix "not found" build problem with older pangoesBob Jamison1-0/+2
2006-08-01add #include <pango> for people with older versionsBob Jamison1-0/+1
2006-07-31change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIROmiklosh1-8/+8
2006-07-31change USE_PANGO_CAIRO to HAVE_PANGO_CAIROBob Jamison1-1/+1
2006-07-31Make sure file compiles with or without HAVE_PANGO_CAIROBob Jamison1-1/+7
2006-07-31change USE_PANGO_CAIRO to HAVE_PANGO_CAIROBob Jamison1-9/+15
2006-07-31fix build breakersBob Jamison1-3/+3
2006-07-28Add Miklos's new Cairo PDF renderingBob Jamison1-0/+1030