| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-06-06 | Refactoring: call setAttribute() directly. | Shlomi Fish | 1 | -2/+2 | |
| Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | |||||
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -5/+5 | |
| 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-22 | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 1 | -1/+0 | |
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -3/+2 | |
| 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 | -15/+15 | |
| 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 | -7/+7 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -7/+7 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -1/+3 | |
| A lot of header clean-up. | |||||
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -1/+1 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+1 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15025) | |||||
| 2016-02-23 | Fix small code buglet; found by Kris with cppcheck. | Tavmjong Bah | 1 | -1/+2 | |
| (bzr r14666) | |||||
| 2015-12-07 | static code analysis | Kris De Gussem | 1 | -9/+13 | |
| (bzr r14508) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.10) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -10/+0 | |
| (bzr r13939.1.1) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -3/+3 | |
| (bzr r13922.1.5) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -3/+3 | |
| 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-12-15 | C++ify SPMarkerView | Tavmjong Bah | 1 | -122/+90 | |
| (bzr r13799) | |||||
| 2014-11-25 | Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn'). | Tavmjong Bah | 1 | -5/+8 | |
| (bzr r13757) | |||||
| 2014-10-05 | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.248) | |||||
| 2014-08-20 | Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' ↵ | Tavmjong Bah | 1 | -16/+25 | |
| (rendering only). (bzr r13341.1.148) | |||||
| 2014-03-04 | Fix for W3C test suite test filters-light-02-f.svg. Marker refX and refY ↵ | Tavmjong Bah | 1 | -1/+3 | |
| defined in coordinate system of viewBox. (bzr r13113) | |||||
| 2014-02-11 | suppress compiler warnings | Kris De Gussem | 1 | -1/+1 | |
| (bzr r13021) | |||||
| 2014-02-06 | Markers are never shown directly, even if outside of <defs> section. | Tavmjong Bah | 1 | -3/+7 | |
| (bzr r13003) | |||||
| 2014-02-06 | Added new base class to handle viewBox and preserveAspectRatio. | Tavmjong Bah | 1 | -234/+23 | |
| Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002) | |||||
| 2014-01-30 | Correct positioning of custom markers. Fixes #230491. | Tavmjong Bah | 1 | -2/+4 | |
| (bzr r12986) | |||||
| 2013-10-27 | "fix" some "unused parameter" warnings | Kris De Gussem | 1 | -2/+2 | |
| (bzr r12736) | |||||
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -1/+1 | |
| (bzr r12729) | |||||
| 2013-10-09 | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵ | Nicolas Dufour | 1 | -1/+1 | |
| message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673) | |||||
| 2013-09-21 | Drop unused static function declarations | Alex Valavanis | 1 | -43/+0 | |
| (bzr r12565) | |||||
| 2013-08-03 | reduce scope of variables | Johan B. C. Engelen | 1 | -4/+2 | |
| (bzr r12463) | |||||
| 2013-04-07 | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 1 | -2/+0 | |
| (bzr r11608.1.86) | |||||
| 2013-04-05 | Merged Item. | Markus Engel | 1 | -1/+0 | |
| (bzr r11608.1.81) | |||||
| 2013-04-05 | Merged more classes. | Markus Engel | 1 | -1/+0 | |
| (bzr r11608.1.78) | |||||
| 2013-04-05 | Merged Group and subclasses. | Markus Engel | 1 | -163/+181 | |
| (bzr r11608.1.77) | |||||
| 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 | -8/+23 | |
| (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 | -20/+20 | |
| (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 | -6/+6 | |
| (bzr r11950.1.61) | |||||
| 2013-03-18 | Fix -Wcast-align issues with SPItemCtx | Alex Valavanis | 1 | -1/+1 | |
| (bzr r12222) | |||||
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -6/+6 | |
| (bzr r11950.1.56) | |||||
| 2013-03-16 | fix/suppress build warnings | Kris De Gussem | 1 | -6/+6 | |
| (bzr r12215) | |||||
| 2013-03-14 | Various changes. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.48) | |||||
| 2013-01-24 | More GObject boilerplate cleanup | Alex Valavanis | 1 | -52/+24 | |
| (bzr r12059) | |||||
| 2012-11-11 | SPObject: drop sp_object_ prefix on class members | Alex Valavanis | 1 | -2/+2 | |
| (bzr r11869) | |||||
