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
/
selected-style.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-04-01
make stroke width adjustable by rotation too
bulia byak
1
-3
/
+97
2007-11-22
The dialog to panel refactoring:
gustav_b
1
-15
/
+26
2007-11-11
* typo fixed
Luca Bruno
1
-3
/
+3
2007-11-08
warning cleanup
Jon A. Cruz
1
-58
/
+58
2007-10-31
marked three messages from color gestures for translation
Alexandre Prokoudine
1
-3
/
+3
2007-10-30
add alt dragging for no change mode
bulia byak
1
-5
/
+13
2007-10-25
punctuation
bulia byak
1
-2
/
+2
2007-10-24
change cursor for color gestures
bulia byak
1
-0
/
+40
2007-10-24
enable color gestures for fill and stroke
bulia byak
1
-8
/
+147
2007-10-11
noop: ui/widget/selected-style.cpp: Change a local var to be more const, to a...
Peter Moulder
1
-1
/
+1
2007-09-24
Fixed unsafe hardcoding of buffer size
Jon A. Cruz
1
-15
/
+15
2007-09-20
Add functions for showing a specific notebook page in the F&S dialog,
gustav_b
1
-6
/
+19
2007-09-15
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
1
-1
/
+1
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-16
/
+15
2007-08-20
fix 1777084
bulia byak
1
-0
/
+7
2007-06-27
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
1
-1
/
+1
2007-06-27
more unreffing temporary styles properly
bulia byak
1
-1
/
+1
2007-02-15
spell out Fill and Stroke labels
bulia byak
1
-4
/
+4
2007-01-18
text markup; use gradient preview for gradient fills or strokes
bulia byak
1
-6
/
+25
2006-11-20
correct annotation; fixme
bulia byak
1
-1
/
+2
2006-11-19
change opacity display to 0..100
bulia byak
1
-14
/
+17
2006-10-26
workaround for crash 1580903 and several other issues caused by GTK's brainde...
bulia byak
1
-0
/
+12
2006-10-05
undo annotations
bulia byak
1
-25
/
+23
2006-06-29
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
1
-23
/
+47
2006-06-27
fix 4.2 xcompilation: remove array assignment hack
Ralf Stephan
1
-3
/
+4
2006-04-26
write no/unset fill/stroke to current style
bulia byak
1
-4
/
+4
2006-04-17
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
1
-25
/
+25
2006-04-02
Check for null pointer
Jon A. Cruz
1
-18
/
+21
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-03-04
Make color drag to minibar only work when a styled item is selected.
Jon A. Cruz
1
-31
/
+33
2006-03-01
Made style minibar take color drag-n-drop
Jon A. Cruz
1
-1
/
+94