summaryrefslogtreecommitdiffstats
path: root/src/object/sp-switch.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-3/+4
(bzr r14954.1.19)
2015-12-07static code analysisKris De Gussem1-2/+2
(bzr r14509)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-2/+2
(bzr r13922.1.10)
2015-02-25create SPObject factoryLiam P. White1-14/+0
(bzr r13939.1.1)
2015-02-19added a set to the SelectionMarc Jeanmougin1-7/+7
(bzr r13922.1.6)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-13/+11
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)
2014-02-19Fix for SPSwitch updates.Markus Engel1-4/+10
Fixed bugs: - https://launchpad.net/bugs/1254373 (bzr r13044)
2013-11-12Fix bug in SPSwitch.Markus Engel1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1249862 (bzr r12794)
2013-10-28"fix" some "unused parameter" warningsKris De Gussem1-1/+1
(bzr r12738)
2013-10-26Added some consts.Markus Engel1-2/+2
(bzr r12729)
2013-09-24change names for displayName and detailedDescription, improve char code and ↵Martin Owens1-1/+1
remove const. (bzr r12584)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-3/+5
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
2013-04-08Reactivated independent reference counting in the SPObject tree.Markus Engel1-2/+4
(bzr r11608.1.88)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
(bzr r11608.1.86)
2013-04-05Merged Item.Markus Engel1-1/+0
(bzr r11608.1.81)
2013-04-05Merged more classes.Markus Engel1-1/+0
(bzr r11608.1.78)
2013-04-05Merged Group and subclasses.Markus Engel1-38/+21
(bzr r11608.1.77)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+10
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-3/+9
(bzr r11608.1.67)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-4/+4
(bzr r11608.1.57)
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-27/+3
(bzr r12034)
2012-08-18Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by ↵Markus Engel1-32/+35
someone else. SPGroup should work as expected, SPSwitch may still be buggy. (bzr r11608.1.16)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-3/+3
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-6/+4
(bzr r10347.1.21)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-6/+3
(bzr r10461)
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
(bzr r9546.1.4)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-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)
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak1-1/+0
this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
2007-11-10Warning cleanupJon A. Cruz1-1/+1
(bzr r4052)
2006-07-29switch to sigc++ SPObject signals for SPSwitchMenTaLguY1-7/+7
(bzr r1510)
2006-07-20marker refactoring workBryce Harrington1-5/+5
(bzr r1441)
2006-06-07Applied patch #1501709Jon A. Cruz1-3/+1
(bzr r1176)
2006-04-21Bug-1474013 - switch works incorrectly with non SP_ITEM childrenAndrius Ramanauskas1-1/+1
(bzr r561)
2006-04-20SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas1-0/+182
requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)