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-holder-entity.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-05
Fix some memory leaks found by scan-build
Marc Jeanmougin
1
-1
/
+1
2019-09-24
Remove remaining uses of sp_round.
Tavmjong Bah
1
-3
/
+7
2019-08-17
HatchKnotHolderEntityScale & some fixes
vanntile
1
-1
/
+10
2019-08-17
Added knot holder entities
vanntile
1
-1
/
+95
2019-07-15
Derive pattern knots off the same subclass
Nathan Lee
1
-23
/
+15
2019-07-15
Check knot's pattern still exists before update
Nathan Lee
1
-1
/
+21
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-01
KnotHolder: fix knots selection status when a knot is clicked without Shift
Antonio Ospite
1
-0
/
+2
2018-10-01
Move macros.h and remove unneeded macros
Eduard Braun
1
-2
/
+2
2018-09-12
New option to invert y-axis
Thomas Holder
1
-63
/
+27
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-04-28
Allow FER edition on canvas
Marc Jeanmougin
1
-0
/
+52
2018-03-03
Source typos
luz.paz
1
-3
/
+3
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-7
/
+9
2017-10-01
Fix the editing of clipping and masking objects
Stefano Facchini
1
-3
/
+3
2016-12-19
Remove some ocurrences of desktop in knot functions
Jabiertxof
1
-0
/
+4
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+1
2015-05-03
renamed SPPattern methods to match coding style
Tomasz Boczkowski
1
-9
/
+9
2014-08-04
Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...
Liam P. White
1
-9
/
+9
2014-06-16
fixes to LPEKnot, now usable again.
Johan B. C. Engelen
1
-6
/
+10
2014-05-29
SPPattern c++-sification: class fields are private
Tomasz Boczkowski
1
-4
/
+4
2014-05-27
SPPattern c++-sification: replacing pattern_ functions by methods pt1
Tomasz Boczkowski
1
-5
/
+5
2014-03-28
Further refactored SPKnot.
Markus Engel
1
-4
/
+4
2014-03-27
First step of refactoring SPKnot.
Markus Engel
1
-4
/
+5
2013-01-17
const ....
Johan B. C. Engelen
1
-8
/
+8
2012-10-14
Fix "shift disables snapping" for LPEs and for editing objects
Diederik van Lierop
1
-4
/
+12
2012-06-05
Header cleaning for GTK+3 migration
Alex Valavanis
1
-0
/
+1
2012-05-03
Adding base configurable sizing of controls/handles.
Jon A. Cruz
1
-6
/
+9
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-6
/
+6
2011-06-22
Warning cleanup.
Jon A. Cruz
1
-1
/
+0
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-11
/
+11
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-29
- Constrained snap: proper implementation of the preference to snap the mouse...
Diederik van Lierop
1
-16
/
+4
2010-08-11
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
1
-1
/
+2
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-1
/
+0
2010-07-12
- Snap while rotating an object using the selector tool
Diederik van Lierop
1
-2
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-6
/
+6
2010-04-06
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
1
-56
/
+73
2010-04-03
Fix pattern knotholder
Krzysztof Kosi??ski
1
-73
/
+56
2010-01-23
Remove redundancy from snapping API (type of snapsource no longer has to be s...
Diederik van Lierop
1
-3
/
+3
2009-08-23
When dragging a knot along a constraint line, then allow snapping the positio...
Diederik van Lierop
1
-2
/
+23
2009-06-20
Remove an unused parameter from the snapping API
Diederik van Lierop
1
-2
/
+2
2009-03-15
Implement constrained snapping when dragging the position and size handles of...
Diederik van Lierop
1
-2
/
+2
2009-03-13
* Implement constrained snapping of knots
Diederik van Lierop
1
-0
/
+12
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-5
/
+5
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-10
/
+10
2008-10-27
From trunk
Ted Gould
1
-3
/
+4
[next]