summaryrefslogtreecommitdiffstats
path: root/src/display/sodipodi-ctrl.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-20Small fixDiederik van Lierop1-2/+2
2019-05-20Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop1-4/+4
2019-05-20More pixel-level alignment fixes for various controls, by making all controls...Diederik van Lierop1-21/+7
2019-05-20Another pixel alignment fixDiederik van Lierop1-7/+17
2019-05-20Fix the alignment of the guideline origin (and other controls), such that it ...Diederik van Lierop1-27/+36
2019-01-07Fix bug 1810206: Crash if XRay mode enabled (assertion failed in SPCanvas::pa...Jabier Arraiza1-0/+5
2018-11-08Clarify licensesMax Gaukler1-0/+9
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
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-12-11Fix rendering of controls that don't invert color.Tavmjong Bah1-2/+3
2017-11-30Store device-scale and propogate value where necessary.Tavmjong Bah1-11/+5
2017-11-27Adapt control shapes for hi DPI displays.Tavmjong Bah1-167/+182
2017-11-26Simple scaling of controls for high DPI screens (nodes, arrows, etc.).Tavmjong Bah1-4/+23
2016-12-03Add triangle knot.Jabier Arraiza Cenoz1-3/+71
2014-08-24More GObject boilerplate reductionAlex Valavanis1-32/+5
2013-09-28Allow pixmaps to specify their width and height to control/knots. Allows non-...Martin Owens1-115/+76
2012-10-28cppcheck: More C-style pointer castingAlex Valavanis1-4/+4
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-16/+8
2012-05-19Revert r11370. Fix crash with grid in default templateAlex Valavanis1-7/+13
2012-05-16Drop some GtkObject usageAlex Valavanis1-13/+7
2012-04-11Fix for 367607 : Replace deprecated sp_ctrl_set_arg and gtk_object_add_arg_ty...John Smith1-91/+163
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-21/+21
2012-04-02Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith1-1/+1
2012-02-15Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis1-0/+1
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-3/+1
2011-12-18Remove more deprecated GTK macrosAlex Valavanis1-9/+9
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski1-18/+10
2011-07-16Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.)...Diederik van Lierop1-1/+6
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
2011-06-24Switch to GObjectAlex Valavanis1-2/+2
2011-06-19Fix rendering of control pointsKrzysztof Kosi??ski1-169/+192
2011-02-02update to latest 2geom !Johan B. C. Engelen1-3/+3
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-1/+0
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-1/+0
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-1/+1
2010-06-29Fix iconsKrzysztof Kosi??ski1-1/+1
2010-06-22Fix cross control pointKrzysztof Kosi??ski1-11/+8
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-144/+139
2009-03-09do not redraw if moved to the same point as beforebulia byak1-2/+7
2008-11-21Merge from fe-movedTed Gould1-4/+12
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-8/+9
2008-06-24update for 32 instead of 24 bpp canvas bufbulia byak1-3/+3
2007-09-29noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder1-410/+470
2007-09-29noop: CodingStyle: const placementPeter Moulder1-3/+3
2007-08-24do not redraw until moved for the first time; this fixes the flicker at 0,0 w...bulia byak1-0/+4