index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
knot.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-11-30
Step 1. Remove junk and keep functionality.
Martin Owens
1
-0
/
+1
2012-07-12
Bug #781893 (Crash after moving a Bezier node after Knot path effect)
Kris De Gussem
1
-20
/
+20
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-06-23
Migrate to new device pointer API for GTK+ 3
Alex Valavanis
1
-0
/
+11
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-1
/
+1
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-1
/
+1
2012-04-10
Adopt obsolete GtkAnchorType enum as SPAnchorType
Alex Valavanis
1
-2
/
+2
2012-04-09
Replace deprecated gdk_cursor_unref
Alex Valavanis
1
-0
/
+4
2012-04-09
Replace deprecated GDK key symbols
Alex Valavanis
1
-1
/
+5
2012-02-25
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-2
/
+2
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-37
/
+1
2011-07-02
GTK+ cleanup: gtk_object_set
Alex Valavanis
1
-11
/
+11
2011-06-13
Replace deprecated GtkSignal
Alex Valavanis
1
-2
/
+2
2010-10-31
Prevent context menu and keyboard shortcuts from interrupting grabs
Krzysztof Kosi??ski
1
-1
/
+1
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-1
/
+1
2010-04-29
moved some marshalling functions to generic glib calls
Nathan Hurst
1
-4
/
+4
2010-02-14
Implementation of snap delay mechanism for guides
Diederik van Lierop
1
-1
/
+1
2010-01-30
Finally introducing the pre-snap indicator
Diederik van Lierop
1
-56
/
+56
2009-07-18
Make the snap delay mechanism easier to implement for the devs, and get rid o...
Diederik van Lierop
1
-18
/
+3
2009-04-20
Correctly trigger any pending snap events when the mouse button is released a...
Diederik van Lierop
1
-6
/
+8
2009-03-31
Some minor snap-delay modifications
Diederik van Lierop
1
-1
/
+4
2009-03-29
- Move snap delay mechanism to the event context (used to be in SPCanvas)
Diederik van Lierop
1
-47
/
+53
2009-03-09
Fix #338838, in which zooming and panning with the middle mouse button made I...
Diederik van Lierop
1
-3
/
+19
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-1
/
+1
2008-10-27
From trunk
Ted Gould
1
-2
/
+3
2008-09-11
convert almost all libnrtype to Geom::
Johan B. C. Engelen
1
-1
/
+1
2008-08-01
change knot.h to Geom::Point only instead of NR::Point.
Johan B. C. Engelen
1
-20
/
+20
2008-07-08
I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK
MenTaLguY
1
-0
/
+1
2008-07-08
enable motion hints for non-freehand actions
MenTaLguY
1
-1
/
+1
2008-06-08
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
1
-1
/
+1
2008-06-04
C++ify knotholders
Maximilian Albert
1
-0
/
+3
2007-10-26
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2007-08-19
speed up node and handle dragging by gobbling unprocessed motion events
bulia byak
1
-0
/
+2
2007-07-29
due to the order of processing events, we must disable lmb handling in childr...
bulia byak
1
-3
/
+3
2007-06-27
reverting commit 15065; let's come up with something better than this
Diederik van Lierop
1
-17
/
+3
2007-06-24
assert leads to false negatives
Diederik van Lierop
1
-1
/
+0
2007-05-24
Handle snapping of nodes in sp_knot_handler. From now on the nodes of transfo...
Diederik van Lierop
1
-3
/
+18
2007-03-10
now all knots display x/y in statusbar while being dragged, fixes bug 1523580
bulia byak
1
-0
/
+1
2006-12-10
Reorder event handling code to prevent reference count problems, fixes bug #1...
John Bintz
1
-4
/
+4
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-2
/
+2
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-2
/
+2
2006-05-21
eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen wi...
bulia byak
1
-1
/
+1
2006-05-12
fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup delet...
bulia byak
1
-0
/
+7
2006-05-08
* knot.h, knot.cpp, connector-context.cpp:
mjwybrow
1
-2
/
+1
2006-04-17
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
1
-2
/
+2
2006-04-07
reverting part of last changes (eliminating the "invalid access to non-static...
Andrius Ramanauskas
1
-1
/
+1
2006-04-06
c -> cpp (eliminating unneded casts)
Andrius Ramanauskas
1
-14
/
+14
2006-04-06
Typo
Andrius Ramanauskas
1
-1
/
+1
2006-04-06
two crashes while editing nodes (one of those is reported as bug 1453558).
Andrius Ramanauskas
1
-2
/
+11
[next]