summaryrefslogtreecommitdiffstats
path: root/src/knot.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-12-10Reorder event handling code to prevent reference count problems, fixes bug #1...John Bintz1-4/+4
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-2/+2
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-2/+2
2006-05-21eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen wi...bulia byak1-1/+1
2006-05-12fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup delet...bulia byak1-0/+7
2006-05-08* knot.h, knot.cpp, connector-context.cpp:mjwybrow1-2/+1
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-2/+2
2006-04-07reverting part of last changes (eliminating the "invalid access to non-static...Andrius Ramanauskas1-1/+1
2006-04-06c -> cpp (eliminating unneded casts)Andrius Ramanauskas1-14/+14
2006-04-06TypoAndrius Ramanauskas1-1/+1
2006-04-06two crashes while editing nodes (one of those is reported as bug 1453558).Andrius Ramanauskas1-2/+11