summaryrefslogtreecommitdiffstats
path: root/src/display/guideline.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix #371 guides label upside downThomas Holder2019-08-141-1/+1
|
* Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2019-05-201-2/+2
|
* More pixel-level alignment fixes for various controls, by making all ↵Diederik van Lierop2019-05-201-2/+2
| | | | controls have an odd-integer size (measured in pixels)
* Fix the alignment of the guideline origin (and other controls), such that it ↵Diederik van Lierop2019-05-201-9/+14
| | | | is drawn at exactly the right screen pixel
* Fix bug 1810206: Crash if XRay mode enabled (assertion failed in ↵Jabier Arraiza2019-01-071-1/+16
| | | | SPCanvas::paintXRayBuffer) and other improvements to XRay
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* Fix rendering when canvas rotated. General code clean-up and documentation.Tavmjong Bah2017-03-151-60/+44
| | | (bzr r15598)
* Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵Tavmjong Bah2016-08-171-1/+1
| | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063)
* Coalesce g_object_new/g_object_set calls; change guide origin pickable to ↵Liam P. White2016-01-161-6/+7
| | | | | false so that guides can be grabbed by the origin again (bzr r14593)
* Header cleanupLiam P. White2016-01-161-3/+0
| | | (bzr r14585.1.3)
* Dead code cleanupLiam P. White2016-01-161-10/+0
| | | (bzr r14585.1.2)
* Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; ↵Liam P. White2016-01-161-27/+21
| | | | | | | | fixes 1526701 Fixed bugs: - https://launchpad.net/bugs/1526701 (bzr r14585.1.1)
* Fix crash on hidden guidesJabier Arraiza Cenoz2015-12-111-23/+23
| | | (bzr r14527)
* Clean up some code, only init the SPKnot in one place.Martin Owens2015-12-111-14/+0
| | | (bzr r14526)
* Fix bug launching a document by commandline with guidesJabier Arraiza Cenoz2015-12-111-10/+20
| | | (bzr r14525)
* Remove CtrlPoint and replace with SPKnotMartin Owens2015-12-101-19/+30
| | | (bzr r14523)
* Add rect to SP Control point on locked guidesJabier Arraiza Cenoz2015-12-071-2/+4
| | | (bzr r14500.1.13)
* Add Martin Owens radious patchJabier Arraiza Cenoz2015-12-071-0/+6
| | | (bzr r14500.1.11)
* Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-1/+0
| | | (bzr r14500.1.8)
* Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz2015-12-031-1/+2
| | | (bzr r14500.1.4)
* Add lock to guidesJabier Arraiza Cenoz2015-12-021-0/+8
| | | (bzr r14500.1.1)
* More GObject boilerplate reductionAlex Valavanis2014-08-241-30/+4
| | | (bzr r13341.1.175)
* fix memleakJohan B. C. Engelen2013-09-301-3/+9
| | | (bzr r12633)
* cppcheck: get rid of more C-style pointer castsAlex Valavanis2012-10-271-4/+4
| | | (bzr r11840)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-8/+6
| | | (bzr r11469.1.1)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-1/+6
| | | (bzr r11316)
* Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis2012-02-151-0/+1
| | | (bzr r10988)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-19/+19
| | | (bzr r10582.1.3)
* refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen2011-07-181-25/+31
| | | (bzr r10471)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-6/+6
| | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-3/+34
|\ | | | | (bzr r9508.1.89)
| * fix rendering of angled guidelinesFelipe Corr??a da Silva Sanches2011-06-011-6/+7
| | | | | | (bzr r10246)
| * add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2011-05-261-3/+8
| | | | | | | | | | (and fix some label xml writing and rendering bugs) (bzr r10234)
| * Adding inkscape:label parameter to guidelines so that our guidelanes can ↵Felipe Corr??a da Silva Sanches2011-05-181-9/+49
| | | | | | | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-7/+4
|\| | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
| | | | | | (bzr r10025)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-3/+0
| | | | | | | | | | header. (bzr r9978.1.1)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | (bzr r9508.1.70)
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* | Fixes for guideline renderingKrzysztof Kosi??ski2010-08-141-1/+3
| | | | | | (bzr r9508.1.64)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-117/+21
|/ | | (bzr r9508.1.48)
* Nicer symbol for guide anchorMaximilian Albert2009-01-261-20/+9
| | | (bzr r7182)
* display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert2009-01-261-2/+45
| | | (bzr r7180)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-5/+6
| | | (bzr r6839)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-1/+1
| | | (bzr r6513)
* update for 32 instead of 24 bpp canvas bufbulia byak2008-06-241-3/+3
| | | (bzr r6041)
* Warning and whitespace cleanupJon A. Cruz2008-03-011-5/+5
| | | (bzr r4914)