| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct position of lines in multi-line text when some lines have different ↵ | Tavmjong Bah | 2015-11-30 | 2 | -14/+29 |
| | | | | | | | | font sizes. Correctly handle vertical left to right and right to left text. (bzr r14494) | ||||
| * | Reimplement the functions in src/xml/quote.cpp to clear up license. | Krzysztof Kosi??ski | 2015-11-27 | 1 | -61/+57 |
| | | | | | | | This file was one of the very few that was marked as GPL v2 only, which prevents us from declaring GPL v2+ licensing. (bzr r14492) | ||||
| * | Fix undo of mesh creation. | Tavmjong Bah | 2015-11-25 | 1 | -18/+11 |
| | | | | (bzr r14491) | ||||
| * | Remove unused headers. | Tavmjong Bah | 2015-11-25 | 2 | -4/+0 |
| | | | | (bzr r14490) | ||||
| * | fixes infinite loop due to buggy recursion in flattening function | Marc Jeanmougin | 2015-11-25 | 1 | -2/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1519547 (bzr r14489) | ||||
| * | Use deprecated constant to maintain backwards compatibility with freetype 2.4. | Tavmjong Bah | 2015-11-24 | 1 | -1/+1 |
| | | | | (bzr r14488) | ||||
| * | Merge 'writing-modes' branch. | Tavmjong Bah | 2015-11-24 | 21 | -327/+879 |
| |\ | | | | | (bzr r14487) | ||||
| | * | Swap text-before-edge and text-after-edge baseline values. | Tavmjong Bah | 2015-11-19 | 1 | -6/+6 |
| | | | | | | | (bzr r14430.1.12) | ||||
| | * | Implement rendering of 'dominant-baseline' property. | Tavmjong Bah | 2015-11-18 | 4 | -39/+56 |
| | | | | | | | (bzr r14430.1.11) | ||||
| | * | Use maximum ascent and descent for glyphs to ensure that glyphs that extend | Tavmjong Bah | 2015-11-18 | 1 | -3/+6 |
| | | | | | | | | | | | outside the em-box are fully drawn. (bzr r14430.1.10) | ||||
| | * | Code cleanup. Remove/simplify some functions. | Tavmjong Bah | 2015-11-18 | 4 | -91/+30 |
| | | | | | | | (bzr r14430.1.9) | ||||
| | * | Turn FontMetrics into a class. Add maximum ascent/descent variables. | Tavmjong Bah | 2015-11-18 | 4 | -19/+56 |
| | | | | | | | (bzr r14430.1.8) | ||||
| | * | Find font metrics when font is initialized. Fill baseline table. | Tavmjong Bah | 2015-11-18 | 2 | -78/+222 |
| | | | | | | | | | | | Separately track typographic ascent/descent and maximum ascent/descent. (bzr r14430.1.7) | ||||
| | * | Read/write 'dominant-baseline' property. | Tavmjong Bah | 2015-11-18 | 3 | -6/+38 |
| | | | | | | | (bzr r14430.1.6) | ||||
| | * | Replace leading by more useful x-height. Use OS/2 font metrics when available. | Tavmjong Bah | 2015-11-13 | 5 | -21/+66 |
| | | | | | | | | | | | | | Use otmMacAscent/otmMacDescent rather than otmAscent/otmDescent. Actually both should be available as they have different purposes... (bzr r14430.1.5) | ||||
| | * | 'direction' is an inherited property, remove 'set' requirement. | Tavmjong Bah | 2015-11-10 | 1 | -5/+4 |
| | | | | | | | (bzr r14430.1.4) | ||||
| | * | Rearrange code to make handling of baseline clearer. | Tavmjong Bah | 2015-11-03 | 1 | -33/+23 |
| | | | | | | | (bzr r14430.1.3) | ||||
| | * | Vertical baseline depends on block 'text-orientation' value. | Tavmjong Bah | 2015-11-03 | 3 | -8/+43 |
| | | | | | | | (bzr r14430.1.2) | ||||
| | * | Implement 'text-orientation' with user interface. Update 'writing-mode', ↵ | Tavmjong Bah | 2015-10-28 | 15 | -196/+507 |
| | | | | | | | | | | | | | | | adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1) | ||||
| * | | Change context from gradient to mesh. | Tavmjong Bah | 2015-11-24 | 1 | -1/+4 |
| | | | | | | | (bzr r14486) | ||||
| * | | Remove unneeded header. | Tavmjong Bah | 2015-11-24 | 1 | -1/+0 |
| | | | | | | | (bzr r14485) | ||||
| * | | Correct return value. | Tavmjong Bah | 2015-11-23 | 1 | -0/+1 |
| | | | | | | | (bzr r14484) | ||||
| * | | src/Makefile.am: Rm notes about tests that have been fixed | Alex Valavanis | 2015-11-21 | 1 | -2/+0 |
| | | | | | | | (bzr r14481) | ||||
| * | | Compile against external libpotrace | Alex Valavanis | 2015-11-21 | 36 | -4098/+191 |
| |\ \ | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14480) | ||||
| | * | | Hide unused verbs if Potrace is not available | Alex Valavanis | 2015-11-21 | 7 | -3/+85 |
| | | | | | | | | | | (bzr r14449.1.7) | ||||
| | * | | Fix CMake build | Alex Valavanis | 2015-11-12 | 3 | -6/+23 |
| | | | | | | | | | | (bzr r14449.1.6) | ||||
| | * | | Enable builds without flood/trace on systems without Potrace | Alex Valavanis | 2015-11-09 | 8 | -10/+69 |
| | | | | | | | | | | (bzr r14449.1.4) | ||||
| | * | | Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQ | Alex Valavanis | 2015-11-09 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14449.1.3) | ||||
| | * | | Update Potrace bitmap macros to upstream 1.13 | Alex Valavanis | 2015-11-08 | 1 | -8/+9 |
| | | | | | | | | | | (bzr r14449.1.2) | ||||
| | * | | Use external Potrace | Alex Valavanis | 2015-11-08 | 19 | -4054/+5 |
| | | | | | | | | | | (bzr r14449.1.1) | ||||
| * | | | window/task bar icon missing when installed in non-standard location | Raphael Rosch | 2015-11-20 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1516238 (bzr r14479) | ||||
| * | | | fix for bug 1517740 (crash in some cases in selection sets) | Marc Jeanmougin | 2015-11-19 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1517740 (bzr r14478) | ||||
| * | | | Fix potentential null pointer dereference | Kris | 2015-11-16 | 1 | -5/+3 |
| |\ \ \ | | | | | | | | | (bzr r14476) | ||||
| | * | | | null pointer dereference fix | Kris De Gussem | 2015-11-16 | 1 | -5/+3 |
| | | | | | | | | | | | | | (bzr r14474.1.1) | ||||
| * | | | | removes warnings when compiling with c++11 using uniqueptr instead of autoptr | Marc Jeanmougin | 2015-11-16 | 5 | -3/+24 |
| |/ / / | | | | | | | (bzr r14475) | ||||
| * | | | static code analysis | Kris De Gussem | 2015-11-16 | 2 | -7/+5 |
| | | | | | | | | | | (bzr r14474) | ||||
| * | | | Fix a typo | Jabier Arraiza Cenoz | 2015-11-15 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r14422.3.14) | ||||
| * | | | End fixing roughen | Jabier Arraiza Cenoz | 2015-11-15 | 3 | -38/+30 |
| | | | | | | | | | | (bzr r14422.3.12) | ||||
| * | | | max_smooth_angle working, now deleted after because dont think a good ↵ | Jabier Arraiza Cenoz | 2015-11-15 | 1 | -107/+117 |
| | | | | | | | | | | | | | | | | improvement in realtion of UX complication (bzr r14422.3.11) | ||||
| * | | | Fixing compile problem | Jabier Arraiza Cenoz | 2015-11-14 | 2 | -30/+30 |
| | | | | | | | | | | (bzr r14422.3.10) | ||||
| * | | | update to trunk | Jabier Arraiza Cenoz | 2015-11-14 | 25 | -77/+109 |
| |\ \ \ | | | | | | | | | (bzr r14422.3.9) | ||||
| | * | | | Fix erase mode in no overlap mode, pointed by Ivan Louette | Jabier Arraiza Cenoz | 2015-11-14 | 1 | -12/+18 |
| | | | | | | | | | | | | | (bzr r14469) | ||||
| | * | | | Some sane defaults for spray offset, subject to further tweaking | Alexandre Prokoudine | 2015-11-14 | 1 | -2/+4 |
| | | | | | | | | | | | | | (bzr r14467) | ||||
| | * | | | static code analysis | Kris De Gussem | 2015-11-13 | 3 | -13/+13 |
| | | | | | | | | | | | | | (bzr r14464) | ||||
| | * | | | static code analysis | Kris De Gussem | 2015-11-13 | 20 | -50/+50 |
| | | | | | | | | | | | | | (bzr r14463) | ||||
| | * | | | Fix a bug on bspline, duplicating end nodes | Jabier Arraiza Cenoz | 2015-11-13 | 1 | -0/+24 |
| | | | | | | | | | | | | | (bzr r14462) | ||||
| * | | | | adding default width | Jabier Arraiza Cenoz | 2015-11-14 | 1 | -3/+35 |
| | | | | | | | | | | | | | (bzr r14422.3.8) | ||||
| * | | | | Fix a compile problem | Jabier Arraiza Cenoz | 2015-11-13 | 1 | -46/+0 |
| | | | | | | | | | | | | | (bzr r14422.3.7) | ||||
| * | | | | Fix bug end node, start calculate size based in number of nodes and lenght | Jabier Arraiza Cenoz | 2015-11-13 | 2 | -1/+67 |
| | | | | | | | | | | | | | (bzr r14422.3.6) | ||||
| * | | | | Fixed a bug on Spray Friendly when SPLPEITEM has clones. POinted by Ivan Louette | Jabier Arraiza Cenoz | 2015-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r14422.3.5) | ||||
