index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
desktop-style.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-2
/
+2
2008-02-16
fix 168320: return NOTHING only if no texts selected, but not when a text has...
bulia byak
1
-1
/
+1
2008-02-15
fix logic of sp_desktop_query_style_all so that copy/pasting style could work...
bulia byak
1
-3
/
+13
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+3
2008-01-10
Fix for Bug #181663 (Font style errors / assert when changing style)
Gail Carmichael
1
-7
/
+11
2008-01-05
Applying Gail's patch for font-specification
Bryce Harrington
1
-1
/
+56
2007-12-13
If necessary, split up perspectives when applying transformations to boxes; m...
Maximilian Albert
1
-2
/
+0
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-2
/
+5
2007-09-25
Initial support for icc color selection including CMYK
Jon A. Cruz
1
-1
/
+20
2007-09-10
add missed paint type assignment, fixes crash with no fill/no stroke on selec...
bulia byak
1
-1
/
+3
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-17
/
+18
2007-08-16
Remember last used style for single 3D box faces (also fixes bug with wrongly...
Maximilian Albert
1
-0
/
+12
2007-07-11
bug 1243190: add tref element support; limited editing support thus far (patc...
Richard Hughes
1
-7
/
+11
2007-07-04
adapt to new paintservers API of SPStyle
bulia byak
1
-4
/
+3
2007-06-27
use an accessor method to get filter from style
bulia byak
1
-5
/
+5
2007-06-27
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
1
-6
/
+7
2007-06-24
initial filter UI code drop from Nick
MenTaLguY
1
-0
/
+81
2007-06-23
Using the blur slider no longer destroys filters already applied to the object
Niko Kiirala
1
-14
/
+17
2007-03-15
fix crash when editing text with multiple tspans
bulia byak
1
-0
/
+1
2007-03-06
a better fix: we don't need prev to hold opacity at all
bulia byak
1
-5
/
+4
2007-03-06
fix invalid access warning
bulia byak
1
-1
/
+1
2006-10-23
factor in object's matrix expansion when querying blur radius
bulia byak
1
-2
/
+4
2006-10-04
simplify style-querying for blur radius; move Blur slider above Opacity, cleanup
bulia byak
1
-21
/
+11
2006-08-20
Object groups can be blurred. Blur slider updates when selection changes. Com...
Hugo Rodrigues
1
-7
/
+72
2006-08-02
Added skeleton files for other filter primitives' SP-objects. Added blur slid...
Hugo Rodrigues
1
-1
/
+15
2006-05-23
fix crash when newly installed inkscape does not yet have last-set style
bulia byak
1
-22
/
+28
2006-05-22
* Add setting text_align to QUERY_FONTSTYLE
Milosz Derezynski
1
-0
/
+1
2006-05-18
adding fill-opacity to dyna-draw
Aaron Spike
1
-1
/
+27
2006-05-17
do calligraphic draw opacity correctly
bulia byak
1
-7
/
+16
2006-05-17
Fixes calligraphy tool so drawing now uses the the correct opacity.
Joshua L. Blocher
1
-2
/
+28
2006-05-13
indentation
bulia byak
1
-4
/
+3
2006-05-13
Calligraphy tool now draws in the last used color or tool style depending on ...
Joshua L. Blocher
1
-2
/
+24
2006-04-12
fix 1466070
bulia byak
1
-1
/
+1
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-02-15
bulk trailing spaces removal. consistency through MD5 of binary
Ralf Stephan
1
-21
/
+21