index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
style.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Black list some properties that shouldn't appear in default styles.
Tavmjong Bah
2014-11-08
1
-0
/
+1
*
Update to trunk r13621
Liam P. White
2014-10-17
1
-0
/
+16
|
\
|
*
Merge hatch rendering code from Tomasz Boczkowski.
Tavmjong Bah
2014-10-14
1
-0
/
+16
|
|
\
|
|
*
Merged src/style.h from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
1
-0
/
+11
|
|
*
Merged src/style.h from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
1
-0
/
+5
|
*
|
Add 'white-space' CSS property (replaces deprecated xml:space).
Tavmjong Bah
2014-10-14
1
-13
/
+27
|
|
/
|
*
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
Tavmjong Bah
2014-08-01
1
-2
/
+1
|
*
Basic support for <solidColor> element (rendering only as a paint server).
Tavmjong Bah
2014-07-31
1
-0
/
+5
|
*
Proper quoting of CSS 'font-family' fallback lists.
Tavmjong Bah
2014-06-10
1
-0
/
+2
|
*
Unquote names in 'font-family' lists. Partial fix for #1029080
Tavmjong Bah
2014-05-30
1
-1
/
+3
*
|
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
2014-08-31
1
-20
/
+15
*
|
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
Tavmjong Bah
2014-08-01
1
-2
/
+1
*
|
Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...
Tavmjong Bah
2014-07-30
1
-13
/
+27
*
|
Basic support for <solidColor> element (rendring only as a paint server).
Tavmjong Bah
2014-07-24
1
-0
/
+5
*
|
Proper quoting of CSS 'font-family' fallback lists.
Tavmjong Bah
2014-06-10
1
-0
/
+2
*
|
Unquote names in 'font-family' lists. Partial fix for #1029080
Tavmjong Bah
2014-05-30
1
-1
/
+3
|
/
*
Clean up of style code: refactor marker properties. Step 3.
Tavmjong Bah
2014-04-24
1
-2
/
+5
*
Clean up of style code, removal of SPFontStyle. Step 2.
Tavmjong Bah
2014-04-24
1
-4
/
+4
*
Clean up of style code, converting structures to C++ classes. Step 1.
Tavmjong Bah
2014-04-23
1
-55
/
+107
*
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
2014-03-11
1
-485
/
+6
*
Remove unused includes to tidy up the code.
Martin Owens
2014-03-09
1
-2
/
+1
*
Read new SVG2 property 'paint-order'.
Tavmjong Bah
2014-02-18
1
-0
/
+19
*
New CSS blending modes (outside of filters).
Tavmjong Bah
2013-12-10
1
-0
/
+29
*
Move libuemf to a separate directory.
Krzysztof Kosi??ski
2013-08-31
1
-12
/
+0
*
changes_2013_05_22a.patch:
David Mathog
2013-06-19
1
-3
/
+41
*
merge from trunk (r12305)
su_v
2013-04-27
1
-3
/
+3
|
\
|
*
revert r12297
Kris De Gussem
2013-04-23
1
-5
/
+5
|
*
define booleans as booleans (prevent future errors in comparisons)
Kris De Gussem
2013-04-22
1
-5
/
+5
*
|
merge from trunk (r12272)
su_v
2013-04-08
1
-0
/
+36
|
\
|
|
*
Implement read/write of image-rendering property. To be used to control scaling.
Tavmjong Bah
2013-04-08
1
-0
/
+36
*
|
merge from trunk (r12209)
su_v
2013-03-15
1
-14
/
+1
|
\
|
|
*
Fix another load of forward declaration tags
Alex Valavanis
2013-03-14
1
-3
/
+1
|
*
Fix another tonne of forward declaration tags
Alex Valavanis
2013-03-14
1
-11
/
+0
*
|
merge from trunk (r11698)
su_v
2012-09-23
1
-1
/
+1
|
\
|
|
*
some memleak fixes (Bug #1043571)
Kris De Gussem
2012-09-20
1
-1
/
+1
*
|
Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)
su_v
2012-09-23
1
-3
/
+8
|
/
*
Fix for 168164 : Font size, always output px option
John Smith
2012-08-21
1
-1
/
+2
*
Fix for 168164 : Font sizes in points option
John Smith
2012-08-16
1
-1
/
+4
*
Adding checks to prevent null pointer dereferences
Kris De Gussem
2012-05-04
1
-10
/
+10
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-05
1
-2
/
+2
*
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
2011-10-05
1
-1
/
+0
*
Add minimal support for reading color-interpolation and color-interpolation-f...
Tavmjong Bah
2011-08-29
1
-0
/
+10
*
Merge from trunk to pull in fix for LP #806105
Krzysztof Kosi??ski
2011-07-13
1
-4
/
+7
|
\
|
*
Allow em and ex as units on font-size.
Tavmjong Bah
2011-07-10
1
-4
/
+7
*
|
Implement handling of the clip-rule property. Partially based on
Krzysztof Kosi??ski
2011-07-10
1
-1
/
+3
|
/
*
Port of 0.48.x branch revision 9781.
Jon A. Cruz
2011-05-28
1
-1
/
+1
*
compatibility patch to compile using gcc 4.6
Adib Taraben
2011-02-27
1
-0
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Restore code safety for all but Win32.
Jon A. Cruz
2010-07-20
1
-3
/
+6
*
fix build broken by 9620
Johan B. C. Engelen
2010-07-19
1
-3
/
+3
[prev]
[next]