index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
drawing-text.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve picking selecton on text
Jabiertxof
2019-10-30
1
-5
/
+13
*
Fix crash when font dont have X glyph. Solve this https://gitlab.com/inkscape...
Jabiertxof
2019-09-11
1
-3
/
+6
*
improve text selection
Jabiertxof
2019-09-10
1
-3
/
+4
*
Add some documentation (Harfbuzz, OpenType SVG).
Tavmjong Bah
2019-05-07
1
-2
/
+2
*
Add basic SVG in OpenType support.
Tavmjong Bah
2019-05-06
1
-1
/
+28
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-8
/
+8
*
Turn #defines into enum.
Tavmjong Bah
2018-12-11
1
-9
/
+9
*
Fix coding style
Jabier Arraiza
2018-12-01
1
-1
/
+1
*
Improve spliter and add outline mode functionality
Jabier Arraiza
2018-12-01
1
-1
/
+1
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Implement the remaining vector effects properties.
Tavmjong Bah
2018-11-08
1
-1
/
+1
*
Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...
Rick Yorgason
2018-10-18
1
-6
/
+7
*
New "Outline thin strokes" view mode which draws thin strokes in outline mode...
Rick Yorgason
2018-10-18
1
-0
/
+10
*
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+4
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+4
*
Misc. typos
luz.paz
2018-05-14
1
-1
/
+1
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
remove trailing space
Shlomi Fish
2017-10-06
1
-14
/
+13
*
refactoring
Shlomi Fish
2017-10-06
1
-5
/
+1
*
Fix logic error (non-scaling stroke on text).
Tavmjong Bah
2017-01-03
1
-1
/
+1
*
Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.
Tavmjong Bah
2016-10-19
1
-3
/
+10
*
Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/
Tavmjong Bah
2016-08-15
1
-1
/
+1
*
Fix bug #1548953 (Crash when SVG contains certain special chars)
Eduard Braun
2016-03-30
1
-7
/
+9
*
patch for bug 1283194
mathog
2015-06-01
1
-5
/
+20
*
patch bug 1294784
mathog
2015-05-21
1
-1
/
+2
*
Implement rendering for 'context-fill' and 'context-stroke' (text not handled...
Tavmjong Bah
2014-12-21
1
-4
/
+11
*
Code rearrangement to make it clearer what is happening.
Tavmjong Bah
2014-12-16
1
-0
/
+7
*
Update to trunk r13621
Liam P. White
2014-10-17
1
-4
/
+4
|
\
|
*
Merged src/display folder from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
1
-4
/
+4
*
|
Fix build (not pretty).
Liam P. White
2014-08-18
1
-2
/
+5
|
/
*
Warnings cleaup.
Jon A. Cruz
2014-07-15
1
-11
/
+12
*
CSS2 and CSS3 text decoration rendering, most code from David Mathog.
Tavmjong Bah
2014-05-13
1
-182
/
+289
*
Enable support for 'paint-order', rendering only.
Tavmjong Bah
2014-05-01
1
-6
/
+3
*
Implement 'paint-order' for text.
Tavmjong Bah
2014-02-18
1
-0
/
+19
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-60
/
+60
*
glyph drawing: improve code
Johan B. C. Engelen
2014-01-08
1
-18
/
+16
*
Fix blurry pattern fills on text objects (blocker bug #1005892).
Krzysztof Kosi??ski
2013-11-01
1
-29
/
+41
*
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
2013-10-01
1
-2
/
+2
*
Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.
Martin Owens
2013-09-18
1
-2
/
+2
*
Scale rendering of pattern fill of text when chaning zoom level; partial fix ...
Diederik van Lierop
2013-09-15
1
-1
/
+1
*
changes_2013_05_22a.patch:
David Mathog
2013-06-19
1
-17
/
+287
*
Change outline mode rendering tolerance from 1.25 to 0.5.
Krzysztof Kosi??ski
2012-11-06
1
-1
/
+1
*
patch by zcgucas for Bug #941597 (Text objects with fill and stroke 'None' ar...
Kris De Gussem
2012-05-13
1
-11
/
+26
*
Removing redundant doxygen @brief tag.
Jon A. Cruz
2011-10-02
1
-1
/
+1
*
Warning cleanup.
Jon A. Cruz
2011-10-02
1
-6
/
+3
*
Further fixes for text rendering and picking
Krzysztof Kosi??ski
2011-09-06
1
-3
/
+6
*
Fix bugs in text stroke rendering and picking
Krzysztof Kosi??ski
2011-09-05
1
-15
/
+11
*
Filter background rendering now matches the SVG specification.
Krzysztof Kosi??ski
2011-08-21
1
-3
/
+4
[next]