| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 3 | -27/+22 |
| * | rebase_hrefs: store IRI (UTF-8), not URI (ASCII) | Thomas Holder | 2018-12-24 | 1 | -0/+2 |
| * | remove obsolete URI cxxtests | Thomas Holder | 2018-12-13 | 2 | -136/+0 |
| * | Add a few useful lookup functions. | Tavmjong Bah | 2018-12-04 | 4 | -11/+104 |
| * | Fix stream class locations | Alexander Valavanis | 2018-11-18 | 1 | -3/+3 |
| * | fix compiling on macOS | Thomas Holder | 2018-11-10 | 1 | -2/+2 |
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 46 | -204/+316 |
| * | fix clipboard URL rebasing | Thomas Holder | 2018-11-07 | 3 | -39/+14 |
| * | Refactor rebase_hrefs with new URI API | Thomas Holder | 2018-11-07 | 1 | -119/+48 |
| * | cleanup: remove most of uristream.cpp | Thomas Holder | 2018-10-29 | 1 | -6/+3 |
| * | fix vi modelines: encoding -> fileencoding | Thomas Holder | 2018-10-15 | 2 | -2/+2 |
| * | Move some files to 'io' directory. | Tavmjong Bah | 2018-10-13 | 1 | -1/+1 |
| * | Misc. typos | luz.paz | 2018-10-06 | 2 | -2/+2 |
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 3 | -13/+2 |
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -2/+2 |
| * | Clean up stream output in repr-io.cpp | Eduard Braun | 2018-09-29 | 1 | -19/+10 |
| * | Make XML tree a double-linked-list (significant improvement on previous node ... | Marc Jeanmougin | 2018-09-11 | 4 | -10/+31 |
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 3 | -5/+5 |
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 16 | -198/+198 |
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 13 | -113/+113 |
| * | Improve sort handling in XML | Jabiertxo Arraiza Cenoz | 2018-05-10 | 1 | -5/+2 |
| * | Apply fixed | Jabier Arraiza | 2018-05-09 | 4 | -6/+112 |
| * | Reset old code to reaply fixed | Jabier Arraiza | 2018-05-09 | 4 | -113/+7 |
| * | Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688 | Jabier Arraiza | 2018-05-09 | 1 | -1/+4 |
| * | Start migrating 0.92 patch to master | Jabier Arraiza | 2018-05-09 | 3 | -6/+109 |
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 14 | -34/+34 |
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 14 | -34/+34 |
| * | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 2018-04-29 | 2 | -2/+2 |
| * | Add lots of README's. | Tavmjong Bah | 2018-03-30 | 1 | -0/+12 |
| * | Removing sample meson build files. | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -67/+0 |
| * | [meson-build] libio + zlib | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -1/+2 |
| * | [meson-build] libutil | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -1/+2 |
| * | [meson-build] libdebug | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -1/+2 |
| * | [meson-build] xml | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -0/+64 |
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 4 | -9/+21 |
| * | Misc. typos | luz.paz | 2018-01-08 | 2 | -2/+2 |
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 |
| * | Fix XML text parsing bug. | Tavmjong Bah | 2017-10-28 | 1 | -1/+4 |
| * | Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscape | Marc Jeanmougin | 2017-10-20 | 19 | -69/+69 |
| |\ | |||||
| | * | Refactor Util::ptr_shared | Jan Lingscheid | 2017-10-18 | 19 | -69/+69 |
| * | | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 |
| * | | Remove a useless conditional | Stefano Facchini | 2017-10-19 | 1 | -24/+19 |
| * | | Delete dead code | Stefano Facchini | 2017-10-19 | 1 | -15/+1 |
| |/ | |||||
| * | Add GUI and code to implement "Line Spacing Modes". | Tavmjong Bah | 2017-08-05 | 2 | -1/+12 |
| * | Remove cmake checks for C89 headers. | Elliott Sales de Andrade | 2017-06-15 | 1 | -4/+0 |
| * | Relax any hardcoded limit from the libxml2 parser when creating documents fro... | Eduard Braun | 2017-04-30 | 1 | -1/+6 |
| * | Merged. | Shlomi Fish | 2017-02-06 | 1 | -1/+1 |
| |\ | |||||
| | * | [Bug #1659347] Windows: '/' in relative image links rewritten as '\' on save. | Nicolas Dufour | 2017-01-29 | 1 | -1/+1 |
| * | | Remove some code that doesn't do anything. | Shlomi Fish | 2017-01-04 | 1 | -22/+0 |
| |/ | |||||
