summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * src/connector-context.cpp: Allow canceling of Connector Endpointmjwybrow2007-02-011-1/+20
| | | | | | dragging when the user hits Escape. This is now more consistent with the rest of Inkscape's tools. (bzr r2308)
* * autogen.sh: Improve the versionCheck test to be more portable.mjwybrow2007-02-011-1/+1
| | | (bzr r2307)
* update from TimArpad Biro2007-01-311-766/+464
| | | (bzr r2306)
* update from Helix84Arpad Biro2007-01-311-2621/+2031
| | | (bzr r2305)
* updated ru.poAlexandre Prokoudine2007-01-311-668/+757
| | | (bzr r2304)
* Forgot to add japanese translation of nsicwebb2007-01-301-0/+196
| | | (bzr r2303)
* Updating translations from 0.45cwebb2007-01-308-3801/+7508
| | | (bzr r2302)
* update 2250 translated messages.Valessio Soares de Brito2007-01-291-733/+380
| | | (bzr r2301)
* update from AleksandarArpad Biro2007-01-282-3428/+1902
| | | (bzr r2300)
* Translation update from 0.45cwebb2007-01-287-10900/+8700
| | | (bzr r2299)
* Fixed untranslatable radiobuttons in extensionsJohan B. C. Engelen2007-01-273-35/+67
| | | (bzr r2298)
* Fixed: Non-translatable strings in "enum" type extensionsJohan B. C. Engelen2007-01-275-37/+74
| | | (bzr r2297)
* update from ValessioArpad Biro2007-01-271-830/+784
| | | (bzr r2296)
* Add check for well-formedness of entity declarations. We found aColin Marquardt2007-01-271-0/+5
| | | | | translation where these were wrong, and only GTK spotted this. (bzr r2295)
* use bare layer names for layer names in gimp rather than file pathsAaron Spike2007-01-271-7/+11
| | | (bzr r2294)
* updateArpad Biro2007-01-262-600/+376
| | | (bzr r2293)
* man page update for 0.45bulia byak2007-01-261-0/+5
| | | (bzr r2292)
* Fix plural forms.Colin Marquardt2007-01-261-0/+2
| | | (bzr r2291)
* temporary fix: prevent crash when clipping/masking an object with its own clonebulia byak2007-01-261-0/+24
| | | (bzr r2290)
* remove obsolete assertAaron Spike2007-01-261-1/+0
| | | (bzr r2289)
* comment for the futurebulia byak2007-01-251-0/+2
| | | (bzr r2288)
* double-click on offset changes to node toolJosh Andler2007-01-251-2/+6
| | | (bzr r2287)
* Created SVG version.Colin Marquardt2007-01-251-0/+398
| | | (bzr r2286)
* making string translatableLuca Bruno2007-01-251-4/+4
| | | (bzr r2285)
* get rid of sp_repr_new*MenTaLguY2007-01-252-31/+0
| | | (bzr r2284)
* eliminate last uses of sp_repr_new*MenTaLguY2007-01-254-47/+19
| | | (bzr r2283)
* remove sp_repr_new use from document creationMenTaLguY2007-01-251-2/+2
| | | (bzr r2282)
* replace sp_repr_new*sAaron Spike2007-01-251-22/+30
| | | (bzr r2281)
* listen to subselection-changed signal to reflect gradient stop opacitiesbulia byak2007-01-251-0/+1
| | | (bzr r2280)
* use master opacity rather than fill/stroke-opacity when querying/setting ↵bulia byak2007-01-251-23/+39
| | | | | stop opacity; properly multiply all given opacities on setting; emit subselection-changed signal when deselecting all (bzr r2279)
* privatize as much as possible in GrDragbulia byak2007-01-251-16/+23
| | | (bzr r2278)
* fix distance-to-line calculation to be independent of zoom; increase ↵bulia byak2007-01-251-11/+13
| | | | | tolerance; use new grdrag API (bzr r2277)
* Sorry, forgot the copyright text.Johan B. C. Engelen2007-01-2412-1/+24
| | | (bzr r2276)
* fix crash 1640798bulia byak2007-01-241-0/+4
| | | (bzr r2275)
* patch 1642531bulia byak2007-01-241-1/+1
| | | (bzr r2274)
* fix crash when switching away from node tool while redrawing after a handle ↵bulia byak2007-01-241-1/+2
| | | | | move; the end_forced_full_redraws in the handle_ungrabbed may become invalid because the nodepath is destroyed while in screen update triggered by update_repr, and it is redundant anyway because update_repr does its own end_forced_full_redraws (bzr r2273)
* remove sp_repr_new from style testsMenTaLguY2007-01-241-4/+4
| | | (bzr r2272)
* more removal of sp_repr_new*MenTaLguY2007-01-241-5/+9
| | | (bzr r2271)
* another createElement instead of repr_newAaron Spike2007-01-241-3/+5
| | | (bzr r2270)
* heh, bool to begin withMenTaLguY2007-01-241-2/+2
| | | (bzr r2269)
* switch to using SVG::PathString for building pathsMenTaLguY2007-01-244-70/+43
| | | (bzr r2268)
* add SVG::PathString for better path buildingMenTaLguY2007-01-242-0/+153
| | | (bzr r2267)
* switch to createElementMenTaLguY2007-01-241-1/+3
| | | (bzr r2266)
* updating translation into Russian, more to followAlexandre Prokoudine2007-01-241-119/+68
| | | (bzr r2265)
* Bulgarian translation of About for 0.45cwebb2007-01-232-0/+1345
| | | (bzr r2264)
* Bulgarian translation of basic tutorialcwebb2007-01-232-0/+4285
| | | (bzr r2263)
* Clarifying that our Adobe Illustrator files are version 8.0 only.Bryce Harrington2007-01-232-6/+7
| | | (bzr r2262)
* replace use of sp_repr_new in gradient-vectorMenTaLguY2007-01-231-2/+5
| | | (bzr r2261)
* more simplificationbulia byak2007-01-221-8/+4
| | | (bzr r2260)
* tweaked, less nodesbulia byak2007-01-221-381/+369
| | | (bzr r2259)