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