Code

fix pasting style after copying a text span
[inkscape.git] / src / extension /
2009-02-13 tweenkRemove last remnants of ancient plugin support. Tidy...
2009-02-11 buliabyakpatch by KoRi for 324938
2009-02-10 buliabyakFilters, Extensions menus
2009-02-09 tweenkFix some console warning spam (most cannot be fixed...
2009-02-09 JucaBluesusing C++ const_cast instead of plain C-type cast
2009-02-09 JucaBluesadding comments/TODOs and/or reverting some of the...
2009-02-09 JucaBluesgcc warning cleanup
2009-02-08 JucaBluesgcc warning cleanup:
2009-02-08 JucaBluesgcc warning cleanup
2009-02-07 buliabyakadapt for new menu structure
2009-02-05 mfloryanFixed small translation issue for extensions.
2009-02-02 buliabyakcopyedit, use repeated calls for graduated contrast
2009-02-02 buliabyakcopyedit, names that make more sense
2009-01-28 buliabyakshow waiting cursor while ExecutionEnv is working
2009-01-28 buliabyaksince imagemagic effects cannot be cancelled midway...
2009-01-26 buliabyakfix parameter ranges, copyedit
2009-01-13 tweenkImproved version reporting. Add SVN revision and custom...
2009-01-12 verbalshadowCmake: Fixed the extra -l in the link command, plus...
2009-01-09 verbalshadowCmake: restructure build files to be more like current...
2009-01-05 verbalshadowCmake build fixes, minor
2009-01-03 buliabyakadd labels
2009-01-02 johanengelenmake 'marker' property work (shorthand for start, mid...
2009-01-02 johanengelenMove filters into their own namespace Inkscape::Filters...
2009-01-01 buliabyakfix crash when assigning a non-parseable preset filter
2008-12-30 johanengelenget rid of a lot of no longer needed "libnr/nr-......
2008-12-16 johanengelenfix compile after rev 20377
2008-12-16 speleo3 * remove sp_item_i2root_affine and sp_item_i2r_affine...
2008-12-10 Ted Gould * Removing the bitmap files that aren't being used.
2008-11-30 buliabyakunify labels
2008-11-21 Ted GouldMerge from fe-moved
2008-11-01 Ted GouldMerge from trunk
2008-10-31 Ted GouldMaking it so that including simple-node.h will generate...
2008-10-31 Ted GouldPatch from Hannes Hochreiner to make it so that attribu...
2008-10-31 Ted GouldMerge from trunk
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-25 Ted GouldMerge from trunk.
2008-09-25 Ted GouldSorry, I got off on a branch and ended up with a bunch...
2008-09-21 buliabyakif export (most likely cairo) fails, issue a warning...
2008-09-20 buliabyakrelease reprs properly
2008-09-20 tavmjongDon't clip mask surface to mask bounding box.
2008-09-16 tavmjongFix transformation for items rendered as bitmaps (i...
2008-09-16 tweenkRefactored preferences handling into a new version of
2008-09-16 buliabyakremove extra unref; now ref/unref is done by show/hide...
2008-09-14 tavmjongFixes for clipping and masking:
2008-09-10 johanengelenLIBNR REMOVAL. remove nartbpath code!!!
2008-09-10 ulferikson2geomify, remove warnings and other fixes
2008-09-10 tavmjongFix clipping for Cairo generated PNG's.
2008-09-07 johanengelenLIBNR REMOVAL. Deleted nr-path.h/.cpp which is no...
2008-09-06 buliabyakfinally got the pattern transform right
2008-09-05 acspikeMake rasterization of filters into pdf respect the...
2008-09-01 buliabyakuse smaller subpixel scaling; large values take more...
2008-09-01 buliabyakfix assert when exporting bug 171849 file, make sure...
2008-09-01 joncruzFix for missing define
2008-09-01 buliabyakenable EPS export via cairo, use it instead of the...
2008-08-31 buliabyakfix names and mime types; cairo ps out now the default
2008-08-31 buliabyakdisable old non-cairo ps export via print
2008-08-31 buliabyakremove cairo and experimental from the name; now this...
2008-08-31 buliabyakproperly transform clippath: transform of the item...
2008-08-31 johanengelenremove unused variables
2008-08-31 johanengelencairo-render-context extension implementation converted...
2008-08-31 tavmjongFix patterns when scaled.
2008-08-29 buliabyakUlf Ericson's patch for implementing missing properties...
2008-08-29 buliabyaktemporarily, make pdf exporters switchable for testing
2008-08-28 joncruzFixed crash due to use of uninitialized pointer
2008-08-19 prokoudinefixed a typo
2008-08-14 cilix42Remove further instances of SP_ACTIVE_DESKTOP
2008-08-12 johanengelenNR:: to Geom:: for most of src/extension/
2008-08-10 ishmalclean up code slightly
2008-08-09 ishmalmerge silveiro's and my changes
2008-08-08 johanengelenfix marker behavior for moveto-only paths
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-07 ishmalchange javafx output to 1.0 compiler syntax
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-05 dvlierop2Use is_straight_curve() instead of three separate dynam...
2008-08-04 ulferiksonEMF export patches submitted by SaGS
2008-08-03 johanengelenremove many needless references to n-art-bpath.h
2008-08-02 ishmalinitial impl of gradients and opacities
2008-08-01 ishmalfinally got transforms right. flip Y and translate
2008-08-01 ishmalmake redundant. use correct fields of cubic bezier...
2008-08-01 ishmalun-remove applying item transform to each point
2008-08-01 ishmalAdd item transforms
2008-08-01 joncruzWarning cleanup
2008-07-30 ishmalGet to compile in javafx
2008-07-30 ishmaladd placeholder for expert contributors
2008-07-25 johanengelenupdate to 2geom rev. 1507
2008-07-20 joncruzWarning cleanup
2008-07-19 pjrmnoop: Refactor massive copy&paste of PdfParser::doShowT...
2008-07-15 johanengelendon't call cairo_new_path in feed_pathvector_to_cairo...
2008-07-14 johanengelen2geomify ODF output
2008-07-14 ulferiksonMinor fixes for emf input/output on windows
2008-07-13 johanengelen2geomify pov-out extension
2008-07-12 JucaBlueswarning cleanup
2008-07-12 johanengelen2geomify latex-pstricks
2008-07-12 johanengelenconvert ps output to 2geom
2008-07-12 johanengelenremove no longer needed inclusions
2008-07-12 johanengelen* remove code duplication from pdf-cairo extension
2008-07-12 johanengelen2geomify print, fill and stroke methods of extensions
2008-07-12 buliabyakadd adjustable opacity
2008-07-12 buliabyakcopyedit
next