summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* patch by KoRi for 324938bulia byak2009-02-111-1/+2
| | | (bzr r7272)
* using C++ const_cast instead of plain C-type castFelipe Corr??a da Silva Sanches2009-02-091-129/+129
| | | (bzr r7255)
* adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches2009-02-091-2/+2
| | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-2/+2
| | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-081-133/+132
| | | | | | | | mainly deprecated conversion from string constant to ‘char*’ and unused variables (bzr r7249)
* adapt for new menu structurebulia byak2009-02-072-3/+3
| | | (bzr r7245)
* copyedit, use repeated calls for graduated contrastbulia byak2009-02-021-3/+6
| | | (bzr r7218)
* copyedit, names that make more sensebulia byak2009-02-022-4/+4
| | | (bzr r7217)
* since imagemagic effects cannot be cancelled midway, trying to do so often ↵bulia byak2009-01-281-3/+3
| | | | | crashes; the fix is to disallow UI interaction while it works, at least until we implement a way to safely cancel such effects (bzr r7198)
* fix parameter ranges, copyeditbulia byak2009-01-262-9/+9
| | | (bzr r7185)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-133-6/+6
| | | | | version string on Linux. (bzr r7123)
* Cmake build fixes, minorJoshua L. Blocher2009-01-053-31/+0
| | | (bzr r7078)
* add labelsbulia byak2009-01-032-5/+5
| | | (bzr r7064)
* make 'marker' property work (shorthand for start, mid and end markers); ↵Johan B. C. Engelen2009-01-021-89/+67
| | | | | inkscape now passes svg testsuite painting-marker-03-f.svg (bzr r7061)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-3/+4
| | | (bzr r7058)
* fix crash when assigning a non-parseable preset filterbulia byak2009-01-011-2/+7
| | | (bzr r7051)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-306-24/+3
| | | (bzr r7045)
* fix compile after rev 20377Johan B. C. Engelen2008-12-161-1/+1
| | | (bzr r7011)
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-1/+1
| | | | | | | | | | | | sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010)
* * Removing the bitmap files that aren't being used.Ted Gould2008-12-1028-1284/+2
| | | | | | | | | | | | | * Removing the filter files that haven't been used. * Adding a small little script to pull the strings out of the filters.svg file and pull them into a header file so that they can be translated. * Fix generate_POTFILES.sh so that it warns that it'll probably break things * Update POTFILES.in so that it matches the files better. * Making a bunch of .svg files not executable. * Patching the effects code so that the sorting of the menus is correct and the first entry is not ignored. (bzr r6984)
* unify labelsbulia byak2008-11-302-3/+3
| | | (bzr r6923)
* Merge from fe-movedTed Gould2008-11-2123-3815/+123
| | | (bzr r6891)
* Merge from trunkTed Gould2008-11-012-9/+14
| | | (bzr r6890)
* Merge from trunkTed Gould2008-10-319-118/+156
| | | (bzr r6887)
* From trunkTed Gould2008-10-276-183/+139
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-117-39/+43
| | | (bzr r6884)
* Merge from trunk.Ted Gould2008-09-251-96/+34
| | | (bzr r6883)
* release reprs properlybulia byak2008-09-204-0/+8
| | | (bzr r6855)
* Don't clip mask surface to mask bounding box.Tavmjong Bah2008-09-201-2/+4
| | | | | | The mask bounding box is the geometric bounding box which dosn't allow for filters that can extend outside the box. Partial fix for bug 208217. (bzr r6853)
* Fix transformation for items rendered as bitmaps (i.e. filters) inTavmjong Bah2008-09-161-4/+8
| | | | | Cairo PDF output. (bzr r6825)
* remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak2008-09-166-6/+0
| | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
* Fixes for clipping and masking:Tavmjong Bah2008-09-141-17/+31
| | | | | | Transformations. For masking, must convert RGBA mask to A for Cairo. (bzr r6810)
* LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen2008-09-103-7/+0
| | | | | | remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789)
* 2geomify, remove warnings and other fixesUlf Erikson2008-09-104-491/+590
| | | (bzr r6788)
* Fix clipping for Cairo generated PNG's.Tavmjong Bah2008-09-101-2/+5
| | | (bzr r6787)
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵Johan B. C. Engelen2008-09-074-6/+0
| | | | | references to nr-path.h) (bzr r6774)
* finally got the pattern transform rightbulia byak2008-09-061-19/+10
| | | (bzr r6771)
* Make rasterization of filters into pdf respect the requested dpi.Aaron Spike2008-09-052-6/+8
| | | | | This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms. (bzr r6760)
* use smaller subpixel scaling; large values take more memory and sometimes ↵bulia byak2008-09-011-1/+1
| | | | | fail for too large patter tiles (bzr r6753)
* fix assert when exporting bug 171849 file, make sure small patterns are ↵bulia byak2008-09-011-2/+6
| | | | | exported properly by scaling them up (to use integer width/height) and then down (bzr r6750)
* enable EPS export via cairo, use it instead of the old native onebulia byak2008-09-014-2/+177
| | | (bzr r6743)
* fix names and mime types; cairo ps out now the defaultbulia byak2008-08-312-5/+5
| | | (bzr r6742)
* remove cairo and experimental from the name; now this is THE pdf exporterbulia byak2008-08-311-2/+2
| | | (bzr r6740)
* properly transform clippath: transform of the item using the clippath must ↵bulia byak2008-08-312-1/+13
| | | | | also be applied (bzr r6739)
* remove unused variablesJohan B. C. Engelen2008-08-312-12/+10
| | | (bzr r6737)
* cairo-render-context extension implementation converted to 2geomJohan B. C. Engelen2008-08-312-64/+15
| | | (bzr r6736)
* Fix patterns when scaled.Tavmjong Bah2008-08-311-6/+10
| | | | | Avoid pattern size change due to rounding errors in ceil(). (bzr r6734)
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-295-26/+145
| | | (bzr r6726)
* Fixed crash due to use of uninitialized pointerJon A. Cruz2008-08-281-3/+3
| | | (bzr r6718)
* fixed a typoAlexandre Prokoudine2008-08-191-1/+1
| | | (bzr r6703)