summaryrefslogtreecommitdiff
path: root/image
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary assertion (we've already handled the NULL case)John Mark Bell2011-01-091-2/+0
* Add cheating redraw bypass for gifs, so we can cause animation updatesDaniel Silverstone2011-01-071-0/+2
* SimplifyChris Young2010-10-161-11/+9
* Make properly endian-safeChris Young2010-10-161-16/+19
* Fix WebP images for little-endian processors, and enable for gtk build.Chris Young2010-10-161-2/+18
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-032-0/+184
* Document the bitmap format properly.John Mark Bell2010-07-091-1/+26
* Remove bogus assertionJohn Mark Bell2010-06-271-1/+0
* Remove erroneous assertion: there may be no bitmap object if there was no PNG...John Mark Bell2010-05-011-0/+9
* Most of a stop implementation.John Mark Bell2010-04-0418-0/+173
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-036-6/+6
* Don't leak bitmapJohn Mark Bell2010-04-031-0/+2
* Use mutator to modify content's title field.John Mark Bell2010-04-036-50/+30
* Fix compilation when building WITH_NS_SVGChris Young2010-03-301-1/+1
* It probably helps to invert the done_parse flagJohn Mark Bell2010-03-301-0/+2
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-2918-31/+44
* Fix for new-cacheChris Young2010-03-281-3/+8
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-2816-84/+120
* Accomodate for antique versions of libpng (as found with the BeOS R5 devkit),...François Revel2010-02-171-0/+11
* change include ordering to ensure all types are available on all platformsVincent Sanders2010-01-281-3/+6
* update png handler to not use deprecated/removed call.Vincent Sanders2010-01-281-4/+4
* fix box_dump callVincent Sanders2010-01-281-1/+1
* Add missing includeJohn Mark Bell2010-01-211-0/+1
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-172-0/+13
* Revert r9108, as component order in libnsgif due to be corrected.Chris Young2009-08-092-6/+1
* Support new libnsgif by adding bitmap flag BITMAP_ABGR.Chris Young2009-08-072-1/+6
* Actually handle failure to allocate bitmap structure or retrieve its data buf...John Mark Bell2009-07-312-16/+35
* Correct include.John Mark Bell2009-07-231-1/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-2314-15/+28
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-2/+6
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-1/+1
* Bring in line with new bitmap plotter APIJohn Mark Bell2009-07-011-1/+1
* Improve bitmap plotter APIVincent Sanders2009-06-307-28/+70
* Correctly propagate plot successJohn Mark Bell2009-05-281-0/+2
* Avoid unused variable if targetting RISC OS and the jpeg library has been bui...John Mark Bell2009-03-291-0/+3
* Aliasing fixesJohn Mark Bell2009-03-281-4/+17
* Squash warning.John Mark Bell2009-03-271-1/+4
* Don't include libmng.h from mng.h, as it causes jconfig.h to be seen, which i...John Mark Bell2009-03-272-30/+50
* Add .spr -> image/x-riscos-sprite MIME mapping to GTK front endJohn Mark Bell2009-03-091-2/+3
* Make libpng image handler set opaque info.Michael Drake2009-03-021-14/+15
* If a GIF has insufficient frame data, display the frames that have been decoded.Chris Young2008-12-301-3/+2
* C89François Revel2008-11-291-1/+2
* Add missing calls to bitmap_modified(). This fixes using libpng in the BeOS p...François Revel2008-10-105-3/+10
* Fix format string warning errorDaniel Silverstone2008-10-101-1/+1
* Warning squashesRob Kendrick2008-10-101-1/+1
* Ensure image/png.h gets css/css.h for the colour typedefDaniel Silverstone2008-10-011-0/+3
* Include css/css.h for type colour (following change r5459).John Tytgat2008-09-281-0/+1
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-2816-30/+30
* One warning less.John Tytgat2008-09-282-5/+2
* Fix warnings.Michael Drake2008-09-161-2/+0