summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-axonomgrid.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-26system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY1-1/+1
2008-02-27Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...Johan B. C. Engelen1-29/+25
2008-02-12Fix initialization of grids. Should finally fix Bug #172778Johan B. C. Engelen1-2/+2
2008-02-04fix axonomgrid emphasizingJohan B. C. Engelen1-1/+1
2008-02-04fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid)Johan B. C. Engelen1-18/+25
2008-01-17RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...gustav_b1-9/+14
2008-01-16fix initialization of grid document propertiesJohan B. C. Engelen1-1/+22
2008-01-16RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...Johan B. C. Engelen1-12/+9
2008-01-15RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen1-61/+68
2008-01-031) fix snapping while scalingDiederik van Lierop1-1/+1
2007-12-24angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen1-2/+2
2007-12-21fix bug where changing units changed angles of axonometric gridJohan B. C. Engelen1-4/+4
2007-12-16fix default grid unit scaling, fix crash for unknown unit.Johan B. C. Engelen1-5/+7
2007-12-16prevent writing to xml when initializing grid. fixes not working default units.Johan B. C. Engelen1-0/+2
2007-12-16add default unit to grid preferences.Johan B. C. Engelen1-1/+11
2007-12-14Add default grid settings to Inkscape preferences.Johan B. C. Engelen1-9/+9
2007-12-12Toggle snapping for each grid individuallyDiederik van Lierop1-2/+5
2007-12-08Snap to axonometric grid linesDiederik van Lierop1-11/+65
2007-12-06remove my drama commentJohan B. C. Engelen1-2/+2
2007-12-043D grid: When snapping, consider both left and right vertical lines next to t...Johan B. C. Engelen1-4/+4
2007-12-04When snapping, consider all four grid lines around the current point instead ...Diederik van Lierop1-27/+2
2007-12-02Improve default axonomgrid settings (colors, and spacing=1mm since it will be...Johan B. C. Engelen1-4/+7
2007-12-02Snapping of axonometric grid: correctly snap to vertical gridline. angled lin...Johan B. C. Engelen1-14/+11
2007-12-01Fix emphasized line drawing for axonometric gridJohan B. C. Engelen1-16/+17
2007-11-29add visibility and snap_enabled checkbuttons for grids.Johan B. C. Engelen1-1/+11
2007-11-29show gridtype name in document propertiesJohan B. C. Engelen1-1/+1
2007-11-09Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...Diederik van Lierop1-1/+1
2007-11-03Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop1-2/+2
2007-11-03Groundwork to snap to intersections, e.g. intersections of gridlines with gui...Diederik van Lierop1-0/+7
2007-10-26Warning cleanupJon A. Cruz1-2/+2
2007-09-29noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder1-36/+27
2007-09-29noop: CodingStyle: const placementPeter Moulder1-34/+33
2007-07-06Fix #1740146.Johan B. C. Engelen1-11/+11
2007-04-13New grids are almost ready to fly!Johan B. C. Engelen1-4/+5
2007-03-25Purging old axonometric grid code: reworked it into the new grid class struct...Johan B. C. Engelen1-281/+487
2007-02-19Cleaned up DOS line ends that had snuck in.Jon A. Cruz1-469/+469
2006-09-29FIXED: "Several "** Message: arg" lines every time GUI is started. I think th...Johan B. C. Engelen1-2/+0
2006-09-23axonometric grid: angles cannot be larger than 89 degrees.Johan B. C. Engelen1-0/+2
2006-09-21AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, diagonal...Johan B. C. Engelen1-0/+469