| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Inkscape::URI API enhancements | Thomas Holder | 2018-11-03 | 1 | -2/+2 |
| | | |||||
| * | Use existing colour toString in style writer | Martin Owens | 2018-10-03 | 1 | -15/+1 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Fix the object-to-path bug by adding back the SPIBase check. | Martin Owens | 2018-10-01 | 1 | -1/+4 |
| | | |||||
| * | Fix crash in fill and stroke dialog | Martin Owens | 2018-09-27 | 1 | -0/+1 |
| | | |||||
| * | Fix crash in URL get_value when url not set. | Martin Owens | 2018-09-26 | 1 | -1/+2 |
| | | |||||
| * | Fix if style with brace | Martin Owens | 2018-09-26 | 1 | -54/+54 |
| | | |||||
| * | Merge into remote | Martin Owens | 2018-09-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Move URL toString to a more useful place and some minor fixes | Martin Owens | 2018-09-22 | 1 | -10/+6 |
| | | | |||||
| | * | Remove most write overrides and replace to get_value plus one generic write ↵ | Martin Owens | 2018-09-21 | 1 | -604/+299 |
| | | | | | | | | | method | ||||
| * | | Rename unit to unit_out for less confusion | Martin Owens | 2018-09-26 | 1 | -6/+6 |
| | | | |||||
| * | | Move URL toString to a more useful place and some minor fixes | Martin Owens | 2018-09-24 | 1 | -10/+6 |
| | | | |||||
| * | | Remove most write overrides and replace to get_value plus one generic write ↵ | Martin Owens | 2018-09-24 | 1 | -604/+299 |
| |/ | | | | method | ||||
| * | Fix children not properly inheriting font-size when ungrouping | Eduard Braun | 2018-09-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | Only the value was merged into the child's style but not type, unit or literal specifiers. As type defaults to SP_FONT_SIZE_LITERAL with SP_CSS_FONT_SIZE_MEDIUM this resulted in removal of font-size upon ungrouping. Fixed Bugs: - https://bugs.launchpad.net/inkscape/+bug/1518575 - https://bugs.launchpad.net/inkscape/+bug/1733651 | ||||
| * | Update file import dialog for old SVG. We couldent add a fixed siize so we ↵ | Jabier Arraiza | 2018-09-18 | 1 | -1/+1 |
| | | | | | need to play with new lines | ||||
| * | Several more typos | luz.paz | 2018-09-11 | 1 | -2/+2 |
| | | |||||
| * | Relative values for strokes: | Tavmjong Bah | 2018-08-15 | 1 | -14/+2 |
| | | | | | | | Fix segmenation fault on reading dashes with % values. Fix computed value for dashes with % values (use viewport diagonal length). Support % values for stroke width. | ||||
| * | Fixing coding style | Jabier Arraiza | 2018-08-05 | 1 | -56/+56 |
| | | |||||
| * | Fixes pointed by Tav | Jabier Arraiza | 2018-08-05 | 1 | -108/+73 |
| | | |||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 1 | -16/+19 |
| | | |||||
| * | Fixes compiling bugs | Jabier Arraiza | 2018-08-05 | 1 | -11/+13 |
| | | |||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -22/+81 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -17/+15 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -15/+17 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -16/+16 |
| | | | | | | 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 | -1/+108 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Fix promote d | Jabier Arraiza | 2018-04-23 | 1 | -3/+1 |
| | | |||||
| * | Revert TAV d work for testing | Jabier Arraiza | 2018-04-23 | 1 | -1/+3 |
| | | |||||
| * | Fixes for d promote to property | Jabier Arraiza | 2018-04-21 | 1 | -1/+3 |
| | | |||||
| * | Fix bug in operator= for SPIFontVariableSettings. | Tavmjong Bah | 2018-03-14 | 1 | -2/+1 |
| | | |||||
| * | Pango requires different 'font-variation-settints' string. | Tavmjong Bah | 2018-03-13 | 1 | -3/+10 |
| | | |||||
| * | CSS property 'font-variation-settings' contains comma separated value pairs. | Tavmjong Bah | 2018-03-12 | 1 | -12/+15 |
| | | | | | Previous version assumed no commas. Fix reading and writing property. Update test. | ||||
| * | Finish implementing reading/writing 'font-variation-settings' CSS property. | Tavmjong Bah | 2018-03-10 | 1 | -30/+60 |
| | | | | | Fix some bugs in previously implemented code. Add tests. | ||||
| * | Promote the path 'd' attribute to a property per SVG 2. Try 2. | Tavmjong Bah | 2018-03-07 | 1 | -3/+1 |
| | | | | | See e88644b0 for first attempt and for comments. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -8/+7 |
| | | | | | A lot of header clean-up. | ||||
| * | Fixes https://bugs.launchpad.net/inkscape/+bug/1742305 (ungrouping can lose ↵ | Marc Jeanmougin | 2018-01-17 | 1 | -0/+1 |
| | | | | | group's opacity) | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Implement !important rule handling for inline-style. Work from Jabier. | Tavmjong Bah | 2017-10-13 | 1 | -34/+46 |
| | | | | | Added "!important" rule tests to style-test.cpp. | ||||
| * | Opps! I had forgotten to increment the loop counter :-P | Felipe Corrêa da Silva Sanches | 2017-06-23 | 1 | -0/+1 |
| | | | | | There we go... | ||||
| * | rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ↵ | Felipe Corrêa da Silva Sanches | 2017-06-23 | 1 | -19/+38 |
| | | | | | full parsing of multiple axes and respective design-space coordiantes. | ||||
| * | silencing debug printf on SPIVariableFontAxisOrNormal | Felipe Corrêa da Silva Sanches | 2017-06-22 | 1 | -2/+2 |
| | | | | | (https://bugs.launchpad.net/inkscape/+bug/1699787) | ||||
| * | SPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILength | Felipe Corrêa da Silva Sanches | 2017-06-22 | 1 | -8/+10 |
| | | |||||
| * | parsing font-variation-settings (CSS Fonts Module Level 4) | Felipe Corrêa da Silva Sanches | 2017-06-22 | 1 | -0/+61 |
| | | |||||
| * | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 2017-02-05 | 1 | -2/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | ||||
| * | Merge in GSoC style dialog. (Work in progress.) | Tavmjong Bah | 2017-02-04 | 1 | -110/+90 |
| |\ | | | | | (bzr r15471) | ||||
| | * | Merge changes from trunk | kamalpreetgrewal | 2016-08-04 | 1 | -6/+1 |
| | |\ | | | | | | | (bzr r14949.1.62) | ||||
| | * | | Propagate changes to object tree with changes in style element | Tavmjong Bah | 2016-07-13 | 1 | -110/+90 |
| | | | | | | | | | | (bzr r14949.1.46) | ||||
