summaryrefslogtreecommitdiffstats
path: root/src/sp-conn-end.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-304/+0
A lot of header clean-up.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-12-26Format connector codeSylvain Chiron1-70/+50
Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-1/+2
Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2015-12-07static code analysisKris De Gussem1-1/+1
(bzr r14509)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-1/+1
(bzr r14059.2.1)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-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-30Removed some operator keywords.Markus Engel1-1/+1
(bzr r13237)
2012-11-30Step 1. Remove junk and keep functionality.Martin Owens1-90/+16
(bzr r11894.1.1)
2012-10-27Fix C++11 narrowing conversion errorsAlex Valavanis1-1/+1
(bzr r11834)
2012-02-29cppcheckKris De Gussem1-0/+2
added todo warning for sp-conn-end (after devmail message) (bzr r11033)
2012-02-15cppcheckKris De Gussem1-2/+2
(bzr r10987)
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-3/+3
add some const stuff (bzr r10900)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-4/+3
(bzr r10461)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-4/+4
(bzr r10067)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-5/+5
(bzr r10025)
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-1/+0
(bzr r9508.1.45)
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public1-1/+1
privatisation. Major changes yet to come. (bzr r9546.1.7)
2010-02-21Disabled unfinished connection point edit mode. Added ↵Arcadie M. Cracan1-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-27Connector tool: make connectors avoid the convex hull of shapes.Arcadie M. Cracan1-16/+17
(bzr r8857.1.1)
2009-12-20Warning cleanupJon A. Cruz1-11/+12
(bzr r8895)
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan1-100/+228
(bzr r8855)
2009-07-15- Fix bug #171150: Connectors should always touch the shape boundarymjwybrow1-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-28More NR ==> Geom changesJoshua L. Blocher1-1/+1
(bzr r7032)
2008-11-21Merge from fe-movedTed Gould1-2/+2
(bzr r6891)
2008-10-11Merging from trunkTed Gould1-31/+31
(bzr r6884)
2008-08-13make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen1-2/+2
(bzr r6617)
2008-08-13return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen1-4/+4
(bzr r6616)
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-3/+3
(bzr r6593)
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
(bzr r6569)
2008-08-01replace matrix division code.Johan B. C. Engelen1-5/+4
(bzr r6512)
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-3/+3
(bzr r5915)
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-10/+10
change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+3
(bzr r4629)
2007-11-04Warning cleanupJon A. Cruz1-2/+2
(bzr r4025)
2007-03-11Eliminate remaining sources of empty NR::RectsMenTaLguY1-10/+14
(bzr r2605)
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-5/+15
(bzr r2538)
2007-03-04switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY1-4/+4
rect handling, though) (bzr r2536)
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-6/+6
(bzr r149)