| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Temporary "fix" for the recent pattern crash caused by invalid path data - ↵ | Maximilian Albert | 2008-06-30 | 1 | -2/+2 | |
| | | | | | | please review and insert correct values for the missing coordinates! (bzr r6099) | |||||
| * | Use Python script instead of shell script for .fig import (fixes bug 240889). | Stephen Silver | 2008-06-27 | 4 | -13/+33 | |
| | | | | (bzr r6082) | |||||
| * | Fix for opening .eps/.ps/.cdr/etc files with % in their names. | Stephen Silver | 2008-06-26 | 2 | -31/+30 | |
| | | | | (bzr r6066) | |||||
| * | adding list of available SVGFonts to the SVGFonts dialog | Felipe Corr??a da Silva Sanches | 2008-06-25 | 1 | -2/+2 | |
| | | | | (bzr r6059) | |||||
| * | patch 241565 | bulia byak | 2008-06-22 | 1 | -14/+15 | |
| | | | | (bzr r6012) | |||||
| * | Extend the .inx RELAX NG schema to allow the appearance="minimal" option ↵ | Stephen Silver | 2008-06-15 | 1 | -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 Silver | 2008-06-15 | 1 | -3/+319 | |
| | | | | | | diffs against it to be comprehensible. (bzr r5946) | |||||
| * | Minor fix to conform to the .inx RELAX NG schema. | Stephen Silver | 2008-06-15 | 1 | -4/+4 | |
| | | | | (bzr r5945) | |||||
| * | Win32 fix: set stdout to binary mode before writing a file to it | Stephen Silver | 2008-06-14 | 1 | -84/+87 | |
| | | | | (bzr r5933) | |||||
| * | Switched more extensions to minimal mode | Alexandre Prokoudine | 2008-06-14 | 3 | -7/+7 | |
| | | | | (bzr r5929) | |||||
| * | Fixed typos and wrong filename reference | Alexandre Prokoudine | 2008-06-14 | 3 | -19/+19 | |
| | | | | (bzr r5928) | |||||
| * | name update | bulia byak | 2008-06-14 | 1 | -2/+2 | |
| | | | | (bzr r5926) | |||||
| * | remove unused | bulia byak | 2008-06-14 | 5 | -65/+0 | |
| | | | | (bzr r5925) | |||||
| * | patch by sas from 227449 with my changes for using ps2pdf instead of pstoedit | bulia byak | 2008-06-14 | 6 | -53/+135 | |
| | | | | (bzr r5924) | |||||
| * | patch 234972 | bulia byak | 2008-06-12 | 1 | -0/+14 | |
| | | | | (bzr r5895) | |||||
| * | Fixed some strings that upset gettext. | Marcin Floryan | 2008-06-11 | 3 | -3/+3 | |
| | | | | (bzr r5880) | |||||
| * | renaming, adding missed ones to the list | bulia byak | 2008-06-09 | 4 | -3/+6 | |
| | | | | (bzr r5864) | |||||
| * | Add 'Mode' label and icon for regular Bezier mode in pen/pencil toolbar | Maximilian Albert | 2008-06-08 | 1 | -5/+44 | |
| | | | | (bzr r5854) | |||||
| * | added HPGL export extension, courtesy of Aaron Spike | Alexandre Prokoudine | 2008-06-05 | 3 | -0/+68 | |
| | | | | (bzr r5818) | |||||
| * | Icon for spiro spline mode | Maximilian Albert | 2008-06-04 | 1 | -63/+78 | |
| | | | | (bzr r5801) | |||||
| * | added MATLAB and Echo (Fedora) palettes | Alexandre Prokoudine | 2008-06-02 | 3 | -8/+117 | |
| | | | | (bzr r5784) | |||||
| * | * commenting my code so that we increase SVGFonts "bus factor" in | Felipe Corr??a da Silva Sanches | 2008-06-01 | 1 | -1/+1 | |
| | | | | | | | inkscape :-D http://en.wikipedia.org/wiki/Bus_factor * added some (still not really functional) code for vertical text (bzr r5777) | |||||
| * | Alvin Penner's fix for bug 235861 | Stephen Silver | 2008-05-30 | 1 | -0/+3 | |
| | | | | (bzr r5764) | |||||
| * | * implemented text_to_glyphs, so that now we can have ligadure glyphs | Felipe Corr??a da Silva Sanches | 2008-05-30 | 1 | -7/+4 | |
| | | | | | | * Adapted example file to test this feature too (bzr r5763) | |||||
| * | * converted nr-svgfont.cpp to C++ code so that we can render multiple ↵ | Felipe Corr??a da Silva Sanches | 2008-05-27 | 1 | -0/+11 | |
| | | | | | | | | | instances of fonts. Currently we have one auxiliary GtkWindow for each <font> in a document. * Implemented C++ binding for cairo userfonts. This will probably be sent to cairomm soon. * Added a second font to the svgfont.svg test file. (bzr r5756) | |||||
| * | * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵ | Felipe Corr??a da Silva Sanches | 2008-05-25 | 1 | -17/+12 | |
| | | | | | | | | cairo git master branch) will compile SVGFonts (experimental) support. * First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration. (bzr r5753) | |||||
| * | Added an 'appearance' hint to .inx optiongroups to allow for dropdowns ↵ | Jon A. Cruz | 2008-05-24 | 1 | -10/+10 | |
| | | | | | | instead of radio buttons. (bzr r5748) | |||||
| * | enable embedding of tiff images | bulia byak | 2008-05-23 | 1 | -1/+3 | |
| | | | | (bzr r5747) | |||||
| * | share/extensions/*.py: Use gettext for (many) error messages. | Peter Moulder | 2008-05-23 | 13 | -26/+67 | |
| | | | | | | share/extensions/inkex.py: (errormsg): New function. (bzr r5743) | |||||
| * | share/extensions/*.py: Wrap ‘e = MyEffect(); e.affect()’ in ‘if ↵ | Peter Moulder | 2008-05-23 | 38 | -82/+121 | |
| | | | | | | __name__ == '__main__':’, to allow use of pychecker. (bzr r5742) | |||||
| * | oops, back out unintended change committed in r18709. | Peter Moulder | 2008-05-23 | 1 | -1/+1 | |
| | | | | (bzr r5741) | |||||
| * | noop: share/extensions/dimension.py: expand tabs, add vim modeline | Peter Moulder | 2008-05-23 | 1 | -78/+80 | |
| | | | | (bzr r5740) | |||||
| * | noop: Add vim modeline for all share/extensions/*.py files that use ↵ | Peter Moulder | 2008-05-23 | 49 | -93/+210 | |
| | | | | | | four-space indentation. (bzr r5739) | |||||
| * | share/extension/*.py: noop: minor whitespace regularizations ahead of adding ↵ | Peter Moulder | 2008-05-23 | 18 | -132/+133 | |
| | | | | | | vim modelines (bzr r5738) | |||||
| * | attempt to fix makefile for Poly3DObjects - see bug 230478 | Stephen Silver | 2008-05-21 | 1 | -29/+27 | |
| | | | | (bzr r5727) | |||||
| * | Remove Makefile.am as an entry in the Makefile.am file - see LP # 230478 | Mike Pittman | 2008-05-21 | 1 | -1/+0 | |
| | | | | (bzr r5726) | |||||
| * | Trying to get Poly3DObjects to build properly on Linux - See LP#230478 | Mike Pittman | 2008-05-21 | 2 | -0/+37 | |
| | | | | (bzr r5724) | |||||
| * | Applying several of Inductiveload's enhancements and fixes to his ↵ | Mike Pittman | 2008-05-19 | 5 | -65/+77 | |
| | | | | | | extensions. See LP #230478. (bzr r5710) | |||||
| * | Fixed minor error in the Function Plotter extension - see LP #230765 | Mike Pittman | 2008-05-19 | 1 | -2/+2 | |
| | | | | (bzr r5699) | |||||
| * | * share/extensions/Makefile.am: Don't run make in the Poly3DObjects | mjwybrow | 2008-05-16 | 1 | -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 Pittman | 2008-05-16 | 30 | -0/+2235 | |
| | | | | | | #230478 (bzr r5677) | |||||
| * | modified the svg file used for testing of SVGFonts | Felipe Corr??a da Silva Sanches | 2008-05-13 | 1 | -9/+6 | |
| | | | | (bzr r5663) | |||||
| * | allow float lengths back | bulia byak | 2008-05-12 | 1 | -1/+1 | |
| | | | | (bzr r5656) | |||||
| * | it is limited but not really experimental anymore | bulia byak | 2008-05-12 | 1 | -1/+1 | |
| | | | | (bzr r5655) | |||||
| * | adding an example file used for SVGFonts testing purposes. | Felipe Corr??a da Silva Sanches | 2008-05-12 | 1 | -0/+27 | |
| | | | | (bzr r5653) | |||||
| * | copyedit | bulia byak | 2008-05-05 | 2 | -17/+43 | |
| | | | | (bzr r5607) | |||||
| * | move to visualize path | bulia byak | 2008-05-05 | 1 | -1/+1 | |
| | | | | (bzr r5606) | |||||
| * | separate x and y jittering | bulia byak | 2008-05-05 | 2 | -12/+17 | |
| | | | | (bzr r5605) | |||||
| * | Patch from sas to fix validity of the INX file for gimp_xcf.py | Aaron Spike | 2008-05-04 | 1 | -2/+2 | |
| | | | | (bzr r5595) | |||||
| * | Adding Triangle Extension - See LP#226001 | Mike Pittman | 2008-05-03 | 3 | -0/+224 | |
| | | | | (bzr r5592) | |||||
