index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
22
-183
/
+162
2015-12-07
static code analysis
Kris De Gussem
3
-10
/
+15
2015-12-07
static code analysis
Kris De Gussem
12
-18
/
+18
2015-12-07
static code analysis
Kris De Gussem
10
-38
/
+38
2015-12-07
static code analysis
Kris De Gussem
5
-31
/
+37
2015-12-07
Add rect to SP Control point on locked guides
Jabier Arraiza Cenoz
4
-14
/
+28
2015-12-07
Add Martin Owens radious patch
Jabier Arraiza Cenoz
1
-0
/
+6
2015-12-07
Set minimum line height to "strut" height per CSS. Prevent possible infinite ...
Tavmjong Bah
1
-31
/
+25
2015-12-06
Fixes UX pointed in suv review
Jabier Arraiza Cenoz
12
-49
/
+75
2015-12-06
cppification: GSList replaced by vectors (select tool cycling to 'select under')
Marc Jeanmougin
2
-61
/
+41
2015-12-06
cppification: GSList replaced by vectors (vanishing points)
Marc Jeanmougin
2
-40
/
+32
2015-12-06
cppification: GSList replaced by vectors (mostly related to gradients and mes...
Marc Jeanmougin
7
-264
/
+247
2015-12-06
Remove leftover assert.
Tavmjong Bah
1
-1
/
+0
2015-12-05
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
15
-40
/
+115
2015-12-05
Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.
Tavmjong Bah
7
-36
/
+107
2015-12-05
cppification: GSList replaced by vectors (mostly related to guides and grids)
Marc Jeanmougin
10
-179
/
+130
2015-12-04
added comment + simpler rounding
Marc Jeanmougin
1
-2
/
+3
2015-12-03
Correct rounding when importing bitmaps
Marc Jeanmougin
1
-2
/
+6
2015-12-03
String desc fix
Jabier Arraiza Cenoz
2
-4
/
+2
2015-12-03
Add global lock guides to the rulers
Jabier Arraiza Cenoz
9
-9
/
+80
2015-12-03
Added no highlight and cross icon on locked guides
Jabier Arraiza Cenoz
3
-1
/
+6
2015-12-02
Removed auto calulate distances in roughen LPE because strange resulton apply...
Jabier Arraiza Cenoz
2
-39
/
+0
2015-12-02
Reorder attribute lock to better position
Jabier Arraiza Cenoz
2
-2
/
+2
2015-12-02
Add spray-origin missing atribute
Jabier Arraiza Cenoz
2
-0
/
+2
2015-12-02
Add lock to guides
Jabier Arraiza Cenoz
8
-0
/
+67
2015-12-02
Correct line spacing for text in a shape when various font-sizes present.
Tavmjong Bah
3
-36
/
+91
2015-11-30
Bug fixes for simplify LPE and applied fix also affected #166937
Jabier Arraiza Cenoz
1
-8
/
+11
2015-11-30
Correct position of lines in multi-line text when some lines have different f...
Tavmjong Bah
2
-14
/
+29
2015-11-27
Reimplement the functions in src/xml/quote.cpp to clear up license.
Krzysztof Kosi??ski
1
-61
/
+57
2015-11-25
Fix undo of mesh creation.
Tavmjong Bah
1
-18
/
+11
2015-11-25
Remove unused headers.
Tavmjong Bah
2
-4
/
+0
2015-11-25
fixes infinite loop due to buggy recursion in flattening function
Marc Jeanmougin
1
-2
/
+8
2015-11-24
Use deprecated constant to maintain backwards compatibility with freetype 2.4.
Tavmjong Bah
1
-1
/
+1
2015-11-24
Change context from gradient to mesh.
Tavmjong Bah
1
-1
/
+4
2015-11-24
Remove unneeded header.
Tavmjong Bah
1
-1
/
+0
2015-11-23
Correct return value.
Tavmjong Bah
1
-0
/
+1
2015-11-21
src/Makefile.am: Rm notes about tests that have been fixed
Alex Valavanis
1
-2
/
+0
2015-11-21
Hide unused verbs if Potrace is not available
Alex Valavanis
7
-3
/
+85
2015-11-20
window/task bar icon missing when installed in non-standard location
Raphael Rosch
2
-0
/
+6
2015-11-19
fix for bug 1517740 (crash in some cases in selection sets)
Marc Jeanmougin
1
-2
/
+9
2015-11-19
Swap text-before-edge and text-after-edge baseline values.
Tavmjong Bah
1
-6
/
+6
2015-11-18
Implement rendering of 'dominant-baseline' property.
Tavmjong Bah
4
-39
/
+56
2015-11-18
Use maximum ascent and descent for glyphs to ensure that glyphs that extend
Tavmjong Bah
1
-3
/
+6
2015-11-18
Code cleanup. Remove/simplify some functions.
Tavmjong Bah
4
-91
/
+30
2015-11-18
Turn FontMetrics into a class. Add maximum ascent/descent variables.
Tavmjong Bah
4
-19
/
+56
2015-11-18
Find font metrics when font is initialized. Fill baseline table.
Tavmjong Bah
2
-78
/
+222
2015-11-18
Read/write 'dominant-baseline' property.
Tavmjong Bah
3
-6
/
+38
2015-11-16
removes warnings when compiling with c++11 using uniqueptr instead of autoptr
Marc Jeanmougin
5
-3
/
+24
2015-11-16
null pointer dereference fix
Kris De Gussem
1
-5
/
+3
2015-11-16
static code analysis
Kris De Gussem
2
-7
/
+5
[prev]
[next]