summaryrefslogtreecommitdiffstats
path: root/src/sp-switch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup more GObject type definitionsAlex Valavanis2013-01-171-27/+3
| | | (bzr r12034)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-3/+3
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-6/+4
| | | (bzr r10347.1.21)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-6/+3
| | | (bzr r10461)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-7/+20
|\ | | | | (bzr r9945.1.1)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| | | | | | (bzr r9546.1.4)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+1
|/ | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* 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)