| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-06-06 | Refactoring: call setAttribute() directly. | Shlomi Fish | 1 | -1/+1 | |
| 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 | -2/+1 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -0/+9 | |
| - 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-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -7/+7 | |
| 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 | -5/+5 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -5/+5 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2017-12-26 | Format connector code | Sylvain Chiron | 1 | -70/+50 | |
| Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr> | |||||
| 2017-02-05 | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 1 | -1/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -2/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+2 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -2/+0 | |
| (bzr r15025) | |||||
| 2015-12-07 | static code analysis | Kris De Gussem | 1 | -1/+1 | |
| (bzr r14509) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -1/+1 | |
| (bzr r14059.2.1) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -2/+2 | |
| (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 | -2/+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-03-30 | Removed some operator keywords. | Markus Engel | 1 | -1/+1 | |
| (bzr r13237) | |||||
| 2012-11-30 | Step 1. Remove junk and keep functionality. | Martin Owens | 1 | -90/+16 | |
| (bzr r11894.1.1) | |||||
| 2012-10-27 | Fix C++11 narrowing conversion errors | Alex Valavanis | 1 | -1/+1 | |
| (bzr r11834) | |||||
| 2012-02-29 | cppcheck | Kris De Gussem | 1 | -0/+2 | |
| added todo warning for sp-conn-end (after devmail message) (bzr r11033) | |||||
| 2012-02-15 | cppcheck | Kris De Gussem | 1 | -2/+2 | |
| (bzr r10987) | |||||
| 2012-01-17 | add underscores to some member variables. | Johan B. C. Engelen | 1 | -3/+3 | |
| add some const stuff (bzr r10900) | |||||
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -4/+3 | |
| (bzr r10461) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -4/+4 | |
| (bzr r10067) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -5/+5 | |
| (bzr r10025) | |||||
| 2010-08-04 | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r9508.1.45) | |||||
| 2010-07-14 | SPShape c++ified to the extent it was possible and more changes done for XML ↵ | Abhishek Sharma Public | 1 | -1/+1 | |
| privatisation. Major changes yet to come. (bzr r9546.1.7) | |||||
| 2010-02-21 | Disabled unfinished connection point edit mode. Added ↵ | Arcadie M. Cracan | 1 | -117/+89 | |
| inkscape:connection-start-point, inkscape:connection-end-point attributes for connector endpoints. This corrects the previous approach making drawings created in 0.48 version compatible with earlier versions (new attributes are silently ignored). (bzr r9103.1.1) | |||||
| 2009-12-27 | Connector tool: make connectors avoid the convex hull of shapes. | Arcadie M. Cracan | 1 | -16/+17 | |
| (bzr r8857.1.1) | |||||
| 2009-12-20 | Warning cleanup | Jon A. Cruz | 1 | -11/+12 | |
| (bzr r8895) | |||||
| 2009-12-02 | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 1 | -100/+228 | |
| (bzr r8855) | |||||
| 2009-07-15 | - Fix bug #171150: Connectors should always touch the shape boundary | mjwybrow | 1 | -125/+108 | |
| This fix is backported from some of Arcadie Cracan's Summer of Code work on the gsoc2009_connectors branch. (bzr r8284) | |||||
| 2008-12-28 | More NR ==> Geom changes | Joshua L. Blocher | 1 | -1/+1 | |
| (bzr r7032) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -2/+2 | |
| (bzr r6891) | |||||
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -31/+31 | |
| (bzr r6884) | |||||
| 2008-08-13 | make spcurve::first_point and last_point boost::optional | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r6617) | |||||
| 2008-08-13 | return boost::optional for second and penultimate points of SPCurve | Johan B. C. Engelen | 1 | -4/+4 | |
| (bzr r6616) | |||||
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -3/+3 | |
| (bzr r6593) | |||||
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r6569) | |||||
| 2008-08-01 | replace matrix division code. | Johan B. C. Engelen | 1 | -5/+4 | |
| (bzr r6512) | |||||
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -3/+3 | |
| (bzr r5915) | |||||
| 2008-05-05 | struct SPCurve => class SPCurve | Johan B. C. Engelen | 1 | -10/+10 | |
| change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | |||||
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+3 | |
| (bzr r4629) | |||||
| 2007-11-04 | Warning cleanup | Jon A. Cruz | 1 | -2/+2 | |
| (bzr r4025) | |||||
| 2007-03-11 | Eliminate remaining sources of empty NR::Rects | MenTaLguY | 1 | -10/+14 | |
| (bzr r2605) | |||||
| 2007-03-04 | adapt code to new Maybe/bbox regime | MenTaLguY | 1 | -5/+15 | |
| (bzr r2538) | |||||
| 2007-03-04 | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 1 | -4/+4 | |
| rect handling, though) (bzr r2536) | |||||
| 2006-02-15 | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 1 | -6/+6 | |
| (bzr r149) | |||||
