summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove leftover assert.Tavmjong Bah2015-12-061-1/+0
| |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah2015-12-057-36/+107
| | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cppification: GSList replaced by vectors (select tool cycling to 'select under')Marc Jeanmougin2015-12-062-61/+41
| | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cppification: GSList replaced by vectors (vanishing points)Marc Jeanmougin2015-12-062-40/+32
| | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cppification: GSList replaced by vectors (mostly related to gradients and mes...Marc Jeanmougin2015-12-067-264/+247
| | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin2015-12-0510-179/+130
| |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added comment + simpler roundingMarc Jeanmougin2015-12-041-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct rounding when importing bitmapsMarc Jeanmougin2015-12-031-2/+6
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed auto calulate distances in roughen LPE because strange resulton apply...Jabier Arraiza Cenoz2015-12-022-39/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add spray-origin missing atributeJabier Arraiza Cenoz2015-12-022-0/+2
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some SVG2 text properties to tables.Tavmjong Bah2015-12-024-0/+52
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct line spacing for text in a shape when various font-sizes present.Tavmjong Bah2015-12-023-36/+91
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Chinese (zh_CN) translation update.Mingye Wang2015-12-021-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XAML. Fix for Bug #1521686 (Exported Xaml mistaken due to wrong format number...Nicolas Dufour2015-12-021-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Win32. Temporary workaround for Bug #1156664 (Compile against external libpot...Nicolas Dufour2015-12-021-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes for simplify LPE and applied fix also affected #166937Jabier Arraiza Cenoz2015-11-301-8/+11
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct position of lines in multi-line text when some lines have different f...Tavmjong Bah2015-11-302-14/+29
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Chinese (zh_CN) translation update.Mingye Wang2015-11-291-12292/+6934
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reimplement the functions in src/xml/quote.cpp to clear up license.Krzysztof Kosi??ski2015-11-271-61/+57
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix undo of mesh creation.Tavmjong Bah2015-11-251-18/+11
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused headers.Tavmjong Bah2015-11-252-4/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes infinite loop due to buggy recursion in flattening functionMarc Jeanmougin2015-11-251-2/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use deprecated constant to maintain backwards compatibility with freetype 2.4.Tavmjong Bah2015-11-241-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 'writing-modes' branch.Tavmjong Bah2015-11-2422-331/+1226
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unintended change that added C++11 flag.Tavmjong Bah2015-11-241-3/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Swap text-before-edge and text-after-edge baseline values.Tavmjong Bah2015-11-191-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement rendering of 'dominant-baseline' property.Tavmjong Bah2015-11-184-39/+56
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use maximum ascent and descent for glyphs to ensure that glyphs that extendTavmjong Bah2015-11-181-3/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code cleanup. Remove/simplify some functions.Tavmjong Bah2015-11-184-91/+30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn FontMetrics into a class. Add maximum ascent/descent variables.Tavmjong Bah2015-11-185-19/+59
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Find font metrics when font is initialized. Fill baseline table.Tavmjong Bah2015-11-182-78/+222
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Read/write 'dominant-baseline' property.Tavmjong Bah2015-11-183-6/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace leading by more useful x-height. Use OS/2 font metrics when available.Tavmjong Bah2015-11-135-21/+66
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'direction' is an inherited property, remove 'set' requirement.Tavmjong Bah2015-11-101-5/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearrange code to make handling of baseline clearer.Tavmjong Bah2015-11-031-33/+23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vertical baseline depends on block 'text-orientation' value.Tavmjong Bah2015-11-033-8/+43
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah2015-10-2816-200/+854
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change context from gradient to mesh.Tavmjong Bah2015-11-241-1/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unneeded header.Tavmjong Bah2015-11-241-1/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct return value.Tavmjong Bah2015-11-231-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation. Turkish translation update.Hasan Kiran2015-11-221-690/+446
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packaging/macosx: update scripts for potrace switch to external dependencysu_v2015-11-213-1/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/Makefile.am: Rm notes about tests that have been fixedAlex Valavanis2015-11-211-2/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile against external libpotraceAlex Valavanis2015-11-2140-4099/+276
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add warning about missing Potrace to CMake buildAlex Valavanis2015-11-211-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide unused verbs if Potrace is not availableAlex Valavanis2015-11-217-3/+85
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CMake buildAlex Valavanis2015-11-125-10/+30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update cmake Potrace module to match style of othersAlex Valavanis2015-11-122-34/+60
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable builds without flood/trace on systems without PotraceAlex Valavanis2015-11-099-10/+72
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQAlex Valavanis2015-11-093-17/+40