summaryrefslogtreecommitdiffstats
path: root/src/sp-switch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak2008-09-161-1/+0
| | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
* Warning cleanupJon A. Cruz2007-11-101-1/+1
| | | (bzr r4052)
* switch to sigc++ SPObject signals for SPSwitchMenTaLguY2006-07-291-7/+7
| | | (bzr r1510)
* marker refactoring workBryce Harrington2006-07-201-5/+5
| | | (bzr r1441)
* Applied patch #1501709Jon A. Cruz2006-06-071-3/+1
| | | (bzr r1176)
* Bug-1474013 - switch works incorrectly with non SP_ITEM childrenAndrius Ramanauskas2006-04-211-1/+1
| | | (bzr r561)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-201-0/+182
requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)