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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-04-30
Use radiobutton for "always snap" in the document-properties dialog
Diederik van Lierop
2
-11
/
+27
2008-04-24
noop: Address a couple of warnings from g++-4.3.
Peter Moulder
2
-4
/
+4
2008-04-12
Several different i18n issues fixed following report from a_b (adresses bug #...
Marcin Floryan
1
-1
/
+2
2008-04-07
cmake: EOL of cmakelists.txt in subdirs
Johan B. C. Engelen
1
-78
/
+78
2008-04-05
RegisteredTransformedPoint: fix methods to use const&.
Johan B. C. Engelen
2
-4
/
+4
2008-04-01
delete remaining .cvsignore files
Adib Taraben
1
-3
/
+0
2008-04-01
make stroke width adjustable by rotation too
bulia byak
2
-4
/
+121
2008-03-30
add CMakeLists.txt file for src/ui and subdirs
Johan B. C. Engelen
1
-0
/
+79
2008-03-28
Fixed initialization order
Jon A. Cruz
1
-3
/
+3
2008-03-23
make sure we explicitly use geometric bbox for calculating blur margins
bulia byak
1
-2
/
+3
2008-03-22
changes to use RegisteredTransformedPoint as widget for LPE point. not complete
Johan B. C. Engelen
4
-7
/
+31
2008-03-22
* add RegisteredTransformedPoint widget, that transforms the point before dis...
Johan B. C. Engelen
4
-2
/
+74
2008-02-28
Reworked swatches context menu slightly to make it more compact and a bit cle...
Marcin Floryan
1
-58
/
+78
2008-02-28
Whitespace & misc cleanup
Jon A. Cruz
1
-62
/
+66
2008-02-27
added randomize icon, cleaned defs in icons.svg, and saved with preferences t...
Josh Andler
1
-1
/
+1
2008-02-27
Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...
Johan B. C. Engelen
4
-290
/
+106
2008-02-22
Reducing size of pop-up menu trigger
Jon A. Cruz
1
-4
/
+10
2008-02-22
Warning cleanup
Jon A. Cruz
1
-3
/
+3
2008-02-21
default values for checkbutton, colorbutton, dualspinbutton, spinslider attrW...
Felipe Corr??a da Silva Sanches
1
-1
/
+13
2008-02-21
Initial implementation of non-square swatches
Jon A. Cruz
1
-17
/
+51
2008-02-21
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-02-21
* add tooltips to spinsliders, spinbuttons and comboboxes on the filter setti...
Felipe Corr??a da Silva Sanches
3
-6
/
+14
2008-02-20
Fixed an issue with the use of Q_ macro as introduced in rev 17415
Marcin Floryan
1
-2
/
+2
2008-02-20
Decoupled swatch sizes from icon sizes
Jon A. Cruz
1
-8
/
+8
2008-02-20
yet another contextual split
Alexandre Prokoudine
1
-1
/
+1
2008-02-19
initialize default value to zero when it is not provided as parameter to the ...
Felipe Corr??a da Silva Sanches
1
-1
/
+1
2008-02-19
* use enums to deal with displacementmap channel selectors
Felipe Corr??a da Silva Sanches
2
-3
/
+39
2008-02-19
New submenu for tuning swatch appearance
Jon A. Cruz
1
-3
/
+27
2008-02-18
Fixing preview/swatch sizes.
Jon A. Cruz
2
-2
/
+18
2008-02-17
fix sticking in rotation mode after click (correct fix this time, sorry)
bulia byak
1
-0
/
+2
2008-02-17
fix sticking in rotation mode after click
bulia byak
1
-2
/
+2
2008-02-15
fix for bug #184671 (Filter effects properties not updating correctly)
Felipe Corr??a da Silva Sanches
2
-2
/
+78
2008-02-11
* Missing localization for Reset preferences button
Luca Bruno
2
-2
/
+2
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+3
2008-01-26
gray out widgets when grid is disabled.
Johan B. C. Engelen
2
-5
/
+5
2008-01-17
Hide the Image filter effect primitive from the filter effects dialog. Files ...
Nicholas Bishop
1
-0
/
+14
2008-01-17
RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...
gustav_b
2
-39
/
+32
2008-01-16
remove unnecessary cast + cosmetic changes.
Johan B. C. Engelen
2
-42
/
+63
2008-01-16
RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...
Johan B. C. Engelen
3
-79
/
+46
2008-01-16
RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...
Johan B. C. Engelen
2
-47
/
+23
2008-01-16
No need to use pointers for the widgets of document-properties.cpp, so don't.
Johan B. C. Engelen
1
-0
/
+3
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
2
-77
/
+39
2008-01-15
RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated clas...
Johan B. C. Engelen
3
-61
/
+115
2008-01-15
stop toggling insensitive state for modification flag updates (fixes critical...
MenTaLguY
2
-5
/
+6
2008-01-15
abstract use of sodipodi:modified
MenTaLguY
2
-3
/
+3
2008-01-01
make blend versus blur more configurable on a case-by-case basis
MenTaLguY
4
-10
/
+19
2008-01-01
fix update on layer switch and work around some blur-related glitches
MenTaLguY
5
-12
/
+17
2008-01-01
separate blend history for objects versus layers
MenTaLguY
2
-5
/
+14
[next]