summaryrefslogtreecommitdiffstats
path: root/share/extensions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * share/extensions/Makefile.am: Don't run make in the Poly3DObjectsmjwybrow2008-05-161-1/+0
| | | | | | directory -- it doesn't have a Makefile or need to build anything and causes an error for people using separate build directories. (bzr r5679)
* Adding extension Effects->Render->3D Polyhedron by inductiveload - see LP ↵Mike Pittman2008-05-1630-0/+2235
| | | | | #230478 (bzr r5677)
* allow float lengths backbulia byak2008-05-121-1/+1
| | | (bzr r5656)
* it is limited but not really experimental anymorebulia byak2008-05-121-1/+1
| | | (bzr r5655)
* copyeditbulia byak2008-05-052-17/+43
| | | (bzr r5607)
* move to visualize pathbulia byak2008-05-051-1/+1
| | | (bzr r5606)
* separate x and y jitteringbulia byak2008-05-052-12/+17
| | | (bzr r5605)
* Patch from sas to fix validity of the INX file for gimp_xcf.pyAaron Spike2008-05-041-2/+2
| | | (bzr r5595)
* Adding Triangle Extension - See LP#226001Mike Pittman2008-05-033-0/+224
| | | (bzr r5592)
* Export grid and guides to XCF (Bug #222655)Aaron Spike2008-05-032-1/+79
| | | | | Patch by PsychoAlienDog. Excellent work. We may want to reexamine the printing of debug info by xpathSingle() when there is no grid. (bzr r5591)
* Removed entries for removed/dead extensions (randompnt.inx and ↵Mike Pittman2008-05-031-2/+1
| | | | | randompos.inx). Discussion in LP#225486. (bzr r5588)
* Removing seemingly dead/unused extension files that are causing a menu ↵Mike Pittman2008-05-032-28/+0
| | | | | problem - See LP#225486 (bzr r5587)
* Cleaned up xml to validate as per sas' patch @ LP#225651Mike Pittman2008-05-022-6/+6
| | | (bzr r5580)
* Removed <submenu _name="Object"/> entry from inx files to prevent bogus menu ↵Mike Pittman2008-05-022-3/+1
| | | | | entry while preserving xml <effects-menu> </effects-menu> structure. See discussion under LP #225486. (bzr r5579)
* Removed Submenu name "Object" from randompnt.inx and randompos.inx to stop ↵Mike Pittman2008-05-022-2/+2
| | | | | bogus submenu. (bzr r5575)
* Removed Live Preview option from Add Nodes extension, as it didn't work anyway.Mike Pittman2008-05-011-1/+1
| | | (bzr r5566)
* Additions for Polar Grid extension - LP#224522 and Cartesian Grid Extension ↵Mike Pittman2008-05-013-0/+302
| | | | | - LP#224955 (bzr r5565)
* Added grid_polar.inx and grid_polar.py, to integrate new extension - LP #224522.Mike Pittman2008-05-011-0/+2
| | | (bzr r5563)
* Add extension to render a polar grid. Wishlist - LP #224522Mike Pittman2008-04-302-0/+236
| | | (bzr r5561)
* Add ability to divide path segments into a given number of subsegments - as ↵Mike Pittman2008-04-302-16/+42
| | | | | in LP #171856 (bzr r5560)
* Fixed one attribute value to be proper boolean.Marcin Floryan2008-04-308-8/+8
| | | (bzr r5558)
* Remove cdr2svg.sh from makefile (addition to rev. 18470, see ↵Diederik van Lierop2008-04-301-1/+1
| | | | | https://bugs.launchpad.net/inkscape/+bug/197617) (bzr r5557)
* Fixed problems with previous commit (trunk revision 18463) relating to ↵Mike Pittman2008-04-292-0/+69
| | | | | uniconv.ext.py and cdr2svg.sh (bzr r5548)
* Uniconvertor import extension changes for Win32 - Fixes LP# 197617Mike Pittman2008-04-298-25/+14
| | | (bzr r5546)
* Applying revised Latex fix for LP #55273 - adds quotes for Win32Mike Pittman2008-04-271-7/+10
| | | (bzr r5530)
* Apply latex formula patch from LP #55273Mike Pittman2008-04-241-2/+16
| | | (bzr r5508)
* Patch for Win32 bug 176750 - Envelope and Perspective scripts report "empty ↵Mike Pittman2008-04-242-2/+2
| | | | | string for float" (bzr r5505)
* All extensions are now propper XML files with a namespace and all validate ↵Marcin Floryan2008-04-1897-221/+311
| | | | | against the new inkscape.extension.rng RelaxNG schema. (bzr r5472)
* As there is no implementation for this extension it will not validate with ↵Marcin Floryan2008-04-181-20/+0
| | | | | the new schema. Thus removing this example - all relevant information is now available on the wiki: http://wiki.inkscape.org/wiki/index.php/Extensions#RadioButton_example (bzr r5471)
* Following the previous commit - update to the INX files - a step towards ↵Marcin Floryan2008-04-1715-22/+27
| | | | | proper XML format with schema for INX files. (bzr r5465)
* 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)