summaryrefslogtreecommitdiffstats
path: root/src/connector-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-13Minor warning and dead code cleanup.Jon A. Cruz1-1/+1
2012-12-31Replace C-style pointer casts in event contextsAlex Valavanis1-13/+10
2012-11-30Step 1. Remove junk and keep functionality.Martin Owens1-542/+53
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-4/+1
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-4/+4
2012-04-08More GDK key macro fixes, and some cursor referencingAlex Valavanis1-8/+15
2012-02-12Header cleaningAlex Valavanis1-2/+2
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-1/+1
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-5/+5
2012-01-17part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...Johan B. C. Engelen1-6/+5
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-7/+7
2011-06-25warning cleanup (no functional changes)Campbell Barton1-11/+11
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-11/+11
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-4/+4
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-5/+5
2011-02-02update to latest 2geom !Johan B. C. Engelen1-5/+5
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-1/+4
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-16Connector tool: pointers should be nulled after snappingDiederik van Lierop1-12/+22
2010-08-13Revs 9706-9709 from trunk to fix Uniconvertor and 3 connector crashesJosh Andler1-7/+26
2010-08-13Fixes bug #478597 where the connector context crash due to asserting thatMichael Wybrow1-2/+4
2010-08-13Fix bug #612756 where connectors with zero length (due to being clippedMichael Wybrow1-5/+22
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-1/+5
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-11/+11
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-4/+4
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-5/+5
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-9/+9
2010-03-19Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz1-0/+3
2010-03-02Cleanup on id access.Jon A. Cruz1-1/+1
2010-02-21Disabled unfinished connection point edit mode. Added inkscape:connection-sta...Arcadie M. Cracan1-26/+50
2010-02-06Tiny bit of refactoring (inverting some logic)Diederik van Lierop1-1/+1
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-0/+3
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-12/+10
2009-12-30Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop1-23/+1
2009-12-27Connector tool: make connectors avoid the convex hull of shapes.Arcadie M. Cracan1-57/+57
2009-12-27Warning cleanupJon A. Cruz1-2/+2
2009-12-20Warning cleanupJon A. Cruz1-57/+57
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan1-300/+892
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-5/+5
2009-08-05SPDocument->Documentjohnce1-5/+5
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-12/+9
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-17/+40
2009-03-13remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder1-2/+1
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-1/+1
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-18/+22
2008-12-08Make all tools consider full parent transform (up to document, not just up to...Thomas Holder1-2/+2
2008-11-21Merge from fe-movedTed Gould1-2/+2
2008-10-27From trunkTed Gould1-34/+36