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
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-3
/
+3
2012-08-16
Fix for 168164 : Font sizes in points option
John Smith
1
-0
/
+2
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2011-09-06
Fix isnan() compilation issues
Diederik van Lierop
1
-4
/
+5
2011-09-05
When scaling a diagonal line to a horizontal line, the strokewidth becomes Na...
Diederik van Lierop
1
-16
/
+30
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-5
/
+5
2011-04-01
Tweak and spray:
Nicolas Dufour
1
-1
/
+1
2011-02-21
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
1
-49
/
+97
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-5
/
+5
2010-09-06
Color preview in cursor
Jasper van de Gronde
1
-0
/
+5
2010-08-11
XML Privatisation Stuff after a long time
Abhishek Sharma public
1
-2
/
+3
2010-08-05
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
1
-2
/
+2
2010-07-14
Merge redundant *-fns.h into respective filter headers.
Krzysztof Kosi??ski
1
-1
/
+1
2010-07-07
Revert device-color for now.
Jon A. Cruz
1
-26
/
+0
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-1
/
+1
2010-07-03
Create only single-stop gradients when using Fill-n-Stroke to convert solid t...
Jon A. Cruz
1
-4
/
+22
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-5
/
+5
2010-06-06
Don't write text-specific style attributes to non-text objects.
Tavmjong Bah
1
-2
/
+21
2010-06-04
Add support for baseline-shift attribute (all possible values).
Tavmjong Bah
1
-0
/
+97
2010-04-15
Add word-spacing attribute.
Tavmjong Bah
1
-3
/
+20
2010-03-09
Initial F&S dialog setting of swatch colors.
Jon A. Cruz
1
-4
/
+4
2009-12-07
This commit hooks device-cmyk handling to color pickers. Now we have basic in...
Felipe Corr??a da Silva Sanches
1
-0
/
+28
2009-06-21
fix reading style from prefs for tools
bulia byak
1
-1
/
+1
2009-06-06
Don't crash when closing document with gradient tool being active (fixes bug ...
Diederik van Lierop
1
-1
/
+5
2009-05-12
When selecting a path with markers but without a stroke, then one should be a...
Diederik van Lierop
1
-27
/
+36
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+1
2008-10-27
From trunk
Ted Gould
1
-44
/
+35
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-9
/
+9
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-5
/
+5
2008-07-26
add optional bool* parameter to find out if the tool has color/opacity set in...
bulia byak
1
-3
/
+14
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-5
/
+5
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
[next]