| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix GC warnings | Marc Jeanmougin | 2019-10-10 | 1 | -0/+1 |
| | | |||||
| * | Fix segfault in reading in meshes when xml:space="preserve". | Tavmjong Bah | 2019-10-09 | 1 | -6/+4 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/172 | ||||
| * | Fix various minor code problems | Marc Jeanmougin | 2019-10-05 | 1 | -6/+5 |
| | | |||||
| * | Fix some memory leaks found by scan-build | Marc Jeanmougin | 2019-10-05 | 2 | -4/+5 |
| | | |||||
| * | Support "lang" and "xml:lang" attributes. | Tavmjong Bah | 2019-10-01 | 2 | -1/+29 |
| | | | | | Partial fix for https://gitlab.com/inkscape/inbox/issues/951 | ||||
| * | Use two bounding box caches instead of one | Nathan Lee | 2019-10-01 | 2 | -7/+16 |
| | | | | | | gitlab.com/inkscape/inbox/issues/943 gitlab.com/inkscape/inkscape/issues/339 | ||||
| * | Reduce memory leaks when dragging shapes | Nathan Lee | 2019-09-30 | 1 | -1/+2 |
| | | | | | Remove unnecessary copy per Thomas' suggestion | ||||
| * | Don't create empty text node when reading in "textPath". | Tavmjong Bah | 2019-09-30 | 1 | -16/+0 |
| | | | | | Fix for https://gitlab.com/inkscape/inbox/issues/512 | ||||
| * | Fix issue 872. LPE on rects is not rendering in browsers | Jabier Arraiza | 2019-09-29 | 3 | -7/+53 |
| | | |||||
| * | Allow transforms in rects with LPE | Jabiertxof | 2019-09-17 | 1 | -0/+3 |
| | | |||||
| * | Active SVG2 Flow Text by default | Jabiertxof | 2019-09-16 | 1 | -1/+1 |
| | | |||||
| * | Allow paste preserving new lines into a flowtext element | Jabiertxof | 2019-09-16 | 3 | -4/+28 |
| | | |||||
| * | Allow paste on flowbox at same sice of origin, also improve creation to get ↵ | Jabiertxof | 2019-09-16 | 1 | -5/+3 |
| | | | | | rid of transforms on origin | ||||
| * | Allow to paste paragraphs in SVG2 Flow then paste overflow the shape | Jabiertxof | 2019-09-13 | 2 | -3/+38 |
| | | |||||
| * | A value of zero for 'inline-size' should act as if 'inline-size' is not set. ↵ | Tavmjong Bah | 2019-09-13 | 1 | -4/+5 |
| | | | | | Fixes #852. | ||||
| * | Allow transforms in SVG2 flow elements | Jabier Arraiza | 2019-09-07 | 1 | -0/+9 |
| | | |||||
| * | Prepared for beta. Fixed blocking bug | Jabiertxof | 2019-09-07 | 1 | -1/+0 |
| | | |||||
| * | Prepare for beta | Jabiertxof | 2019-09-07 | 1 | -4/+1 |
| | | |||||
| * | fixx flowbox on SVG2 mode using tspans | Jabiertxof | 2019-09-07 | 1 | -2/+10 |
| | | |||||
| * | Write out 'x' and 'y' attribute values to repr when some text property value ↵ | Tavmjong Bah | 2019-09-07 | 1 | -0/+1 |
| | | | | | | | | changes. Changes to property values may cause text to be relayed out, changing 'x' and 'y' attributes on tspans with sodipodi:role="line". Fix for issue 234. | ||||
| * | Add listeners for when shapes used by text are changed. | Tavmjong Bah | 2019-09-06 | 2 | -29/+38 |
| | | |||||
| * | Templates: Accept non-underscored variants of "inkscape:templateinfo" | Patrick Storz | 2019-08-31 | 1 | -1/+1 |
| | | |||||
| * | Fix issues pointed by @ede123 and cssinate | Jabiertxof | 2019-08-28 | 1 | -5/+8 |
| | | |||||
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | ||||
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 2 | -4/+2 |
| | | | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory. | ||||
| * | reduce usage of desktop coordinates (#341) | Thomas Holder | 2019-08-18 | 1 | -1/+1 |
| | | | | | | | | - 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 | ||||
| * | HatchKnotHolderEntityScale & some fixes | vanntile | 2019-08-17 | 3 | -21/+36 |
| | | |||||
| * | Added knot holder entities | vanntile | 2019-08-17 | 4 | -13/+116 |
| | | |||||
| * | fix #371 guides label upside down | Thomas Holder | 2019-08-14 | 1 | -3/+3 |
| | | |||||
| * | Fix Arc toolbar buttons (gitlab, inkscape#355) | Nathan Lee | 2019-08-06 | 1 | -2/+2 |
| | | |||||
| * | Add Patrick improvements to verbs toggle menu items | Jabiertxof | 2019-07-29 | 2 | -3/+4 |
| | | |||||
| * | Fix some issues with inverse coordinates pointed by Maren | Jabier Arraiza | 2019-07-28 | 1 | -2/+2 |
| | | |||||
| * | Add verbs update checkbuttons in menu. Also do improvements requested in ↵ | Jabier Arraiza | 2019-07-28 | 1 | -1/+7 |
| | | | | | https://gitlab.com/inkscape/inkscape/issues/323 and improve XRay rendering | ||||
| * | Make doc2dt a document property | Thomas Holder | 2019-07-27 | 4 | -23/+18 |
| | | | | | Closes #340 | ||||
| * | Improvements finish pointed by Maren | Jabier Arraiza | 2019-07-19 | 1 | -1/+1 |
| | | |||||
| * | Improvemets to power pencil | Jabiertxof | 2019-07-19 | 1 | -0/+2 |
| | | |||||
| * | working on powerpencil in other thread | Jabier Arraiza | 2019-07-14 | 2 | -8/+6 |
| | | |||||
| * | Fix coding style | Jabiertxof | 2019-07-08 | 1 | -3/+3 |
| | | |||||
| * | Improvements to temming allow diferent on dark themes | Jabiertxof | 2019-07-08 | 1 | -3/+3 |
| | | |||||
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 5 | -5/+5 |
| | | |||||
| * | Remove experimental code to work in MR and fixes for selectors | Jabier Arraiza | 2019-06-23 | 1 | -5/+9 |
| | | |||||
| * | Merge branch 'fix-bbox-filter' of gitlab.com:octycs/inkscape | Marc Jeanmougin | 2019-06-20 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix bounding box cache invalidation for filters | octycs | 2019-06-20 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'copypasta' of gitlab.com:nathanal/inkscape | Marc Jeanmougin | 2019-06-20 | 1 | -16/+19 |
| |\ \ | |||||
| | * | | Change TextPath to Text positioning | Nathan Lee | 2019-06-03 | 1 | -32/+19 |
| | | | | | | | | | | | | | | | | | | | Uses originalPath instead of bounding-box. Make positioning consistent with text that is not visible (too long for path). | ||||
| | * | | Crashfix deleting path with invisible text on path | Nathan Lee | 2019-06-03 | 1 | -5/+21 |
| | | | | | | | | | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/491 | ||||
| * | | | Merge branch 'refactoring' of gitlab.com:shlomif/inkscape | Marc Jeanmougin | 2019-06-20 | 5 | -59/+58 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Refactoring: replace funcs with methods. | Shlomi Fish | 2019-06-12 | 5 | -40/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | Refactor: convert rotate_rel() to a method. | Shlomi Fish | 2019-06-12 | 4 | -19/+18 |
| | | | | |||||
| * | | | Fix crash after deleting a grouped connection | Nathan Lee | 2019-06-14 | 1 | -0/+1 |
| |/ / | | | | | | | Fix gitlab.com/inkscape/inkscape/issues/205 | ||||
