f3e0fe2be0c44c60a6081f1955dde92a1bc7984d |
|
30-Mar-2016 |
tavmjong-free <tavmjong@free.fr> |
Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing). |
6ca0871243b23287418bed8719580f652f45f06b |
|
22-Mar-2016 |
tavmjong-free <tavmjong@free.fr> |
Add line-height unit selector to text toolbar.
Remove 'm' and 'ft' non-CSS lengths. |
8b083395dc5852adc3614b31b131291b10f28569 |
|
18-Mar-2016 |
tavmjong-free <tavmjong@free.fr> |
Reverting 14701. |
14422ccd72e2430ea4fa4600853a254cfb894d18 |
|
15-Mar-2016 |
Jabiertxof <jtx@jtx.marker.es> |
fix-bug-1557192. paint-order crash with multiple items |
6793f50a247e9a8c9664f839cd3b4182012d7ec9 |
|
13-Mar-2016 |
Martin Owens <doctormo@gmail.com> |
Add a units box to line height and wire in the style units, plus some cleanup |
0c4f2de294e1175c78489c519dcdd0ecdd38a31b |
|
07-Mar-2016 |
tavmjong-free <tavmjong@free.fr> |
Add GUI for 'paint-order' property. |
820a3e94926b287299b1e260bb7b7ce78ac79407 |
|
22-Feb-2016 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
2cd1c06bc00c120593ad812a47cffbfe339ad982 |
|
28-Oct-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
07697c208fea6a18b6f8706c4b35396b272bac14 |
|
28-Oct-2015 |
tavmjong-free <tavmjong@free.fr> |
Implement 'text-orientation' with user interface. Update 'writing-mode', adding 'vertical-lr'.
Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. |
f7edc3084cf58f0e59b13b95eaac50e0b9a43427 |
|
22-Jun-2015 |
tavmjong-free <tavmjong@free.fr> |
Add simple GUI for 'font-feature-settings'. |
e6721798d549e5544fed6db4d62f57f6269bd1d7 |
|
18-May-2015 |
tavmjong-free <tavmjong@free.fr> |
Enable setting of 'font-variant-ligatures' (rendering waits on new Pango library). |
a2fb838ce7fab24ecaa573ed55c629287abee8ca |
|
16-May-2015 |
tavmjong-free <tavmjong@free.fr> |
Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering awaits Pango update. |
3478d2cd051e123df40b5dfef79f2cb254f26f6f |
|
12-May-2015 |
tavmjong-free <tavmjong@free.fr> |
GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in progress. |
d5e46a2362bebf7a470625d9518498add9edb856 |
|
03-May-2015 |
Tomasz Boczkowski <penginsbacon@gmail.com> |
renamed SPPattern methods to match coding style |
a04dc34634e50322ebf5486725c1be12322bfaf5 |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
more cast cleanup |
aa9235c966804d9b8f8daa083a2d123d9d47d2bb |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
corrected the casts (hopefully) |
fa6673a4a7cb29244706d94d967858c3c8cae2ea |
|
22-Feb-2015 |
apenner <penner@vaxxine.com> |
fix scaling of letter-spacing and word-spacing. (Bug 772057) |
acd93b79c034f4bcc8ff02de8aa877f70f081881 |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
Put a few std::vector<SPitem*> |
0de73848362e95b081e5fa85f910d6481094b2b9 |
|
17-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
At first, I was thinking "I just have to go to the selection file, and change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on. |
cbbc40716074376b8327b9c3538b53dc5543b512 |
|
25-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove sp_style_write_string() and sp_style_write_difference(). |
fddea07bd2f78b9f07eed940ff2a2645d2e68ec2 |
|
16-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Read 'context-fill' and 'context-stroke' keywords. |
f4d474ff2d58b3d32dacd5feed0c164e8df4936c |
|
10-Nov-2014 |
Jon A. Cruz <jon@joncruz.org> |
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. |
e5fd2dcbf9f67fe796bc0a48f1fcedb5ba829af5 |
|
17-Oct-2014 |
Jon A. Cruz <jon@joncruz.org> |
Removed dangerous GTK-mimicking macros. |
197350da50918df51bd2a6c6d682ce465cadf3b9 |
|
29-Sep-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango translation. |
5ba33ab411ff8ab66a42bc4bfc5635d97b0021a6 |
|
29-Sep-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango translation. |
d2e42b9425ccd4c2d4c20c2217455da177035e48 |
|
27-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13565 |
d5749d3b347e3113144fd88be542af813c867a73 |
|
23-Sep-2014 |
tavmjong-free <tavmjong@free.fr> |
Fix for #1334792. Correct inheritance for 'line-height' property. |
2e1751601bb86692bbecfc4f15e5283ca845e685 |
|
23-Sep-2014 |
tavmjong-free <tavmjong@free.fr> |
Fix for #1334792. Correct inheritance for 'line-height' property. |
437c1cd94c72c1a38636a923cd9c0a95189596ad |
|
18-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix build (not pretty). |
041363e788bec16db261b2c2834f820a19d5d2f1 |
|
10-Jun-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove 'font' shorthand if we have written out font longhand properties. |
6302491336058b8eb9ef09196b549770143458fb |
|
10-Jun-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove 'font' shorthand if we have written out font longhand properties. |
42bf51258f01d33f730d1926e4fd050bbe5d6df2 |
|
28-May-2014 |
Tomasz Boczkowski <penginsbacon@gmail.com> |
SPPattern c++-sification: replaced function by methods |
fcf15a325e21392287afdd4dea93e340088d0eef |
|
24-Apr-2014 |
tavmjong-free <tavmjong@free.fr> |
Clean up of style code: refactor marker properties. Step 3. |
e921dc620c456d987be0c21842e51b2bfa7b9164 |
|
24-Apr-2014 |
tavmjong-free <tavmjong@free.fr> |
Clean up of style code, removal of SPFontStyle. Step 2. |
0b074cb9a3af9205a761cafb0e02ea21568ce2f2 |
|
09-Feb-2014 |
mathog <mathog@caltech.edu> |
memleak fix |
d1561c248f49dc3508ae9e6557fc0d371928e394 |
|
09-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
Moved and renamed some tool-related files. |
c5424ab93868fb819e42ef2daa8f5031cf43d130 |
|
30-Jul-2013 |
Markus Engel <markus.engel@tum.de> |
Further refactoring of EventContexts. |
f8f22253c36702476efbd1afb8e906af5557b447 |
|
28-Apr-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
minor cppcheck stuff |
d539b73cdfe899f4791f8f07f926bbc476db190c |
|
11-Mar-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
7fcaa5a74fb9115a7110b16473821458f39afaa5 |
|
12-Feb-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
A couple of forward declarations |
17238dd97c572210f1036dd8a7a8657e67bfa9c3 |
|
04-Oct-2012 |
Campbell Barton <ideasman42@gmail.com> |
code cleanup: add own includes to cpp files or make the functions static if they are not used elsewhere. |
5bb7a119e369f385a144ee88b155586386c1502c |
|
16-Aug-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 168164 : Font sizes in points option |
153bb1867986d6db392e2cfa711ad6231fce8abe |
|
27-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Fixing more broken and split doc comments. |
e1682801e0b6890334a6fbb84c44633023dd6398 |
|
06-Sep-2011 |
Diederik van Lierop <mail@diedenrezi.nl> |
Fix isnan() compilation issues |
69c97bb853e31b0ea71aeff424c1767fec8c7d6e |
|
05-Sep-2011 |
Diederik van Lierop <mail@diedenrezi.nl> |
When scaling a diagonal line to a horizontal line, the strokewidth becomes NaN. This commit allows to change the strokewidth back to a more useful value (as reported by ~suv in lp:825840) |
e898e8dd3fbc3e21f3a35f089a0d1c1dc6d48850 |
|
17-Jul-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-desktop, not item-to-document. This should make it easier to spot bugs.
- tag some instances where the document-to-desktop transform has been hardcoded |
0eb0f18709d0b48589b4fbf1789ac6f6e85a7b34 |
|
01-Apr-2011 |
JazzyNico <nicoduf@yahoo.fr> |
Tweak and spray:
* Fix for Bug #745652 (Gradient handles persistence with Tweak and Spray).
* Fix for Bug #490225 (Tweak Tool : Opacity doesn't change in Paint/Jitter modes).
* Tweak tool code consistency fix.
* Spray tool default status message modified. |
b1e9412390109d31b8fac91c39b927536d3f0858 |
|
21-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outdated SP_OBJECT_PARENT C macro. |
d37634d73670180f99a3e0ea583621373d90ec4f |
|
02-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
update to latest 2geom ! |
1771eb1d62c6aef4e094f43df1ac1412d0176f35 |
|
06-Sep-2010 |
Jasper van de Gronde <th.v.d.gronde@hccnet.nl> |
Color preview in cursor |
b50f3defe2c02de337fc2747ab4b683829363d75 |
|
11-Aug-2010 |
Abhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom> |
XML Privatisation Stuff after a long time |
cd8e8082c747cc529d5bf595b4102e88224a1811 |
|
05-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Wholesale cruft removal part 4; fix crash when rendering guides |
7059798b454ecd2386eb02769ad8d9c6d9d5f98e |
|
14-Jul-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Merge redundant *-fns.h into respective filter headers.
Move gaussian blur to filters directory.
Blend filter effect. |
98bc05fe122afa24fefeeb0980ca3da1ad2ea468 |
|
07-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Revert device-color for now.
"commit the awesomesauce" |
ab17729e09d54ccfcb65645e6dae62a343e9c6b7 |
|
03-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
another c++ification for sp-object.h/cpp and still in progress... |
37e32e5ce4110ec15974e0e9c225a334056c19ee |
|
03-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Create only single-stop gradients when using Fill-n-Stroke to convert solid to a swatch. Preserve CMS colors. |
d5ad05ac17abfd7d2eae333a8c1233971e1c1a8f |
|
29-Jun-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
This is the first c++ification commit from me. It handles sp-line, sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. |
6c8b9644877d888af8687324599324356074972c |
|
06-Jun-2010 |
tavmjong-free <tavmjong@free.fr> |
Don't write text-specific style attributes to non-text objects. |
23fd33c63d847126f5d742a18c0eb31681056c8f |
|
04-Jun-2010 |
tavmjong-free <tavmjong@free.fr> |
Add support for baseline-shift attribute (all possible values).
Add superscript and subscript support to Text toolbar.
Missing icons for superscript and subscript.
Known bug: adding a character to a superscript or subscript text
string resets baseline-shift attribute. |
41b02a2c87bc12544a9f721449fc6d2d27f0a86c |
|
15-Apr-2010 |
tavmjong-free <tavmjong@free.fr> |
Add word-spacing attribute. |
7e32c19e78592fbf120af717222bf4185b4bc4e9 |
|
09-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Initial F&S dialog setting of swatch colors. |
8807c556b2f4c29ee400cea692633b6cda44c47a |
|
07-Dec-2009 |
Felipe C. da S. Sanches <juca@members.fsf.org> |
This commit hooks device-cmyk handling to color pickers. Now we have basic initial support for SVG Color 1.2 uncalibrated device colors:
http://www.w3.org/TR/2009/WD-SVGColor12-20091001/#device |
a45770df516aba8dc20e471b92f3c9c38b0deb95 |
|
21-Jun-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
fix reading style from prefs for tools |
d6874813055914ea7d37faf8a697efde7582d67d |
|
07-Jun-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Don't crash when closing document with gradient tool being active (fixes bug #380934) |
f8663560deb57dfd332026dbc1f25ae8b9904863 |
|
12-May-2009 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
When selecting a path with markers but without a stroke, then one should be able to change the markers and the stroke width. Therefore these controls should not be greyed out in the stroke & fill dialog (fixes bug #166029, which was first reported in 2004 :-) ) |
6c3e745a94ef6b25a4ef9f018d350a7535aa45af |
|
21-Nov-2008 |
Ted Gould <ted@canonical.com> |
Merge from fe-moved |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
6b76ef6bb3e9b4e1cc83e01cd81a55bbd0450989 |
|
18-Sep-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Next roud of NR ==> Geom conversion |
26b62dfb088a00b6debad350538a64c2af145f50 |
|
08-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove many unnecessary to_2geom and from_2geom calls |
b1de495260e5096494a86c58155e1c568898dab6 |
|
26-Jul-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
add optional bool* parameter to find out if the tool has color/opacity set in its style or not |
e77e2e02d8ab186389f86e48b1834d95f51cf68d |
|
12-Jun-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions |
3955580a5a68a873b098921626f5b9d841b964ec |
|
21-Mar-2008 |
jaspervdg <jaspervdg@users.sourceforge.net> |
No more NRMatrix or NRPoint. |
e4e2594672cff8fbce7f6b19f50db9c9fcba33f4 |
|
16-Feb-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix 168320: return NOTHING only if no texts selected, but not when a text has nonexistent font |
3fddc0e00a92085075f2a64c0b85bba30912b31e |
|
15-Feb-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix logic of sp_desktop_query_style_all so that copy/pasting style could work on text selections |
66632b492f9cd54e5667fd4e1fca8e457f59b282 |
|
31-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying fixes for gcc 4.3 build issues (closes LP: #169115) |
18b3401a3e941d021e7c38ffbf8ed98bec8b70cf |
|
10-Jan-2008 |
gbanaszk <gbanaszk@users.sourceforge.net> |
Fix for Bug #181663 (Font style errors / assert when changing style)
- I didn't see the problem described in the main part, but the assert was overzealous and, in my new opinion, shouldn't be there, so it's gone.
- Fixed other style button problems mentioned in comments. |
5834db43b21308e958a2fdbbec082b1a4f019a38 |
|
05-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying Gail's patch for font-specification
(Closes LP: #169973)
- New attribute in an object's style string called
-inkscape-font-specification stores full font name
- This will be useful when we can support fonts that don't fit into the
confines of CSS (if either pango enhances their PangoFontDescription
structure, or we can get around its limitations)
- Framework in place to separate font families from their "styles"
(faces)
in the text and font dialog - need only the code that does the actual
separation
- Text and Styles dialog shows only fonts it can handle |
fa90912de6e92199e5fa5957d1d47fd485abc011 |
|
13-Dec-2007 |
cilix42 <cilix42@users.sourceforge.net> |
If necessary, split up perspectives when applying transformations to boxes; moreover, fix crash caused by listening to already destroyed perspectives |
4358ff6156766a315e38e72a5c3c83d6d5f7486b |
|
13-Dec-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Fundamentally reworked version of the 3D box tool (among many other things, this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. |
95f1c87a21d171a48aab671a3567847702ff72e8 |
|
25-Sep-2007 |
joncruz <joncruz@users.sourceforge.net> |
Initial support for icc color selection including CMYK |
19de1008cf114460bf3286f85759a7bc469ea092 |
|
10-Sep-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
add missed paint type assignment, fixes crash with no fill/no stroke on selected object |
2f99f08590b9e75d4c4f33cc4374db3e8f97f15d |
|
10-Sep-2007 |
joncruz <joncruz@users.sourceforge.net> |
Purged fill type enum |
0fcc93dd1561962e0b5b07c05796adaa5986eca5 |
|
16-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Remember last used style for single 3D box faces (also fixes bug with wrongly assigned faces for duplicated boxes, e.g.) |
29ad4e90d149629a444e2b7aab6b48ca5a709d3e |
|
11-Jul-2007 |
cyreve <cyreve@users.sourceforge.net> |
bug 1243190: add tref element support; limited editing support thus far (patch by gbanaszk) |
447f436a87440c48403fb19a69aab49ee3dda2b2 |
|
04-Jul-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
adapt to new paintservers API of SPStyle |
2a2558985bdd7d96bcecb578cb2b6a5f50addd0c |
|
27-Jun-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
use an accessor method to get filter from style |
3a8e479f331858946168c32bfc7622c9010b6680 |
|
27-Jun-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
switch SPStyle to using SPFilterReference for filters; sp_style_new now requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object |
6e369d7e74c36e07f5fb1e27d37923fbed7dd89c |
|
24-Jun-2007 |
mental <mental@users.sourceforge.net> |
initial filter UI code drop from Nick |
368622010cf5cb2dda801c6a3ad939e28757a635 |
|
23-Jun-2007 |
kiirala <kiirala@users.sourceforge.net> |
Using the blur slider no longer destroys filters already applied to the object |
1df90fe03e1476397a7d48622f3ac280a5735dd1 |
|
15-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix crash when editing text with multiple tspans |
c9e23a80c710cf1b54747b12ac14c33ccf130fbc |
|
07-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
a better fix: we don't need prev to hold opacity at all |
7f0b207c4980514d56644cfbcd95b854f6d58bb6 |
|
07-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix invalid access warning |
28a38cc6b34b86f6e970a6b009cbe4aaa0cef749 |
|
23-Oct-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
factor in object's matrix expansion when querying blur radius |
94d7884e56192ef3d558038ccced5c74a24a8174 |
|
04-Oct-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
simplify style-querying for blur radius; move Blur slider above Opacity, cleanup |
2f02157f365415636c515d4cfdc503f044c483de |
|
20-Aug-2006 |
haa_rodrigues <haa_rodrigues@users.sourceforge.net> |
Object groups can be blurred. Blur slider updates when selection changes. Comments added/fixed. |
761a541468cc0b8a7fcfb8c65784c0896f0f80f4 |
|
02-Aug-2006 |
haa_rodrigues <haa_rodrigues@users.sourceforge.net> |
Added skeleton files for other filter primitives' SP-objects. Added blur slider on fill/stroke dialog (uncomment on object-properties.cpp). |
013291edf64481c0cf00b7cbe99cf752b1f91f2f |
|
24-May-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
fix crash when newly installed inkscape does not yet have last-set style |
07d56f5ecedcc794d28f25191ca372739107f266 |
|
22-May-2006 |
mderezynski <mderezynski@users.sourceforge.net> |
* Add setting text_align to QUERY_FONTSTYLE
* Add controls for 'justify' text and bold and italic to text toolbar
* Make sure the warning image for a non-installed font does not show up erronously |
088a050d74b4595bab9e5de85fc4dfc26b7a849f |
|
18-May-2006 |
acspike <acspike@users.sourceforge.net> |
adding fill-opacity to dyna-draw |
bd451b50eef039baac8a5674942d4ea7e34ba179 |
|
17-May-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
do calligraphic draw opacity correctly |
f3a0b5ff671d003a086352d4862a2a3905a99863 |
|
17-May-2006 |
verbalshadow <verbalshadow@users.sourceforge.net> |
Fixes calligraphy tool so drawing now uses the the correct opacity. |
4f66e70a8f0d49d219c9d1fafc6dbcc22bf5964a |
|
13-May-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
indentation |
2d5f45472d142796f87b8b737cc0b56fc9de3bf7 |
|
13-May-2006 |
verbalshadow <verbalshadow@users.sourceforge.net> |
Calligraphy tool now draws in the last used color or tool style depending on the preferences setting. |
4e1ace79c924c724b2d496d58afaf8402452b201 |
|
12-Apr-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
fix 1466070 |
91ff754f4da47efc8f558ea87cfcf92f86934944 |
|
13-Mar-2006 |
pjrm <pjrm@users.sourceforge.net> |
#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. |
f951374eef04129c6a0d213e7ab4d9ed2095ca69 |
|
15-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
bulk trailing spaces removal. consistency through MD5 of binary |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |