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-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
2008-01-01
first crack at enabling blend for layers dialog
MenTaLguY
2
-14
/
+39
2008-01-01
abstraction for style widget subjects
MenTaLguY
5
-71
/
+364
2008-01-01
factor filter and opacity controls into separate metawidget
MenTaLguY
3
-0
/
+368
2007-12-30
Set teeth selector in lpe-gears to an integer value >= 3.
Bryce Harrington
2
-18
/
+18
2007-12-30
beautify rendering options tab
Kees Cook
2
-35
/
+66
2007-12-29
clean up print dialog for better integration with gtkmm
Kees Cook
1
-1
/
+1
2007-12-19
guides: switch from using one position coordinate to Geom::Point point_on_line
Johan B. C. Engelen
1
-4
/
+2
2007-12-17
Renaming captions and labels in snapping preferences dialog, and inverting th...
Diederik van Lierop
1
-3
/
+3
2007-12-16
start of getting angled guidelines.
Johan B. C. Engelen
1
-1
/
+1
2007-12-16
add default unit to grid preferences.
Johan B. C. Engelen
2
-0
/
+27
2007-12-14
Add default grid settings to Inkscape preferences.
Johan B. C. Engelen
3
-1
/
+36
2007-12-11
r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800
Ted Gould
1
-0
/
+1
2007-12-10
Implement cross-architecture print dialog using cairo and PNG backends.
Kees Cook
3
-0
/
+158
2007-12-07
Rework dialog management. Use singleton behavior for dialogs when
gustav_b
2
-1
/
+42
2007-12-01
Warning cleanup (including OFFSET_OF warning)
Jon A. Cruz
1
-3
/
+3
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
2
-8
/
+30
2007-11-22
The dialog to panel refactoring:
gustav_b
5
-245
/
+341
[next]