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
/
pointreseteable.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-02
Merged pointreseteable parameter to point parameter
Jabier Arraiza Cenoz
1
-221
/
+0
2015-03-02
Added shorcut to move along axes, point reseteable parameter,pointed by Vlada...
Jabier Arraiza Cenoz
1
-2
/
+13
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+1
2014-05-13
Added Latice2 deformation LPE
Jabier Arraiza Cenoz
1
-22
/
+47
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-2
/
+1
2013-01-17
const ....
Johan B. C. Engelen
1
-2
/
+2
2012-10-14
Fix "shift disables snapping" for LPEs and for editing objects
Diederik van Lierop
1
-2
/
+2
2012-06-17
Removed unneeded header style filename #defines
Jon A. Cruz
1
-2
/
+0
2012-06-17
Removed outdated classes.
Jon A. Cruz
1
-0
/
+2
2012-05-03
Adding base configurable sizing of controls/handles.
Jon A. Cruz
1
-1
/
+1
2012-04-07
the knotholders for LPE parameters should not derive from LPEKnotHolderEntity...
Johan B. C. Engelen
1
-1
/
+1
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-1
/
+1
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-1
/
+0
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-1
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-2
/
+2
2009-11-23
decrease header deps
Johan B. C. Engelen
1
-0
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+0
2008-08-13
Get rid of some superfluous includes
Maximilian Albert
1
-5
/
+0
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-01
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
1
-6
/
+6
2008-08-01
Make PointParam handles snap, too
Maximilian Albert
1
-1
/
+2
2008-07-29
Remove obsolete function param_editOncanvas for PointParams
Maximilian Albert
1
-19
/
+0
2008-07-29
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
1
-1
/
+1
2008-07-29
Remove superfluous functions
Maximilian Albert
1
-1
/
+1
2008-07-29
LPE knotholder refactoring: PointParams are not knotholder entities any more;...
Maximilian Albert
1
-6
/
+29
2008-07-04
Warning cleanup
Jon A. Cruz
1
-3
/
+3
2008-07-04
Remove oncanvas_editable attribute for PointParams; use their internal shape ...
Maximilian Albert
1
-4
/
+2
2008-07-02
Remove now obsolete 'edit on canvas' button for PointParams
Maximilian Albert
1
-10
/
+0
2008-07-02
Enable status bar tips for LPE handles that are automatically created from Po...
Maximilian Albert
1
-1
/
+4
2008-06-16
Activate automatic knotholders for LPE PointParams
Maximilian Albert
1
-18
/
+2
2008-06-08
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
1
-0
/
+21
2008-06-05
Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...
Maximilian Albert
1
-1
/
+1
2008-06-04
C++ify knotholders
Maximilian Albert
1
-1
/
+1
2008-04-05
RegisteredTransformedPoint: fix methods to use const&.
Johan B. C. Engelen
1
-0
/
+5
2008-03-22
changes to use RegisteredTransformedPoint as widget for LPE point. not complete
Johan B. C. Engelen
1
-8
/
+8
2008-03-22
* add RegisteredTransformedPoint widget, that transforms the point before dis...
Johan B. C. Engelen
1
-2
/
+2
2008-03-21
clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ob...
Johan B. C. Engelen
1
-1
/
+1
2008-03-20
remove #ifdef that was used to disable on-canvas editing.
Johan B. C. Engelen
1
-7
/
+4
2008-03-20
Add on-canvas editing of LPE PointParam.
Johan B. C. Engelen
1
-2
/
+17
2008-03-02
remove flashing test indicator on pointparam.
Johan B. C. Engelen
1
-25
/
+0
2008-03-02
NEW: temporary on-canvas indicators
Johan B. C. Engelen
1
-9
/
+28
2008-02-28
fixing wrong includes
Felipe Corr??a da Silva Sanches
1
-1
/
+1
2008-02-28
Remove unnecessary dependencies for some of the lpe parameters.
Johan B. C. Engelen
1
-1
/
+1
2008-02-27
* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...
Johan B. C. Engelen
1
-33
/
+29
2008-01-15
RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>
Johan B. C. Engelen
1
-31
/
+25
2008-01-15
prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.
Johan B. C. Engelen
1
-3
/
+4
2008-01-08
correctly transform LPE path and point parameters with the SPItem's transform
Johan B. C. Engelen
1
-0
/
+16
2007-11-17
fix compile warning with C++ style cast
Johan B. C. Engelen
1
-1
/
+1
2007-11-09
Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.
Johan B. C. Engelen
1
-1
/
+1
2007-10-11
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
Peter Moulder
1
-173
/
+173
[next]