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
2019-09-12
Fix blocking bugs in text for Beta (stiling)
Jabiertxof
1
-1
/
+2
2019-09-12
Line height fixes
Jabiertxof
1
-1
/
+30
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
1
-15
/
+4
2019-05-20
Change the data type of size/width/height of the controls to unsigned int
Diederik van Lierop
1
-2
/
+2
2019-05-20
More pixel-level alignment fixes for various controls, by making all controls...
Diederik van Lierop
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-4
/
+4
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-01
SPKnot::SPKnot(): improve color style of selected knots
Antonio Ospite
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-19
/
+19
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-6
/
+6
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-6
/
+6
2018-01-03
Fix a regrssion in merge branch Allow erase knots in powerstroke
Jabier Arraiza
1
-3
/
+1
2017-12-27
Allow erase knots in powerstroke
Jabiertxo Arraiza Cenoz
1
-1
/
+3
2017-10-05
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
1
-1
/
+1
2017-07-10
Use new GdkSeat API and update gimpcolorwheel comments
Alexander Valavanis
1
-1
/
+12
2017-07-01
Improving CR feedback. thanks!
Jabier Arraiza
1
-2
/
+0
2017-07-01
Finish add selectable knot shapes
Jabier Arraiza
1
-0
/
+1
2017-07-01
working on knots selection
Jabier Arraiza
1
-6
/
+2
2017-06-30
Starting selectable knots
Jabier Arraiza
1
-9
/
+34
2017-02-06
This commit fixes bug #1657874
Jabiertxof
1
-2
/
+2
2016-12-29
Fix for bug #1652954
Jabiertxof
1
-2
/
+0
2016-12-19
Add update_helperpaths not member of nodetool class to easy call from outside
Jabier Arraiza Cenoz
1
-10
/
+2
2016-12-03
Add triangle knot.
Jabier Arraiza Cenoz
1
-1
/
+8
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-38
/
+3
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2015-07-25
Cleanup spurious indentation
Diederik van Lierop
1
-121
/
+121
2015-07-25
SPKnot no longer consumes all GDK_KEY_PRESS events
Diederik van Lierop
1
-1
/
+8
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-2
/
+2
2014-12-21
Purge sp_desktop_controls
Liam P. White
1
-1
/
+1
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+1
2014-09-29
This push add suport to helper paths redraw to nodes, handles and knots.
Jabier Arraiza Cenoz
1
-0
/
+10
2014-08-30
Reduce header bloat
Alex Valavanis
1
-0
/
+1
2014-08-07
Add in some debugging code that will complain when deleted knots are accessed...
Liam P. White
1
-0
/
+3
2014-07-21
Revert fix for 1309050 since it causes other regressions...
Liam P. White
1
-2
/
+2
2014-07-19
Workarounds for crash bugs 1309050, 601336; will fix properly in experimental
Liam P. White
1
-1
/
+4
2014-03-28
Further refactored SPKnot.
Markus Engel
1
-32
/
+34
2014-03-27
First step of refactoring SPKnot.
Markus Engel
1
-371
/
+266
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-3
/
+3
2013-09-28
Allow pixmaps to specify their width and height to control/knots. Allows non-...
Martin Owens
1
-25
/
+5
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
[next]