summaryrefslogtreecommitdiffstats
path: root/src/object/sp-defs.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-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
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-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2017-10-02third batchMarc Jeanmougin1-16/+8
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-3/+3
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-7/+7
(bzr r14954.1.19)
2015-12-07static code analysisKris De Gussem1-1/+1
(bzr r14509)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
(bzr r13922.1.10)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2015-02-19added a set to the SelectionMarc Jeanmougin1-3/+2
(bzr r13922.1.6)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-5/+4
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)
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-10/+4
(bzr r11608.1.111)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-5/+3
(bzr r11608.1.86)
2013-04-06Merged more classes.Markus Engel1-37/+11
(bzr r11608.1.84)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+9
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-4/+11
(bzr r11608.1.67)
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-3/+3
(bzr r11608.1.65)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-6/+6
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-41/+33
(bzr r12059)
2012-08-21Added "virtual pad" to SPDefs.Markus Engel1-11/+38
(bzr r11608.1.43)
2010-07-24Yet mor in c++ificationAbhishek Sharma public1-19/+20
(bzr r9546.1.11)
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-3/+3
(bzr r9546.1.4)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-5/+4
(bzr r5884)
2007-11-04Warning cleanupJon A. Cruz1-1/+1
(bzr r4025)
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY1-1/+3
create methods to match DOM (bzr r2253)
2006-07-20marker refactoring workBryce Harrington1-10/+3
(bzr r1441)
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-14/+14
(bzr r149)