summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removing forward declaration of a enum - is it valid at all? at least it ↵bulia byak2007-02-132-4/+3
| | | | | worked for me (bzr r2375)
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵bulia byak2007-02-139-376/+713
| | | | | handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously (bzr r2374)
* angular brackets <> aren't allowedLuca Bruno2007-02-131-1/+1
| | | (bzr r2372)
* fix 1658088bulia byak2007-02-121-4/+4
| | | (bzr r2370)
* batch export checkboxbulia byak2007-02-121-71/+186
| | | (bzr r2369)
* fix warningbulia byak2007-02-111-1/+1
| | | (bzr r2367)
* allow grouping a single objectbulia byak2007-02-111-7/+1
| | | (bzr r2366)
* readded comment for translators; moved comment to avoid showing in poLuca Bruno2007-02-111-2/+4
| | | (bzr r2365)
* Actually, just ditched the whole option...its useless I decided...Jon Phillips2007-02-111-6/+0
| | | (bzr r2359)
* oops...commented out my fix for new cli option...ugh...oops...Jon Phillips2007-02-111-1/+2
| | | (bzr r2358)
* Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-localJon Phillips2007-02-113-0/+50
| | | | | | GNOME-VFS URIs. We could do before on commandline, but this allows us to with the gui! Yeah! This is useful for the plans for webdav and Open Clip Art Library. (bzr r2357)
* jasper's patch for fast iir blurbulia byak2007-02-114-383/+899
| | | (bzr r2356)
* fix 1654495: a comment repr node has no spobject, so we must weaken the assertsbulia byak2007-02-112-4/+5
| | | (bzr r2355)
* more correct whitespace handling per ↵bulia byak2007-02-101-2/+2
| | | | | http://www.w3.org/TR/SVG11/text.html#WhiteSpace, fixes what remains of bug 1614678. Note that our parser does not seem to fully comply - it does not convert 0xd into 0xa, so here we must handle both. (bzr r2351)
* Cleaned up commentsBob Jamison2007-02-091-10/+65
| | | (bzr r2346)
* First, show translator-credits for this language if available, then show all ↵Bob Jamison2007-02-092-361/+497
| | | | | translators (bzr r2345)
* defocus checkboxes upon click so they don't steal keystrokesbulia byak2007-02-071-1/+3
| | | (bzr r2343)
* more informative tooltipbulia byak2007-02-071-1/+1
| | | (bzr r2338)
* correctly ifdef the new print dialogKees Cook2007-02-061-2/+7
| | | (bzr r2335)
* Added Esperanto translationLuca Bruno2007-02-061-0/+1
| | | (bzr r2333)
* 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)