summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas-util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* cppification and performanceMarc Jeanmougin2015-12-131-0/+3
| | | (bzr r14529)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-6/+4
| | | (bzr r10873)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-8/+1
| | | (bzr r10582.1.3)
* Warning cleanup.Jon A. Cruz2011-06-221-2/+1
| | | (bzr r10339)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-6/+6
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
| | | | | | (bzr r10025)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+2
| | | | | | | | | | header. (bzr r9978.1.1)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | (bzr r9508.1.70)
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-1/+0
| | | | | | (bzr r9508.1.67)
* | Remove some cruftKrzysztof Kosi??ski2010-07-041-2/+2
| | | | | | (bzr r9508.1.10)
* | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-27/+2
|/ | | (bzr r9508.1.1)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-3/+4
| | | (bzr r8846.1.1)
* 2geomificationJohan B. C. Engelen2009-01-021-1/+1
| | | (bzr r7056)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-3/+3
| | | (bzr r6839)
* replace matrix division code.Johan B. C. Engelen2008-08-011-3/+3
| | | (bzr r6512)
* add #include <string.h> for memset(), so that it is portableBob Jamison2008-06-241-0/+2
| | | (bzr r6049)
* update for 32bpp canvas buf; delivarotifybulia byak2008-06-241-180/+1
| | | (bzr r6037)
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵Peter Moulder2007-09-291-79/+91
| | | | | for indentation. (bzr r3816)
* noop: CodingStyle: const placementPeter Moulder2007-09-291-2/+2
| | | (bzr r3815)
* a bunch of cairo fixmes in anticipation of a more direct rendering with less ↵bulia byak2007-02-171-1/+1
| | | | | intermediate buffers and unpacked 32bit RGBA throughout (bzr r2385)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+307
(bzr r1)