summaryrefslogtreecommitdiffstats
path: root/src/display/guideline.cpp (unfollow)
Commit message (Collapse)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 ↵Diederik van Lierop1-2/+2
controls have an odd-integer size (measured in pixels)
2019-05-20Fix the alignment of the guideline origin (and other controls), such that it ↵Diederik van Lierop1-9/+14
is drawn at exactly the right screen pixel
2019-01-07Fix bug 1810206: Crash if XRay mode enabled (assertion failed in ↵Jabier Arraiza1-1/+16
SPCanvas::paintXRayBuffer) and other improvements to XRay
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
(bzr r15598)
2016-08-17Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵Tavmjong Bah1-1/+1
defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063)
2016-01-16Coalesce g_object_new/g_object_set calls; change guide origin pickable to ↵Liam P. White1-6/+7
false so that guides can be grabbed by the origin again (bzr r14593)
2016-01-16Header cleanupLiam P. White1-3/+0
(bzr r14585.1.3)
2016-01-16Dead code cleanupLiam P. White1-10/+0
(bzr r14585.1.2)
2016-01-16Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; ↵Liam P. White1-27/+21
fixes 1526701 Fixed bugs: - https://launchpad.net/bugs/1526701 (bzr r14585.1.1)
2015-12-11Fix crash on hidden guidesJabier Arraiza Cenoz1-23/+23
(bzr r14527)
2015-12-11Clean up some code, only init the SPKnot in one place.Martin Owens1-14/+0
(bzr r14526)
2015-12-11Fix bug launching a document by commandline with guidesJabier Arraiza Cenoz1-10/+20
(bzr r14525)
2015-12-10Remove CtrlPoint and replace with SPKnotMartin Owens1-19/+30
(bzr r14523)
2015-12-07Add rect to SP Control point on locked guidesJabier Arraiza Cenoz1-2/+4
(bzr r14500.1.13)
2015-12-07Add Martin Owens radious patchJabier Arraiza Cenoz1-0/+6
(bzr r14500.1.11)
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz1-1/+0
(bzr r14500.1.8)
2015-12-03Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz1-1/+2
(bzr r14500.1.4)
2015-12-02Add lock to guidesJabier Arraiza Cenoz1-0/+8
(bzr r14500.1.1)
2014-08-24More GObject boilerplate reductionAlex Valavanis1-30/+4
(bzr r13341.1.175)
2013-09-30fix memleakJohan B. C. Engelen1-3/+9
(bzr r12633)
2012-10-27cppcheck: get rid of more C-style pointer castsAlex Valavanis1-4/+4
(bzr r11840)
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-8/+6
(bzr r11469.1.1)
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-1/+6
(bzr r11316)
2012-02-15Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis1-0/+1
(bzr r10988)
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski1-19/+19
(bzr r10582.1.3)
2011-07-18refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen1-25/+31
(bzr r10471)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-6/+6
(bzr r10347.1.2)
2011-06-01fix rendering of angled guidelinesFelipe Corr??a da Silva Sanches1-6/+7
(bzr r10246)
2011-05-26add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen1-3/+8
(and fix some label xml writing and rendering bugs) (bzr r10234)
2011-05-18Adding inkscape:label parameter to guidelines so that our guidelanes can ↵Felipe Corr??a da Silva Sanches1-9/+49
display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
(bzr r10025)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-3/+0
header. (bzr r9978.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-08-14Fixes for guideline renderingKrzysztof Kosi??ski1-1/+3
(bzr r9508.1.64)
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-117/+21
(bzr r9508.1.48)
2009-01-26Nicer symbol for guide anchorMaximilian Albert1-20/+9
(bzr r7182)
2009-01-26display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert1-2/+45
(bzr r7180)
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-5/+6
(bzr r6839)
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-1/+1
(bzr r6513)
2008-06-24update for 32 instead of 24 bpp canvas bufbulia byak1-3/+3
(bzr r6041)
2008-03-01Warning and whitespace cleanupJon A. Cruz1-5/+5
(bzr r4914)
2008-02-05Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop1-6/+6
(bzr r4662)
2007-12-21guidelines: add methods to check horizontal/vertical, small fixesJohan B. C. Engelen1-4/+4
(bzr r4271)
2007-12-20guidelines: implement rendering of angled lines.Johan B. C. Engelen1-4/+45
(bzr r4265)