summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-axonomgrid.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...Diederik van Lierop2007-11-091-1/+1
* Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop2007-11-031-2/+2
* Groundwork to snap to intersections, e.g. intersections of gridlines with gui...Diederik van Lierop2007-11-031-0/+7
* Warning cleanupJon A. Cruz2007-10-261-2/+2
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder2007-09-291-36/+27
* noop: CodingStyle: const placementPeter Moulder2007-09-291-34/+33
* Fix #1740146.Johan B. C. Engelen2007-07-061-11/+11
* New grids are almost ready to fly!Johan B. C. Engelen2007-04-131-4/+5
* Purging old axonometric grid code: reworked it into the new grid class struct...Johan B. C. Engelen2007-03-251-281/+487
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-469/+469
* FIXED: "Several "** Message: arg" lines every time GUI is started. I think th...Johan B. C. Engelen2006-09-291-2/+0
* axonometric grid: angles cannot be larger than 89 degrees.Johan B. C. Engelen2006-09-231-0/+2
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, diagonal...Johan B. C. Engelen2006-09-211-0/+469