summaryrefslogtreecommitdiffstats
path: root/src/sp-switch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-49/+0
| | | | A lot of header clean-up.
* finally removed all GSList from main folder .h filesMarc Jeanmougin2015-12-081-1/+0
| | | (bzr r14504.1.15)
* added a set to the SelectionMarc Jeanmougin2015-02-191-1/+1
| | | (bzr r13922.1.6)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-1/+1
| | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-4/+6
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Fix bug in SPSwitch.Markus Engel2013-11-121-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1249862 (bzr r12794)
* Added some consts.Markus Engel2013-10-261-2/+2
| | | (bzr r12729)
* change names for displayName and detailedDescription, improve char code and ↵Martin Owens2013-09-241-1/+1
| | | | | remove const. (bzr r12584)
* Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Merged Group and subclasses.Markus Engel2013-04-051-31/+2
| | | (bzr r11608.1.77)
* Added constructors to SP classes.Markus Engel2013-04-011-0/+1
| | | (bzr r11608.1.67)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | (bzr r11608.1.64)
* Renamed virtual function names.Markus Engel2013-03-291-4/+4
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-1/+6
|\ | | | | (bzr r11608.1.56)
| * Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+1
| | | | | | (bzr r12206)
| * Cleanup more GObject type definitionsAlex Valavanis2013-01-171-3/+7
| | | | | | (bzr r12034)
* | Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by ↵Markus Engel2012-08-181-23/+31
|/ | | | | | | someone else. SPGroup should work as expected, SPSwitch may still be buggy. (bzr r11608.1.16)
* (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)