summaryrefslogtreecommitdiff
path: root/image
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-0622-616/+2099
* Fix compilationChris Young2011-03-211-2/+1
* Update to use official libwebp 0.1Chris Young2011-03-201-30/+15
* Move schedule.h to utils/John Mark Bell2011-03-132-2/+2
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-132-2/+2
* Handle scaling of text plots in core.Michael Drake2011-03-081-0/+1
* Cast unsigned gif coords to signed, for comparison.Michael Drake2011-03-021-6/+8
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-2710-10/+24
* ConstifyJohn Mark Bell2011-02-1420-36/+32
* Remove dead function.Michael Drake2011-02-131-8/+0
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-1320-71/+51
* Use component-based r/b swap, instead of up-castingJohn Mark Bell2011-02-011-15/+16
* 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