summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-6/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+4
2017-10-06remove trailing spaceShlomi Fish1-1/+1
2016-02-22static code analysisKris De Gussem1-0/+1
2015-12-08finally removed all GSList from main folder .h filesMarc Jeanmougin1-1/+0
2015-12-06cppification: GSList replaced by vectors (vanishing points)Marc Jeanmougin1-4/+2
2014-09-27Update to experimental r13565Liam P. White1-4/+8
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-4/+8
2014-03-28Further refactored SPKnot.Markus Engel1-4/+5
2014-03-27First step of refactoring SPKnot.Markus Engel1-0/+4
2014-03-09Remove unused includes to tidy up the code.Martin Owens1-3/+0
2013-03-14Fix another tonne of forward declaration tagsAlex Valavanis1-1/+1
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-1/+5
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2008-09-18More NR::Point ==> Geom::PointMaximilian Albert1-8/+8
2008-03-19noop: remove superfluous #includeMaximilian Albert1-2/+0
2008-01-28noop: Address some cast-string-to-mutable-chars warnings.Peter Moulder1-1/+1
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-70/+115
2007-09-01Decent support for setting the direction of infinite VPs via the toolbar and ...Maximilian Albert1-0/+2
2007-09-01Infrastructure to set direction of infinite VPs (now adjustable by some short...Maximilian Albert1-0/+2
2007-08-09Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert1-2/+2
2007-08-09Status bar tips for VP draggersMaximilian Albert1-0/+2
2007-08-07Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert1-0/+1
2007-08-06Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert1-3/+9
2007-08-06(Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate pe...Maximilian Albert1-1/+19
2007-08-06First stage of draggable vanishing points (no snapping/unsnapping yet)Maximilian Albert1-0/+55
2007-08-06Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert1-0/+8
2007-08-06Preparatory stuff to combine VPs in draggersMaximilian Albert1-1/+1
2007-07-11Move 3D axis manipulation functions to separate fileMaximilian Albert1-97/+3
2007-07-10More 3D auxiliary/convenience functionsMaximilian Albert1-3/+58
2007-07-04New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...Maximilian Albert1-0/+21
2007-07-03Refactoring of 3D box internals.Maximilian Albert1-0/+4
2007-07-03More meaningful name for 3D axis directionsMaximilian Albert1-5/+5
2007-07-03Make 3D axes correspond to places in binary representation (allows for more g...Maximilian Albert1-4/+13
2007-06-21First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert1-0/+91