summaryrefslogtreecommitdiff
path: root/image
Commit message (Expand)AuthorAgeFilesLines
* 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
* Potentially squash warningsJohn Mark Bell2008-09-151-2/+2
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-152-15/+28
* Fix include path for libpng.François Revel2008-09-152-2/+2
* Add libpng support. Default to off.Daniel Silverstone2008-09-154-2/+341
* More style guide formatting and tidy up.Michael Drake2008-08-246-49/+85
* Fix get_frame to correctly catch up with current frame. Thanks to dynis.Michael Drake2008-08-241-1/+4
* Style Guide; formatting changes.Michael Drake2008-08-242-53/+61
* Warnings.squash();John Mark Bell2008-08-132-2/+2
* Merged revisions 4345-4346,4350-4351,4389,4391,4395,4401-4403,4423,4485-4486 ...James Bursa2008-08-1211-2051/+141