summaryrefslogtreecommitdiffstats
path: root/src/line-geometry.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2019-05-201-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-15/+3
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Purge sp_desktop_controlsLiam P. White2014-12-211-2/+2
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-2/+2
* 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-2/+2
* Replaced one more operator.Markus Engel2014-03-301-1/+1
* cppcheck stuffKris De Gussem2014-01-201-7/+9
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-0/+1
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-4/+4
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-5/+4
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-37/+37
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-5/+5
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-49/+13
* Infrastructure to set direction of infinite VPs (now adjustable by some short...Maximilian Albert2007-09-011-5/+0
* Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert2007-08-291-6/+8
* Remove some warnings and fix crash in 3D box toolMaximilian Albert2007-08-281-1/+2
* Various small cleanupsMaximilian Albert2007-08-261-2/+7
* Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...Maximilian Albert2007-08-261-2/+7
* committed patch 1777220 by John Faith to fix compilation of Inkscape on OS X ...JiHO2007-08-201-1/+2
* Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert2007-08-171-0/+65
* Draw perspective lines for infinite VPs, too (they are updated during scrolli...Maximilian Albert2007-08-171-0/+82
* First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert2007-06-211-0/+112