| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Eliminate SPIString::value_default | Thomas Holder | 2019-11-03 | 1 | -3/+2 |
| | | | | | | | - eliminate value_default - make value private (-> _value) - add value() method | ||||
| * | refactor: TypedSPI | Thomas Holder | 2019-10-28 | 1 | -2/+2 |
| | | |||||
| * | Inkscape::XML::Node::addChildAtPos | Thomas Holder | 2019-10-16 | 1 | -26/+11 |
| | | |||||
| * | Move from deprecated GTimeVal to g_get_monotonic_time() | Jabier Arraiza | 2019-10-12 | 1 | -4/+1 |
| | | |||||
| * | reduce usage of desktop coordinates (#341) | Thomas Holder | 2019-08-18 | 1 | -6/+5 |
| | | | | | | | | - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox | ||||
| * | Make doc2dt a document property | Thomas Holder | 2019-07-27 | 1 | -14/+11 |
| | | | | | Closes #340 | ||||
| * | Merge branch 'refactoring' of gitlab.com:shlomif/inkscape | Marc Jeanmougin | 2019-06-20 | 1 | -1/+1 |
| |\ | |||||
| | * | Refactor: convert rotate_rel() to a method. | Shlomi Fish | 2019-06-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fix grouping performance | Marc Jeanmougin | 2019-06-14 | 1 | -0/+1 |
| |/ | |||||
| * | Refactoring: call setAttribute() directly. | Shlomi Fish | 2019-06-06 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- 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. | ||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -3/+3 |
| | | | | | Makes searching through code for them easier. | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -32/+29 |
| | | |||||
| * | Add a rotation action. | Tavmjong Bah | 2018-11-27 | 1 | -9/+11 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 1 | -1/+0 |
| | | |||||
| * | Removed typo introduced in previous commit | luz.paz | 2018-10-06 | 1 | -1/+1 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-10-06 | 1 | -38/+38 |
| | | | | Found via `codespell` | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | fix 90 deg cw/ccw rotation with inverted y-axis | Thomas Holder | 2018-09-29 | 1 | -1/+2 |
| | | |||||
| * | Fix bug #1791696: PowerClip: Using a group as a clip doesn't work as expected | Jabier Arraiza | 2018-09-28 | 1 | -6/+15 |
| | | |||||
| * | minor correction to MR | Marc Jeanmougin | 2018-09-21 | 1 | -2/+2 |
| | | |||||
| * | fix bug 1791694 | Xortex | 2018-09-19 | 1 | -0/+9 |
| | | |||||
| * | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-09-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Several more typos | luz.paz | 2018-09-11 | 1 | -1/+1 |
| | | | |||||
| * | | New option to invert y-axis | Thomas Holder | 2018-09-12 | 1 | -31/+17 |
| |/ | | | | | | | | | 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 | ||||
| * | Update selection-chemistry.cpp | Samuel Buttigieg | 2018-09-08 | 1 | -13/+13 |
| | | |||||
| * | fix Bug #1786269 | Xortex | 2018-09-08 | 1 | -0/+15 |
| | | |||||
| * | Fixes compiling bugs | Jabier Arraiza | 2018-08-05 | 1 | -1/+1 |
| | | |||||
| * | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -4/+4 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -3/+3 |
| | | | | | | 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 | -67/+67 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Fix bug when converting to paths cliped and masked LPE elemets | Jabiertxo Arraiza Cenoz | 2018-04-26 | 1 | -6/+12 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -7/+7 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -61/+71 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -2/+2 |
| | | | | Found via `codespell` | ||||
| * | Fix title problems | Jabiertxo Arraiza Cenoz | 2017-11-16 | 1 | -13/+22 |
| | | |||||
| * | Working on fix | Jabier Arraiza | 2017-11-16 | 1 | -7/+34 |
| | | |||||
| * | 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 ``` | ||||
| * | Bug fixes previous to overlay implementation | Jabier Arraiza | 2017-10-28 | 1 | -5/+11 |
| | | |||||
| * | Fixing problems with nested LPE and convert to paths | Jabier Arraiza | 2017-10-14 | 1 | -0/+4 |
| | | |||||
| * | third batch | Marc Jeanmougin | 2017-10-02 | 1 | -54/+20 |
| | | |||||
| * | Second batch | Marc Jeanmougin | 2017-10-02 | 1 | -24/+18 |
| | | |||||
| * | Transform duplicate object only when clipping or masking | Stefano Facchini | 2017-09-24 | 1 | -16/+21 |
| | | |||||
| * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 1 | -12/+12 |
| | | |||||
| * | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵ | Jabier Arraiza | 2017-09-21 | 1 | -12/+19 |
| | | | | | powerstroke path | ||||
| * | Fix a bug on uninicialitated variable, that perform diferent results in ↵ | Jabier Arraiza | 2017-09-16 | 1 | -12/+0 |
| | | | | | debug and in release mode. Thanks Michael for help me finfing this bug. Also sused to remove some unnneded code in path chemistry and to better naming the variable uninicilitated | ||||
| * | Fixes for clone original LPE | Jabiertxo Arraiza Cenoz | 2017-09-13 | 1 | -2/+4 |
| | | |||||
| * | Fix a bug when creating a cloned LPE with fill between many | Jabier Arraiza | 2017-09-09 | 1 | -3/+5 |
| | | |||||
| * | This commit is based on a coment on bug #1670644. And allow to fill the fill ↵ | Jabier Arraiza | 2017-09-09 | 1 | -0/+1 |
| | | | | | | | | between many LPE widget that allow attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy | ||||
