| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix crash with reformatted flowregions | Marc Jeanmougin | 2018-10-31 | 1 | -1/+1 |
| | | |||||
| * | Add some tooltips to svg font editor, two need to be fixes. | Martin Owens | 2018-10-30 | 2 | -14/+17 |
| | | |||||
| * | cleanup: remove Base64OutputStream | Thomas Holder | 2018-10-29 | 4 | -482/+8 |
| | | | | | | It was only used in one place. Use "g_base64_encode" instead, like the rest of the codebase. | ||||
| * | cleanup: remove most of uristream.cpp | Thomas Holder | 2018-10-29 | 4 | -375/+38 |
| | | | | | | | | | | | Replace UriInputStream -> FileInputStream Replace UriOutputStream -> FileOutputStream Remove UriReader Remove UriWriter UriReader, UriWriter, and the acutal URI-based API of UriInputStream and UriOutputStream was all unused/dead code. | ||||
| * | Move contents of document-private.h to document.h. | Tavmjong Bah | 2018-10-29 | 8 | -270/+204 |
| | | |||||
| * | SelectedStyle: Ensure constant field width of stroke width | Eduard Braun | 2018-10-27 | 1 | -1/+4 |
| | | | | | %g omits trailing zeroes, %#g does not but adds trailing commas... | ||||
| * | Changin interruption to gap as Maren sugest in MR | Jabiertxof | 2018-10-25 | 1 | -2/+2 |
| | | |||||
| * | Fixing coding style | Jabiertxof | 2018-10-25 | 1 | -3/+6 |
| | | |||||
| * | Improvements to simplify Knots | Jabiertxof | 2018-10-25 | 2 | -10/+7 |
| | | |||||
| * | Add fixes in review. | Jabiertxof | 2018-10-25 | 2 | -10/+8 |
| | | |||||
| * | Fixing coding style | Jabiertxof | 2018-10-25 | 1 | -22/+19 |
| | | |||||
| * | Add new features to knot LPE | Jabiertxof | 2018-10-25 | 2 | -6/+34 |
| | | |||||
| * | Fixing coding style | Jabiertxof | 2018-10-25 | 2 | -9/+9 |
| | | |||||
| * | Fix closing issues | Jabiertxof | 2018-10-25 | 2 | -11/+18 |
| | | |||||
| * | Fixing coding style | Jabiertxof | 2018-10-25 | 2 | -2/+3 |
| | | |||||
| * | Fix initial width | Jabiertxof | 2018-10-25 | 1 | -1/+1 |
| | | |||||
| * | Add minor string tweaks | Jabiertxof | 2018-10-25 | 2 | -4/+5 |
| | | |||||
| * | Fix coding style | Jabier Arraiza | 2018-10-25 | 2 | -28/+37 |
| | | |||||
| * | Fixes fror knot LPE | Jabier Arraiza | 2018-10-25 | 2 | -16/+34 |
| | | |||||
| * | Modify behavior of interpolation | Tanja Bast | 2018-10-24 | 2 | -7/+49 |
| | | | | | | | | | Make sure that the original paths stay the start and end of the interpolation, even after modifying their shape. This is done by transforming the trajectory so that it starts at the bounding box center of the first path and ends at the bounding box center of the second path. | ||||
| * | Apply clang format | Tanja Bast | 2018-10-24 | 2 | -36/+39 |
| | | |||||
| * | ShapeEditor: Always keep KnotHolders in set_item() | Eduard Braun | 2018-10-24 | 2 | -18/+8 |
| | | |||||
| * | Fix assert when removing LPE Definition | Jabiertxof | 2018-10-22 | 1 | -4/+4 |
| | | |||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 39 | -70/+63 |
| | | |||||
| * | Fix memory leak | Marc Jeanmougin | 2018-10-19 | 1 | -0/+1 |
| | | |||||
| * | Fix typos | Marc Jeanmougin | 2018-10-19 | 2 | -28/+29 |
| | | |||||
| * | Makes page sizes in document properties customizable | Marc Jeanmougin | 2018-10-19 | 3 | -188/+175 |
| | | | | | Works similarly as prefs | ||||
| * | Add some more const to SPFilter. | Emmanuel Gil Peyrot | 2018-10-19 | 1 | -9/+7 |
| | | |||||
| * | Sprinkle some const qualifiers on SPFilter methods. | Emmanuel Gil Peyrot | 2018-10-19 | 2 | -6/+6 |
| | | |||||
| * | Finish to convert SPFilter and SPFilterPrimitive to proper classes. | Emmanuel Gil Peyrot | 2018-10-19 | 23 | -139/+130 |
| | | |||||
| * | Remove unused includes. | Emmanuel Gil Peyrot | 2018-10-19 | 3 | -5/+0 |
| | | |||||
| * | Remove unused filter-list.h header. | Emmanuel Gil Peyrot | 2018-10-19 | 3 | -67/+0 |
| | | |||||
| * | Remove unused map-list.h header. | Emmanuel Gil Peyrot | 2018-10-19 | 2 | -69/+0 |
| | | |||||
| * | Remove unused function.h header. | Emmanuel Gil Peyrot | 2018-10-19 | 2 | -123/+0 |
| | | |||||
| * | Remove unused tuple.h header. | Emmanuel Gil Peyrot | 2018-10-19 | 2 | -183/+0 |
| | | |||||
| * | Remove util/unordered-containers.h aliases. | Emmanuel Gil Peyrot | 2018-10-18 | 8 | -70/+31 |
| | | |||||
| * | Merge branch ↵ | Marc Jeanmougin | 2018-10-18 | 4 | -23/+37 |
| |\ | | | | | | | 'bugfix-1789838-confirmation-needed-before-overwriting-template' of gitlab.com:ccrb/inkscape | ||||
| | * | Fix bug 1789838 - Ask for confirmation before overwriting template | Christophe Lebras | 2018-08-31 | 4 | -23/+37 |
| | | | |||||
| * | | Merge branch 'master' of gitlab.com:xhorak/inkscape | Marc Jeanmougin | 2018-10-18 | 2 | -1/+7 |
| |\ \ | |||||
| | * | | Nulling pointer after destroying its data. | Jan Horak | 2018-10-16 | 1 | -0/+3 |
| | | | | |||||
| | * | | Fix use after free in error reporting | Jan Horak | 2018-10-16 | 1 | -1/+4 |
| | | | | |||||
| * | | | Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵ | Rick Yorgason | 2018-10-18 | 11 | -38/+39 |
| | | | | | | | | | | | | | clearer. | ||||
| * | | | New "Outline thin strokes" view mode which draws thin strokes in outline ↵ | Rick Yorgason | 2018-10-18 | 12 | -2/+59 |
| | | | | | | | | | | | | | mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters. | ||||
| * | | | Code cleanup and adding comments. | Tavmjong Bah | 2018-10-17 | 2 | -64/+93 |
| |/ / | |||||
| * | | fix vi modelines: encoding -> fileencoding | Thomas Holder | 2018-10-15 | 10 | -20/+10 |
| | | | |||||
| * | | remove sp-text.cpp.orig | Thomas Holder | 2018-10-15 | 1 | -1324/+0 |
| | | | |||||
| * | | Fix Windows build | Eduard Braun | 2018-10-13 | 1 | -6/+0 |
| | | | | | | | | | (remove remnant from faf43f2ffa88561acb95909861bb28fcdfaeb858) | ||||
| * | | Move some files to 'io' directory. | Tavmjong Bah | 2018-10-13 | 24 | -42/+1593 |
| | | | |||||
| * | | fix masked object's selection bbox | Thomas Holder | 2018-10-12 | 2 | -1/+5 |
| | | | |||||
| * | | Hopefully last fix for e4c44f8b4674b88c0174270f27d61db808f66bc6 | Eduard Braun | 2018-10-11 | 1 | -1/+1 |
| | | | |||||
