summaryrefslogtreecommitdiff
path: root/image
Commit message (Collapse)AuthorAgeFilesLines
* Use mutator to modify content's title field.John Mark Bell2010-04-036-50/+30
| | | | svn path=/trunk/netsurf/; revision=10231
* Fix compilation when building WITH_NS_SVGChris Young2010-03-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=10213
* It probably helps to invert the done_parse flagJohn Mark Bell2010-03-301-0/+2
| | | | svn path=/trunk/netsurf/; revision=10209
* The convert stage of a content's state progression no longer reflows the ↵John Mark Bell2010-03-2918-31/+44
| | | | | | | | | | | | | content to the provided dimensions. It is now defined as converting the content into a state in which it is ready for use. The user of the content is now responsible for performing an initial reformat (sic) of the content before it can be redrawn. Purge width/height parameters from hlcache_handle_retrieve/content_convert/*_convert APIs. Fix up content handlers affected by the above change in semantics. Ensure that browser_window_callback performs an initial reformat of its content. svn path=/trunk/netsurf/; revision=10207
* Fix for new-cacheChris Young2010-03-281-3/+8
| | | | svn path=/trunk/netsurf/; revision=10195
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-2816-84/+120
| | | | svn path=/trunk/netsurf/; revision=10180
* Accomodate for antique versions of libpng (as found with the BeOS R5 ↵François Revel2010-02-171-0/+11
| | | | | | | | | devkit), which either: - don't define the png_jmpbuf macro, - have a different name for png_set_expand_gray_1_2_4_to_8(). svn path=/trunk/netsurf/; revision=10069
* change include ordering to ensure all types are available on all platformsVincent Sanders2010-01-281-3/+6
| | | | svn path=/trunk/netsurf/; revision=9926
* update png handler to not use deprecated/removed call.Vincent Sanders2010-01-281-4/+4
| | | | | | improve type usage to avoid incompatible pointer type warnings on newer libpng versions. svn path=/trunk/netsurf/; revision=9921
* fix box_dump callVincent Sanders2010-01-281-1/+1
| | | | | | fix spurious newlines in log message svn path=/trunk/netsurf/; revision=9919
* Add missing includeJohn Mark Bell2010-01-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=9857
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-172-0/+13
| | | | svn path=/trunk/netsurf/; revision=9729
* Revert r9108, as component order in libnsgif due to be corrected.Chris Young2009-08-092-6/+1
| | | | svn path=/trunk/netsurf/; revision=9137
* Support new libnsgif by adding bitmap flag BITMAP_ABGR.Chris Young2009-08-072-1/+6
| | | | | | | | | | | | | | This tells big endian systems that the data is in ABGR instead of RGBA. It should be ignored on little endian systems! Add support in Amiga platform code. -> All platform code that could be compiled for big endian systems will need to be updated to recognise BITMAP_ABGR. This includes GTK and Framebuffer frontends. Both BITMAP_ABGR *and* the endianness of the host will most likely need to be checked and the allocated bitmap format and/or bitmap plotter changed to handle ABGR component order. svn path=/trunk/netsurf/; revision=9108
* Actually handle failure to allocate bitmap structure or retrieve its data ↵John Mark Bell2009-07-312-16/+35
| | | | | | buffer pointer. I hope these longjmps are valid -- libpng's documentation is unhelpfully vague on this subject. svn path=/trunk/netsurf/; revision=8924
* Correct include.John Mark Bell2009-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=8757
* Merge LibCSS port to trunk.John Mark Bell2009-07-2314-15/+28
| | | | svn path=/trunk/netsurf/; revision=8752
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-2/+6
| | | | svn path=/trunk/netsurf/; revision=8641
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=8513
* Bring in line with new bitmap plotter APIJohn Mark Bell2009-07-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=8216
* Improve bitmap plotter APIVincent Sanders2009-06-307-28/+70
| | | | svn path=/trunk/netsurf/; revision=8195
* Correctly propagate plot successJohn Mark Bell2009-05-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=7611
* Avoid unused variable if targetting RISC OS and the jpeg library has been ↵John Mark Bell2009-03-291-0/+3
| | | | | | built to output BGR. svn path=/trunk/netsurf/; revision=6978
* Aliasing fixesJohn Mark Bell2009-03-281-4/+17
| | | | svn path=/trunk/netsurf/; revision=6961
* Squash warning.John Mark Bell2009-03-271-1/+4
| | | | svn path=/trunk/netsurf/; revision=6935
* Don't include libmng.h from mng.h, as it causes jconfig.h to be seen, which ↵John Mark Bell2009-03-272-30/+50
| | | | | | | | | in turn causes HAVE_STDLIB_H to be defined, which clashes with the definition of hpdf_config.h. Quite why the auto-generated configuration header for either jpeglib or libharu needs to be public, I've no idea. The above change means that the mng_handle field in content_mng_data is a void *. Fixup the couple of places in mng.c where the mng_handle field needs casting back to its real type. Also take the opportunity to make linewrapping and brace position more consistent. svn path=/trunk/netsurf/; revision=6918
* Add .spr -> image/x-riscos-sprite MIME mapping to GTK front endJohn Mark Bell2009-03-091-2/+3
| | | | | | Fix crash inducing bugs in nssprite.c svn path=/trunk/netsurf/; revision=6743
* Make libpng image handler set opaque info.Michael Drake2009-03-021-14/+15
| | | | svn path=/trunk/netsurf/; revision=6669
* If a GIF has insufficient frame data, display the frames that have been decoded.Chris Young2008-12-301-3/+2
| | | | svn path=/trunk/netsurf/; revision=5947
* C89François Revel2008-11-291-1/+2
| | | | svn path=/trunk/netsurf/; revision=5837
* Add missing calls to bitmap_modified(). This fixes using libpng in the BeOS ↵François Revel2008-10-105-3/+10
| | | | | | port. svn path=/trunk/netsurf/; revision=5532
* Fix format string warning errorDaniel Silverstone2008-10-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=5528
* Warning squashesRob Kendrick2008-10-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=5527
* Ensure image/png.h gets css/css.h for the colour typedefDaniel Silverstone2008-10-011-0/+3
| | | | svn path=/trunk/netsurf/; revision=5464
* Include css/css.h for type colour (following change r5459).John Tytgat2008-09-281-0/+1
| | | | svn path=/trunk/netsurf/; revision=5461
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-2816-30/+30
| | | | svn path=/trunk/netsurf/; revision=5459
* One warning less.John Tytgat2008-09-282-5/+2
| | | | svn path=/trunk/netsurf/; revision=5451
* Fix warnings.Michael Drake2008-09-161-2/+0
| | | | svn path=/trunk/netsurf/; revision=5349
* Potentially squash warningsJohn Mark Bell2008-09-151-2/+2
| | | | svn path=/trunk/netsurf/; revision=5341
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-152-15/+28
| | | | svn path=/trunk/netsurf/; revision=5338
* Fix include path for libpng.François Revel2008-09-152-2/+2
| | | | | | | | Libpng mandates using <png.h>, if it doesn't work for you, fix your OS :D (or use -I) See http://www.libpng.org/pub/png/libpng-1.2.5-manual.html#section-2 svn path=/trunk/netsurf/; revision=5333
* Add libpng support. Default to off.Daniel Silverstone2008-09-154-2/+341
| | | | svn path=/trunk/netsurf/; revision=5330
* More style guide formatting and tidy up.Michael Drake2008-08-246-49/+85
| | | | svn path=/trunk/netsurf/; revision=5195
* Fix get_frame to correctly catch up with current frame. Thanks to dynis.Michael Drake2008-08-241-1/+4
| | | | svn path=/trunk/netsurf/; revision=5193
* Style Guide; formatting changes.Michael Drake2008-08-242-53/+61
| | | | svn path=/trunk/netsurf/; revision=5192
* Warnings.squash();John Mark Bell2008-08-132-2/+2
| | | | svn path=/trunk/netsurf/; revision=5088
* Merged revisions 4345-4346,4350-4351,4389,4391,4395,4401-4403,4423,4485-4486 ↵James Bursa2008-08-1211-2051/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via svnmerge from svn://semichrome.net/branches/dynis/netsurf ........ r4345 | dynis | 2008-06-15 18:37:23 -0500 (Sun, 15 Jun 2008) | 1 line Move NetSurf's gifread.h to libnsgif ........ r4346 | dynis | 2008-06-15 18:38:38 -0500 (Sun, 15 Jun 2008) | 1 line Remove NetSurf's gifread.c (replaced by libnsgif) ........ r4350 | dynis | 2008-06-15 18:57:17 -0500 (Sun, 15 Jun 2008) | 1 line Added references to libnsgif where necessary; corrected function calls where callbacks were implemented ........ r4351 | dynis | 2008-06-15 19:00:33 -0500 (Sun, 15 Jun 2008) | 1 line Updated Makefile to compile with libnsgif ........ r4389 | dynis | 2008-06-18 13:58:51 -0500 (Wed, 18 Jun 2008) | 1 line Altered bitmap callback table name for gif images to avoid ambiguity when bmp image library is created ........ r4391 | dynis | 2008-06-18 14:08:39 -0500 (Wed, 18 Jun 2008) | 1 line Updated netsurf branch to use new bitmap callback table structure name that was altered in libnsgif ........ r4395 | dynis | 2008-06-18 14:54:51 -0500 (Wed, 18 Jun 2008) | 1 line Corrected param comments for bitmap_set_suspendable() ........ r4401 | dynis | 2008-06-18 18:39:50 -0500 (Wed, 18 Jun 2008) | 1 line Added references to libnsbmp where necessary; corrected function calls where callbacks were implemented ........ r4402 | dynis | 2008-06-18 18:40:47 -0500 (Wed, 18 Jun 2008) | 1 line Updated Makefile to compile with libnsbmp ........ r4403 | dynis | 2008-06-18 18:41:53 -0500 (Wed, 18 Jun 2008) | 1 line Remove NetSurf's bmpread.c and bmpread.h (replaced by libnsbmp) ........ r4423 | dynis | 2008-06-22 14:21:30 -0500 (Sun, 22 Jun 2008) | 1 line Correct a silly mistake in nsbmp_bitmap_create ........ r4485 | dynis | 2008-07-01 04:13:48 -0500 (Tue, 01 Jul 2008) | 1 line Integrated the latest versions of libnsgif and libnsbmp into NetSurf ........ r4486 | dynis | 2008-07-01 05:27:10 -0500 (Tue, 01 Jul 2008) | 1 line Altered bitmap functions to receive void pointers for proper utilisation of libnsgif and libnsbmp ........ svn path=/trunk/netsurf/; revision=5071
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-111-3/+4
| | | | svn path=/trunk/netsurf/; revision=5031
* C89 againFrançois Revel2008-07-291-1/+2
| | | | svn path=/trunk/netsurf/; revision=4793
* Convert svgtiny colours to BGR ordering when passing them to plotter APIs.John Mark Bell2008-07-281-2/+6
| | | | svn path=/trunk/netsurf/; revision=4784