summaryrefslogtreecommitdiffstats
path: root/src/sp-switch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-061-1/+1
| | | (bzr r10946)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-1/+1
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-1/+1
| | | (bzr r10347.1.21)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* switch to sigc++ SPObject signals for SPSwitchMenTaLguY2006-07-291-1/+3
| | | (bzr r1510)
* marker refactoring workBryce Harrington2006-07-201-1/+1
| | | (bzr r1441)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-201-0/+61
requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)