summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* remove rudimental general-purpose clipart, add some Inkscape-related ↵bulia byak2007-02-047-129/+178
| | | | | graphics, update README (bzr r2324)
* null the sodipodi:modified before saving, not after; whitespacebulia byak2007-02-041-10/+20
| | | (bzr r2323)
* tweak parameters for more responsivenessMenTaLguY2007-02-041-2/+2
| | | (bzr r2322)
* update from RikuArpad Biro2007-02-031-669/+516
| | | (bzr r2321)
* Fork gradientvector upon deletion of stops.Johan B. C. Engelen2007-02-033-5/+18
| | | (bzr r2320)
* Gradient tool: moved stop-deletion to ::GrDrag and made it much more robust ↵Johan B. C. Engelen2007-02-033-157/+306
| | | | | and predictable. (bzr r2319)
* attempt to fix both responsiveness and blobs in calligraphy toolMenTaLguY2007-02-032-2/+20
| | | (bzr r2318)
* * packaging/osx-app.sh: Make sure to correctly copy fontconfig etc filesmjwybrow2007-02-031-1/+3
| | | | | for new Universal OSX package. (bzr r2317)
* * packaging/macosx/Resources/etc/fonts/fonts.conf: Update packaging filesmjwybrow2007-02-031-199/+44
| | | | | for more recent versions of dependencies. (bzr r2316)
* * packaging/osx-app.sh: Some improvements for building packages with mjwybrow2007-02-031-10/+16
| | | | | updated versions of dependencies. (bzr r2315)
* * configure.ac: Don't pass CXXFLAGS to the CXX command that is used to mjwybrow2007-02-031-1/+3
| | | | | | | determine the compiler version. This is required since some options cannot be specified along with '-v' such as those needed for building universal binaries under OS X. (bzr r2314)
* 2448 translated messages, 4 fuzzy translations.Valessio Soares de Brito2007-02-021-57/+29
| | | (bzr r2313)
* Translation updatescwebb2007-02-024-2013/+1402
| | | (bzr r2312)
* * src/graphlayout/graphlayout.cpp: For the purposes of graph layout,mjwybrow2007-02-021-1/+7
| | | | | | ignore connectors that are not attached to an object at one end. This fixes bug #1630101. (bzr r2311)
* update 2424 translated messages.Valessio Soares de Brito2007-02-011-290/+188
| | | (bzr r2310)
* * src/connector-context.cpp: End an endpoint dragging operation, if the mjwybrow2007-02-011-35/+56
| | | | | user right-clicks. This fixes bug #1633685. (bzr r2309)
* * 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)