summaryrefslogtreecommitdiffstats
path: root/src/knot.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-09-29This push add suport to helper paths redraw to nodes, handles and knots. Jabier Arraiza Cenoz1-0/+10
2014-08-30Reduce header bloatAlex Valavanis1-0/+1
2014-08-07Add in some debugging code that will complain when deleted knots are accessed...Liam P. White1-0/+3
2014-07-21Revert fix for 1309050 since it causes other regressions...Liam P. White1-2/+2
2014-07-19Workarounds for crash bugs 1309050, 601336; will fix properly in experimentalLiam P. White1-1/+4
2014-03-28Further refactored SPKnot.Markus Engel1-32/+34
2014-03-27First step of refactoring SPKnot.Markus Engel1-371/+266
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-3/+3
2013-09-28Allow pixmaps to specify their width and height to control/knots. Allows non-...Martin Owens1-25/+5
2012-11-30Step 1. Remove junk and keep functionality.Martin Owens1-0/+1
2012-07-12Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem1-20/+20
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-23Migrate to new device pointer API for GTK+ 3Alex Valavanis1-0/+11
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-1/+1
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-2/+2
2012-04-09Replace deprecated gdk_cursor_unrefAlex Valavanis1-0/+4
2012-04-09Replace deprecated GDK key symbolsAlex Valavanis1-1/+5
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-2/+2
2012-02-12Header cleaningAlex Valavanis1-0/+1
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-37/+1
2011-07-02GTK+ cleanup: gtk_object_setAlex Valavanis1-11/+11
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-2/+2
2010-10-31Prevent context menu and keyboard shortcuts from interrupting grabsKrzysztof Kosi??ski1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-1/+1
2010-04-29moved some marshalling functions to generic glib callsNathan Hurst1-4/+4
2010-02-14Implementation of snap delay mechanism for guidesDiederik van Lierop1-1/+1
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-56/+56
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-18/+3
2009-04-20Correctly trigger any pending snap events when the mouse button is released a...Diederik van Lierop1-6/+8
2009-03-31Some minor snap-delay modificationsDiederik van Lierop1-1/+4
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-47/+53
2009-03-09Fix #338838, in which zooming and panning with the middle mouse button made I...Diederik van Lierop1-3/+19
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-1/+1
2008-10-27From trunkTed Gould1-2/+3
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-1/+1
2008-08-01change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen1-20/+20
2008-07-08I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY1-0/+1
2008-07-08enable motion hints for non-freehand actionsMenTaLguY1-1/+1
2008-06-08Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert1-1/+1
2008-06-04C++ify knotholdersMaximilian Albert1-0/+3
2007-10-26Warning cleanupJon A. Cruz1-1/+1
2007-08-19speed up node and handle dragging by gobbling unprocessed motion eventsbulia byak1-0/+2
2007-07-29due to the order of processing events, we must disable lmb handling in childr...bulia byak1-3/+3
2007-06-27reverting commit 15065; let's come up with something better than thisDiederik van Lierop1-17/+3
2007-06-24assert leads to false negativesDiederik van Lierop1-1/+0
2007-05-24Handle snapping of nodes in sp_knot_handler. From now on the nodes of transfo...Diederik van Lierop1-3/+18
2007-03-10now all knots display x/y in statusbar while being dragged, fixes bug 1523580bulia byak1-0/+1