index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
live_effects
/
parameter
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-14
Fix "shift disables snapping" for LPEs and for editing objects
Diederik van Lierop
3
-6
/
+6
2012-10-14
Don't try to set infinite bounds on SpinButtons in LPE Scalar
Alex Valavanis
1
-2
/
+2
2012-06-17
Removed unneeded header style filename #defines
Jon A. Cruz
9
-18
/
+0
2012-06-17
Removed outdated classes.
Jon A. Cruz
9
-0
/
+18
2012-05-03
Adding base configurable sizing of controls/handles.
Jon A. Cruz
3
-10
/
+9
2012-04-10
powerstroke: remove the need to reload the node tool when adding/deleting con...
Johan B. C. Engelen
1
-12
/
+33
2012-04-08
clone original path lpe: add boilerplate code to allow to compensate for link...
Johan B. C. Engelen
4
-0
/
+23
2012-04-08
fix inclusion.
Johan B. C. Engelen
1
-1
/
+1
2012-04-08
powerstroke parameter small fix
Johan B. C. Engelen
1
-3
/
+6
2012-04-07
gives distinguishing colors to two vector params of LPE rough hatches
Johan B. C. Engelen
2
-0
/
+8
2012-04-07
powerstrokepointarray : add todo comment. do not derive from LPEKnotHolderEnt...
Johan B. C. Engelen
1
-1
/
+6
2012-04-07
the knotholders for LPE parameters should not derive from LPEKnotHolderEntity...
Johan B. C. Engelen
2
-3
/
+3
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
6
-5
/
+7
2012-02-12
Header cleaning
Alex Valavanis
4
-3
/
+4
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
7
-7
/
+3
2012-01-18
add tooltip for powerstroke control points
Johan B. C. Engelen
2
-8
/
+5
2012-01-18
select referred path when pressing shift+d (select original) for a path with ...
Johan B. C. Engelen
1
-1
/
+2
2012-01-17
more header cleanup
Johan B. C. Engelen
1
-12
/
+7
2012-01-16
proper forward decl
Johan B. C. Engelen
1
-2
/
+1
2012-01-12
LPE: originalpath parameters: implement select original button
Johan B. C. Engelen
1
-1
/
+11
2012-01-12
LPE: add new LPE that outputs the original path data. used to make a clone (w...
Johan B. C. Engelen
5
-1
/
+178
2012-01-04
CanvasText: reinstate ability to set anchor position manually
Diederik van Lierop
1
-5
/
+3
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
20
-39
/
+27
2012-01-01
1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...
Diederik van Lierop
1
-3
/
+5
2011-12-11
mixed usage of class and struct for same object
Kris De Gussem
1
-2
/
+2
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
8
-8
/
+8
2011-11-09
lpe: add slider to scalar param optionally (does not work very well yet)
Johan B. C. Engelen
2
-1
/
+8
2011-11-05
Powerstroke: adjust control points when adding or deleting knots, to try and ...
Johan B. C. Engelen
2
-2
/
+39
2011-11-04
Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing on-can...
Johan B. C. Engelen
1
-8
/
+30
2011-10-28
fix order of checks.
Johan B. C. Engelen
1
-1
/
+4
2011-10-05
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
1
-1
/
+0
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2
-2
/
+0
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-1
/
+1
2011-06-22
Warning cleanup.
Jon A. Cruz
1
-2
/
+1
2011-06-13
cmake:
Campbell Barton
1
-13
/
+0
2011-06-12
work in progress cmake commit:
Campbell Barton
1
-12
/
+12
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-1
/
+1
2011-02-27
compatibility patch to compile using gcc 4.6
Adib Taraben
2
-0
/
+2
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
9
-12
/
+12
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-05
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
2
-4
/
+4
2010-07-30
powerstroke: redefine meaning of offset point parameter values. now knots mov...
Johan B. C. Engelen
2
-9
/
+27
2010-07-28
powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object after...
Johan B. C. Engelen
1
-1
/
+9
2010-07-27
powerstroke: arbitrary number of control points.
Johan B. C. Engelen
3
-14
/
+20
2010-07-27
commit missing files
Johan B. C. Engelen
2
-0
/
+213
2010-07-26
more powerstroke build infrastructure
Johan B. C. Engelen
3
-0
/
+19
2010-07-14
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
1
-1
/
+1
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-2
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2
-1
/
+2
2010-03-19
Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.
Jon A. Cruz
1
-2
/
+2
[next]