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