A loader for PCX files. (#113035, Josh Beam)

2003-05-21  Matthias Clasen  <maclas@gmx.de>

	* pixbufloader_pcx.def:
	* io-pcx.c: A loader for PCX files.  (#113035, Josh Beam)

	* gdk-pixbuf-io.c:
	* Makefile.am: Add PCX loader.
This commit is contained in:
Matthias Clasen
2003-05-21 20:20:07 +00:00
committed by Matthias Clasen
parent ec288c7017
commit b5adee991a
11 changed files with 803 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2003-05-21 Matthias Clasen <maclas@gmx.de>
* pixbufloader_pcx.def:
* io-pcx.c: A loader for PCX files. (#113035, Josh Beam)
* gdk-pixbuf-io.c:
* Makefile.am: Add PCX loader.
2003-05-19 Matthias Clasen <maclas@gmx.de>
Improve progressive loading from slow sources: (#107368)