| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove Inkscape::URI::toString | Thomas Holder | 2018-11-05 | 1 | -3/+2 |
| | | |||||
| * | SPAttributeEnum typed function arguments | Thomas Holder | 2018-10-06 | 1 | -5/+5 |
| | | |||||
| * | Add new style register style property for stop color and opacity | Martin Owens | 2018-10-05 | 1 | -0/+3 |
| | | |||||
| * | Removal of code but breaks gradients | Martin Owens | 2018-10-05 | 1 | -3/+7 |
| | | |||||
| * | fix 1795942 "object to path" uses outdated state | Thomas Holder | 2018-10-05 | 1 | -0/+10 |
| | | |||||
| * | Remove old unset code which isn't used any more | Martin Owens | 2018-10-04 | 1 | -161/+8 |
| | | |||||
| * | fix compiling on macOS | Thomas Holder | 2018-10-04 | 1 | -1/+1 |
| | | |||||
| * | SPStyle property lookup helper class | Thomas Holder | 2018-10-04 | 1 | -519/+197 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -143/+143 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Add GUI support for 'font-variant-east-asian' property. | Tavmjong Bah | 2018-06-07 | 1 | -2/+2 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-05-14 | 1 | -1/+1 |
| | | | | Found via `codespell` and `grep` | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Fix promote d | Jabier Arraiza | 2018-04-23 | 1 | -2/+13 |
| | | |||||
| * | Revert TAV d work for testing | Jabier Arraiza | 2018-04-23 | 1 | -13/+2 |
| | | |||||
| * | Add the path 'd' property to the blacklist for default style. | Tavmjong Bah | 2018-03-27 | 1 | -0/+1 |
| | | |||||
| * | Promote the path 'd' attribute to a property per SVG 2. Try 2. | Tavmjong Bah | 2018-03-07 | 1 | -2/+13 |
| | | | | | See e88644b0 for first attempt and for comments. | ||||
| * | Revert "Promote the path 'd' attribute to a property per SVG 2." | Tavmjong Bah | 2018-02-18 | 1 | -10/+0 |
| | | | | | | | Needs further testing. This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583. | ||||
| * | Promote the path 'd' attribute to a property per SVG 2. | Tavmjong Bah | 2018-02-13 | 1 | -0/+10 |
| | | | | | | | | | | This allows 'd' to be animated via CSS animations. Due to the interactions of 'd' with LPE's, 'd' as a property is converted to 'd' as an attribute in SPPath::update. This changes the XML which causes update() to be called again (and triggers a warning). Fixing this is left to a future patch as is converting the 'd' back to a property on output. | ||||
| * | 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) | ||||
