summaryrefslogtreecommitdiffstats
path: root/src/display/sp-ctrlquadr.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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | 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-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* More GObject boilerplate reductionAlex Valavanis2014-08-241-29/+5
| | | (bzr r13341.1.175)
* cppcheck: get rid of more C-style pointer castsAlex Valavanis2012-10-271-2/+2
| | | (bzr r11840)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-8/+5
| | | (bzr r11469.1.1)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-8/+9
| | | (bzr r10873)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
| | | (bzr r10666)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-3/+1
| | | (bzr r10582.1.3)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-5/+5
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
| | | | | | (bzr r10025)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-6/+3
| | | | | | | | | | 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)
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-5/+5
|/ | | (bzr r9508.1.8)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-28/+28
| | | (bzr r6839)
* Replaced deprecated GtkType creation with GTypeJon A. Cruz2008-08-031-11/+12
| | | (bzr r6541)
* delivarotify, render with cairo; regression: cairo cannot do inversebulia byak2008-06-241-59/+54
| | | (bzr r6045)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-3/+3
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+210
(bzr r1)