| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - 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 | |||||
| 2018-10-02 | CMake: Allow to build with GraphicsMagick instead of ImageMagick | Eduard Braun | 1 | -3/+3 | |
| For now we still default to ImageMagick, but we can fall-back to GraphicsMagick (e.g. if only ImageMagick 7 is available; add a check for this). To prefer GraphicsMagick despite a compatible version of ImageMagick use -DWITH_IMAGE_MAGICK=OFF when running CMake | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2017-11-07 | Misc. typos | Unknown | 1 | -1/+1 | |
| 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 ``` | |||||
| 2016-04-11 | [Bug #1545319] Failure to retrieve image resolution of PNGs with Units: ↵ | suv-lp | 1 | -7/+71 | |
| Undefined (clang from Xcode 4.6.3). Fixed bugs: - https://launchpad.net/bugs/1545319 (bzr r14772) | |||||
| 2014-10-01 | Importing. Fix for Bug #1325822 (BMP images resolution not correctly imported). | Nicolas Dufour | 1 | -0/+7 | |
| Fixed bugs: - https://launchpad.net/bugs/1325822 (bzr r13573) | |||||
| 2014-04-10 | Fix for Bug #1302987 (Importing a PNG image with unittype field undefined ↵ | Nicolas Dufour | 1 | -11/+6 | |
| fails). Fixed bugs: - https://launchpad.net/bugs/1302987 (bzr r13279) | |||||
| 2014-02-07 | Fix for Bug #1275443 (Including picture results in crash). | Nicolas Dufour | 1 | -0/+6 | |
| Fixed bugs: - https://launchpad.net/bugs/1275443 (bzr r13006) | |||||
| 2013-12-03 | ImageMagick exception handling improvements (see Bug #1252719). | Nicolas Dufour | 1 | -1/+7 | |
| (bzr r12836) | |||||
| 2013-10-22 | Fixing unit convertion in PNG import Imagemagick fallback (see Bug #165952). | Nicolas Dufour | 1 | -2/+9 | |
| (bzr r12711) | |||||
| 2013-09-23 | for bitmap import, use a default value of 90 dpi, if not otherwise ↵ | Alvin Penner | 1 | -9/+4 | |
| specified. Bug 165952, comment 43. (bzr r12583) | |||||
| 2013-09-14 | Do not recompress images when embedding and generating PDFs. | Krzysztof Kosi??ski | 1 | -9/+9 | |
| Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516) | |||||
| 2013-05-12 | Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap ↵ | Nicolas Dufour | 1 | -0/+33 | |
| resolution). Fixed bugs: - https://launchpad.net/bugs/1085949 (bzr r12330) | |||||
| 2013-03-23 | Convert a couple of C-style pointer casts | Alex Valavanis | 1 | -2/+2 | |
| (bzr r12237) | |||||
| 2013-02-11 | cppcheck | Kris De Gussem | 1 | -7/+1 | |
| (bzr r12117) | |||||
| 2012-12-26 | Bitmap. Test for JPEG resolution reordered, and coding style corrected. | Nicolas Dufour | 1 | -179/+200 | |
| (bzr r11992) | |||||
| 2012-07-23 | Add missing files and add Daniel Wagenaar to Authors | Josh Andler | 1 | -0/+318 | |
| (bzr r11568) | |||||
