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