- Aug 14, 2011
-
-
chrender authored
- Removed "const" from filename parameter.
-
chrender authored
- Improved Makefile to use customized pkg-config-path. - Several other makefile adaptions.
-
chrender authored
- Created drilbo-only colorspace definitions so that there's no need to include jpeg.h from other modules.
-
chrender authored
- Implemented "get_blorb_image" function.
-
chrender authored
- Adapted Makefile to use customized pkg-config-path.
-
chrender authored
- Updated configuration files.
-
- Aug 05, 2011
-
-
chrender authored
- Fix for the png-read-image-fix -- libpng's row-bytes doesn't behave too well.
-
chrender authored
- Made test write PNG images to PPM for better evaluation.
-
chrender authored
- Fixed PNG implementation to read files containing alpha channels correctly.
-
chrender authored
- Implemented P6 instead of P3 ppm mode, since P6 seems to be more widely supported by software.
-
chrender authored
- Added french localization messages (thanks to Eric Forgeot).
-
- Jun 29, 2011
-
-
chrender authored
- Raised version number to 0.2.0-b4.
-
- Jun 27, 2011
-
-
chrender authored
- Wrapped IO into filesys_interface.
-
- Apr 24, 2011
-
-
chrender authored
- Added pthread-library to drilbo-dependencies.
-
- Apr 18, 2011
-
-
chrender authored
- Implemented "get_drilbo_version".
-
- Apr 01, 2011
-
-
chrender authored
- Implemented install-dev.
-
- Mar 31, 2011
- Mar 30, 2011
-
-
chrender authored
- Adapted libdilbo to pkg-config.
-
- Dec 11, 2010
-
-
chrender authored
- Raised version number to b2 for libpng 1.4 compatiblity and XOpenDisplay fixes.
-
- Dec 09, 2010
- Dec 03, 2010
-
-
chrender authored
- Raised version number for close-window fixes, libdrilbo.mk creation, install path modifications, correct locale installation, inline image display and many minor fixes. - (Second raise due to forgotten 0.2.0 increment.)
-
chrender authored
- Raised version number for close-window fixes, libdrilbo.mk creation, install path modifications, correct locale installation, inline image display and many minor fixes.
-
chrender authored
- Implemented scaling for image to output, in case parent window is too small to display image 1:1.
-
- Dec 01, 2010
-
-
chrender authored
- Fixed comment typo.
-
- Nov 30, 2010
- Nov 18, 2010
-
-
chrender authored
- Added reference to original code from Mark Howell. Thanks!
-
- Nov 16, 2010
-
-
chrender authored
- Changed path to install to $(HOME)/opt/fizmo as long as we're in beta. - Disabled tracing by default.
-
- Oct 01, 2010
- Sep 28, 2010
-
-
chrender authored
- Removed erroneously checked-in "drilbo-test" binary from repository.
-
chrender authored
- Added inline image test. - Implemented "setup_callback" and "wait_for_callback" functions, allowing the test main to re-use the code. - Adapted "display_zimage_on_X11" function to new parent window parameter, using own XTerminal window id if present for the inline test.
-
chrender authored
- Implemented "parent_window" parameter in "display_zimage_on_X11" function, allowing parent window to be specified. - Implemnted centering of image in non-root parent window.
-
chrender authored
- Altered "display_zimage_on_X11" function to include "parent_window" parameter which allows specifciation of the parent window to be used.
-
- Aug 13, 2010