summaryrefslogtreecommitdiffstats
path: root/share/extensions (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Created new Arrange submenu for effects extensionsAlexandre Prokoudine2008-04-171-1/+1
| | | (bzr r5463)
* added Restack extension from Rob AntonishenAlexandre Prokoudine2008-04-173-0/+167
| | | (bzr r5462)
* Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also ↵Marcin Floryan2008-04-152-4/+4
| | | | | implements max_length attribute for string parameters in inx files. (bzr r5450)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-8/+6
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* Fixed Makefile following earlier commit (removed and added relevant .py files)Marcin Floryan2008-04-091-8/+1
| | | (bzr r5391)
* Following this thread: ↵Marcin Floryan2008-04-0917-130/+42
| | | | | http://www.nabble.com/Extension-parameters-td9064285.html#a9064285 cleaned up python webbrowser_* scripts by replacing with one generic launch_webbrowser.py. This required a bit of work with extensions to handle hidden GUI parameters better. URLs are now in the inkscape_help_*.inx files. (bzr r5390)
* commit patch for LaTeX extension. fixes bug #195052Johan B. C. Engelen2008-04-081-4/+6
| | | (bzr r5388)
* delete remaining .cvsignore filesAdib Taraben2008-04-012-4/+0
| | | (bzr r5299)
* svn propset svn:eol-style native *.inxPeter Moulder2008-03-2933-586/+586
| | | (bzr r5229)
* svn propset svn:eol-style native *.pyPeter Moulder2008-03-2943-3107/+3107
| | | (bzr r5228)
* patch from bug 207362bulia byak2008-03-271-1/+1
| | | (bzr r5202)
* remove the inkscape-shadow hack as no longer neededbulia byak2008-03-264-14/+6
| | | (bzr r5196)
* updated patch from Alvin PennerAaron Spike2008-03-201-1/+7
| | | (bzr r5126)
* Added new extension: Alphabet SoupJoel Holdsworth2008-03-1877-0/+1894
| | | (bzr r5118)
* patch by sas from Bug #199922: speeds up dxf outputAaron Spike2008-03-091-3/+3
| | | (bzr r5011)
* committing patch from Alvin Penner to satisfy Bug #192923Aaron Spike2008-03-093-17/+663
| | | | | | | | made a few changes from his patch. converted dxf_outlines.dxf in to a python module with strings because looping over lines in the DXF file looked fragile. We need get someone to test this with RoboMaster to make sure the output still works properly. (bzr r5010)
* fix improper attribute nameAaron Spike2008-03-061-1/+1
| | | (bzr r4974)
* fix 198404bulia byak2008-03-051-1/+1
| | | (bzr r4969)
* Fixed whitespace after backslash at end of lineJon A. Cruz2008-03-041-1/+1
| | | (bzr r4948)
* New extension to convert text to brailleFelipe Corr??a da Silva Sanches2008-03-043-0/+62
| | | (bzr r4947)
* r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould2008-02-293-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Okay, sadly I'm not keeping the version history because I'm not convenced that SVK will do it right. One mega-patch, but that's life. Reshuffle the exection-env and prefdialog code so that the state machines aren't intertwines, which fixes a whole host of bugs with them. I think the behavior is correct now. Make it so that the effects can count how many preferences they have to determine if the dialog should be shown (fix above). Once this code was written it was easy to make it show an ellipsis on the verb if there is a dialog or not. This involved removing ellipsis from those effects that had it hard coded. Make it so that the parameters know that their command line options are going into a list. They don't have to acknowledge it, but they can, and specifically notebook does and handles it differently. This should fix the notebooks on Win32, but doesn't apparently completely. Change the script extension on windows to use pythonw instead of python so that the command line doesn't appear all the time. (bzr r4908)
* port from 0.46 branch, bringing UC reuse for better file format supportAlexandre Prokoudine2008-02-291-2/+3
| | | (bzr r4903)
* added extensions for importing various Corel DRAW file formats and CGM files ↵Alexandre Prokoudine2008-02-266-0/+80
| | | | | -- all using UniConvertor (bzr r4866)
* Fixed some extensions (.inx files) to cater for localization better and ↵Marcin Floryan2008-02-263-7/+7
| | | | | added two missing files to po/POTFILES.in (bzr r4859)
* Added pathscatter effect + slight modif of simpletransform... to compute ↵JF Barraud2008-02-234-2/+312
| | | | | bbox of rects!! (bzr r4835)
* Corrected CDR Import version numbersMarcin Floryan2008-02-221-2/+2
| | | (bzr r4825)
* Mark "description" as translatable (addresses #194000)Marcin Floryan2008-02-211-1/+1
| | | (bzr r4808)
* Attempt fix for Bug #178022Aaron Spike2008-02-2111-22/+22
| | | | | | | | Evidently somewhere between versions 1.3.6 and 2.0 lxml began requiring that parameters passed to the Element.xpath() be keyword arguments (positional arguments had been allowed). Best guess places this at "2.0alpha6 (2007-12-19)" based upon the lxml Changelog. This fix appears to be backward compatible. Please test. (bzr r4797)
* Finish post lxml fixupAaron Spike2008-02-211-11/+11
| | | (bzr r4796)
* marked help message for translationAlexandre Prokoudine2008-02-181-1/+1
| | | (bzr r4763)
* added Dimensions extension as approved by BryceAlexandre Prokoudine2008-02-113-0/+163
| | | (bzr r4709)
* Update scriptfu from siod to tinyschemeAaron Spike2008-02-111-10/+11
| | | | | | I think this is a complete fix for the script but I can't tell because inkscape crashes. Intercepting the temporary file the script creates I get a complete layered xcf! (bzr r4703)
* Partial fixAaron Spike2008-02-101-38/+23
| | | | | | | | This extension is currently broken and as it stands will be removed from 0.46 I'm committing this partial fix which updates the syntax for lxml anyway Additional fixes will probably be required because as it stands this script crashes inkscape for me (bzr r4696)
* Partial fixAaron Spike2008-02-101-7/+7
| | | | | | | | This effect is currently broken and stands to be removed from the 0.46 release I'm committing this partial fix, which updates the script for lxml anyway The next stage will require updating the script-fu portion of the script to operate with newer gimps (would be great if it could work with new and old!) (bzr r4695)
* Make options in perfect bound cover generator translatableJohn Bintz2008-02-102-17/+17
| | | (bzr r4694)
* repositioned Lorem Ipsum extension (Render -> Text submenu)Alexandre Prokoudine2008-02-081-2/+2
| | | (bzr r4683)
* patch 189924bulia byak2008-02-081-7/+12
| | | (bzr r4682)
* Patch from Tom Davidson to add a check for absref tag before deleting itBryce Harrington2008-02-071-1/+2
| | | | | (Closes LP: #169104) (bzr r4675)
* Patch from Tom Davidson to restrict the min value of the param to 0.1Bryce Harrington2008-02-071-1/+1
| | | | | px. (Closes LP: #189827) (bzr r4674)
* updated to include simpletransform.py and rubberstretch.inxJF Barraud2008-02-041-0/+2
| | | (bzr r4651)
* try to preserve layers, strip top-level switch and foreignObjectbulia byak2008-02-011-1/+12
| | | (bzr r4631)
* a bunch of small changes to provide a user readable explanation of filtersAlexandre Prokoudine2008-01-312-4/+4
| | | (bzr r4624)
* A bunch of i18n-related issues fixed, ru.po slightly updated. Please do not ↵Alexandre Prokoudine2008-01-301-0/+17
| | | | | forget committing accompanying .inx files, guys ;-) (bzr r4620)
* Update JF Barraud scripts to work with actual SVN see ↵popolon.org2008-01-295-215/+308
| | | | | https://bugs.launchpad.net/inkscape/+bug/182832 (interpolate is not modified, and new scatter scripts not added) (bzr r4613)
* Never add two namespacesAaron Spike2008-01-251-1/+1
| | | | | possible fix for [Bug 179770] (bzr r4589)
* whitespaceBryce Harrington2008-01-191-1/+1
| | | (bzr r4560)
* Made the inside/outside radio buttons in the Spirograph extension inx ↵Joel Holdsworth2008-01-181-5/+5
| | | | | translatable (bzr r4556)
* use threads to open browser without locking inkscapeFelipe Corr??a da Silva Sanches2008-01-188-16/+106
| | | (bzr r4547)
* added "Ask Us a Question" to the Help menu linking to ↵Felipe Corr??a da Silva Sanches2008-01-183-0/+17
| | | | | http://answers.launchpad.net/inkscape/+addquestion (bzr r4546)
* Adding additional directions for installing script pre-requisitesBryce Harrington2008-01-131-1/+1
| | | (bzr r4473)