Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update "dist" target for GitHEADmaster | P. J. McDermott | 2023-02-23 | 1 | -1/+1 |
| | |||||
* | Fix missing "Language" header in PO file | P. J. McDermott | 2023-02-23 | 1 | -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. McDermott | 2023-02-23 | 1 | -37/+59 |
| | |||||
* | Update POT and PO files | P. J. McDermott | 2023-02-23 | 4 | -202/+250 |
| | | | | | Commit c29082d added new messages but didn't include updates to these files. | ||||
* | CVE-2019-5086 and CVE-2019-5087 | Markus Koschany | 2023-02-22 | 1 | -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 Ruhnke | 2019-11-05 | 1 | -0/+1 |
| | |||||
* | Fix testsuite when LC_ALL is set to UTF8, fixing recent Ubuntu build failures | Gianfranco Costamagna | 2019-11-05 | 1 | -0/+1 |
| | |||||
* | Fix libpng16 issue, png_set_filler is invalid for low bit depth gray output, ↵ | Tobias Frost | 2016-05-18 | 1 | -1/+4 |
| | | | | from Debian | ||||
* | Fix libpng1.5 issue, keeping backword-compatible code, from Debian | Nobuhiro Iwamatsu | 2016-05-18 | 1 | -3/+10 |
| | |||||
* | Merge pull request #3 from dimumurray/master | j-jorge | 2015-01-27 | 1 | -2/+2 |
|\ | | | | | Updated xcf2png.c. Thanks dimumurray. | ||||
| * | Updated xcf2png.c | dimumurray | 2015-01-24 | 1 | -2/+2 |
|/ | | | Replaced deprecated typecasted definitions with 'NULL'. | ||||
* | Fix .gitignore. Some files should not be ignored. | Julien Jorge | 2013-01-31 | 1 | -4/+0 |
| | |||||
* | Add layer group support introduced in Gimp 2.8. | Julien Jorge | 2013-01-10 | 5 | -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 .gitignore | Julien Jorge | 2013-01-10 | 1 | -0/+8 |
| | |||||
* | Fix build failure when when linking --as-needed | Julien Jorge | 2013-01-10 | 1 | -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 Jorge | 2013-01-10 | 1 | -0/+0 |
| | |||||
* | Import of release 1.0.7 | Henning Makholm | 2013-01-10 | 7 | -48/+26 |
| | |||||
* | Import of release 1.0.6 | Henning Makholm | 2013-01-10 | 42 | -734/+428 |
| | |||||
* | Import of release 1.0.5 | Henning Makholm | 2013-01-10 | 25 | -2195/+4743 |
| | |||||
* | Import of release 1.0.4 | Henning Makholm | 2013-01-10 | 11 | -2178/+2661 |
| | |||||
* | Import of release 1.0.3 | Henning Makholm | 2013-01-10 | 11 | -148/+192 |
| | |||||
* | Import of release 1.0.2 | Henning Makholm | 2013-01-10 | 21 | -2939/+370 |
| | |||||
* | Import of release 1.0.1 | Henning Makholm | 2013-01-10 | 9 | -95/+100 |
| | |||||
* | Import of release 1.0.0 | Henning Makholm | 2013-01-10 | 38 | -453/+7738 |
| | |||||
* | Import of release 0.9 | Henning Makholm | 2013-01-10 | 63 | -148/+576 |
| | |||||
* | Import of release 0.7.1 | Henning Makholm | 2013-01-10 | 9 | -25/+38 |
| | |||||
* | Import of release 0.7 | Henning Makholm | 2013-01-10 | 91 | -0/+16752 |