summaryrefslogtreecommitdiffstats
path: root/src/display/sodipodi-ctrl.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small fixDiederik van Lierop2019-05-201-2/+2
|
* Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2019-05-201-4/+4
|
* More pixel-level alignment fixes for various controls, by making all ↵Diederik van Lierop2019-05-201-21/+7
| | | | controls have an odd-integer size (measured in pixels)
* Another pixel alignment fixDiederik van Lierop2019-05-201-7/+17
|
* Fix the alignment of the guideline origin (and other controls), such that it ↵Diederik van Lierop2019-05-201-27/+36
| | | | is drawn at exactly the right screen pixel
* Fix bug 1810206: Crash if XRay mode enabled (assertion failed in ↵Jabier Arraiza2019-01-071-0/+5
| | | | SPCanvas::paintXRayBuffer) and other improvements to XRay
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - 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-5/+5
| | | | | 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 of controls that don't invert color.Tavmjong Bah2017-12-111-2/+3
|
* Store device-scale and propogate value where necessary.Tavmjong Bah2017-11-301-11/+5
| | | | | Avoids reliance on cairo_surface_get_device_scale. Also necessary for filters.
* Adapt control shapes for hi DPI displays.Tavmjong Bah2017-11-271-167/+182
| | | | Rework how shapes are generated to simplify code.
* Simple scaling of controls for high DPI screens (nodes, arrows, etc.).Tavmjong Bah2017-11-261-4/+23
|
* Add triangle knot.Jabier Arraiza Cenoz2016-12-031-3/+71
| | | (bzr r15293)
* More GObject boilerplate reductionAlex Valavanis2014-08-241-32/+5
| | | (bzr r13341.1.175)
* Allow pixmaps to specify their width and height to control/knots. Allows ↵Martin Owens2013-09-281-115/+76
| | | | | non-square nodes. (bzr r12605)
* cppcheck: More C-style pointer castingAlex Valavanis2012-10-281-4/+4
| | | (bzr r11844)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-16/+8
| | | (bzr r11469.1.1)
* Revert r11370. Fix crash with grid in default templateAlex Valavanis2012-05-191-7/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1001724 (bzr r11386)
* Drop some GtkObject usageAlex Valavanis2012-05-161-13/+7
| | | (bzr r11370)
* Fix for 367607 : Replace deprecated sp_ctrl_set_arg and ↵John Smith2012-04-111-91/+163
| | | | | gtk_object_add_arg_type calls in sodipodi-ctrl.cpp (bzr r11219)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-21/+21
| | | (bzr r11207)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-021-1/+1
| | | | | replaced with g_object_unref (bzr r11139)
* Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis2012-02-151-0/+1
| | | (bzr r10988)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-3/+1
| | | (bzr r10873)
* Remove more deprecated GTK macrosAlex Valavanis2011-12-181-9/+9
| | | (bzr r10782)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-18/+10
| | | (bzr r10582.1.3)
* Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, ↵Diederik van Lierop2011-07-161-1/+6
| | | | | | | | etc.). See lp:360158 Fixed bugs: - https://launchpad.net/bugs/360158 (bzr r10463)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* Switch to GObjectAlex Valavanis2011-06-241-2/+2
| | | (bzr r10350.1.3)
* Fix rendering of control pointsKrzysztof Kosi??ski2011-06-191-169/+192
| | | (bzr r9508.1.88)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-4/+3
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
| | | | | | (bzr r10025)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+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)
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-1/+0
| | | | | | (bzr r9508.1.67)
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-1/+1
| | | | | | (bzr r9508.1.8)
* | Fix iconsKrzysztof Kosi??ski2010-06-291-1/+1
| | | | | | (bzr r9508.1.7)
* | Fix cross control pointKrzysztof Kosi??ski2010-06-221-11/+8
| | | | | | (bzr r9508.1.2)
* | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-144/+139
|/ | | (bzr r9508.1.1)
* do not redraw if moved to the same point as beforebulia byak2009-03-091-2/+7
| | | (bzr r7449)
* Merge from fe-movedTed Gould2008-11-211-4/+12
| | | (bzr r6891)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-8/+9
| | | (bzr r6839)
* update for 32 instead of 24 bpp canvas bufbulia byak2008-06-241-3/+3
| | | (bzr r6041)
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵Peter Moulder2007-09-291-410/+470
| | | | | for indentation. (bzr r3816)
* noop: CodingStyle: const placementPeter Moulder2007-09-291-3/+3
| | | (bzr r3815)
* do not redraw until moved for the first time; this fixes the flicker at 0,0 ↵bulia byak2007-08-241-0/+4
| | | | | whenever a new ctrl is created (bzr r3577)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+494
(bzr r1)