| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * src/connector-context.cpp: Allow canceling of Connector Endpoint | mjwybrow | 2007-02-01 | 1 | -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. | mjwybrow | 2007-02-01 | 1 | -1/+1 |
| | | | | (bzr r2307) | ||||
| * | update from Tim | Arpad Biro | 2007-01-31 | 1 | -766/+464 |
| | | | | (bzr r2306) | ||||
| * | update from Helix84 | Arpad Biro | 2007-01-31 | 1 | -2621/+2031 |
| | | | | (bzr r2305) | ||||
| * | updated ru.po | Alexandre Prokoudine | 2007-01-31 | 1 | -668/+757 |
| | | | | (bzr r2304) | ||||
| * | Forgot to add japanese translation of nsi | cwebb | 2007-01-30 | 1 | -0/+196 |
| | | | | (bzr r2303) | ||||
| * | Updating translations from 0.45 | cwebb | 2007-01-30 | 8 | -3801/+7508 |
| | | | | (bzr r2302) | ||||
| * | update 2250 translated messages. | Valessio Soares de Brito | 2007-01-29 | 1 | -733/+380 |
| | | | | (bzr r2301) | ||||
| * | update from Aleksandar | Arpad Biro | 2007-01-28 | 2 | -3428/+1902 |
| | | | | (bzr r2300) | ||||
| * | Translation update from 0.45 | cwebb | 2007-01-28 | 7 | -10900/+8700 |
| | | | | (bzr r2299) | ||||
| * | Fixed untranslatable radiobuttons in extensions | Johan B. C. Engelen | 2007-01-27 | 3 | -35/+67 |
| | | | | (bzr r2298) | ||||
| * | Fixed: Non-translatable strings in "enum" type extensions | Johan B. C. Engelen | 2007-01-27 | 5 | -37/+74 |
| | | | | (bzr r2297) | ||||
| * | update from Valessio | Arpad Biro | 2007-01-27 | 1 | -830/+784 |
| | | | | (bzr r2296) | ||||
| * | Add check for well-formedness of entity declarations. We found a | Colin Marquardt | 2007-01-27 | 1 | -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 paths | Aaron Spike | 2007-01-27 | 1 | -7/+11 |
| | | | | (bzr r2294) | ||||
| * | update | Arpad Biro | 2007-01-26 | 2 | -600/+376 |
| | | | | (bzr r2293) | ||||
| * | man page update for 0.45 | bulia byak | 2007-01-26 | 1 | -0/+5 |
| | | | | (bzr r2292) | ||||
| * | Fix plural forms. | Colin Marquardt | 2007-01-26 | 1 | -0/+2 |
| | | | | (bzr r2291) | ||||
| * | temporary fix: prevent crash when clipping/masking an object with its own clone | bulia byak | 2007-01-26 | 1 | -0/+24 |
| | | | | (bzr r2290) | ||||
| * | remove obsolete assert | Aaron Spike | 2007-01-26 | 1 | -1/+0 |
| | | | | (bzr r2289) | ||||
| * | comment for the future | bulia byak | 2007-01-25 | 1 | -0/+2 |
| | | | | (bzr r2288) | ||||
| * | double-click on offset changes to node tool | Josh Andler | 2007-01-25 | 1 | -2/+6 |
| | | | | (bzr r2287) | ||||
| * | Created SVG version. | Colin Marquardt | 2007-01-25 | 1 | -0/+398 |
| | | | | (bzr r2286) | ||||
| * | making string translatable | Luca Bruno | 2007-01-25 | 1 | -4/+4 |
| | | | | (bzr r2285) | ||||
| * | get rid of sp_repr_new* | MenTaLguY | 2007-01-25 | 2 | -31/+0 |
| | | | | (bzr r2284) | ||||
| * | eliminate last uses of sp_repr_new* | MenTaLguY | 2007-01-25 | 4 | -47/+19 |
| | | | | (bzr r2283) | ||||
| * | remove sp_repr_new use from document creation | MenTaLguY | 2007-01-25 | 1 | -2/+2 |
| | | | | (bzr r2282) | ||||
| * | replace sp_repr_new*s | Aaron Spike | 2007-01-25 | 1 | -22/+30 |
| | | | | (bzr r2281) | ||||
| * | listen to subselection-changed signal to reflect gradient stop opacities | bulia byak | 2007-01-25 | 1 | -0/+1 |
| | | | | (bzr r2280) | ||||
| * | use master opacity rather than fill/stroke-opacity when querying/setting ↵ | bulia byak | 2007-01-25 | 1 | -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 GrDrag | bulia byak | 2007-01-25 | 1 | -16/+23 |
| | | | | (bzr r2278) | ||||
| * | fix distance-to-line calculation to be independent of zoom; increase ↵ | bulia byak | 2007-01-25 | 1 | -11/+13 |
| | | | | | | tolerance; use new grdrag API (bzr r2277) | ||||
| * | Sorry, forgot the copyright text. | Johan B. C. Engelen | 2007-01-24 | 12 | -1/+24 |
| | | | | (bzr r2276) | ||||
| * | fix crash 1640798 | bulia byak | 2007-01-24 | 1 | -0/+4 |
| | | | | (bzr r2275) | ||||
| * | patch 1642531 | bulia byak | 2007-01-24 | 1 | -1/+1 |
| | | | | (bzr r2274) | ||||
| * | fix crash when switching away from node tool while redrawing after a handle ↵ | bulia byak | 2007-01-24 | 1 | -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 tests | MenTaLguY | 2007-01-24 | 1 | -4/+4 |
| | | | | (bzr r2272) | ||||
| * | more removal of sp_repr_new* | MenTaLguY | 2007-01-24 | 1 | -5/+9 |
| | | | | (bzr r2271) | ||||
| * | another createElement instead of repr_new | Aaron Spike | 2007-01-24 | 1 | -3/+5 |
| | | | | (bzr r2270) | ||||
| * | heh, bool to begin with | MenTaLguY | 2007-01-24 | 1 | -2/+2 |
| | | | | (bzr r2269) | ||||
| * | switch to using SVG::PathString for building paths | MenTaLguY | 2007-01-24 | 4 | -70/+43 |
| | | | | (bzr r2268) | ||||
| * | add SVG::PathString for better path building | MenTaLguY | 2007-01-24 | 2 | -0/+153 |
| | | | | (bzr r2267) | ||||
| * | switch to createElement | MenTaLguY | 2007-01-24 | 1 | -1/+3 |
| | | | | (bzr r2266) | ||||
| * | updating translation into Russian, more to follow | Alexandre Prokoudine | 2007-01-24 | 1 | -119/+68 |
| | | | | (bzr r2265) | ||||
| * | Bulgarian translation of About for 0.45 | cwebb | 2007-01-23 | 2 | -0/+1345 |
| | | | | (bzr r2264) | ||||
| * | Bulgarian translation of basic tutorial | cwebb | 2007-01-23 | 2 | -0/+4285 |
| | | | | (bzr r2263) | ||||
| * | Clarifying that our Adobe Illustrator files are version 8.0 only. | Bryce Harrington | 2007-01-23 | 2 | -6/+7 |
| | | | | (bzr r2262) | ||||
| * | replace use of sp_repr_new in gradient-vector | MenTaLguY | 2007-01-23 | 1 | -2/+5 |
| | | | | (bzr r2261) | ||||
| * | more simplification | bulia byak | 2007-01-22 | 1 | -8/+4 |
| | | | | (bzr r2260) | ||||
| * | tweaked, less nodes | bulia byak | 2007-01-22 | 1 | -381/+369 |
| | | | | (bzr r2259) | ||||
