summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas-util.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2015-12-13cppification and performanceMarc Jeanmougin1-0/+3
(bzr r14529)
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-6/+4
(bzr r10873)
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski1-8/+1
(bzr r10582.1.3)
2011-06-22Warning cleanup.Jon A. Cruz1-2/+1
(bzr r10339)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
(bzr r10025)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-1/+2
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-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-1/+0
(bzr r9508.1.67)
2010-07-04Remove some cruftKrzysztof Kosi??ski1-2/+2
(bzr r9508.1.10)
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-27/+2
(bzr r9508.1.1)
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-3/+4
(bzr r8846.1.1)
2009-01-022geomificationJohan B. C. Engelen1-1/+1
(bzr r7056)
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-3/+3
(bzr r6839)
2008-08-01replace matrix division code.Johan B. C. Engelen1-3/+3
(bzr r6512)
2008-06-24add #include <string.h> for memset(), so that it is portableBob Jamison1-0/+2
(bzr r6049)
2008-06-24update for 32bpp canvas buf; delivarotifybulia byak1-180/+1
(bzr r6037)
2007-09-29noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵Peter Moulder1-79/+91
for indentation. (bzr r3816)
2007-09-29noop: CodingStyle: const placementPeter Moulder1-2/+2
(bzr r3815)
2007-02-17a bunch of cairo fixmes in anticipation of a more direct rendering with less ↵bulia byak1-1/+1
intermediate buffers and unpacked 32bit RGBA throughout (bzr r2385)