summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-axonomgrid.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify code related to snapping while rotatingDiederik van Lierop2010-07-171-2/+1
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-1/+2
* Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-081-2/+2
* show more axonometric grid linesJohan B. C. Engelen2010-04-141-7/+9
* refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop2009-12-241-38/+38
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* Fix for bug #404488 by Yann PapouinDiederik van Lierop2009-07-291-1/+1
* Optionaly snap to invisible grid lines too (when zoomed out). See the grids t...Diederik van Lierop2009-04-251-15/+30
* Use the line intersection routines in 2geom/line.h instead of the deprecated ...Diederik van Lierop2009-04-121-15/+29
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-131-2/+8
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-2/+2
* Store the snapper tolerances in the snap-preferences instead of in each snapp...Diederik van Lierop2009-01-311-0/+15
* Add buttons for snapping to grids and/or guidesDiederik van Lierop2009-01-281-0/+4
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-27/+27
* fix compile.Johan B. C. Engelen2008-12-131-1/+1
* From trunkTed Gould2008-10-271-11/+10
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-28/+28
* Fix minor breakage in grid preferences caused by pref refactoring.Krzysztof Kosi??ski2008-09-171-2/+3
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-11/+13
* If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop2008-09-071-2/+2
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-22/+22
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-2/+2
* update for 32 instead of 24 bpp canvas bufbulia byak2008-06-241-2/+2
* system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY2008-03-261-1/+1
* Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...Johan B. C. Engelen2008-02-271-29/+25
* Fix initialization of grids. Should finally fix Bug #172778Johan B. C. Engelen2008-02-121-2/+2
* fix axonomgrid emphasizingJohan B. C. Engelen2008-02-041-1/+1
* fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid)Johan B. C. Engelen2008-02-041-18/+25
* RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...gustav_b2008-01-171-9/+14
* fix initialization of grid document propertiesJohan B. C. Engelen2008-01-161-1/+22
* RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...Johan B. C. Engelen2008-01-161-12/+9
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-151-61/+68
* 1) fix snapping while scalingDiederik van Lierop2008-01-031-1/+1
* angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen2007-12-241-2/+2
* fix bug where changing units changed angles of axonometric gridJohan B. C. Engelen2007-12-211-4/+4
* fix default grid unit scaling, fix crash for unknown unit.Johan B. C. Engelen2007-12-161-5/+7
* prevent writing to xml when initializing grid. fixes not working default units.Johan B. C. Engelen2007-12-161-0/+2
* add default unit to grid preferences.Johan B. C. Engelen2007-12-161-1/+11
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-141-9/+9
* Toggle snapping for each grid individuallyDiederik van Lierop2007-12-121-2/+5
* Snap to axonometric grid linesDiederik van Lierop2007-12-081-11/+65
* remove my drama commentJohan B. C. Engelen2007-12-061-2/+2
* 3D grid: When snapping, consider both left and right vertical lines next to t...Johan B. C. Engelen2007-12-041-4/+4
* When snapping, consider all four grid lines around the current point instead ...Diederik van Lierop2007-12-041-27/+2
* Improve default axonomgrid settings (colors, and spacing=1mm since it will be...Johan B. C. Engelen2007-12-021-4/+7
* Snapping of axonometric grid: correctly snap to vertical gridline. angled lin...Johan B. C. Engelen2007-12-021-14/+11
* Fix emphasized line drawing for axonometric gridJohan B. C. Engelen2007-12-011-16/+17
* add visibility and snap_enabled checkbuttons for grids.Johan B. C. Engelen2007-11-291-1/+11
* show gridtype name in document propertiesJohan B. C. Engelen2007-11-291-1/+1