summaryrefslogtreecommitdiffstats
path: root/share/extensions (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add doctormo's barcode extension. Patch 1681456. Still need to make it work ↵Aaron Spike2007-04-2514-0/+1195
| | | | | with the make-chinery for installation and distribution. (bzr r2958)
* patch 1705190bulia byak2007-04-231-6/+3
| | | (bzr r2950)
* patch 1687818bulia byak2007-04-181-13/+2
| | | (bzr r2920)
* add gearsbulia byak2007-04-183-0/+186
| | | (bzr r2919)
* discard stderr from nested inkscape invocationsAaron Spike2007-04-013-3/+6
| | | (bzr r2805)
* throw out stderr so that users don't see the warning about no svg extension ↵Aaron Spike2007-04-011-6/+7
| | | | | on temp files. yes, we will mask other errors (bzr r2804)
* be sure to use the sys prefix on exit; provide a resonable message to users ↵Aaron Spike2007-04-011-34/+38
| | | | | who have no numpy; fix whitespace (bzr r2803)
* remove svg_dropshadowbulia byak2007-04-013-103/+0
| | | (bzr r2800)
* make whirl use the center of view as center of whirlbulia byak2007-03-312-14/+4
| | | (bzr r2794)
* fix bug [ 1685070 ] PathAlongPath - Error message when no paths selectedAaron Spike2007-03-291-137/+140
| | | (bzr r2775)
* typosbulia byak2007-03-162-2/+2
| | | (bzr r2671)
* view_center fixed to account for the y-coordinate flipbulia byak2007-03-141-2/+3
| | | (bzr r2643)
* spirographbulia byak2007-03-143-0/+141
| | | (bzr r2641)
* patch by Tavmjong to remove unnecessary flippingbulia byak2007-03-051-5/+1
| | | (bzr r2556)
* made it callable by other extensions. the workaround is sorta ugly, but it ↵Jos Hirth2007-03-021-12/+23
| | | | | should do the trick for now. (bzr r2507)
* fix the order of searching for linked image file to match that of inkscape ↵bulia byak2007-02-201-9/+10
| | | | | itself: first href, only if it fails absref (bzr r2400)
* quotes around command line parameters + indention fixedJos Hirth2007-02-121-45/+45
| | | (bzr r2368)
* wrong commit revertedLuca Bruno2007-02-061-42/+224
| | | (bzr r2334)
* Added Esperanto translationLuca Bruno2007-02-061-224/+42
| | | (bzr r2333)
* Fixed untranslatable radiobuttons in extensionsJohan B. C. Engelen2007-01-271-5/+5
| | | (bzr r2298)
* Fixed: Non-translatable strings in "enum" type extensionsJohan B. C. Engelen2007-01-272-12/+12
| | | (bzr r2297)
* use bare layer names for layer names in gimp rather than file pathsAaron Spike2007-01-271-7/+11
| | | (bzr r2294)
* Clarifying that our Adobe Illustrator files are version 8.0 only.Bryce Harrington2007-01-232-6/+7
| | | (bzr r2262)
* rename wave to ribbonbulia byak2007-01-192-2/+2
| | | (bzr r2244)
* make fractalize extension translatableLuca Bruno2007-01-161-3/+3
| | | (bzr r2224)
* measure update patchbulia byak2007-01-162-19/+106
| | | (bzr r2218)
* add fractalize extensionbulia byak2007-01-153-0/+121
| | | (bzr r2216)
* typo in extension sortKees Cook2007-01-131-2/+4
| | | (bzr r2205)
* sorted and added missing inx files (make check)Kees Cook2007-01-131-104/+107
| | | (bzr r2204)
* fix 1633451: mark the help commands as not needing the document and avoid ↵bulia byak2007-01-126-6/+6
| | | | | saving/reading/parsing errors when running them (bzr r2194)
* perspectivebulia byak2007-01-113-2/+142
| | | (bzr r2181)
* fork gradients to avoid unintended changes if they were sharedbulia byak2007-01-101-28/+26
| | | (bzr r2168)
* working around the additional issue (broken embed/extract/embed cycle) from ↵Jos Hirth2007-01-092-8/+30
| | | | | #1427736 2006-02-08 17:57 (by bactisme) (bzr r2166)
* added a "selected only" checkbox for fixing some obscure usability issueJos Hirth2007-01-092-7/+13
| | | (bzr r2165)
* automatic file extensionJos Hirth2007-01-082-0/+20
| | | (bzr r2155)
* changed image/jpg to image/jpeg. added image/bmp, image/gif and image/x-icon.Jos Hirth2007-01-011-2/+9
| | | (bzr r2119)
* help text now translatableLuca Bruno2007-01-011-1/+1
| | | (bzr r2117)
* Now help text is translatableLuca Bruno2007-01-011-2/+2
| | | (bzr r2116)
* Committed [ 1620672 ] Funcplot: New features and bug fixes. With some ↵Johan B. C. Engelen2006-12-282-20/+79
| | | | | adjustments. (bzr r2106)
* Made it work again if Inkscape is installed on different drive than temp dir.Johan B. C. Engelen2006-12-081-3/+4
| | | | | fixed pstoedit commandline that did not work on Win32. (bzr r2082)
* translation of french stringsC??dric Gemy2006-12-031-6/+7
| | | (bzr r2073)
* Fixing typoLuca Bruno2006-12-021-1/+1
| | | (bzr r2066)
* fixed temporary files management in eqtexsvg extensionSt??phane Gimenez2006-11-271-20/+31
| | | (bzr r2044)
* rename INX name for radiobuttons: <item> => <option>Johan B. C. Engelen2006-11-251-6/+6
| | | | | removed debug message (bzr r2038)
* added user unit conversion to eqtexsvg extensionSt??phane Gimenez2006-11-252-3/+3
| | | (bzr r2037)
* please don't forget to update Makefile.ambulia byak2006-11-241-2/+0
| | | (bzr r2034)
* Added "multiply x-range with 2*pi" option to function plotter for easier useJohan B. C. Engelen2006-11-242-3/+13
| | | (bzr r2033)
* Deleted the Wavy extension, because functionplotter provides the same ↵Johan B. C. Engelen2006-11-242-153/+0
| | | | | functionality. (bzr r2032)
* NEW: radiobuttons for extensions. See radiobutton_example.inx how to use ↵Johan B. C. Engelen2006-11-241-0/+23
| | | | | them (they are very similar to enums) (bzr r2031)
* forgot reAaron Spike2006-11-241-1/+1
| | | (bzr r2029)