summaryrefslogtreecommitdiffstats
path: root/src/display/sodipodi-ctrlrect.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-23Eliminate clang warningsThomas Holder1-2/+0
-Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
2019-05-20Fix pixel alignment of box selection cueDiederik van Lierop1-9/+4
2018-11-08Clarify licensesMax Gaukler1-1/+2
- 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
2018-09-12New option to invert y-axisThomas Holder1-13/+22
Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-03-22Add canvas flip. No GUI. Can be bound to keys via preferences.Tavmjong Bah1-1/+2
(bzr r15606)
2017-03-17Modifiy CtrlRect to work with rotated canvas.Tavmjong Bah1-142/+119
(bzr r15600)
2015-12-21Add option for checkerboard background.Tavmjong Bah1-0/+15
Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539)
2014-08-26Complete reduction of GObject boilerplateAlex Valavanis1-32/+6
(bzr r13341.1.181)
2014-01-15for rubberband outline, add shading instead of XOR (Bug 1266308)Alvin Penner1-1/+12
Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936)
2012-10-28cppcheck: More C-style pointer castingAlex Valavanis1-6/+5
(bzr r11844)
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-7/+5
(bzr r11469.1.1)
2012-05-19Revert r11370. Fix crash with grid in default templateAlex Valavanis1-6/+6
Fixed bugs: - https://launchpad.net/bugs/1001724 (bzr r11386)
2012-05-16Drop some GtkObject usageAlex Valavanis1-6/+6
(bzr r11370)
2012-02-15Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis1-0/+1
(bzr r10988)
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-56/+37
(bzr r10873)
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski1-1/+1
(bzr r10582.1.3)
2011-07-25Revert workarounds from 10501 - no longer necessaryKrzysztof Kosi??ski1-66/+73
(bzr r10503)
2011-07-24fix page shadow rendering bug introduced in r10495Johan B. C. Engelen1-73/+66
(bzr r10501)
2011-07-23NRRectL -> 2geomJohan B. C. Engelen1-87/+94
(bzr r10495)
2011-07-23remove obsolete code because changed to cairoJohan B. C. Engelen1-93/+0
(bzr r10494)
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
(bzr r10407)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-3/+3
(bzr r10025)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-1/+0
header. (bzr r9978.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-1/+1
(bzr r9508.1.8)
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-4/+31
(bzr r9508.1.1)
2009-03-09only request redraw of those parts of the rect sides that actually movedbulia byak1-46/+115
(bzr r7450)
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-10/+10
(bzr r6839)
2008-06-24update for 32 instead of 24 bpp canvas bufbulia byak1-5/+5
(bzr r6041)
2008-05-10More type registration cleanupJon A. Cruz1-11/+15
(bzr r5646)
2007-09-29noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵Peter Moulder1-5/+4
for indentation. (bzr r3816)
2007-08-30remove redundant commitbulia byak1-10/+10
(bzr r3619)
2007-08-24initialize rect to 0,0,0,0 and do not redraw until dimensions are set; this ↵bulia byak1-52/+60
removes another reason for flicker at 0.0 (bzr r3578)