summaryrefslogtreecommitdiffstats
path: root/src/display/guideline.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-14fix #371 guides label upside downThomas Holder1-1/+1
2019-05-20Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop1-2/+2
2019-05-20More pixel-level alignment fixes for various controls, by making all controls...Diederik van Lierop1-2/+2
2019-05-20Fix the alignment of the guideline origin (and other controls), such that it ...Diederik van Lierop1-9/+14
2019-01-07Fix bug 1810206: Crash if XRay mode enabled (assertion failed in SPCanvas::pa...Jabier Arraiza1-1/+16
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2017-03-15Fix rendering when canvas rotated. General code clean-up and documentation.Tavmjong Bah1-60/+44
2016-08-17Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...Tavmjong Bah1-1/+1
2016-01-16Coalesce g_object_new/g_object_set calls; change guide origin pickable to fal...Liam P. White1-6/+7
2016-01-16Header cleanupLiam P. White1-3/+0
2016-01-16Dead code cleanupLiam P. White1-10/+0
2016-01-16Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; fi...Liam P. White1-27/+21
2015-12-11Fix crash on hidden guidesJabier Arraiza Cenoz1-23/+23
2015-12-11Clean up some code, only init the SPKnot in one place.Martin Owens1-14/+0
2015-12-11Fix bug launching a document by commandline with guidesJabier Arraiza Cenoz1-10/+20
2015-12-10Remove CtrlPoint and replace with SPKnotMartin Owens1-19/+30
2015-12-07Add rect to SP Control point on locked guidesJabier Arraiza Cenoz1-2/+4
2015-12-07Add Martin Owens radious patchJabier Arraiza Cenoz1-0/+6
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz1-1/+0
2015-12-03Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz1-1/+2
2015-12-02Add lock to guidesJabier Arraiza Cenoz1-0/+8
2014-08-24More GObject boilerplate reductionAlex Valavanis1-30/+4
2013-09-30fix memleakJohan B. C. Engelen1-3/+9
2012-10-27cppcheck: get rid of more C-style pointer castsAlex Valavanis1-4/+4
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-8/+6
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-1/+6
2012-02-15Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis1-0/+1
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski1-19/+19
2011-07-18refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen1-25/+31
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-6/+6
2011-06-01fix rendering of angled guidelinesFelipe Corr??a da Silva Sanches1-6/+7
2011-05-26add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen1-3/+8
2011-05-18Adding inkscape:label parameter to guidelines so that our guidelanes can disp...Felipe Corr??a da Silva Sanches1-9/+49
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-3/+0
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-14Fixes for guideline renderingKrzysztof Kosi??ski1-1/+3
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-117/+21
2009-01-26Nicer symbol for guide anchorMaximilian Albert1-20/+9
2009-01-26display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert1-2/+45
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-5/+6
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-1/+1
2008-06-24update for 32 instead of 24 bpp canvas bufbulia byak1-3/+3
2008-03-01Warning and whitespace cleanupJon A. Cruz1-5/+5
2008-02-05Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop1-6/+6
2007-12-21guidelines: add methods to check horizontal/vertical, small fixesJohan B. C. Engelen1-4/+4
2007-12-20guidelines: implement rendering of angled lines.Johan B. C. Engelen1-4/+45