summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-6/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+4
* remove trailing spaceShlomi Fish2017-10-061-1/+1
* static code analysisKris De Gussem2016-02-221-0/+1
* finally removed all GSList from main folder .h filesMarc Jeanmougin2015-12-081-1/+0
* cppification: GSList replaced by vectors (vanishing points)Marc Jeanmougin2015-12-061-4/+2
* Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-4/+8
* Further refactored SPKnot.Markus Engel2014-03-281-4/+5
* First step of refactoring SPKnot.Markus Engel2014-03-271-0/+4
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-3/+0
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-1/+5
* Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-1/+1
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-181-8/+8
* noop: remove superfluous #includeMaximilian Albert2008-03-191-2/+0
* noop: Address some cast-string-to-mutable-chars warnings.Peter Moulder2008-01-281-1/+1
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-70/+115
* Decent support for setting the direction of infinite VPs via the toolbar and ...Maximilian Albert2007-09-011-0/+2
* Infrastructure to set direction of infinite VPs (now adjustable by some short...Maximilian Albert2007-09-011-0/+2
* Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert2007-08-091-2/+2
* Status bar tips for VP draggersMaximilian Albert2007-08-091-0/+2
* Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert2007-08-071-0/+1
* Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert2007-08-061-3/+9
* (Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate pe...Maximilian Albert2007-08-061-1/+19
* First stage of draggable vanishing points (no snapping/unsnapping yet)Maximilian Albert2007-08-061-0/+55
* Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert2007-08-061-0/+8
* Preparatory stuff to combine VPs in draggersMaximilian Albert2007-08-061-1/+1
* Move 3D axis manipulation functions to separate fileMaximilian Albert2007-07-111-97/+3
* More 3D auxiliary/convenience functionsMaximilian Albert2007-07-101-3/+58
* New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...Maximilian Albert2007-07-041-0/+21
* Refactoring of 3D box internals.Maximilian Albert2007-07-031-0/+4
* More meaningful name for 3D axis directionsMaximilian Albert2007-07-031-5/+5
* Make 3D axes correspond to places in binary representation (allows for more g...Maximilian Albert2007-07-031-4/+13
* First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert2007-06-211-0/+91