summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-36/+36
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-10/+10
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+7
2017-06-30Starting selectable knotsJabier Arraiza1-2/+2
2016-12-28Refactor vanishing-point.cpp .Shlomi Fish1-25/+18
2016-12-28Pass vanishing-point.cpp thru clang-format.Shlomi Fish1-188/+170
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-5/+5
2016-02-22static code analysisKris De Gussem1-8/+7
2015-12-07static code analysisKris De Gussem1-4/+4
2015-12-06cppification: GSList replaced by vectors (vanishing points)Marc Jeanmougin1-36/+30
2015-07-243D box tool: the shift key must not prevent snapping of the vanishing point. ...Diederik van Lierop1-14/+16
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-4/+4
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-9/+9
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-11/+15
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-12-21Purge sp_desktop_controlsLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-3/+3
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-10/+10
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-25/+27
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-11/+11
2014-06-251. make it compileLiam P. White1-1/+1
2014-03-28Further refactored SPKnot.Markus Engel1-5/+5
2014-03-27First step of refactoring SPKnot.Markus Engel1-14/+15
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+1
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-2/+2
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-0/+1
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-30/+34
2012-05-04C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz1-9/+9
2012-02-12Header cleaningAlex Valavanis1-0/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-09-25Implement snapping of vanishing points (LP #629333)Diederik van Lierop1-3/+15
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-3/+3
2009-12-26Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-02-06remove unusedbulia byak1-2/+0
2009-01-08switch to using shape_editor, instead of separate knotholders and listeners; ...bulia byak1-2/+3
2008-10-27From trunkTed Gould1-3/+3
2008-09-18More NR::Point ==> Geom::PointMaximilian Albert1-9/+9
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-08-01change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen1-1/+1
2008-06-04C++ify knotholdersMaximilian Albert1-3/+3
2008-02-22Clean up comments and remove (already commented) debugging messagesMaximilian Albert1-50/+0