| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-06-14 | Fix crash after deleting a grouped connection | Nathan Lee | 1 | -0/+1 | |
| Fix gitlab.com/inkscape/inkscape/issues/205 | |||||
| 2019-04-14 | Fix nullptr deref after connector delete | Bryce Harrington | 1 | -2/+6 | |
| When a connector has been deleted, its _connRef will be set to NULL. Some logic should be bypassed in this case, other should check NULL status as a pre-condition. Fixes: https://gitlab.com/inkscape/inbox/issues/313 | |||||
| 2019-04-06 | More document.h cleanup. | Tavmjong Bah | 1 | -2/+2 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -10/+10 | |
| 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-11-05 | remove Inkscape::URI::toString | Thomas Holder | 1 | -3/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -11/+11 | |
| 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 | -6/+6 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -6/+6 | |
| 2018-04-29 | Put adaptagrams into its own folder | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -2/+2 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2017-12-26 | Format connector code | Sylvain Chiron | 1 | -97/+54 | |
| Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr> | |||||
| 2017-07-01 | Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵ | Sylvain Chiron | 1 | -74/+46 | |
| changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr> | |||||
| 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) | |||||
| 2014-03-03 | More memory leak fixes (Bug #1275170) | Kris De Gussem | 1 | -2/+5 | |
| (bzr r13105) | |||||
| 2012-11-30 | Step 1. Remove junk and keep functionality. | Martin Owens | 1 | -14/+3 | |
| (bzr r11894.1.1) | |||||
| 2012-08-18 | Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by ↵ | Markus Engel | 1 | -1/+1 | |
| someone else. SPGroup should work as expected, SPSwitch may still be buggy. (bzr r11608.1.16) | |||||
| 2012-01-17 | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r10897) | |||||
| 2012-01-17 | part 1 of SPPath cleanup for LPE... remove duplicated original_curve in ↵ | Johan B. C. Engelen | 1 | -2/+2 | |
| SPPath (SPShape has curve_before_lpe) (bzr r10895) | |||||
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -5/+5 | |
| (bzr r10461) | |||||
| 2011-06-27 | fix crasher | Johan B. C. Engelen | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/802212 (bzr r10375) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -3/+3 | |
| (bzr r10025) | |||||
| 2010-12-29 | Fix bug #552289 - Ungrouping objects changes position of arrow lines. This ↵ | Arcadie M. Cracan | 1 | -2/+3 | |
| was due to incorrect initialization of unattached connector endpoints that was part of a group. Fixed bugs: - https://launchpad.net/bugs/552289 (bzr r9988) | |||||
| 2010-07-12 | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 1 | -6/+6 | |
| Privatisation tweaks (bzr r9546.1.6) | |||||
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 1 | -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) | |||||
| 2010-03-02 | Cleanup on id access. | Jon A. Cruz | 1 | -8/+8 | |
| (bzr r9127) | |||||
| 2010-02-21 | Disabled unfinished connection point edit mode. Added ↵ | Arcadie M. Cracan | 1 | -62/+62 | |
| 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-02 | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 1 | -75/+173 | |
| (bzr r8855) | |||||
| 2009-07-15 | - Fix bug #171150: Connectors should always touch the shape boundary | mjwybrow | 1 | -0/+3 | |
| This fix is backported from some of Arcadie Cracan's Summer of Code work on the gsoc2009_connectors branch. (bzr r8284) | |||||
| 2008-12-05 | NR -> 2Geom few more files | Joshua L. Blocher | 1 | -9/+9 | |
| (bzr r6959) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -1/+1 | |
| (bzr r6891) | |||||
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -2/+2 | |
| (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-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r6593) | |||||
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r6569) | |||||
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r5915) | |||||
| 2008-05-05 | struct SPCurve => class SPCurve | Johan B. C. Engelen | 1 | -5/+5 | |
| 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-04 | adapt code to new Maybe/bbox regime | MenTaLguY | 1 | -2/+7 | |
| (bzr r2538) | |||||
| 2007-03-04 | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 1 | -1/+1 | |
| rect handling, though) (bzr r2536) | |||||
| 2006-07-14 | * src/sp-conn-end-pair.cpp, src/connector-context.cpp, | mjwybrow | 1 | -4/+4 | |
| src/document.cpp, src/libavoid/*: Update libavoid with upstream fixes, optimisations and new features. (bzr r1411) | |||||
| 2006-05-28 | * src/sp-conn-end-pair.cpp: Detach connectors from empty groups | mjwybrow | 1 | -0/+15 | |
| before trying to route connectors to them. This is required since empty groups have no physical position. Fixes bug #1448811. (bzr r1034) | |||||
| 2006-05-12 | * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp: | mjwybrow | 1 | -3/+0 | |
| When moving/transforming connectors, only detach connectors from objects that are not part of the selection. Previously, connectors moved as part of a selection would be detached from all objects. This has been requested several times via email. The change also fixes bug #1383806. (bzr r811) | |||||
| 2006-02-15 | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 1 | -11/+11 | |
| (bzr r149) | |||||
| 2006-02-15 | * src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, | mjwybrow | 1 | -1/+4 | |
| src/connector-context.cpp, src/conn-avoid-ref.cpp: Keep a seperate connector router for each document. * src/libavoid/Makefile_insert, src/libavoid/connector.cpp, src/libavoid/connector.h, src/libavoid/debug.h, src/libavoid/geometry.cpp, src/libavoid/geometry.h, src/libavoid/geomtypes.h, src/libavoid/graph.cpp, src/libavoid/graph.h, src/libavoid/incremental.cpp, src/libavoid/incremental.h, src/libavoid/libavoid.h, src/libavoid/makepath.cpp, src/libavoid/makepath.h, src/libavoid/polyutil.cpp, src/libavoid/polyutil.h, src/libavoid/router.cpp, src/libavoid/router.h, src/libavoid/shape.cpp, src/libavoid/shape.h, src/libavoid/static.cpp, src/libavoid/static.h, src/libavoid/timer.cpp, src/libavoid/timer.h, src/libavoid/vertices.cpp, src/libavoid/vertices.h, src/libavoid/visibility.cpp, src/libavoid/visibility.h: Upstream changes to libavoid that allow multiple connector router instances, as well a few other minor bugfixes. (bzr r144) | |||||
| 2006-02-11 | * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp: | mjwybrow | 1 | -2/+6 | |
| Fix two bugs from my commit yesterday. (bzr r117) | |||||
