summaryrefslogtreecommitdiffstats
path: root/src/display/sodipodi-ctrlrect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-28cppcheck: More C-style pointer castingAlex Valavanis1-6/+5
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-7/+5
2012-05-19Revert r11370. Fix crash with grid in default templateAlex Valavanis1-6/+6
2012-05-16Drop some GtkObject usageAlex Valavanis1-6/+6
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-56/+37
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski1-1/+1
2011-07-25Revert workarounds from 10501 - no longer necessaryKrzysztof Kosi??ski1-66/+73
2011-07-24fix page shadow rendering bug introduced in r10495Johan B. C. Engelen1-73/+66
2011-07-23NRRectL -> 2geomJohan B. C. Engelen1-87/+94
2011-07-23remove obsolete code because changed to cairoJohan B. C. Engelen1-93/+0
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
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-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-1/+1
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-4/+31
2009-03-09only request redraw of those parts of the rect sides that actually movedbulia byak1-46/+115
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-10/+10
2008-06-24update for 32 instead of 24 bpp canvas bufbulia byak1-5/+5
2008-05-10More type registration cleanupJon A. Cruz1-11/+15
2007-09-29noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder1-5/+4
2007-08-30remove redundant commitbulia byak1-10/+10
2007-08-24initialize rect to 0,0,0,0 and do not redraw until dimensions are set; this r...bulia byak1-52/+60