summaryrefslogtreecommitdiffstats
path: root/share/extensions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* patch 241565bulia byak2008-06-221-14/+15
| | | (bzr r6012)
* Extend the .inx RELAX NG schema to allow the appearance="minimal" option ↵Stephen Silver2008-06-151-0/+5
| | | | | | | that Jon Cruz recently added. All .inx files now validate against the schema again. (bzr r5947)
* Format the .inx RELAX NG schema, to make it more readable, and to allow ↵Stephen Silver2008-06-151-3/+319
| | | | | diffs against it to be comprehensible. (bzr r5946)
* Minor fix to conform to the .inx RELAX NG schema.Stephen Silver2008-06-151-4/+4
| | | (bzr r5945)
* Win32 fix: set stdout to binary mode before writing a file to itStephen Silver2008-06-141-84/+87
| | | (bzr r5933)
* Switched more extensions to minimal modeAlexandre Prokoudine2008-06-143-7/+7
| | | (bzr r5929)
* Fixed typos and wrong filename referenceAlexandre Prokoudine2008-06-143-19/+19
| | | (bzr r5928)
* name updatebulia byak2008-06-141-2/+2
| | | (bzr r5926)
* remove unusedbulia byak2008-06-145-65/+0
| | | (bzr r5925)
* patch by sas from 227449 with my changes for using ps2pdf instead of pstoeditbulia byak2008-06-146-53/+135
| | | (bzr r5924)
* patch 234972bulia byak2008-06-121-0/+14
| | | (bzr r5895)
* Fixed some strings that upset gettext.Marcin Floryan2008-06-113-3/+3
| | | (bzr r5880)
* added HPGL export extension, courtesy of Aaron SpikeAlexandre Prokoudine2008-06-053-0/+68
| | | (bzr r5818)
* Alvin Penner's fix for bug 235861Stephen Silver2008-05-301-0/+3
| | | (bzr r5764)
* Added an 'appearance' hint to .inx optiongroups to allow for dropdowns ↵Jon A. Cruz2008-05-241-10/+10
| | | | | instead of radio buttons. (bzr r5748)
* enable embedding of tiff imagesbulia byak2008-05-231-1/+3
| | | (bzr r5747)
* share/extensions/*.py: Use gettext for (many) error messages.Peter Moulder2008-05-2313-26/+67
| | | | | share/extensions/inkex.py: (errormsg): New function. (bzr r5743)
* share/extensions/*.py: Wrap ‘e = MyEffect(); e.affect()’ in ‘if ↵Peter Moulder2008-05-2338-82/+121
| | | | | __name__ == '__main__':’, to allow use of pychecker. (bzr r5742)
* oops, back out unintended change committed in r18709.Peter Moulder2008-05-231-1/+1
| | | (bzr r5741)
* noop: share/extensions/dimension.py: expand tabs, add vim modelinePeter Moulder2008-05-231-78/+80
| | | (bzr r5740)
* noop: Add vim modeline for all share/extensions/*.py files that use ↵Peter Moulder2008-05-2349-93/+210
| | | | | four-space indentation. (bzr r5739)
* share/extension/*.py: noop: minor whitespace regularizations ahead of adding ↵Peter Moulder2008-05-2318-132/+133
| | | | | vim modelines (bzr r5738)
* attempt to fix makefile for Poly3DObjects - see bug 230478Stephen Silver2008-05-211-29/+27
| | | (bzr r5727)
* Remove Makefile.am as an entry in the Makefile.am file - see LP # 230478Mike Pittman2008-05-211-1/+0
| | | (bzr r5726)
* Trying to get Poly3DObjects to build properly on Linux - See LP#230478Mike Pittman2008-05-212-0/+37
| | | (bzr r5724)
* Applying several of Inductiveload's enhancements and fixes to his ↵Mike Pittman2008-05-195-65/+77
| | | | | extensions. See LP #230478. (bzr r5710)
* Fixed minor error in the Function Plotter extension - see LP #230765Mike Pittman2008-05-191-2/+2
| | | (bzr r5699)
* * 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)