| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix effect to work after the lxml conversion | Aaron Spike | 2007-06-26 | 2 | -9/+10 |
| | | | | (bzr r3106) | ||||
| * | fix up what was left broken after the lxml conversion | Aaron Spike | 2007-06-26 | 1 | -3/+4 |
| | | | | (bzr r3104) | ||||
| * | more pyxml to lxml conversion. | Aaron Spike | 2007-06-24 | 15 | -260/+244 |
| | | | | | | | I'd like to get someone else to look at Barcode and the TeX extension. Some of the big name extensions like pathalongpath.py still don't work but I have started converting (and somehow broke them). committing in case someone wants to help fix. :-) (bzr r3092) | ||||
| * | Added polar coordinates. | Tavmjong Bah | 2007-06-22 | 2 | -36/+96 |
| | | | | | | Added "Use" tab to dialog. (bzr r3085) | ||||
| * | Fix function plotter for the most common case where there are no transforms ↵ | Aaron Spike | 2007-06-21 | 1 | -5/+5 |
| | | | | | | applied to the rect objects. Thanks Tav for catching this. (bzr r3083) | ||||
| * | Committed patch 170667 | JiHO | 2007-06-21 | 1 | -2/+2 |
| | | | | | | | "There is a small bashism in share/extenions/ps2pdf.sh. This will result in a problem when using "Save As..." with "PDF with Text and Images" selected on systems using /bin/dash as the default shell. Even if this kind of PDF output does not exist anymore... (bzr r3081) | ||||
| * | Another round of extension conversion (from pyxml to lxml) and some corrections | Aaron Spike | 2007-06-20 | 9 | -121/+103 |
| | | | | (bzr r3079) | ||||
| * | begin converting python extensions to use lxml. this might take me a while ↵ | Aaron Spike | 2007-06-19 | 10 | -174/+142 |
| | | | | | | and it will break unconverted extensions in the meanwhile. (bzr r3077) | ||||
| * | committed patch 1629798 | JiHO | 2007-05-20 | 2 | -7/+3 |
| | | | | | | | | | | http://sourceforge.net/tracker/index.php?func=detail&aid=1629798&group_id=93438&atid=604308 this patch suppresses the requirement on skconvert for ps and eps input and only uses pstoedit with the plot-svg back-end (which is free). It introduces some warning messages and can cause some scale problems depending on the origin of the ps or eps but it probably better than relying on sketch and can probably be enhanced. Apparently this patch is used in Fedora's Inkscape already and it seems to do well there. (bzr r3034) | ||||
| * | Applied patch 1707577 to add "ft" and "yd" | Bob Jamison | 2007-05-11 | 2 | -0/+6 |
| | | | | (bzr r3005) | ||||
| * | Added Terry Brown's Edge3d scripts. | Bob Jamison | 2007-05-11 | 2 | -0/+180 |
| | | | | (bzr r3003) | ||||
| * | fix csp opening closed subpaths. | Aaron Spike | 2007-04-30 | 1 | -6/+14 |
| | | | | | | this is generally a good thing but might cause some differences in visual result, especially in any effect that used the implicit curveto conversion of the closing Z segments as a feature. (bzr r2968) | ||||
| * | attempt to add Barcode into the make-chinery. I'll need help if this doesn't ↵ | Aaron Spike | 2007-04-25 | 3 | -0/+23 |
| | | | | | | work. (bzr r2960) | ||||
| * | Add doctormo's barcode extension. Patch 1681456. Still need to make it work ↵ | Aaron Spike | 2007-04-25 | 14 | -0/+1195 |
| | | | | | | with the make-chinery for installation and distribution. (bzr r2958) | ||||
| * | patch 1705190 | bulia byak | 2007-04-23 | 1 | -6/+3 |
| | | | | (bzr r2950) | ||||
| * | patch 1687818 | bulia byak | 2007-04-18 | 1 | -13/+2 |
| | | | | (bzr r2920) | ||||
| * | add gears | bulia byak | 2007-04-18 | 3 | -0/+186 |
| | | | | (bzr r2919) | ||||
| * | discard stderr from nested inkscape invocations | Aaron Spike | 2007-04-01 | 3 | -3/+6 |
| | | | | (bzr r2805) | ||||
| * | throw out stderr so that users don't see the warning about no svg extension ↵ | Aaron Spike | 2007-04-01 | 1 | -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 Spike | 2007-04-01 | 1 | -34/+38 |
| | | | | | | who have no numpy; fix whitespace (bzr r2803) | ||||
| * | remove svg_dropshadow | bulia byak | 2007-04-01 | 3 | -103/+0 |
| | | | | (bzr r2800) | ||||
| * | make whirl use the center of view as center of whirl | bulia byak | 2007-03-31 | 2 | -14/+4 |
| | | | | (bzr r2794) | ||||
| * | fix bug [ 1685070 ] PathAlongPath - Error message when no paths selected | Aaron Spike | 2007-03-29 | 1 | -137/+140 |
| | | | | (bzr r2775) | ||||
| * | typos | bulia byak | 2007-03-16 | 2 | -2/+2 |
| | | | | (bzr r2671) | ||||
| * | view_center fixed to account for the y-coordinate flip | bulia byak | 2007-03-14 | 1 | -2/+3 |
| | | | | (bzr r2643) | ||||
| * | spirograph | bulia byak | 2007-03-14 | 3 | -0/+141 |
| | | | | (bzr r2641) | ||||
| * | patch by Tavmjong to remove unnecessary flipping | bulia byak | 2007-03-05 | 1 | -5/+1 |
| | | | | (bzr r2556) | ||||
| * | made it callable by other extensions. the workaround is sorta ugly, but it ↵ | Jos Hirth | 2007-03-02 | 1 | -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 byak | 2007-02-20 | 1 | -9/+10 |
| | | | | | | itself: first href, only if it fails absref (bzr r2400) | ||||
| * | quotes around command line parameters + indention fixed | Jos Hirth | 2007-02-12 | 1 | -45/+45 |
| | | | | (bzr r2368) | ||||
| * | wrong commit reverted | Luca Bruno | 2007-02-06 | 1 | -42/+224 |
| | | | | (bzr r2334) | ||||
| * | Added Esperanto translation | Luca Bruno | 2007-02-06 | 1 | -224/+42 |
| | | | | (bzr r2333) | ||||
| * | Fixed untranslatable radiobuttons in extensions | Johan B. C. Engelen | 2007-01-27 | 1 | -5/+5 |
| | | | | (bzr r2298) | ||||
| * | Fixed: Non-translatable strings in "enum" type extensions | Johan B. C. Engelen | 2007-01-27 | 2 | -12/+12 |
| | | | | (bzr r2297) | ||||
| * | use bare layer names for layer names in gimp rather than file paths | Aaron Spike | 2007-01-27 | 1 | -7/+11 |
| | | | | (bzr r2294) | ||||
| * | Clarifying that our Adobe Illustrator files are version 8.0 only. | Bryce Harrington | 2007-01-23 | 2 | -6/+7 |
| | | | | (bzr r2262) | ||||
| * | rename wave to ribbon | bulia byak | 2007-01-19 | 2 | -2/+2 |
| | | | | (bzr r2244) | ||||
| * | make fractalize extension translatable | Luca Bruno | 2007-01-16 | 1 | -3/+3 |
| | | | | (bzr r2224) | ||||
| * | measure update patch | bulia byak | 2007-01-16 | 2 | -19/+106 |
| | | | | (bzr r2218) | ||||
| * | add fractalize extension | bulia byak | 2007-01-15 | 3 | -0/+121 |
| | | | | (bzr r2216) | ||||
| * | typo in extension sort | Kees Cook | 2007-01-13 | 1 | -2/+4 |
| | | | | (bzr r2205) | ||||
| * | sorted and added missing inx files (make check) | Kees Cook | 2007-01-13 | 1 | -104/+107 |
| | | | | (bzr r2204) | ||||
| * | fix 1633451: mark the help commands as not needing the document and avoid ↵ | bulia byak | 2007-01-12 | 6 | -6/+6 |
| | | | | | | saving/reading/parsing errors when running them (bzr r2194) | ||||
| * | perspective | bulia byak | 2007-01-11 | 3 | -2/+142 |
| | | | | (bzr r2181) | ||||
| * | fork gradients to avoid unintended changes if they were shared | bulia byak | 2007-01-10 | 1 | -28/+26 |
| | | | | (bzr r2168) | ||||
| * | working around the additional issue (broken embed/extract/embed cycle) from ↵ | Jos Hirth | 2007-01-09 | 2 | -8/+30 |
| | | | | | | #1427736 2006-02-08 17:57 (by bactisme) (bzr r2166) | ||||
| * | added a "selected only" checkbox for fixing some obscure usability issue | Jos Hirth | 2007-01-09 | 2 | -7/+13 |
| | | | | (bzr r2165) | ||||
| * | automatic file extension | Jos Hirth | 2007-01-08 | 2 | -0/+20 |
| | | | | (bzr r2155) | ||||
| * | changed image/jpg to image/jpeg. added image/bmp, image/gif and image/x-icon. | Jos Hirth | 2007-01-01 | 1 | -2/+9 |
| | | | | (bzr r2119) | ||||
| * | help text now translatable | Luca Bruno | 2007-01-01 | 1 | -1/+1 |
| | | | | (bzr r2117) | ||||
