| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-01 | Improve clip LPE | Jabier Arraiza | 1 | -4/+4 | |
| Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866 | |||||
| 2019-08-17 | HatchKnotHolderEntityScale & some fixes | vanntile | 1 | -11/+23 | |
| 2019-08-17 | Added knot holder entities | vanntile | 1 | -4/+28 | |
| 2019-07-27 | Make doc2dt a document property | Thomas Holder | 1 | -15/+7 | |
| Closes #340 | |||||
| 2019-07-01 | Fix various minor typos | Yuri Chornoivan | 1 | -1/+1 | |
| 2019-06-12 | Refactoring: replace funcs with methods. | Shlomi Fish | 1 | -0/+36 | |
| I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | |||||
| 2019-06-12 | Refactor: convert rotate_rel() to a method. | Shlomi Fish | 1 | -0/+17 | |
| 2019-06-08 | Preferences: Work around issue with parsing unsigned integers | Patrick Storz | 1 | -1/+1 | |
| As we handle unsigned integers the same way as signed integers, large unsigned values (notably RGBA values) overflow the signed type. The issue became apparent when we switched from atoi to strtol in 0e92e8e519b33b35ab63600c31feb7c639e347a6 While the former has undefined behavior for out of range numbers it luckily seemed to "just" overflow as expected on supported OSs. The latter however returns LONG_MAX (which for a 32-bit value is 0x7fffffff and turned out to show turquoise in unexpected places, e.g. the default path highlighting color in node tool). Avoid this by catching the error and try to parse as unsigned type in this case (which will still overflow, but seems to have worked as expected so far). | |||||
| 2019-04-17 | fix inbox#380 Rotation center flipped with y-axis | Thomas Holder | 1 | -3/+10 | |
| 2019-01-06 | Fix segfault when a masked object is transformed | octycs | 1 | -1/+1 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -3/+3 | |
| 2018-12-15 | Remove unused transform functions related to LPE and improvements to ↵ | Jabier Arraiza | 1 | -20/+0 | |
| fill-betreen-* LPEs | |||||
| 2018-12-13 | extract_uri: fix, test, document | Thomas Holder | 1 | -8/+6 | |
| 2018-12-03 | Minor comment/alignment changes. | Tavmjong Bah | 1 | -1/+1 | |
| 2018-12-01 | Fix merging | Jabier Arraiza | 1 | -1/+1 | |
| 2018-12-01 | Fix merge to master and add shortcut | Jabier Arraiza | 1 | -1/+1 | |
| 2018-11-30 | Replace void* by SPItem* to avoid static casts. | Tavmjong Bah | 1 | -1/+1 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-11-05 | remove Inkscape::URI::toString | Thomas Holder | 1 | -10/+4 | |
| 2018-10-19 | Remove unused includes. | Emmanuel Gil Peyrot | 1 | -1/+0 | |
| 2018-10-12 | fix masked object's selection bbox | Thomas Holder | 1 | -0/+4 | |
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-10-05 | fix 1795942 "object to path" uses outdated state | Thomas Holder | 1 | -0/+1 | |
| 2018-10-02 | Fixes for LPE transforms and a bug when closing inkscape, related to ↵ | Jabiertxof | 1 | -6/+0 | |
| lpeobject-reference | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-10-01 | Improvements to transforms in LPE | Jabier Arraiza | 1 | -2/+4 | |
| 2018-09-30 | fix 1787601 star stroke width scaled by 3.78 | Thomas Holder | 1 | -1/+0 | |
| 2018-09-27 | SP_ACTIVE_DESKTOP: check for NULL or eliminate | Thomas Holder | 1 | -1/+1 | |
| 2018-09-26 | Revert 9688e3858010724f4cd16664025e5c54b4e9872f | Jabier Arraiza | 1 | -4/+2 | |
| 2018-09-26 | Fix #1787601 star stroke width broken (scaled by 3.78) | Jabier Arraiza | 1 | -2/+4 | |
| 2018-09-23 | fix "Arrange" dialog with inverted y-axis | Thomas Holder | 1 | -8/+4 | |
| 2018-09-13 | fixes and improvementes to power clip and powermask | Jabiertxof | 1 | -1/+1 | |
| 2018-09-12 | fix object-set-test crash | Thomas Holder | 1 | -2/+3 | |
| 2018-09-12 | New option to invert y-axis | Thomas Holder | 1 | -2/+1 | |
| Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | |||||
| 2018-08-15 | Relative values for strokes: | Tavmjong Bah | 1 | -3/+4 | |
| Fix segmenation fault on reading dashes with % values. Fix computed value for dashes with % values (use viewport diagonal length). Support % values for stroke width. | |||||
| 2018-08-05 | Fixes pointed by Tav | Jabier Arraiza | 1 | -4/+1 | |
| 2018-08-05 | Update to trunk and styling fixes | Jabier Arraiza | 1 | -4/+4 | |
| 2018-08-05 | coding style fixes | Jabier Arraiza | 1 | -5/+5 | |
| 2018-08-05 | Refactor with Tav help | Jabier Arraiza | 1 | -1/+5 | |
| 2018-08-05 | Revert changes | Jabier Arraiza | 1 | -3/+2 | |
| 2018-08-05 | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 1 | -2/+3 | |
| pref optional to scale dashes on stroke scale | |||||
| 2018-06-21 | Move global functions into SPPrintContext methods. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -6/+6 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This makes it clearer whether an integer or a boolean has to be passed in this specific call. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -2/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -57/+57 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -9/+9 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -9/+9 | |
| 2018-04-23 | Fixing LPE recalculations warnings on update | Jabier Arraiza | 1 | -1/+1 | |
| 2018-04-23 | Noumerous bugfixes pointed by Lazur on IRC | Jabier Arraiza | 1 | -4/+2 | |
