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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #1241501, improve tooltip text on path parameter
Jabier Arraiza Cenoz
2014-08-06
1
-1
/
+1
*
Fixed alignaments of toggle buttons
Jabier Arraiza Cenoz
2014-07-22
1
-3
/
+3
*
Fix build
Liam P. White
2014-07-19
1
-3
/
+1
*
Update togglebutton parameter to handle if you want:
Jabier Arraiza Cenoz
2014-07-13
2
-9
/
+84
*
Add signals to ToggleButton; more coding style
Liam P. White
2014-07-08
2
-6
/
+30
*
Bugged powerstroke point array tried accessing points on a quickly diverging ...
Liam P. White
2014-07-08
1
-1
/
+4
*
Coding style improvements
Liam P. White
2014-07-06
1
-1
/
+1
*
Extension of fix for 13420: effects often set upper limit to inf, causing pro...
Liam P. White
2014-07-06
1
-2
/
+17
*
Fix an oddity with path effects dialog, gtk3 only
Liam P. White
2014-07-06
1
-2
/
+10
*
Fix FTBFS gtk3 & make check
Liam P. White
2014-07-05
1
-4
/
+7
*
Add LPE fillet-chamfer
Jabier Arraiza Cenoz
2014-07-02
3
-0
/
+772
*
adding missing files from LPE simplify
Jabier Arraiza Cenoz
2014-05-13
2
-0
/
+148
*
Added Latice2 deformation LPE
Jabier Arraiza Cenoz
2014-05-13
3
-0
/
+286
*
Add Simplify LPE
Jabier Arraiza Cenoz
2014-05-13
1
-0
/
+2
*
Tentative fix for LPEs and undo
Liam P. White
2014-05-10
1
-0
/
+5
*
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
2014-01-02
2
-5
/
+7
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-1
/
+1
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-1
/
+1
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-2
/
+2
*
Switched to global UnitTable.
Matthew Petroff
2013-08-04
1
-2
/
+2
*
Ported "live_effects/parameter/unit.*".
Matthew Petroff
2013-07-19
2
-16
/
+21
*
Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".
Matthew Petroff
2013-07-17
1
-1
/
+1
*
Adding inclusion of config.h where needed for threads.h check.
Jon A. Cruz
2013-06-07
1
-0
/
+4
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
8
-12
/
+9
*
const ....
Johan B. C. Engelen
2013-01-17
7
-11
/
+11
*
const methods
Johan B. C. Engelen
2013-01-17
12
-21
/
+19
*
Fix "shift disables snapping" for LPEs and for editing objects
Diederik van Lierop
2012-10-14
3
-6
/
+6
*
Don't try to set infinite bounds on SpinButtons in LPE Scalar
Alex Valavanis
2012-10-14
1
-2
/
+2
*
Removed unneeded header style filename #defines
Jon A. Cruz
2012-06-17
9
-18
/
+0
*
Removed outdated classes.
Jon A. Cruz
2012-06-17
9
-0
/
+18
*
Adding base configurable sizing of controls/handles.
Jon A. Cruz
2012-05-03
3
-10
/
+9
*
powerstroke: remove the need to reload the node tool when adding/deleting con...
Johan B. C. Engelen
2012-04-10
1
-12
/
+33
*
clone original path lpe: add boilerplate code to allow to compensate for link...
Johan B. C. Engelen
2012-04-08
4
-0
/
+23
*
fix inclusion.
Johan B. C. Engelen
2012-04-08
1
-1
/
+1
*
powerstroke parameter small fix
Johan B. C. Engelen
2012-04-08
1
-3
/
+6
*
gives distinguishing colors to two vector params of LPE rough hatches
Johan B. C. Engelen
2012-04-07
2
-0
/
+8
*
powerstrokepointarray : add todo comment. do not derive from LPEKnotHolderEnt...
Johan B. C. Engelen
2012-04-07
1
-1
/
+6
*
the knotholders for LPE parameters should not derive from LPEKnotHolderEntity...
Johan B. C. Engelen
2012-04-07
2
-3
/
+3
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
6
-5
/
+7
*
Header cleaning
Alex Valavanis
2012-02-12
4
-3
/
+4
*
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
7
-7
/
+3
*
add tooltip for powerstroke control points
Johan B. C. Engelen
2012-01-18
2
-8
/
+5
*
select referred path when pressing shift+d (select original) for a path with ...
Johan B. C. Engelen
2012-01-18
1
-1
/
+2
*
more header cleanup
Johan B. C. Engelen
2012-01-17
1
-12
/
+7
*
proper forward decl
Johan B. C. Engelen
2012-01-16
1
-2
/
+1
*
LPE: originalpath parameters: implement select original button
Johan B. C. Engelen
2012-01-12
1
-1
/
+11
*
LPE: add new LPE that outputs the original path data. used to make a clone (w...
Johan B. C. Engelen
2012-01-12
5
-1
/
+178
*
CanvasText: reinstate ability to set anchor position manually
Diederik van Lierop
2012-01-04
1
-5
/
+3
[next]