| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+2 | |
| | | ||||||
| * | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+2 | |
| | | ||||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -20/+20 | |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 | |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 9 | -55/+55 | |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| * | ZoomToolbar: C++ify and GtkAction migration | Alexander Valavanis | 2018-06-17 | 2 | -1/+44 | |
| | | ||||||
| * | Misc. typos | luz.paz | 2018-05-14 | 1 | -1/+1 | |
| | | | | Found via `codespell` and `grep` | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 10 | -31/+31 | |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 10 | -31/+31 | |
| | | ||||||
| * | Erase rejected files | Jabier Arraiza | 2018-04-07 | 1 | -38/+0 | |
| | | ||||||
| * | Add LPE Dash Stroke | Jabier Arraiza | 2018-04-01 | 1 | -0/+38 | |
| | | ||||||
| * | Fix fillet chamfer LPE bug on adding points to paths | Jabier Arraiza | 2018-03-31 | 1 | -3/+17 | |
| | | ||||||
| * | Add lots of README's. | Tavmjong Bah | 2018-03-30 | 1 | -0/+8 | |
| | | ||||||
| * | Removing sample meson build files. | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -59/+0 | |
| | | | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY | |||||
| * | [meson-build] libsrcdir | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -2/+3 | |
| | | ||||||
| * | [meson-build] wip: sp-object, sp-marshal and lib_helper | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -0/+58 | |
| | | ||||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 3 | -10/+12 | |
| | | | | | A lot of header clean-up. | |||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -2/+2 | |
| | | | | Found via `codespell` | |||||
| * | sp-marshal: fix deprecation | Alexander Valavanis | 2017-12-25 | 1 | -1/+1 | |
| | | ||||||
| * | license fix | Eduard Braun | 2017-11-26 | 2 | -2/+2 | |
| | | ||||||
| * | Merge branch 'luzpaz/inkscape-typos' (!119) | Eduard Braun | 2017-11-07 | 5 | -6/+6 | |
| |\ | ||||||
| | * | Misc. typos | Unknown | 2017-11-07 | 5 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 ``` | |||||
| * | | Change abs to std::abs to fix warnings | Simon Wells | 2017-11-04 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscape | Marc Jeanmougin | 2017-10-20 | 1 | -2/+1 | |
| |\ | ||||||
| | * | Replace boost::scoped_ptr | Jan Lingscheid | 2017-10-17 | 1 | -2/+1 | |
| | | | | | | | | | | | This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes. | |||||
| * | | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 | |
| |/ | ||||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 2 | -13/+14 | |
| | | ||||||
| * | remove helper/gnome-utils.* | Marc Jeanmougin | 2017-09-29 | 3 | -151/+0 | |
| | | ||||||
| * | Include the prefix.h defines in gettext config | Ted Gould | 2017-08-05 | 1 | -1/+5 | |
| | | ||||||
| * | Merge branch 'master' into shortcuts | Eduard Braun | 2017-07-09 | 2 | -1/+3 | |
| |\ | ||||||
| | * | Allows one to use Super, Hyper and Meta key modifiers in shortcuts | Marc Jeanmougin | 2017-06-29 | 1 | -0/+6 | |
| | | | ||||||
| | * | Partial fix for menu items and split contextmenu into separate file | Alexander Valavanis | 2017-06-27 | 2 | -1/+3 | |
| | | | ||||||
| * | | Improve and simplify shortcut handling. | Eduard Braun | 2017-06-23 | 1 | -9/+1 | |
| |/ | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | |||||
| * | Use UTF8 encoding for output on windows console. | Eduard Braun | 2017-05-10 | 1 | -11/+12 | |
| | | | | | | This avoids the misery and frustration of converting to the overly limited ANSI codepages and does not seem to cause any issues so far. (bzr r15682) | |||||
| * | Move functions for switching gettext charset to helper/gettext.h | Eduard Braun | 2017-05-07 | 2 | -2/+30 | |
| | | | | (bzr r15675.1.3) | |||||
| * | Move gettext initialization into separate function so it can be re-used ↵ | Eduard Braun | 2017-05-07 | 3 | -2/+131 | |
| | | | | | | (will come in handy in inkview) (bzr r15675.1.2) | |||||
| * | Add improvement pointed in IRC by Ede_123 to allow defaultables parametes on ↵ | Jabiertxof | 2017-05-06 | 1 | -3/+3 | |
| | | | | | | fillet chamfer (bzr r15668) | |||||
| * | Pre merge fixing | Jabiertxof | 2017-05-06 | 1 | -2/+3 | |
| | | | | (bzr r13645.1.177) | |||||
| * | Updating code to trunk | Jabiertxof | 2017-05-06 | 1 | -49/+0 | |
| | | | | (bzr r13645.1.176) | |||||
| * | Update to trunk | Jabier Arraiza Cenoz | 2017-05-05 | 1 | -0/+2 | |
| |\ | | | | | (bzr r13645.1.174) | |||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2017-01-25 | 2 | -1/+8 | |
| |\| | | | | | (bzr r13645.1.168) | |||||
| | * | Adding base | Jabiertxof | 2017-01-05 | 2 | -1/+8 | |
| | | | | | | | (bzr r15392.1.1) | |||||
| * | | Update to new code in trunk | Jabiertxof | 2017-01-22 | 2 | -0/+24 | |
| | | | | | | | (bzr r13645.1.166) | |||||
| * | | Update to trunk | Jabiertxof | 2017-01-21 | 11 | -127/+265 | |
| |\| | | | | | (bzr r13645.1.165) | |||||
| | * | antialiasing options on export | Marc Jeanmougin | 2017-01-04 | 2 | -11/+11 | |
| | | | | | | | (bzr r15391) | |||||
| | * | Handle negative width correctly in tolerance calculation | Alexander Brock | 2016-11-29 | 1 | -1/+1 | |
| | | | | | | | (bzr r15280.1.6) | |||||
| | * | Make tolerance a parameter on every level | Alexander Brock | 2016-11-29 | 2 | -7/+38 | |
| | | | | | | | (bzr r15280.1.5) | |||||
| | * | Fix instability caused by degenerate paths (patch by jabiertxof) | Alexander Brock | 2016-11-29 | 1 | -6/+4 | |
| | | | | | | | (bzr r15280.1.4) | |||||
| | * | Make tolerance of offset_curve a parameter | Alexander Brock | 2016-11-27 | 1 | -6/+6 | |
| | | | | | | | (bzr r15280.1.3) | |||||
| | * | Increase tolerance to match old methods precision and improve speed | Alexander Brock | 2016-11-27 | 1 | -2/+2 | |
| | | | | | | | (bzr r15280.1.2) | |||||
