More GObject boilerplate reduction
Allow pixmaps to specify their width and height to control/knots. Allows non-square nodes.
cppcheck: More C-style pointer casting
Stop deriving SPCanvasItem from GtkObject
Revert r11370. Fix crash with grid in default template
Drop some GtkObject usage
Fix for 367607 : Replace deprecated sp_ctrl_set_arg and gtk_object_add_arg_type calls in sodipodi-ctrl.cpp
Adopt obsolete GtkAnchorType enum as SPAnchorType
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols replaced with g_object_unref
Prevent false gtk deprecation warnings in canvas-grid and tidy headers
Initial C++ification of SPCanvas.
Remove more deprecated GTK macros
Update 2Geom. Remove all use of NRRectL.
Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.). See lp:360158
GTK+ cleanup: gtk_type_class
Switch to GObject
Fix rendering of control points
update to latest 2geom !
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward header.
Super duper mega (fun!) commit: replaced encoding=utf-8 with 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.
Completely remove NRPixBlock
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Fix icons
Fix cross control point
Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns
do not redraw if moved to the same point as before
Merge from fe-moved
Next roud of NR ==> Geom conversion
update for 32 instead of 24 bpp canvas buf
noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs for indentation.
noop: CodingStyle: const placement
do not redraw until moved for the first time; this fixes the flicker at 0,0 whenever a new ctrl is created
moving trunk for module inkscape