| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | initial support for gtk print dialog, if available | Kees Cook | 2007-02-05 | 3 | -3/+93 |
| | | | | (bzr r2331) | ||||
| * | Reverting patch | Bryce Harrington | 2007-02-04 | 1 | -4/+1 |
| | | | | (bzr r2328) | ||||
| * | Patch from Debian bug tracker from Daniel Kahn Gillmor | Bryce Harrington | 2007-02-04 | 1 | -1/+4 |
| | | | | | | | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343840 Allows individual users to keep their preferred default template in ~/.inkscape/templates/default.svg. This allows them to keep custom page settings, etc. locally. (bzr r2327) | ||||
| * | Fixed saving bug, now attributes are correctly handled for both normal saves ↵ | Johan B. C. Engelen | 2007-02-04 | 1 | -16/+43 |
| | | | | | | and 'save-a-copy' saves. (bzr r2326) | ||||
| * | Unions Are Evil! When pixblock size is TINY, it stores data right in the ↵ | bulia byak | 2007-02-04 | 6 | -13/+13 |
| | | | | | | data.px field (as data.p) and clears it, so when read as data.px it yields NULL. This fixes the problems with the dropper tool (which uses tiny buffers) (bzr r2325) | ||||
| * | null the sodipodi:modified before saving, not after; whitespace | bulia byak | 2007-02-04 | 1 | -10/+20 |
| | | | | (bzr r2323) | ||||
| * | tweak parameters for more responsiveness | MenTaLguY | 2007-02-04 | 1 | -2/+2 |
| | | | | (bzr r2322) | ||||
| * | Fork gradientvector upon deletion of stops. | Johan B. C. Engelen | 2007-02-03 | 3 | -5/+18 |
| | | | | (bzr r2320) | ||||
| * | Gradient tool: moved stop-deletion to ::GrDrag and made it much more robust ↵ | Johan B. C. Engelen | 2007-02-03 | 3 | -157/+306 |
| | | | | | | and predictable. (bzr r2319) | ||||
| * | attempt to fix both responsiveness and blobs in calligraphy tool | MenTaLguY | 2007-02-03 | 2 | -2/+20 |
| | | | | (bzr r2318) | ||||
| * | * src/graphlayout/graphlayout.cpp: For the purposes of graph layout, | mjwybrow | 2007-02-02 | 1 | -1/+7 |
| | | | | | | | ignore connectors that are not attached to an object at one end. This fixes bug #1630101. (bzr r2311) | ||||
| * | * src/connector-context.cpp: End an endpoint dragging operation, if the | mjwybrow | 2007-02-01 | 1 | -35/+56 |
| | | | | | | user right-clicks. This fixes bug #1633685. (bzr r2309) | ||||
| * | * 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) | ||||
| * | Fixed untranslatable radiobuttons in extensions | Johan B. C. Engelen | 2007-01-27 | 2 | -30/+62 |
| | | | | (bzr r2298) | ||||
| * | Fixed: Non-translatable strings in "enum" type extensions | Johan B. C. Engelen | 2007-01-27 | 3 | -25/+62 |
| | | | | (bzr r2297) | ||||
| * | 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) | ||||
| * | 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) | ||||
| * | replace use of sp_repr_new in gradient-vector | MenTaLguY | 2007-01-23 | 1 | -2/+5 |
| | | | | (bzr r2261) | ||||
| * | continue switching sp_repr_new* over to XML::Document::create* | Aaron Spike | 2007-01-22 | 2 | -8/+15 |
| | | | | (bzr r2258) | ||||
| * | continue switching sp_repr_new* over to XML::Document::create* | Aaron Spike | 2007-01-22 | 10 | -16/+42 |
| | | | | (bzr r2257) | ||||
| * | refactor grid extension to reduce amount of redundant code | MenTaLguY | 2007-01-22 | 1 | -63/+44 |
| | | | | (bzr r2256) | ||||
| * | replacing sp_repr_new* | Kees Cook | 2007-01-21 | 2 | -30/+51 |
| | | | | (bzr r2255) | ||||
| * | continue switching sp_repr_new* over to XML::Document::create* | Aaron Spike | 2007-01-21 | 6 | -6/+14 |
| | | | | (bzr r2254) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 51 | -110/+189 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | Deprecate sp_repr_new* functions | MenTaLguY | 2007-01-21 | 1 | -4/+5 |
| | | | | (bzr r2252) | ||||
| * | merge XML::Session into XML::Document | MenTaLguY | 2007-01-20 | 18 | -718/+392 |
| | | | | (bzr r2248) | ||||
| * | update short descriptions of MessageStack and MessageContext a little bit | MenTaLguY | 2007-01-20 | 3 | -3/+3 |
| | | | | (bzr r2246) | ||||
| * | text fixes | bulia byak | 2007-01-18 | 5 | -12/+12 |
| | | | | (bzr r2241) | ||||
