summaryrefslogtreecommitdiffstats
path: root/src/sp-switch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-159/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-3/+4
2015-12-07static code analysisKris De Gussem1-2/+2
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-2/+2
2015-02-25create SPObject factoryLiam P. White1-14/+0
2015-02-19added a set to the SelectionMarc Jeanmougin1-7/+7
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-13/+11
2014-02-19Fix for SPSwitch updates.Markus Engel1-4/+10
2013-11-12Fix bug in SPSwitch.Markus Engel1-0/+1
2013-10-28"fix" some "unused parameter" warningsKris De Gussem1-1/+1
2013-10-26Added some consts.Markus Engel1-2/+2
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-1/+1
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-3/+5
2013-04-08Reactivated independent reference counting in the SPObject tree.Markus Engel1-2/+4
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged Item.Markus Engel1-1/+0
2013-04-05Merged more classes.Markus Engel1-1/+0
2013-04-05Merged Group and subclasses.Markus Engel1-38/+21
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-3/+9
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-4/+4
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-27/+3
2012-08-18Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by some...Markus Engel1-32/+35
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-3/+3
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-6/+4
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-6/+3
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-1/+1
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-1/+0
2007-11-10Warning cleanupJon A. Cruz1-1/+1
2006-07-29switch to sigc++ SPObject signals for SPSwitchMenTaLguY1-7/+7
2006-07-20marker refactoring workBryce Harrington1-5/+5
2006-06-07Applied patch #1501709Jon A. Cruz1-3/+1
2006-04-21Bug-1474013 - switch works incorrectly with non SP_ITEM childrenAndrius Ramanauskas1-1/+1
2006-04-20SVG 1.1 Conditional Processing Module rendering support (<switch> element, re...Andrius Ramanauskas1-0/+182