summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdf-cairo.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-109/+0
| | | (bzr r6891)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-6/+6
| | | (bzr r6612)
* remove no longer needed inclusionsJohan B. C. Engelen2008-07-121-1/+0
| | | (bzr r6277)
* * remove code duplication from pdf-cairo extensionJohan B. C. Engelen2008-07-121-1/+0
| | | | | * try to fix line closing bug when using cairo. didn't succeed (bzr r6276)
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-121-2/+2
| | | (bzr r6274)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-2/+2
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-4/+4
| | | (bzr r5149)
* see, if someone else with actual time had done this they probably wouldn't ↵MenTaLguY2006-08-171-0/+3
| | | | | be tired and in a hurry and making stupid mistakes (bzr r1609)
* Use std::vector.miklosh2006-08-101-2/+1
| | | (bzr r1578)
* change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIROmiklosh2006-07-311-1/+1
| | | (bzr r1536)
* change USE_PANGO_CAIRO to HAVE_PANGO_CAIROBob Jamison2006-07-311-2/+5
| | | (bzr r1530)
* fix build breakersBob Jamison2006-07-311-2/+1
| | | (bzr r1529)
* Add Miklos's new Cairo PDF renderingBob Jamison2006-07-281-0/+107
(bzr r1502)