index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
shape-editor-knotholders.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-24
Remove remaining uses of sp_round.
Tavmjong Bah
1
-15
/
+18
2019-09-13
UX improvement for creating/modifying 'inline-size' text.
Tavmjong Bah
1
-4
/
+29
2019-09-13
A value of zero for 'inline-size' should act as if 'inline-size' is not set. ...
Tavmjong Bah
1
-1
/
+1
2019-09-10
Fix a crash undoing creation of a SVG 2 Flow
Jabiertxof
1
-8
/
+9
2019-09-07
Prepared for beta. Fixed blocking bug
Jabiertxof
1
-1
/
+0
2019-08-17
Hatch knot editing initial commit
vanntile
1
-0
/
+6
2019-05-20
Add knot ungrabbed event
Jabiertxof
1
-0
/
+28
2019-04-02
Replace IS_FINITE with std::isfinite (exists since C++11)
Patrick Storz
1
-1
/
+1
2018-12-19
Separate knots for 'shape-inside' and 'inline-size'.
Tavmjong Bah
1
-101
/
+130
2018-12-18
Add ability to create SVG 2 text:
Tavmjong Bah
1
-0
/
+189
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Move macros.h and remove unneeded macros
Eduard Braun
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-8
/
+8
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-71
/
+71
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-73
/
+73
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-04-28
Allow FER edition on canvas
Marc Jeanmougin
1
-0
/
+2
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-7
/
+15
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-14
/
+16
2017-10-01
Rename object-edit.cpp to what it really is
Stefano Facchini
1
-1
/
+49
2017-07-28
Show a control point for the center of a spiral
Antonio Ospite
1
-0
/
+47
2017-07-20
Adjust the tooltip strings of the objects center point
Antonio Ospite
1
-3
/
+3
2017-07-20
Show a control point for the center of a rectangle
Antonio Ospite
1
-0
/
+39
2017-05-02
Add control point at center of stars
ospite
1
-0
/
+34
2017-04-13
Ellipses in Inkscape are defined by the center and the radius, but the
Antonio Ospite
1
-0
/
+36
2017-03-02
Implement arc "chord" type. (Matches Krita "chord" arc type.)
Tavmjong Bah
1
-2
/
+6
2016-12-19
Remove some ocurrences of desktop in knot functions
Jabiertxof
1
-1
/
+1
2016-08-16
Add Shift+drag to arc start and end knots, holding shift will now move both k...
Martin Owens
1
-10
/
+25
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-6
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-2
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+2
2015-10-15
Make the handle of a dynamic offset snappable
Diederik van Lierop
1
-3
/
+5
2015-03-16
Partial fix for bug 1430873. Ellipses should behave properly with % values.
Tavmjong Bah
1
-6
/
+6
2015-03-14
Partial fix for bug 1430873. Rectangles should behave properly with % values.
Tavmjong Bah
1
-49
/
+35
2015-02-08
Commenting dead assignments.
Nicolas Dufour
1
-8
/
+16
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-10-05
Move more UI code into ui/
Liam P. White
1
-2
/
+4
2014-09-27
Update to experimental r13565
Liam P. White
1
-70
/
+70
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-70
/
+70
2014-08-04
Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...
Liam P. White
1
-2
/
+2
2013-10-08
Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...
Tavmjong Bah
1
-7
/
+5
2013-10-04
C++
Johan B. C. Engelen
1
-4
/
+4
2013-09-29
Further changes to SPEllipse.
Markus Engel
1
-26
/
+24
2013-09-26
Further refactored SPEllipse.
Markus Engel
1
-4
/
+4
2013-03-30
Turned all functions concerning SPSpiral into member functions.
Markus Engel
1
-6
/
+6
2013-01-17
const ....
Johan B. C. Engelen
1
-59
/
+59
2012-12-03
UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't descri...
Nicolas Dufour
1
-1
/
+1
2012-10-14
Fix "shift disables snapping" for LPEs and for editing objects
Diederik van Lierop
1
-18
/
+18
[next]