| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Relative values for strokes: | Tavmjong Bah | 2018-08-15 | 2 | -3/+44 | |
| | | | | | | | Fix segmenation fault on reading dashes with % values. Fix computed value for dashes with % values (use viewport diagonal length). Support % values for stroke width. | |||||
| * | Fixes pointed by Tav | Jabier Arraiza | 2018-08-05 | 1 | -4/+1 | |
| | | ||||||
| * | Update to trunk and styling fixes | Jabier Arraiza | 2018-08-05 | 1 | -4/+4 | |
| | | ||||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 1 | -5/+5 | |
| | | ||||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -1/+5 | |
| | | ||||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 2 | -4/+3 | |
| | | ||||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 2 | -3/+4 | |
| | | | | | pref optional to scale dashes on stroke scale | |||||
| * | Merge branch 'sp_print' of gitlab.com:linkmauve/inkscape | Marc Jeanmougin | 2018-06-21 | 9 | -69/+67 | |
| |\ | ||||||
| | * | Move global functions into SPImage methods. | Emmanuel Gil Peyrot | 2018-06-21 | 2 | -11/+12 | |
| | | | ||||||
| | * | Move global functions into SPGradient methods. | Emmanuel Gil Peyrot | 2018-06-21 | 2 | -45/+42 | |
| | | | ||||||
| | * | Move global functions into SPPrintContext methods. | Emmanuel Gil Peyrot | 2018-06-21 | 6 | -13/+13 | |
| | | | ||||||
| * | | Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for ↵ | Tavmjong Bah | 2018-06-21 | 2 | -200/+246 | |
| |/ | | | | | | 'inline-size'). Some additinal refactoring. | |||||
| * | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 2 | -4/+4 | |
| | | ||||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 10 | -25/+25 | |
| | | ||||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 13 | -46/+46 | |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | |||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 8 | -9/+9 | |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | |||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -5/+6 | |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 12 | -13/+13 | |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 76 | -163/+86 | |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 99 | -1094/+1094 | |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 92 | -704/+704 | |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 2 | -3/+3 | |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | |||||
| * | Fixes on convert to paths LPE shapes | Jabier Arraiza | 2018-06-02 | 1 | -7/+49 | |
| | | ||||||
| * | Prevent seg fault if value is null. | Tavmjong Bah | 2018-05-31 | 1 | -0/+5 | |
| | | ||||||
| * | Implement rendering for 'textPath' 'side' attribute. No GUI. | Tavmjong Bah | 2018-05-31 | 3 | -28/+36 | |
| | | ||||||
| * | More boilerplate for 'textPath' 'side' attribute. | Tavmjong Bah | 2018-05-31 | 2 | -10/+31 | |
| | | ||||||
| * | Source typos | luz.paz | 2018-05-14 | 1 | -3/+3 | |
| | | ||||||
| * | Misc. typos | luz.paz | 2018-05-14 | 4 | -4/+4 | |
| | | | | Found via `codespell` and `grep` | |||||
| * | Fix bug embeding SVG as PNG | Jabier Arraiza | 2018-05-13 | 2 | -24/+73 | |
| | | ||||||
| * | Fix rendering of hatches when hatchContentUnits and hatchUnits have ↵ | Tavmjong Bah | 2018-05-13 | 1 | -1/+13 | |
| | | | | | different values. | |||||
| * | Allow embed on SVG imports | Jabier Arraiza | 2018-05-12 | 2 | -19/+22 | |
| | | ||||||
| * | Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVG | Jabier Arraiza | 2018-05-12 | 1 | -0/+20 | |
| | | ||||||
| * | Allow link a SVG as image | Jabiertxo Arraiza Cenoz | 2018-05-10 | 1 | -4/+9 | |
| | | ||||||
| * | Merge branch 'guidespanel' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-05-09 | 3 | -0/+11 | |
| |\ | ||||||
| | * | Guides created after "lock all guides" selected should be locked | Geoff Lankow | 2018-05-04 | 1 | -0/+3 | |
| | | | ||||||
| | * | Add global guide controls to guides panel | Geoff Lankow | 2018-05-04 | 2 | -0/+8 | |
| | | | ||||||
| * | | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 77 | -324/+324 | |
| | | | | | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| * | | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 77 | -324/+324 | |
| | | | ||||||
| * | | Put adaptagrams into its own folder | Marc Jeanmougin | 2018-04-29 | 2 | -2/+2 | |
| | | | ||||||
| * | | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix bug when converting to paths cliped and masked LPE elemets | Jabiertxo Arraiza Cenoz | 2018-04-26 | 1 | -43/+40 | |
| | | | ||||||
| * | | Fixing LPE recalculations warnings on update | Jabier Arraiza | 2018-04-23 | 8 | -16/+64 | |
| | | | ||||||
| * | | Fix warings on updates | Jabier Arraiza | 2018-04-23 | 10 | -30/+26 | |
| | | | ||||||
| * | | Remove pathh orig file | Jabier Arraiza | 2018-04-23 | 1 | -1756/+0 | |
| | | | ||||||
| * | | Fix promote d | Jabier Arraiza | 2018-04-23 | 2 | -1/+1759 | |
| | | | ||||||
| * | | Remove some documents updates | Jabier Arraiza | 2018-04-23 | 9 | -21/+0 | |
| | | | ||||||
| * | | Fix some crashes grouping | Jabier Arraiza | 2018-04-23 | 1 | -2/+3 | |
| | | | ||||||
| * | | Noumerous bugfixes pointed by Lazur on IRC | Jabier Arraiza | 2018-04-23 | 2 | -8/+5 | |
| | | | ||||||
| * | | Revert TAV d work for testing | Jabier Arraiza | 2018-04-23 | 1 | -3/+1 | |
| | | | ||||||
