summaryrefslogtreecommitdiffstats
path: root/share (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added 3D box keyboard shortcut to right handed illustration keyboard layoutJohn Bintz2007-08-041-0/+1
| | | (bzr r3368)
* Version generated from it.po.Colin Marquardt2007-08-041-3977/+362
| | | (bzr r3367)
* Adding a sample file demonstrating the use of tref to share/examples.Gail Carmichael2007-07-271-0/+108
| | | (bzr r3317)
* inkscape.xml and default.xml must be the samebulia byak2007-07-261-0/+6
| | | (bzr r3302)
* Added example of lighting effectsNiko Kiirala2007-07-252-1/+174
| | | (bzr r3294)
* simplifybulia byak2007-07-151-26/+16
| | | (bzr r3252)
* Make strings translatable.Colin Marquardt2007-07-151-3/+3
| | | (bzr r3248)
* fix replace to work with non-ascii textbulia byak2007-07-151-1/+1
| | | (bzr r3246)
* text replacebulia byak2007-07-153-0/+35
| | | (bzr r3245)
* fix bug #1752969 division by zero in fractalizepopolon.org2007-07-121-2/+6
| | | (bzr r3236)
* patch 1741941bulia byak2007-07-102-6/+8
| | | (bzr r3221)
* a slightly more exciting 3d box toolbulia byak2007-07-101-15142/+2597
| | | (bzr r3216)
* add color replacerbulia byak2007-07-103-0/+54
| | | (bzr r3214)
* add text case effectsbulia byak2007-07-1014-0/+289
| | | (bzr r3204)
* fix namespacesbulia byak2007-07-101-7/+7
| | | (bzr r3203)
* Updated Makefile.am file lists for Mac OS X icons and share/examplesNiko Kiirala2007-07-091-1/+3
| | | (bzr r3202)
* Removed Makefile.am reference to files removed in r15312Niko Kiirala2007-07-071-2/+0
| | | (bzr r3192)
* remove, obsoleted by the new features in Export dialog; please develop that ↵bulia byak2007-07-072-100/+0
| | | | | dialog further if you want more features (bzr r3191)
* Two variants of resizing 3D boxes (using three/four handles, respectively, ↵Maximilian Albert2007-07-041-1/+56
| | | | | demonstrating different behaviours). Much of this will be reverted once the final behaviour is settled. (bzr r3184)
* Replaced blending modes example with a more detailed exampleNiko Kiirala2007-07-032-230/+4702
| | | (bzr r3174)
* Add keybindings for the 3D box toolMaximilian Albert2007-06-301-0/+6
| | | (bzr r3156)
* fix effect to work after the lxml conversionAaron Spike2007-06-262-9/+10
| | | (bzr r3106)
* fix up what was left broken after the lxml conversionAaron Spike2007-06-261-3/+4
| | | (bzr r3104)
* more pyxml to lxml conversion. Aaron Spike2007-06-2415-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 Bah2007-06-222-36/+96
| | | | | Added "Use" tab to dialog. (bzr r3085)
* First (very limited) version of the 3D box tool; allows for drawing of new ↵Maximilian Albert2007-06-211-4/+237
| | | | | boxes in a fixed perspective without any live interaction. (bzr r3084)
* Fix function plotter for the most common case where there are no transforms ↵Aaron Spike2007-06-211-5/+5
| | | | | applied to the rect objects. Thanks Tav for catching this. (bzr r3083)
* Committed patch 170667JiHO2007-06-211-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 correctionsAaron Spike2007-06-209-121/+103
| | | (bzr r3079)
* Forgot in earlier commit.Josh Andler2007-06-191-1/+1
| | | (bzr r3078)
* begin converting python extensions to use lxml. this might take me a while ↵Aaron Spike2007-06-1910-174/+142
| | | | | and it will break unconverted extensions in the meanwhile. (bzr r3077)
* Patch 1664857 - Rename windows.gpl (plus internal name change) to ↵Josh Andler2007-06-191-1/+1
| | | | | windowsXP.gpl to reflect real palette application. Windows Vista icons don't have a recommended palette, so it was appropriate to distinguish. (bzr r3076)
* added the lines for LaTeX Beamer palette and template committed in r15045 in ↵JiHO2007-06-142-2/+4
| | | | | the appropriate Makefile.am (otherwise they were present but not installed) (bzr r3062)
* Example image showing differend blending modes in feBlendNiko Kiirala2007-05-291-0/+230
| | | (bzr r3042)
* committed patch 1629798JiHO2007-05-202-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)
* The LaTeX beamer class is the new latex standard to produce slides:JiHO2007-05-202-0/+230
| | | | | | | | | | | | | | | | | | | | | | | | http://latex-beamer.sourceforge.net/ It produces custom sized pages and includes several layout/color themes. I added an Inkscape template document with the correct page dimensions as well as guides to delimit the text area within the slide for several themes, in order to ease the production of illustrations at correct sizes (scalability is great but having the correct size from the start limits issues with stoke width and font sizes for example). I also constructed a color palette which includes colors suitable for each theme of the standard beamer package. I am no color-expert/artist so I don't really know about the rules in this delicate subject. What I did is that for each theme I extracted the base colors of the slides with a color picker tool; I named them according to their use in the slide (eg. "{themeName} header", "{themeName} background"); when I found this base color set to be a bit poor, I added new colors derived from the original ones by mixing them with white, black, with other colors in the theme or by using automatic color schemes generators; I named these new colors "{themeName} added {colorName}". hopefully this should have led me to avoid bad color choices. (bzr r3033)
* Applied patch 1707577 to add "ft" and "yd"Bob Jamison2007-05-112-0/+6
| | | (bzr r3005)
* Add doc for terry brown's Edge3d effectBob Jamison2007-05-111-0/+1111
| | | (bzr r3004)
* Added Terry Brown's Edge3d scripts.Bob Jamison2007-05-112-0/+180
| | | (bzr r3003)
* s/ToolCalligrphic/ToolCalligraphic/ggustav_b2007-05-074-12/+12
| | | (bzr r2983)
* fix csp opening closed subpaths.Aaron Spike2007-04-301-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 Spike2007-04-253-0/+23
| | | | | work. (bzr r2960)
* Add doctormo's barcode extension. Patch 1681456. Still need to make it work ↵Aaron Spike2007-04-2514-0/+1195
| | | | | with the make-chinery for installation and distribution. (bzr r2958)
* patch 1705190bulia byak2007-04-231-6/+3
| | | (bzr r2950)
* Switched dropper toobar to stock GTK+ toolbarsJon A. Cruz2007-04-201-90/+100
| | | | | Working on bug #146955 (bzr r2933)
* patch 1687818bulia byak2007-04-181-13/+2
| | | (bzr r2920)
* add gearsbulia byak2007-04-183-0/+186
| | | (bzr r2919)
* Switched circle toobar to stock GTK+ toolbarsJon A. Cruz2007-04-131-3/+135
| | | | | Working on bug #146955 (bzr r2882)
* Add keyboard binding for Paint Bucket and Set Clipping PathJohn Bintz2007-04-121-1/+7
| | | (bzr r2870)
* Converted the rectangle toolbar to use stock GTK+Jon A. Cruz2007-04-111-2517/+14712
| | | | | working on bug #1469554 (bzr r2859)