summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-grid.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-131-1/+2
| | | | | | * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-1/+1
| | | | | displayed "B". (bzr r7335)
* Store the snapper tolerances in the snap-preferences instead of in each ↵Diederik van Lierop2009-01-311-0/+3
| | | | | snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call) (bzr r7208)
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-3/+3
| | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008)
* From trunkTed Gould2008-10-271-10/+7
| | | (bzr r6885)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-6/+6
| | | (bzr r6839)
* If a snapper needs a reference to a SPNamedView or a SPDesktop, then get ↵Diederik van Lierop2008-09-071-1/+1
| | | | | that reference via the SnapManager (instead of storing references in the snapper and accessing them directly) (bzr r6773)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-3/+3
| | | (bzr r6606)
* 1) When pasting, use an offset that is a multiple of the grid pitch (got ↵Diederik van Lierop2008-08-061-6/+7
| | | | | | | lost during a previous round of refactoring) 2) Refactor some of the pasting code (bzr r6580)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+0
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2008-04-301-1/+1
| | | (bzr r5562)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-7/+6
| | | (bzr r4629)
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-151-17/+8
| | | (bzr r4500)
* angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen2007-12-241-3/+3
| | | (bzr r4296)
* Toggle snapping for each grid individuallyDiederik van Lierop2007-12-121-3/+3
| | | (bzr r4219)
* add visibility and snap_enabled checkbuttons for grids.Johan B. C. Engelen2007-11-291-4/+11
| | | | | visibility already works, snap_enabled not yet. (bzr r4146)
* show gridtype name in document propertiesJohan B. C. Engelen2007-11-291-3/+10
| | | (bzr r4145)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* Groundwork to snap to intersections, e.g. intersections of gridlines with ↵Diederik van Lierop2007-11-031-1/+1
| | | | | guidelines, and of objects with other objects. The snappers used to return only SnappedPoints, but now also SnappedLines and SnappedInfiniteLines can be returned. SnappedPaths will be implemented later. (bzr r4016)
* Warning cleanupJon A. Cruz2007-10-261-20/+20
| | | (bzr r3962)
* Fix #1740146.Johan B. C. Engelen2007-07-061-4/+6
| | | (bzr r3190)
* grid: make grid names translatable. use different gridtype names in SVG that ↵Johan B. C. Engelen2007-04-201-2/+14
| | | | | are not translated. (bzr r2936)
* Grid: added dotted rendering of rectangular grid. Fixed bug in emphasized ↵Johan B. C. Engelen2007-04-171-3/+4
| | | | | line spacing. (bzr r2915)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-47/+0
| | | (bzr r2904)
* New Grids are now ready to go. bug testing can start i think.Johan B. C. Engelen2007-04-131-11/+0
| | | (bzr r2878)
* New grids are almost ready to fly!Johan B. C. Engelen2007-04-131-4/+7
| | | (bzr r2873)
* removed leftover debug messages. Toggling new grids now works. Almost ready ↵Johan B. C. Engelen2007-04-011-2/+8
| | | | | to comment-out old grid code. (bzr r2806)
* Purging old axonometric grid code: reworked it into the new grid class ↵Johan B. C. Engelen2007-03-251-2/+1
| | | | | structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757)
* Monster commit. New grid infrastructure. The old gridmanagement code is ↵Johan B. C. Engelen2007-03-201-0/+157
| | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721)
* Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGridJohan B. C. Engelen2006-10-261-13/+16
| | | (bzr r1869)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+49
(bzr r1)