summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement snapping of guides while dragging them, and snap TO item centers ↵Diederik van Lierop2007-08-281-0/+1
| | | | | (we only had snapping FROM item centers so far) (bzr r3603)
* Remember last used style for single 3D box faces (also fixes bug with ↵Maximilian Albert2007-08-161-0/+1
| | | | | wrongly assigned faces for duplicated boxes, e.g.) (bzr r3481)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+4
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* 1) Make snapping of object's center optional 2) Optimize snapping ↵Diederik van Lierop2007-08-061-0/+1
| | | | | preferences dialog (bzr r3399)
* Write/read perspectives to/from SVG; store ratios of the distances from ↵Maximilian Albert2007-08-061-0/+1
| | | | | corners to VPs (preparation for dragging) (bzr r3388)
* Rearrange snapping preferences, put distinction between paths and nodes back ↵Diederik van Lierop2007-08-031-0/+2
| | | | | in, and a bit of refactoring (bzr r3361)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-8/+2
| | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331)
* Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala2007-07-201-0/+10
| | | | | feSpecularLighting filter primitives (bzr r3269)
* Write distinguished corners of 3D boxes to the svg representation from which ↵Maximilian Albert2007-07-141-0/+5
| | | | | | | the box can be recomputed. This is used to fix several bugs related to the editing of boxes resulting from cloning, undo operations or newly opened documents (we had stray pointers to SPPaths before that made Inkscape crash). (bzr r3239)
* Added support for in-parameter in filter primitivesNiko Kiirala2007-05-291-0/+3
| | | (bzr r3041)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-10/+0
| | | (bzr r2904)
* Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from ↵Diederik van Lierop2007-04-121-2/+2
| | | | | document properties (bzr r2868)
* purge unused and considered-harmful has_abs_tolerancebulia byak2007-03-261-1/+0
| | | (bzr r2763)
* Purging old axonometric grid code: reworked it into the new grid class ↵Johan B. C. Engelen2007-03-251-3/+0
| | | | | structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757)
* (bzr r2207)Bryce Harrington2007-01-131-2/+1
|
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵Johan B. C. Engelen2006-09-211-0/+4
| | | | | diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-3/+65
| | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)
* svg-filters branch merged back to headNiko Kiirala2006-06-211-0/+6
| | | (bzr r1252)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-201-0/+4
| | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)
* Adding support for <color-profile> elementJon A. Cruz2006-04-021-0/+4
| | | (bzr r401)
* remember rotation centers, correctly this time (by johncliff and me)bulia byak2006-01-261-0/+2
| | | (bzr r28)
* * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,mjwybrow2006-01-201-0/+1
| | | | | | | | | | | src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp, src/sp-namedview.h, src/attributes.cpp, src/attributes.h, src/attributes-test.cpp: Added a "Spacing" control to the connector toolbar which allows the user to adjust the amount of space left around avoided shapes for the purpose of determining auto-routing connector paths. (bzr r18)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+348
(bzr r1)