| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove support for LCMS 1 | Karl Cheng | 2019-05-12 | 1 | -19/+14 |
| | | | | | | | | Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014 | ||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -2/+2 |
| | | | | | Makes searching through code for them easier. | ||||
| * | fix crash with missing image xlink:href attribute | Thomas Holder | 2018-12-26 | 1 | -0/+6 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -2/+3 |
| | | | | | | | - 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 | ||||
| * | Add missing change from last commit. | Tavmjong Bah | 2018-11-07 | 1 | -1/+0 |
| | | |||||
| * | Replace Broken Image xpm by SVG. | Tavmjong Bah | 2018-11-07 | 1 | -4/+19 |
| | | |||||
| * | Image HTTP support | Thomas Holder | 2018-11-04 | 1 | -0/+8 |
| | | | | | | Uses Gio::File::load_contents (via URI::getContents) to load images from non-file/non-data URIs. Depends on GVfs. | ||||
| * | Inkscape::URI API enhancements | Thomas Holder | 2018-11-03 | 1 | -39/+8 |
| | | |||||
| * | Fix for e9de1bbc (Thanks @spelo3) | Marc Jeanmougin | 2018-10-07 | 1 | -1/+1 |
| | | |||||
| * | Fix crash when viewing an image with invalid coords (NaN or inf) | Marc Jeanmougin | 2018-10-07 | 1 | -1/+5 |
| | | | | | (Does not make it visible either.) | ||||
| * | SPAttributeEnum typed function arguments | Thomas Holder | 2018-10-06 | 1 | -1/+1 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | Fix DPI wrong code pointed by Mc | Jabiertxof | 2018-09-13 | 1 | -9/+9 |
| | | |||||
| * | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 1 | -20/+55 |
| | | |||||
| * | Move global functions into SPImage methods. | Emmanuel Gil Peyrot | 2018-06-21 | 1 | -9/+9 |
| | | |||||
| * | Move global functions into SPPrintContext methods. | Emmanuel Gil Peyrot | 2018-06-21 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | 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/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -34/+34 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Fix bug embeding SVG as PNG | Jabier Arraiza | 2018-05-13 | 1 | -23/+72 |
| | | |||||
| * | Allow embed on SVG imports | Jabier Arraiza | 2018-05-12 | 1 | -19/+21 |
| | | |||||
| * | Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVG | Jabier Arraiza | 2018-05-12 | 1 | -0/+20 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -10/+10 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -10/+10 |
| | | |||||
| * | Remove some documents updates | Jabier Arraiza | 2018-04-23 | 1 | -2/+0 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -0/+805 |
| A lot of header clean-up. | |||||
