summaryrefslogtreecommitdiffstats
path: root/src/display/sodipodi-ctrlrect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-23Eliminate clang warningsThomas Holder1-2/+0
2019-05-20Fix pixel alignment of box selection cueDiederik van Lierop1-9/+4
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-09-12New option to invert y-axisThomas Holder1-13/+22
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-11-07Misc. typosUnknown1-1/+1
2017-03-22Add canvas flip. No GUI. Can be bound to keys via preferences.Tavmjong Bah1-1/+2
2017-03-17Modifiy CtrlRect to work with rotated canvas.Tavmjong Bah1-142/+119
2015-12-21Add option for checkerboard background.Tavmjong Bah1-0/+15
2014-08-26Complete reduction of GObject boilerplateAlex Valavanis1-32/+6
2014-01-15for rubberband outline, add shading instead of XOR (Bug 1266308)Alvin Penner1-1/+12
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