index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Style rewrite: Unquote strings from libcroco. Fixes 1303422.
Tavmjong Bah
2014-05-15
1
-2
/
+5
|
*
i18n. Fix for Bug #1318929 (untranslatable string in trunk-r13370).
Nicolas Dufour
2014-05-14
1
-3
/
+21
|
*
CSS2 and CSS3 text decoration rendering, most code from David Mathog.
Tavmjong Bah
2014-05-13
4
-199
/
+427
|
*
Style rewrite: prevent CSS2 'text-decoration' from overwriting CSS3 'text-dec...
Tavmjong Bah
2014-05-13
2
-19
/
+46
|
*
put correct architecture in x64 Windows resource manifests
Johan B. C. Engelen
2014-05-12
2
-2
/
+2
|
*
add x64 Windows resource file
Johan B. C. Engelen
2014-05-12
1
-0
/
+10
|
*
add Windows resource files for x64 builds
Johan B. C. Engelen
2014-05-12
3
-0
/
+69
|
*
remove unnecessary include, that is causing troubles (it is doing a bad #defi...
Johan B. C. Engelen
2014-05-12
1
-1
/
+0
|
*
Fix snapping issue in selector tool
Diederik van Lierop
2014-05-12
3
-32
/
+48
|
*
fix build on Windows with newer gcc / other Windows headers. redefining NULL ...
Johan B. C. Engelen
2014-05-11
1
-2
/
+5
|
*
fix build for some (windows 64 bit devlibs attempt)
Johan B. C. Engelen
2014-05-11
2
-0
/
+4
|
*
correctly fix rev. 13355
Johan B. C. Engelen
2014-05-11
1
-1
/
+1
|
*
fix 2geom build for newer compilers (assert can be disabled/overridden, i sup...
Johan B. C. Engelen
2014-05-11
1
-0
/
+1
|
*
make: Order our dist headers before installed package headers
Bryce Harrington
2014-05-11
1
-2
/
+2
|
*
i18n. Fix for bug #1318345 (untranslatable strings in trunk-r13348).
Nicolas Dufour
2014-05-11
1
-1
/
+1
|
*
i18n. Fix for bug #1318289 (preferences > bitmap > rendering shows po file he...
Nicolas Dufour
2014-05-11
1
-1
/
+1
|
*
Add closePath().
Tavmjong Bah
2014-05-11
1
-0
/
+1
|
*
Style rewrite: 'text-decoration' requires access to style of ancestor element...
Tavmjong Bah
2014-05-10
2
-8
/
+24
|
*
Adding new INKSCAPE_PROFILE_DIR environment variable (see bug #1247448, envir...
Nicolas Dufour
2014-05-10
1
-0
/
+5
|
*
Style rewrite: correct 'text-decoration' CSS2 vs CSS3 behavior.
Tavmjong Bah
2014-05-09
1
-0
/
+10
|
*
Style rewrite: prevent crash when fill/stroke set to "currentColor".
Tavmjong Bah
2014-05-07
1
-61
/
+61
*
|
Removed original path helper paths pointed by LiamW
Jabier Arraiza Cenoz
2014-06-13
1
-8
/
+0
*
|
Allow symbol zooming independent of icon screen size.
Tavmjong Bah
2014-06-13
2
-13
/
+68
*
|
Display symbols in document order.
Tavmjong Bah
2014-06-13
1
-0
/
+1
*
|
Remove 'font' shorthand if we have written out font longhand properties.
Tavmjong Bah
2014-06-10
1
-1
/
+7
*
|
Proper quoting of CSS 'font-family' fallback lists.
Tavmjong Bah
2014-06-10
5
-86
/
+102
*
|
fix a bug on spirolive close path
Jabier Arraiza Cenoz
2014-06-09
1
-27
/
+29
*
|
Display name of face from font file in Text and Font dialog (as well as CSS/P...
Tavmjong Bah
2014-06-09
5
-42
/
+91
*
|
Better ordering of font-face styles in UI. Rely on CSS values rather than gue...
Tavmjong Bah
2014-06-08
1
-217
/
+17
*
|
Fix for Bug #1241902 -
Jabier Arraiza Cenoz
2014-06-07
10
-8
/
+192
*
|
Undo changes in r13391
Liam P. White
2014-06-07
11
-61
/
+55
*
|
Clean up some unnecessary pointer usage in livarot
Liam P. White
2014-06-06
11
-55
/
+61
*
|
Put lpe-envelope-perspective.cpp in CMakeLists.txt
Liam P. White
2014-06-06
1
-0
/
+1
*
|
Make family-name comparisons case insensitive.
Tavmjong Bah
2014-06-05
2
-23
/
+46
*
|
Fix build failure with poppler 0.26 (Bug #1315142)
Matthias Kilian
2014-06-04
1
-9
/
+45
*
|
spellcheck.cpp: correct indenting. disable debug output.
Johan B. C. Engelen
2014-06-01
1
-37
/
+37
*
|
Added Perspective-Envelope live effect
Jabier Arraiza Cenoz
2014-05-30
6
-1
/
+501
*
|
Unquote names in 'font-family' lists. Partial fix for #1029080
Tavmjong Bah
2014-05-30
5
-36
/
+58
*
|
Use SPStyle value for 'font-family' rather than parse 'style' ourselves.
Tavmjong Bah
2014-05-29
1
-28
/
+3
*
|
Initialize style store with default styles. Fixes Gtk-CRITICAL and GLib-Gobje...
Tavmjong Bah
2014-05-28
1
-0
/
+9
*
|
Convert from 90px to inch to 96px to inch per SVG (CSS) specification.
Tavmjong Bah
2014-05-26
1
-4
/
+4
*
|
fix compliance test pservers-pattern-04-f - inheriting pattern viewBox
Tomasz Boczkowski
2014-05-17
1
-2
/
+3
*
|
Fix GTK+ 3 build
Liam P. White
2014-05-16
1
-0
/
+13
*
|
fix compliance test pservers-pattern-03-f - using fallback when pattern is empty
Tomasz Boczkowski
2014-05-16
5
-2
/
+34
*
|
don't rely on operator precedence (rev. 13372)
Johan B. C. Engelen
2014-05-16
1
-2
/
+2
*
|
Fix crash in preview widget for files containing objectBoundingBox related pa...
Tomasz Boczkowski
2014-05-16
1
-2
/
+2
*
|
fix C++11 compilation
Johan B. C. Engelen
2014-05-15
2
-2
/
+4
*
|
fix compile warning
Johan B. C. Engelen
2014-05-15
1
-1
/
+1
*
|
make windows filedialog's code more portable for different mingw versions (fa...
Johan B. C. Engelen
2014-05-15
2
-11
/
+7
*
|
Fix Pango markup in Text and Font dialog.
Tavmjong Bah
2014-05-15
1
-4
/
+4
[prev]
[next]