summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen2008-09-075-7/+0
* finally got the pattern transform rightbulia byak2008-09-061-19/+10
* Make rasterization of filters into pdf respect the requested dpi.Aaron Spike2008-09-052-6/+8
* use smaller subpixel scaling; large values take more memory and sometimes fai...bulia byak2008-09-011-1/+1
* fix assert when exporting bug 171849 file, make sure small patterns are expor...bulia byak2008-09-011-2/+6
* Fix for missing defineJon A. Cruz2008-09-011-0/+1
* enable EPS export via cairo, use it instead of the old native onebulia byak2008-09-015-3/+179
* fix names and mime types; cairo ps out now the defaultbulia byak2008-08-312-5/+5
* disable old non-cairo ps export via printbulia byak2008-08-311-1/+1
* remove cairo and experimental from the name; now this is THE pdf exporterbulia byak2008-08-311-2/+2
* properly transform clippath: transform of the item using the clippath must al...bulia byak2008-08-312-1/+13
* remove unused variablesJohan B. C. Engelen2008-08-312-12/+10
* cairo-render-context extension implementation converted to 2geomJohan B. C. Engelen2008-08-312-64/+15
* Fix patterns when scaled.Tavmjong Bah2008-08-311-6/+10
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-295-26/+145
* temporarily, make pdf exporters switchable for testingbulia byak2008-08-291-1/+4
* Fixed crash due to use of uninitialized pointerJon A. Cruz2008-08-281-3/+3
* fixed a typoAlexandre Prokoudine2008-08-191-1/+1
* Remove further instances of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-141-7/+7
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-1222-618/+621
* clean up code slightlyBob Jamison2008-08-103-85/+93
* merge silveiro's and my changesBob Jamison2008-08-092-104/+348
* fix marker behavior for moveto-only pathsJohan B. C. Engelen2008-08-081-2/+10
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-086-15/+15
* change javafx output to 1.0 compiler syntaxBob Jamison2008-08-072-145/+74
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-053-5/+5
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-055-15/+10
* EMF export patches submitted by SaGSUlf Erikson2008-08-041-32/+27
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-038-12/+0
* initial impl of gradients and opacitiesBob Jamison2008-08-022-73/+307
* finally got transforms right. flip Y and translateBob Jamison2008-08-012-19/+62
* make redundant. use correct fields of cubic bezier point arrayBob Jamison2008-08-014-304/+345
* un-remove applying item transform to each pointBob Jamison2008-08-013-24/+52
* Add item transformsBob Jamison2008-08-011-29/+53
* Warning cleanupJon A. Cruz2008-08-011-6/+6
* Get to compile in javafxBob Jamison2008-07-302-35/+53
* add placeholder for expert contributorsBob Jamison2008-07-305-0/+602
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-254-0/+8
* Warning cleanupJon A. Cruz2008-07-202-11/+11
* noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for u...Peter Moulder2008-07-191-140/+13
* don't call cairo_new_path in feed_pathvector_to_cairo (like the old feed_path...Johan B. C. Engelen2008-07-151-0/+2
* 2geomify ODF outputJohan B. C. Engelen2008-07-141-60/+49
* Minor fixes for emf input/output on windowsUlf Erikson2008-07-142-139/+361
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-131-93/+53
* warning cleanupFelipe Corr??a da Silva Sanches2008-07-121-30/+30
* 2geomify latex-pstricksJohan B. C. Engelen2008-07-122-59/+53
* convert ps output to 2geomJohan B. C. Engelen2008-07-122-38/+50
* remove no longer needed inclusionsJohan B. C. Engelen2008-07-122-4/+0
* * remove code duplication from pdf-cairo extensionJohan B. C. Engelen2008-07-122-44/+6
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-1212-37/+58