summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-axonomgrid.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-13/+13
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Re-enable CanvasXYGrid::updateWidgets and CanvasAxonomGrid::updateWidgetsGeoff Lankow2018-03-221-0/+10
|
* Minor include file cleanup.Tavmjong Bah2018-01-231-1/+0
|
* More header cleanupLiam P. White2014-09-061-4/+4
| | | (bzr r13341.1.198)
* pass class variables by reference for performanceKris De Gussem2014-01-121-3/+3
| | | (bzr r12917)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | (bzr r11608.1.111)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* bit of a clean-upJohan B. C. Engelen2012-10-261-5/+10
| | | (bzr r11832)
* More header cleanup/fwd declarationsAlex Valavanis2012-02-151-9/+4
| | | (bzr r10986)
* Snap to grid/guide lines perpendicularlyDiederik van Lierop2012-02-141-0/+1
| | | (bzr r10976)
* Cleaning up a few headersAlex Valavanis2012-02-121-5/+0
| | | (bzr r10961)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
| | | (bzr r10940)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-1/+1
| | | (bzr r10766.1.1)
* Rename the struct "SnappedConstraints" to the more meaningfull ↵Diederik van Lierop2011-09-021-2/+2
| | | | | "IntermSnapResults" (bzr r10612)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Simplify code related to snapping while rotatingDiederik van Lierop2010-07-171-1/+1
| | | (bzr r9619)
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-1/+1
| | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
* Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-081-1/+1
| | | (bzr r9402)
* refactoring the snapping code (laying the groundwork for my next commit ↵Diederik van Lierop2009-12-241-2/+2
| | | | | which reduces snap jitter) (bzr r8906)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8406)
* * 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)
* Add buttons for snapping to grids and/or guidesDiederik van Lierop2009-01-281-0/+1
| | | (bzr r7200)
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-9/+9
| | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-4/+3
| | | (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-7/+2
| | | | | | | 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)
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-151-13/+4
| | | (bzr r4500)
* fix bug where changing units changed angles of axonometric gridJohan B. C. Engelen2007-12-211-1/+2
| | | (bzr r4273)
* add visibility and snap_enabled checkbuttons for grids.Johan B. C. Engelen2007-11-291-3/+0
| | | | | visibility already works, snap_enabled not yet. (bzr r4146)
* 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/+2
| | | | | 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)
* Fix #1740146.Johan B. C. Engelen2007-07-061-1/+1
| | | (bzr r3190)
* New grids are almost ready to fly!Johan B. C. Engelen2007-04-131-1/+1
| | | (bzr r2873)
* Purging old axonometric grid code: reworked it into the new grid class ↵Johan B. C. Engelen2007-03-251-39/+86
| | | | | structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-59/+59
| | | (bzr r2399)
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵Johan B. C. Engelen2006-09-211-0/+59
diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716)