summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update "dist" target for GitHEADmasterP. J. McDermott2023-02-231-1/+1
|
* Fix missing "Language" header in PO fileP. J. McDermott2023-02-231-1/+1
| | | | | | Fixes: po/da.po:6: warning: header field 'Language' still has the initial default value
* Support silent makefile rules with `make V=1`P. J. McDermott2023-02-231-37/+59
|
* Update POT and PO filesP. J. McDermott2023-02-234-202/+250
| | | | | Commit c29082d added new messages but didn't include updates to these files.
* CVE-2019-5086 and CVE-2019-5087Markus Koschany2023-02-221-0/+23
| | | | | | | Patch by Anton Gladky and Markus Koschany. Bug-Debian: https://bugs.debian.org/945317 Origin: https://github.com/j-jorge/xcftools/pull/15
* Fix 'make' ignoring compiler detected by 'configure'Ingo Ruhnke2019-11-051-0/+1
|
* Fix testsuite when LC_ALL is set to UTF8, fixing recent Ubuntu build failuresGianfranco Costamagna2019-11-051-0/+1
|
* Fix libpng16 issue, png_set_filler is invalid for low bit depth gray output, ↵Tobias Frost2016-05-181-1/+4
| | | | from Debian
* Fix libpng1.5 issue, keeping backword-compatible code, from DebianNobuhiro Iwamatsu2016-05-181-3/+10
|
* Merge pull request #3 from dimumurray/masterj-jorge2015-01-271-2/+2
|\ | | | | Updated xcf2png.c. Thanks dimumurray.
| * Updated xcf2png.cdimumurray2015-01-241-2/+2
|/ | | Replaced deprecated typecasted definitions with 'NULL'.
* Fix .gitignore. Some files should not be ignored.Julien Jorge2013-01-311-4/+0
|
* Add layer group support introduced in Gimp 2.8.Julien Jorge2013-01-105-35/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes introduced by this commit: - Update xcf-private.h with the file from the head of git's branch named gimp-2-8 (commit acebb4ad205901a9e8029a66ed5bca62cf13bc96). - Increase supported version number from 2 to 3. - Add the cases for PROP_GROUP_ITEM and PROP_ITEM_PATH in getBasicXcfInfo(). - Add the function printLayerPath() to print the groups containing a given layer. - Add an option --path-separator (string) to set the string to use to separate the groups in the paths. The output is unchanged for files whose version is lower than 3. Otherwise, the name of the layer now contains its path in the image and the marker "group" is added for the group layers in the fourth field. For example, here is the output of a file containing a single layer named "a", then one group named "G 1", which contains two layers named "b 1" and "c 2". The path separator is "|" by default: Version 3, 10x10 RGB color, 4 layers, compressed RLE + 10x10+0+0 RGB-alpha Normal |a + 10x10+0+0 RGB-alpha Normal/group |G 1 + 10x10+0+0 RGB-alpha Normal |G 1|b 1 + 10x10+0+0 RGB-alpha Normal |G 1|c 2
* Update .gitignoreJulien Jorge2013-01-101-0/+8
|
* Fix build failure when when linking --as-neededJulien Jorge2013-01-101-4/+4
| | | | | The changes are the result of the fix-as-needed-linking patch from Debian. Thanks to Felix Geyer <debfx-pkg@fobos.de>, Michael Bienia <geser@ubuntu.com>.
* Tell git to ignore the files previously ignored by CVS.Julien Jorge2013-01-101-0/+0
|
* Import of release 1.0.7Henning Makholm2013-01-107-48/+26
|
* Import of release 1.0.6Henning Makholm2013-01-1042-734/+428
|
* Import of release 1.0.5Henning Makholm2013-01-1025-2195/+4743
|
* Import of release 1.0.4Henning Makholm2013-01-1011-2178/+2661
|
* Import of release 1.0.3Henning Makholm2013-01-1011-148/+192
|
* Import of release 1.0.2Henning Makholm2013-01-1021-2939/+370
|
* Import of release 1.0.1Henning Makholm2013-01-109-95/+100
|
* Import of release 1.0.0Henning Makholm2013-01-1038-453/+7738
|
* Import of release 0.9Henning Makholm2013-01-1063-148/+576
|
* Import of release 0.7.1Henning Makholm2013-01-109-25/+38
|
* Import of release 0.7Henning Makholm2013-01-1091-0/+16752