summaryrefslogtreecommitdiffstats
path: root/src/display/sodipodi-ctrl.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)