summaryrefslogtreecommitdiffstats
path: root/src/sp-conn-end.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-304/+0
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Format connector codeSylvain Chiron2017-12-261-70/+50
| | | | Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| | | (bzr r15025)
* static code analysisKris De Gussem2015-12-071-1/+1
| | | (bzr r14509)
* Merge from trunkKrzysztof Kosi??ski2015-05-081-2/+3
|\ | | | | (bzr r14059.2.11)
| * corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.10)
| * Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | | | | (bzr r13922.1.5)
| * At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-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)
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+1
|/ | | (bzr r14059.2.1)
* Removed some operator keywords.Markus Engel2014-03-301-1/+1
| | | (bzr r13237)
* Step 1. Remove junk and keep functionality.Martin Owens2012-11-301-90/+16
| | | (bzr r11894.1.1)
* Fix C++11 narrowing conversion errorsAlex Valavanis2012-10-271-1/+1
| | | (bzr r11834)
* cppcheckKris De Gussem2012-02-291-0/+2
| | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033)
* cppcheckKris De Gussem2012-02-151-2/+2
| | | (bzr r10987)
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-3/+3
| | | | | add some const stuff (bzr r10900)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-4/+3
| | | (bzr r10461)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-9/+9
|\ | | | | (bzr r9508.1.73)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-4/+4
| | | | | | (bzr r10067)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-5/+5
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-1/+1
|\| | | | | (bzr r9508.1.72)
| * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-1/+1
| | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-1/+0
|/ | | (bzr r9508.1.45)
* Disabled unfinished connection point edit mode. Added ↵Arcadie M. Cracan2010-02-211-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)
* Connector tool: make connectors avoid the convex hull of shapes.Arcadie M. Cracan2009-12-271-16/+17
| | | (bzr r8857.1.1)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-100/+228
| | | (bzr r8855)
* - Fix bug #171150: Connectors should always touch the shape boundarymjwybrow2009-07-151-125/+108
| | | | | | This fix is backported from some of Arcadie Cracan's Summer of Code work on the gsoc2009_connectors branch. (bzr r8284)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-1/+1
| | | (bzr r7032)
* Merge from fe-movedTed Gould2008-11-211-2/+2
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-31/+31
| | | (bzr r6884)
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-131-2/+2
| | | (bzr r6617)
* return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen2008-08-131-4/+4
| | | (bzr r6616)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-3/+3
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
| | | (bzr r6569)
* replace matrix division code.Johan B. C. Engelen2008-08-011-5/+4
| | | (bzr r6512)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
| | | (bzr r5915)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-10/+10
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* Warning cleanupJon A. Cruz2007-11-041-2/+2
| | | (bzr r4025)
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-111-10/+14
| | | (bzr r2605)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-5/+15
| | | (bzr r2538)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-4/+4
| | | | | rect handling, though) (bzr r2536)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-6/+6
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+298
(bzr r1)