| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -2/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r15025) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -10/+0 | |
| (bzr r13939.1.1) | |||||
| 2013-10-27 | "fix" some "unused parameter" warnings | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12737) | |||||
| 2013-08-03 | Cleaned up. | Markus Engel | 1 | -14/+10 | |
| (bzr r11608.1.117) | |||||
| 2013-04-07 | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 1 | -9/+6 | |
| (bzr r11608.1.86) | |||||
| 2013-04-06 | Merged more classes. | Markus Engel | 1 | -34/+13 | |
| (bzr r11608.1.84) | |||||
| 2013-04-02 | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵ | Markus Engel | 1 | -0/+10 | |
| rewritten, as they aren't real classes. (bzr r11608.1.69) | |||||
| 2013-04-01 | Added constructors to SP classes. | Markus Engel | 1 | -4/+10 | |
| (bzr r11608.1.67) | |||||
| 2013-03-31 | Prepared exchange of casting macros. | Markus Engel | 1 | -0/+1 | |
| (bzr r11608.1.63) | |||||
| 2013-03-29 | Renamed virtual function names. | Markus Engel | 1 | -9/+9 | |
| (bzr r11608.1.57) | |||||
| 2013-03-29 | Removed function pointers from SPObject and subclasses. | Markus Engel | 1 | -4/+4 | |
| Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | |||||
| 2013-03-19 | Fixing regression | jtx | 1 | -4/+6 | |
| (bzr r11950.1.61) | |||||
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -6/+4 | |
| (bzr r11950.1.56) | |||||
| 2013-03-16 | Warning cleanup | Alex Valavanis | 1 | -4/+6 | |
| (bzr r12211) | |||||
| 2013-03-14 | Various changes. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.48) | |||||
| 2013-01-26 | More GObject boilerplate reduction | Alex Valavanis | 1 | -38/+11 | |
| (bzr r12065) | |||||
| 2012-08-21 | Added "virtual pad" to SPMetadata. | Markus Engel | 1 | -30/+60 | |
| (bzr r11608.1.41) | |||||
| 2012-01-08 | Warning and uninitialized variable cleanup. | Jon A. Cruz | 1 | -7/+6 | |
| (bzr r10860) | |||||
| 2011-10-03 | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 1 | -30/+23 | |
| (bzr r10659) | |||||
| 2011-06-04 | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 1 | -1/+2 | |
| SP_ROOT() gtk type function/macro. (bzr r10254) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -4/+13 | |
| (bzr r10067) | |||||
| 2010-01-02 | Preserve metadata in plain SVG. Fixes bug #170967. | Jon A. Cruz | 1 | -3/+3 | |
| Fixed bugs: - https://launchpad.net/bugs/170967 (bzr r8934) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -3/+3 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -3/+3 | |
| (bzr r8404) | |||||
| 2008-06-11 | plumb XML::Documents in everywhere | MenTaLguY | 1 | -4/+4 | |
| (bzr r5884) | |||||
| 2007-12-08 | Warning cleanup | Jon A. Cruz | 1 | -0/+1 | |
| (bzr r4192) | |||||
| 2007-04-09 | fix crash temporarily until next refactoring phase | MenTaLguY | 1 | -1/+1 | |
| (bzr r2837) | |||||
| 2007-03-20 | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 1 | -1/+1 | |
| (bzr r2723) | |||||
