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