| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use maximum ascent and descent for glyphs to ensure that glyphs that extend | Tavmjong Bah | 2015-11-18 | 1 | -3/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code cleanup. Remove/simplify some functions. | Tavmjong Bah | 2015-11-18 | 4 | -91/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn FontMetrics into a class. Add maximum ascent/descent variables. | Tavmjong Bah | 2015-11-18 | 5 | -19/+59 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Find font metrics when font is initialized. Fill baseline table. | Tavmjong Bah | 2015-11-18 | 2 | -78/+222 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Read/write 'dominant-baseline' property. | Tavmjong Bah | 2015-11-18 | 3 | -6/+38 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace leading by more useful x-height. Use OS/2 font metrics when available. | Tavmjong Bah | 2015-11-13 | 5 | -21/+66 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'direction' is an inherited property, remove 'set' requirement. | Tavmjong Bah | 2015-11-10 | 1 | -5/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearrange code to make handling of baseline clearer. | Tavmjong Bah | 2015-11-03 | 1 | -33/+23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vertical baseline depends on block 'text-orientation' value. | Tavmjong Bah | 2015-11-03 | 3 | -8/+43 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement 'text-orientation' with user interface. Update 'writing-mode', addi... | Tavmjong Bah | 2015-10-28 | 16 | -200/+854 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change context from gradient to mesh. | Tavmjong Bah | 2015-11-24 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unneeded header. | Tavmjong Bah | 2015-11-24 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct return value. | Tavmjong Bah | 2015-11-23 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation. Turkish translation update. | Hasan Kiran | 2015-11-22 | 1 | -690/+446 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packaging/macosx: update scripts for potrace switch to external dependency | su_v | 2015-11-21 | 3 | -1/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/Makefile.am: Rm notes about tests that have been fixed | Alex Valavanis | 2015-11-21 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile against external libpotrace | Alex Valavanis | 2015-11-21 | 40 | -4099/+276 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add warning about missing Potrace to CMake build | Alex Valavanis | 2015-11-21 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide unused verbs if Potrace is not available | Alex Valavanis | 2015-11-21 | 7 | -3/+85 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CMake build | Alex Valavanis | 2015-11-12 | 5 | -10/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update cmake Potrace module to match style of others | Alex Valavanis | 2015-11-12 | 2 | -34/+60 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable builds without flood/trace on systems without Potrace | Alex Valavanis | 2015-11-09 | 9 | -10/+72 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQ | Alex Valavanis | 2015-11-09 | 3 | -17/+40 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Potrace bitmap macros to upstream 1.13 | Alex Valavanis | 2015-11-08 | 1 | -8/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use external Potrace | Alex Valavanis | 2015-11-08 | 20 | -4054/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | window/task bar icon missing when installed in non-standard location | Raphael Rosch | 2015-11-20 | 2 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for bug 1517740 (crash in some cases in selection sets) | Marc Jeanmougin | 2015-11-19 | 1 | -2/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Turkish translation update. | Hasan Kiran | 2015-11-18 | 1 | -1103/+701 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix potentential null pointer dereference | Kris | 2015-11-16 | 1 | -5/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | null pointer dereference fix | Kris De Gussem | 2015-11-16 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removes warnings when compiling with c++11 using uniqueptr instead of autoptr | Marc Jeanmougin | 2015-11-16 | 5 | -3/+24 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | static code analysis | Kris De Gussem | 2015-11-16 | 2 | -7/+5 | |
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Italian translation update. | Firas Hanife | 2015-11-15 | 1 | -8154/+5837 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Latvian translation update | Janis Eisaks | 2015-11-15 | 1 | -6951/+3094 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed roughen LPE | Jabier Arraiza Cenoz | 2015-11-15 | 2 | -121/+193 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a typo | Jabier Arraiza Cenoz | 2015-11-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to trunk | Jabier Arraiza Cenoz | 2015-11-15 | 1 | -3784/+1333 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation. Turkish translation update. | Hasan Kiran | 2015-11-14 | 1 | -3784/+1333 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | End fixing roughen | Jabier Arraiza Cenoz | 2015-11-15 | 3 | -38/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | max_smooth_angle working, now deleted after because dont think a good improve... | Jabier Arraiza Cenoz | 2015-11-15 | 1 | -107/+117 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing compile problem | Jabier Arraiza Cenoz | 2015-11-14 | 2 | -30/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to trunk | Jabier Arraiza Cenoz | 2015-11-14 | 26 | -1763/+2260 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix erase mode in no overlap mode, pointed by Ivan Louette | Jabier Arraiza Cenoz | 2015-11-14 | 1 | -12/+18 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Russian translation | Alexandre Prokoudine | 2015-11-14 | 1 | -82/+59 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some sane defaults for spray offset, subject to further tweaking | Alexandre Prokoudine | 2015-11-14 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Russian translation | Alexandre Prokoudine | 2015-11-14 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Russian translation | Alexandre Prokoudine | 2015-11-14 | 1 | -1641/+2130 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | static code analysis | Kris De Gussem | 2015-11-13 | 3 | -13/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | static code analysis | Kris De Gussem | 2015-11-13 | 20 | -50/+50 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug on bspline, duplicating end nodes | Jabier Arraiza Cenoz | 2015-11-13 | 1 | -0/+24 | |
