summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* initial support for gtk print dialog, if availableKees Cook2007-02-053-3/+93
| | | (bzr r2331)
* Reverting patchBryce Harrington2007-02-041-4/+1
| | | (bzr r2328)
* Patch from Debian bug tracker from Daniel Kahn GillmorBryce Harrington2007-02-041-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. Engelen2007-02-041-16/+43
| | | | | and 'save-a-copy' saves. (bzr r2326)
* Unions Are Evil! When pixblock size is TINY, it stores data right in the ↵bulia byak2007-02-046-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; whitespacebulia byak2007-02-041-10/+20
| | | (bzr r2323)
* tweak parameters for more responsivenessMenTaLguY2007-02-041-2/+2
| | | (bzr r2322)
* 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)
* * 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)
* * 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)
* Fixed untranslatable radiobuttons in extensionsJohan B. C. Engelen2007-01-272-30/+62
| | | (bzr r2298)
* Fixed: Non-translatable strings in "enum" type extensionsJohan B. C. Engelen2007-01-273-25/+62
| | | (bzr r2297)
* 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)
* 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)
* replace use of sp_repr_new in gradient-vectorMenTaLguY2007-01-231-2/+5
| | | (bzr r2261)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-222-8/+15
| | | (bzr r2258)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-2210-16/+42
| | | (bzr r2257)
* refactor grid extension to reduce amount of redundant codeMenTaLguY2007-01-221-63/+44
| | | (bzr r2256)
* replacing sp_repr_new*Kees Cook2007-01-212-30/+51
| | | (bzr r2255)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-216-6/+14
| | | (bzr r2254)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-2151-110/+189
| | | | | create methods to match DOM (bzr r2253)
* Deprecate sp_repr_new* functionsMenTaLguY2007-01-211-4/+5
| | | (bzr r2252)
* merge XML::Session into XML::DocumentMenTaLguY2007-01-2018-718/+392
| | | (bzr r2248)
* update short descriptions of MessageStack and MessageContext a little bitMenTaLguY2007-01-203-3/+3
| | | (bzr r2246)
* text fixesbulia byak2007-01-185-12/+12
| | | (bzr r2241)