summaryrefslogtreecommitdiffstats
path: root/src/display/gnome-canvas-acetate.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-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah2017-03-301-0/+8
| | | | | Add canvas-debug for study of canvas tiling. (bzr r15612)
* More GObject boilerplate reductionAlex Valavanis2014-08-241-26/+3
| | | (bzr r13341.1.175)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-11/+6
| | | (bzr r11469.1.1)
* Revert r11370. Fix crash with grid in default templateAlex Valavanis2012-05-191-7/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1001724 (bzr r11386)
* Drop some GtkObject usageAlex Valavanis2012-05-161-11/+7
| | | (bzr r11370)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-3/+2
| | | (bzr r10873)
* some static code analysis stuff (cppcheck warnings)Kris De Gussem2011-12-171-4/+0
| | | (bzr r10779)
* SPAttributeWidget C++ifiedKris De Gussem2011-12-111-12/+6
| | | (bzr r10766.1.2)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* Switch to GObjectAlex Valavanis2011-06-241-9/+11
| | | (bzr r10350.1.3)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (bzr r10025)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+0
| | | | | header. (bzr r9978.1.1)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-4/+4
| | | (bzr r6839)
* Remove warningsBob Jamison2008-05-041-1/+1
| | | (bzr r5604)
* Warning cleanupJon A. Cruz2007-11-101-10/+10
| | | (bzr r4052)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+100
(bzr r1)