summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-133-6/+6
* Cmake build fixes, minorJoshua L. Blocher2009-01-053-31/+0
* add labelsbulia byak2009-01-032-5/+5
* make 'marker' property work (shorthand for start, mid and end markers); inksc...Johan B. C. Engelen2009-01-021-89/+67
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-3/+4
* fix crash when assigning a non-parseable preset filterbulia byak2009-01-011-2/+7
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-306-24/+3
* fix compile after rev 20377Johan B. C. Engelen2008-12-161-1/+1
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-1/+1
* * Removing the bitmap files that aren't being used.Ted Gould2008-12-1028-1284/+2
* unify labelsbulia byak2008-11-302-3/+3
* Merge from fe-movedTed Gould2008-11-2123-3815/+123
* Merge from trunkTed Gould2008-11-012-9/+14
* Merge from trunkTed Gould2008-10-319-118/+156
* From trunkTed Gould2008-10-276-183/+139
* Merging from trunkTed Gould2008-10-117-39/+43
* Merge from trunk.Ted Gould2008-09-251-96/+34
* release reprs properlybulia byak2008-09-204-0/+8
* Don't clip mask surface to mask bounding box.Tavmjong Bah2008-09-201-2/+4
* Fix transformation for items rendered as bitmaps (i.e. filters) inTavmjong Bah2008-09-161-4/+8
* remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak2008-09-166-6/+0
* Fixes for clipping and masking:Tavmjong Bah2008-09-141-17/+31
* LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen2008-09-103-7/+0
* 2geomify, remove warnings and other fixesUlf Erikson2008-09-104-491/+590
* Fix clipping for Cairo generated PNG's.Tavmjong Bah2008-09-101-2/+5
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen2008-09-074-6/+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
* enable EPS export via cairo, use it instead of the old native onebulia byak2008-09-014-2/+177
* fix names and mime types; cairo ps out now the defaultbulia byak2008-08-312-5/+5
* 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
* 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-1218-598/+601
* 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