]> git.draconx.ca Git - liblbx.git/history - src
lbximg: Add support for Netpbm output.
[liblbx.git] / src /
2007-12-31 Nick BowlerFixes to image processing.
2007-12-31 Nick BowlerImplement decoding for lbximg.
2007-12-31 Nick BowlerPrint newline after _lbx_assert messages.
2007-12-31 Nick BowlerInitial implementation of the lbximg tool.
2007-12-31 Nick BowlerAdd lbx_getinfo() to query properties of a loaded LBX...
2007-12-31 Nick BowlerRename LBXIMG to LBX_IMG.
2007-12-31 Nick BowlerFix segfault on EOF in lbximg_fopen().
2007-12-31 Nick Bowler"Soften" the format assertions so that they no longer...
2007-12-31 Nick BowlerFix processing of the 2nd type of drawing command in...
2007-12-31 Nick BowlerImplement functions for loading palettes, and slightly...
2007-12-31 Nick BowlerStarting implementation of image parsing code.
2007-12-29 Nick BowlerSplit off _lbx_fseek() into a shared component of the...
2007-12-29 Nick BowlerStart adding image support to liblbx.
2007-12-27 Nick BowlerMake the letoh? macros consistent between little-endian...
2007-12-27 Nick BowlerUse AC_HEADER_ASSERT to allow users to disable assertions.
2007-12-26 Nick BowlerUpdate byte order stuff.
2007-12-25 Nick BowlerUpdate Makefile.am so that lbx.h is installed.
2007-12-23 Nick BowlerAdd lbx_mmap() to map archive members into memory.
2007-12-23 Nick BowlerAdd lbx_mopen() to allow "opening" a region of memory...
2007-12-23 Nick BowlerImplement filename globbing on list/extract.
2007-12-23 Nick BowlerFix lbx_extract's seeking to maintain a correct offset...
2007-12-22 Nick BowlerInitial implementation of list and extract operations.
2007-12-22 Nick BowlerAdd a name field to support LBX1 fallback.
2007-12-22 Nick BowlerImplement stub list operation.
2007-12-22 Nick BowlerAdd basic stubbiness for lbxtool.
2007-12-22 Nick BowlerInitial commit