summaryrefslogtreecommitdiffstats
path: root/src/line-geometry.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-20Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-15/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-12-21Purge sp_desktop_controlsLiam P. White1-2/+2
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-2/+2
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-2/+2
2014-03-30Replaced one more operator.Markus Engel1-1/+1
2014-01-20cppcheck stuffKris De Gussem1-7/+9
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-0/+1
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-4/+4
2012-05-04C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz1-5/+4
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-37/+37
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-5/+5
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-49/+13
2007-09-01Infrastructure to set direction of infinite VPs (now adjustable by some short...Maximilian Albert1-5/+0
2007-08-29Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert1-6/+8
2007-08-28Remove some warnings and fix crash in 3D box toolMaximilian Albert1-1/+2
2007-08-26Various small cleanupsMaximilian Albert1-2/+7
2007-08-26Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...Maximilian Albert1-2/+7
2007-08-20committed patch 1777220 by John Faith to fix compilation of Inkscape on OS X ...JiHO1-1/+2
2007-08-17Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert1-0/+65
2007-08-17Draw perspective lines for infinite VPs, too (they are updated during scrolli...Maximilian Albert1-0/+82
2007-06-21First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert1-0/+112