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
/
widget
/
registered-widget.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
RegisteredTransformedPoint: fix methods to use const&.
Johan B. C. Engelen
2008-04-05
1
-2
/
+2
*
changes to use RegisteredTransformedPoint as widget for LPE point. not complete
Johan B. C. Engelen
2008-03-22
1
-2
/
+21
*
* add RegisteredTransformedPoint widget, that transforms the point before dis...
Johan B. C. Engelen
2008-03-22
1
-0
/
+47
*
Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...
Johan B. C. Engelen
2008-02-27
1
-121
/
+37
*
gray out widgets when grid is disabled.
Johan B. C. Engelen
2008-01-26
1
-2
/
+2
*
RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...
gustav_b
2008-01-17
1
-19
/
+18
*
remove unnecessary cast + cosmetic changes.
Johan B. C. Engelen
2008-01-16
1
-7
/
+28
*
RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...
Johan B. C. Engelen
2008-01-16
1
-36
/
+0
*
RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...
Johan B. C. Engelen
2008-01-16
1
-32
/
+18
*
r17673@shi: ted | 2008-01-15 23:01:59 -0800
Ted Gould
2008-01-16
1
-1
/
+0
*
r17645@shi: ted | 2008-01-14 22:05:15 -0800
Ted Gould
2008-01-16
1
-0
/
+2
*
RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>
Johan B. C. Engelen
2008-01-15
1
-49
/
+21
*
RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated clas...
Johan B. C. Engelen
2008-01-15
1
-35
/
+43
*
stop toggling insensitive state for modification flag updates (fixes critical...
MenTaLguY
2008-01-15
1
-4
/
+4
*
abstract use of sodipodi:modified
MenTaLguY
2008-01-15
1
-2
/
+2
*
Set teeth selector in lpe-gears to an integer value >= 3.
Bryce Harrington
2007-12-30
1
-2
/
+2
*
Remove debug messages
Johan B. C. Engelen
2007-11-28
1
-2
/
+0
*
Fix [ 1835591 ] Reproducible crash on opening the attached file
Johan B. C. Engelen
2007-11-23
1
-5
/
+19
*
Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadly
Johan B. C. Engelen
2007-11-18
1
-0
/
+1
*
Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. ...
Johan B. C. Engelen
2007-10-19
1
-24
/
+0
*
runaway random number widget workaround
Johan B. C. Engelen
2007-10-16
1
-9
/
+4
*
Fix checkbuttons of LPEs. Should no longer crash, should no longer need click...
Johan B. C. Engelen
2007-10-16
1
-2
/
+25
*
fixing undo problems with LPE widgets. Not completely fixed yet. CheckButtons...
Johan B. C. Engelen
2007-09-27
1
-11
/
+50
*
Fixed unsafe hardcoding of buffer size
Jon A. Cruz
2007-09-24
1
-1
/
+1
*
LPE: fix undo bug for applying/removing effect
Johan B. C. Engelen
2007-09-05
1
-2
/
+2
*
workaround for runaway spinbutton
bulia byak
2007-09-05
1
-9
/
+4
*
LPE: add RandomParam type.
Johan B. C. Engelen
2007-09-02
1
-0
/
+72
*
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
2007-08-14
1
-142
/
+181
*
1) Make snapping of object's center optional 2) Optimize snapping preferences...
Diederik van Lierop
2007-08-06
1
-0
/
+9
*
Fix #1740146.
Johan B. C. Engelen
2007-07-06
1
-74
/
+140
*
Fix for bug #1740146: always get current namedview, because it might have cha...
Diederik van Lierop
2007-07-06
1
-2
/
+4
*
Monster commit. New grid infrastructure. The old gridmanagement code is still...
Johan B. C. Engelen
2007-03-20
1
-35
/
+54
*
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
2006-08-26
1
-8
/
+8
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
1
-4
/
+4
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
1
-4
/
+4
*
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
2006-06-29
1
-5
/
+11
*
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
2006-04-17
1
-11
/
+11
*
#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.
Peter Moulder
2006-03-13
1
-1
/
+1
*
mnemonics for all widgets in the Doc Props dialog
Ralf Stephan
2006-01-24
1
-3
/
+11
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+409
[prev]