]> git.draconx.ca Git - liblbx.git/shortlog
liblbx.git
2009-11-02 Nick Bowlerlicense: Add GNU all-permissive license header to suppo...
2009-11-01 Nick Bowlerbuild: Use a non-recursive makefile.
2009-11-01 Nick Bowlerbuild: Import the libpng check from marksim.
2009-11-01 Nick Bowlerbuild: Update for latest versions of autotools.
2009-11-01 Nick Bowlerdoc: Add initial data file catalogue.
2008-01-07 Nick BowlerAdd another test to the regression test.
2008-01-07 Nick BowlerAdd a simple script to help run all the autotools for...
2008-01-07 Nick BowlerAdd the tools.h that should have been included a while...
2008-01-07 Nick BowlerAdd EXAMPLES section to the lbximg.1 man page.
2008-01-07 Nick BowlerDon't install lbximg.1 manpage when not installing...
2008-01-05 Nick BowlerUpdate Makefile.am so that the build doesn't fail with...
2008-01-05 Nick BowlerAdd version, help, and usage messages to the tools.
2008-01-05 Nick BowlerAdd man pages for lbxtool and lbximg
2008-01-04 Nick BowlerMove reading of embedded palette header into lbximg_fop...
2008-01-04 Nick Bowler"Downgrade" the nframes > leadin constraint to a format...
2008-01-04 Nick BowlerUpdate license information.
2008-01-04 Nick BowlerImplement image masks to handle transparency in images.
2008-01-04 Nick BowlerUpdate palette handling in the lbximg tool.
2008-01-04 Nick BowlerImplement new handling of the LBX image header data.
2008-01-04 Nick BowlerAdd a basic regression test tool.
2007-12-31 Nick BowlerAllow embedded palettes to override arbitrary locations...
2007-12-31 Nick BowlerUpdate handling of embedded palette data in image files.
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 BowlerAdd README.
2007-12-31 Nick BowlerInitial implementation of the lbximg tool.
2007-12-31 Nick Bowler.gitignore updates.
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-27 Nick BowlerConvince autoconf to not emit useless C++/Fortran checks.
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 BowlerUpdate configure to use C99 mode.
2007-12-22 Nick BowlerAdd GPLv2 license.
2007-12-22 Nick BowlerInitial commit