summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Further refactored SPKnot.Markus Engel2014-03-281-5/+5
* First step of refactoring SPKnot.Markus Engel2014-03-271-14/+15
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-1/+1
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-2/+2
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-0/+1
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-30/+34
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-9/+9
* Header cleaningAlex Valavanis2012-02-121-0/+2
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-8/+9
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-3/+3
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Implement snapping of vanishing points (LP #629333)Diederik van Lierop2010-09-251-3/+15
|/
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert2009-12-261-2/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* remove unusedbulia byak2009-02-061-2/+0
* switch to using shape_editor, instead of separate knotholders and listeners; ...bulia byak2009-01-081-2/+3
* From trunkTed Gould2008-10-271-3/+3
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-181-9/+9
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-1/+1
* C++ify knotholdersMaximilian Albert2008-06-041-3/+3
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-221-50/+0
* Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert2007-12-231-4/+4
* Warning cleanupJon A. Cruz2007-12-151-10/+10
* If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert2007-12-131-5/+1
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-392/+304
* Warning cleanupJon A. Cruz2007-11-251-1/+1
* Warning cleanupJon A. Cruz2007-11-101-11/+11
* Decent support for setting the direction of infinite VPs via the toolbar and ...Maximilian Albert2007-09-011-0/+11
* Draw perspective lines for infinite VPs, too (they are updated during scrolli...Maximilian Albert2007-08-171-29/+64
* Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert2007-08-091-28/+21
* Status bar tips for VP draggersMaximilian Albert2007-08-091-6/+50
* Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...Maximilian Albert2007-08-071-1/+1
* Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert2007-08-071-0/+10
* Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert2007-08-061-6/+127
* (Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate pe...Maximilian Albert2007-08-061-12/+268
* First stage of draggable vanishing points (no snapping/unsnapping yet)Maximilian Albert2007-08-061-0/+339
* Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert2007-08-061-0/+9
* Preparatory stuff to combine VPs in draggersMaximilian Albert2007-08-061-1/+1
* Move 3D axis manipulation functions to separate fileMaximilian Albert2007-07-111-5/+0
* More 3D auxiliary/convenience functionsMaximilian Albert2007-07-101-0/+4
* New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...Maximilian Albert2007-07-041-0/+3
* More meaningful name for 3D axis directionsMaximilian Albert2007-07-031-1/+1
* First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert2007-06-211-0/+101