summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-grid.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-2/+2
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+5
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-1/+1
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | 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
* refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop2009-12-241-24/+24
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-4/+4
* SPDocument->Documentjohnce2009-08-051-4/+4
* Optionaly snap to invisible grid lines too (when zoomed out). See the grids t...Diederik van Lierop2009-04-251-9/+30
* * 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-1/+1
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-16/+16
* From trunkTed Gould2008-10-271-22/+17
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-43/+43
* Fix minor breakage in grid preferences caused by pref refactoring.Krzysztof Kosi??ski2008-09-171-3/+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-3/+3
* comment typobulia byak2008-09-051-1/+1
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-6/+6
* update for 32 instead of 24 bpp canvas bufbulia byak2008-06-241-4/+4
* xy-grid: when shown as dots, add emphasis using crosses.Johan B. C. Engelen2008-05-061-3/+11
* Remove warningsBob Jamison2008-05-041-1/+1
* 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-39/+31
* Fix initialization of grids. Should finally fix Bug #172778Johan B. C. Engelen2008-02-121-2/+2
* fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid)Johan B. C. Engelen2008-02-041-4/+4
* gray out widgets when grid is disabled.Johan B. C. Engelen2008-01-261-1/+7
* fix strange typoJohan B. C. Engelen2008-01-261-2/+2
* RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...gustav_b2008-01-171-9/+15
* fix initialization of grid document propertiesJohan B. C. Engelen2008-01-161-1/+29
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-151-89/+109
* Add preference so people can choose which behaviour they want. (bug 167422)Johan B. C. Engelen2008-01-141-4/+12
* r17530@shi: ted | 2008-01-06 13:50:53 -0800Ted Gould2008-01-061-6/+6
* 1) fix snapping while scalingDiederik van Lierop2008-01-031-1/+1
* Fixed bug #172778, [old] grid settings not respected when reopening documentJohan B. C. Engelen2007-12-291-1/+1
* angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen2007-12-241-9/+9
* 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/+1
* 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/+26
* Snap to axonometric grid linesDiederik van Lierop2007-12-081-2/+7
* When snapping, consider all four grid lines around the current point instead ...Diederik van Lierop2007-12-041-22/+5
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-1/+1
* Improve layout of grid document propertiesJohan B. C. Engelen2007-12-011-1/+1