summaryrefslogtreecommitdiff
path: root/plugingui/image.cc
AgeCommit message (Collapse)Author
2014-05-02Fix 64bit type errors.Bent Bisballe Nyeng
2014-05-02Fix 64bit type errors.Bent Bisballe Nyeng
2014-05-02Remove libpng dependency. Replace it with compiled-in lodepng.Bent Bisballe Nyeng
2013-11-28Fix 64bit compile warning.Bent Bisballe Nyeng
2013-09-20Remove non-working png hack.Bent Bisballe Nyeng
2013-09-15More png experiments...Bent Bisballe Nyeng
2013-05-10Fixed image/png memory leak.Bent Bisballe Nyeng
2013-05-03PNG error handling, extremeBent Bisballe Nyeng
2013-03-30Merge branch 'master' of http://git.drumgizmo.org/drumgizmoBent Bisballe Nyeng
Merge in libpng1.2 compat fix.
2013-03-30Added GUI::Colour getPixel convinience methods.Bent Bisballe Nyeng
2013-03-30Removed const from typecast when calling png_sig_cmp to enable compatibility ↵Jonas Suhr Christensen
with libpng 1.2. Also changed dependency (in configure.in) from libpng 1.5 to libpng 1.2.
2013-03-18Make Image class use resource.Bent Bisballe Nyeng
2013-03-17Added PNG loadin support through a new Image class.Bent Bisballe Nyeng