| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -10/+14 | |
| | | | | | A lot of header clean-up. | |||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 | |
| | | | | Found via `codespell` | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | |||||
| * | Update properties for SVG 2 text. Partial work from Alex Roman | Tavmjong Bah | 2017-10-16 | 1 | -3/+29 | |
| | | ||||||
| * | Implement !important rule handling for inline-style. Work from Jabier. | Tavmjong Bah | 2017-10-13 | 1 | -1/+8 | |
| | | | | | Added "!important" rule tests to style-test.cpp. | |||||
| * | Add GUI and code to implement "Line Spacing Modes". | Tavmjong Bah | 2017-08-05 | 1 | -8/+12 | |
| | | | | | | Selecting a Line Spacing Mode allows a user to quickly pick an algorithm for consistant line spacing. | |||||
| * | Do not scale font-size when set to a relative unit | Eduard Braun | 2017-08-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Relative units already respect the transform of parents and don't have to be recalculated when set to relative unit from inside the UI It's actually not possible to set relative font-sizes anywhere in the UI except when setting sub/superscripts (sets font-size to 65%) Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1658029 | |||||
| * | rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ↵ | Felipe Corrêa da Silva Sanches | 2017-06-23 | 1 | -1/+1 | |
| | | | | | full parsing of multiple axes and respective design-space coordiantes. | |||||
| * | parsing font-variation-settings (CSS Fonts Module Level 4) | Felipe Corrêa da Silva Sanches | 2017-06-22 | 1 | -0/+10 | |
| | | ||||||
| * | Fix styling breakage from r15471. | Tavmjong Bah | 2017-02-05 | 1 | -2/+2 | |
| | | | | (bzr r15478) | |||||
| * | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 2017-02-05 | 1 | -3/+5 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | |||||
| * | Merge in GSoC style dialog. (Work in progress.) | Tavmjong Bah | 2017-02-04 | 1 | -80/+80 | |
| |\ | | | | | (bzr r15471) | |||||
| | * | Merge changes from trunk | kamalpreetgrewal | 2016-08-04 | 1 | -15/+1 | |
| | |\ | | | | | | | (bzr r14949.1.62) | |||||
| | * | | Propagate changes to object tree with changes in style element | Tavmjong Bah | 2016-07-13 | 1 | -80/+80 | |
| | | | | | | | | | | (bzr r14949.1.46) | |||||
| * | | | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet. | Tavmjong Bah | 2016-10-19 | 1 | -0/+13 | |
| | | | | | | | | | | (bzr r15177) | |||||
| * | | | Fix typo (font-variant-east_asian -> font-variant-east-asian). | Tavmjong Bah | 2016-09-20 | 1 | -1/+1 | |
| | |/ |/| | | | (bzr r15120) | |||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -15/+1 | |
| | | | | | | | (bzr r15034) | |||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+15 | |
| | | | | | | | (bzr r15027) | |||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -15/+1 | |
| |/ | | | (bzr r15025) | |||||
| * | Finish fixing bug 156221 ('line-height' with non-px scaling). | Tavmjong Bah | 2016-03-30 | 1 | -1/+2 | |
| | | | | (bzr r14753) | |||||
| * | Add line-height unit selector to text toolbar. | Tavmjong Bah | 2016-03-22 | 1 | -1/+2 | |
| | | | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3) | |||||
| * | Reverting 14701. | Tavmjong Bah | 2016-03-18 | 1 | -2/+2 | |
| | | | | (bzr r14716.1.2) | |||||
| * | Add a units box to line height and wire in the style units, plus some cleanup | Martin Owens | 2016-03-12 | 1 | -2/+2 | |
| | | | | (bzr r14701) | |||||
| * | minor typos (mail to inkscape-translator) | Yuri Chornoivan | 2015-12-26 | 1 | -2/+2 | |
| | | | | (bzr r14541) | |||||
| * | Code cleanup. Remove/simplify some functions. | Tavmjong Bah | 2015-11-18 | 1 | -1/+1 | |
| | | | | (bzr r14430.1.9) | |||||
| * | Read/write 'dominant-baseline' property. | Tavmjong Bah | 2015-11-18 | 1 | -3/+6 | |
| | | | | (bzr r14430.1.6) | |||||
| * | Add new 'writing-mode' values, remove 'block-progression', fix a few typos. | Tavmjong Bah | 2015-10-15 | 1 | -12/+15 | |
| | | | | (bzr r14416) | |||||
| * | Protect against a NULL value for 'font-feature-settings'. "Fixes" #1502432. | Tavmjong Bah | 2015-10-04 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1502432 (bzr r14395) | |||||
| * | Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'. | Tavmjong Bah | 2015-06-22 | 1 | -8/+34 | |
| | | | | | | Requires Pango version equal or greater than 1.37.1. (bzr r14207) | |||||
| * | Render font variants (ligatures, postions, caps, numerics). | Tavmjong Bah | 2015-06-21 | 1 | -0/+60 | |
| | | | | | | Requires Pango 1.37.1. (bzr r14206) | |||||
| * | Add 'font-variant-xxx' to properties that should not be set on non-text ↵ | Tavmjong Bah | 2015-05-27 | 1 | -0/+8 | |
| | | | | | | elements. (bzr r14179) | |||||
| * | Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵ | Tavmjong Bah | 2015-05-18 | 1 | -1/+1 | |
| | | | | | | library). (bzr r14162) | |||||
| * | GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵ | Tavmjong Bah | 2015-05-12 | 1 | -1/+1 | |
| | | | | | | progress. (bzr r14148) | |||||
| * | Start of implementing CSS 3 font variants (access to OpenType features). | Tavmjong Bah | 2015-05-06 | 1 | -4/+53 | |
| | | | | (bzr r14115) | |||||
| * | show filter usage count | Raphael Rosch | 2015-05-05 | 1 | -0/+2 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1169123 (bzr r14111) | |||||
| * | Shorthands are not allowed as presentation attributes. | Tavmjong Bah | 2015-05-04 | 1 | -1/+9 | |
| | | | | (bzr r14107) | |||||
| * | Revert bad commit (commited to wrong branch). | Tavmjong Bah | 2015-05-03 | 1 | -8/+0 | |
| | | | | (bzr r14096) | |||||
| * | First batch | Tavmjong Bah | 2015-05-03 | 1 | -0/+8 | |
| | | | | (bzr r14095) | |||||
| * | Test implementation of 'shape-padding'. | Tavmjong Bah | 2015-01-16 | 1 | -0/+1 | |
| | | | | (bzr r13858) | |||||
| * | Read properties for SVG 2 text in a shape. | Tavmjong Bah | 2015-01-15 | 1 | -0/+27 | |
| | | | | (bzr r13852) | |||||
| * | SPStyle ref counting clean up. | Tavmjong Bah | 2014-12-26 | 1 | -2/+6 | |
| | | | | (bzr r13822.1.7) | |||||
| * | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 1 | -17/+1 | |
| | | | | (bzr r13822.1.6) | |||||
| * | Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent(). | Tavmjong Bah | 2014-12-25 | 1 | -53/+28 | |
| | | | | (bzr r13822.1.5) | |||||
| * | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 1 | -67/+27 | |
| | | | | (bzr r13822.1.4) | |||||
| * | Remove sp_style_read_from_object() | Tavmjong Bah | 2014-12-24 | 1 | -25/+7 | |
| | | | | (bzr r13822.1.3) | |||||
| * | Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs(). | Tavmjong Bah | 2014-12-24 | 1 | -34/+28 | |
| | | | | (bzr r13822.1.2) | |||||
| * | Remove sp_style_new_from_object() | Tavmjong Bah | 2014-12-24 | 1 | -16/+2 | |
| | | | | (bzr r13822.1.1) | |||||
| * | Black list some properties that shouldn't appear in default styles. | Tavmjong Bah | 2014-11-08 | 1 | -2/+37 | |
| | | | | (bzr r13679) | |||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -3/+11 | |
| |\ | | | | | (bzr r13341.1.278) | |||||
| | * | Post-merge cleanup. | Jon A. Cruz | 2014-10-15 | 1 | -4/+5 | |
| | | | | | | | (bzr r13615) | |||||
