summaryrefslogtreecommitdiff
path: root/image
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-111-3/+4
* C89 againFrançois Revel2008-07-291-1/+2
* Convert svgtiny colours to BGR ordering when passing them to plotter APIs.John Mark Bell2008-07-281-2/+6
* - Include utils/config.h before each WITH_* test entiry enabling/disabling th...John Tytgat2008-07-2613-17/+56
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-267-12/+12
* Change u_int32_t to uint32_tRob Kendrick2008-06-171-6/+6
* Get rid of non ASCII \xa0 character in comments (copy-pasting a webpage ?) I ...François Revel2008-06-051-32/+33
* Improve MNG error handling to show error code. Fix code not expecting bitmap_...James Bursa2008-06-013-36/+83
* Squash warningJohn Mark Bell2008-05-261-1/+2
* Fix bitmap format comment.Michael Drake2008-05-161-2/+2
* Make this obey WITH_MNG correctly -- previously included libmng.h regardlessJohn Mark Bell2008-05-131-3/+3
* Further fixes for unsigned int being used as an intptrRob Kendrick2008-04-071-4/+4
* Fix assumption that int is the same width as a pointerRob Kendrick2008-04-071-10/+11
* Fix build with WITH_NSSPRITE undefinedJohn Mark Bell2008-03-291-1/+1
* Fix instructions on disabling librosprite. Move #include for when James Shaw2008-03-291-0/+2
* Implement sprite support for GTK using librospriteJames Shaw2008-03-292-0/+166
* Save non-opaque images with a proper mask/full alpha channelAdrian Lees2008-03-241-1/+3
* Wrap jpeg library check in #ifdef riscos, as we don't care on non-RISC OS. S...Rob Kendrick2008-03-101-2/+3
* Update status bar when standalone images are done.Michael Drake2008-03-107-0/+14
* SignednessWarnings.squash()John Mark Bell2008-02-256-11/+13
* Make GIF decoding work correctly on big-endian (colors were wrong).James Bursa2008-02-101-4/+5
* Move SVG code into a new library, libsvgtiny.James Bursa2008-02-032-866/+59
* Fix coordinates when redrawing an SVG within a page.James Bursa2007-12-111-39/+21
* Implement polyline, polygon, more path segment types, and more transforms.James Bursa2007-12-021-51/+222
* Implement and fix more of viewBox, path, and transform.James Bursa2007-11-301-19/+29
* Add support for transform, color none, and some colours in style attribute.James Bursa2007-11-291-13/+109
* NetBSD doesn't have the timezone struct, either.Rob Kendrick2007-09-141-2/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-0819-76/+284
* Fix warning with rsvgRob Kendrick2007-08-082-2/+2
* Add incremental parsing of SVG data to librsvg content handler.Rob Kendrick2007-07-192-10/+19
* Fixes to rsvg renderer. Now mostly works for direct (non-embedded in a docum...Rob Kendrick2007-07-181-47/+32
* Initial work on RSVG image handler. Still a lot to do.Rob Kendrick2007-07-182-0/+245
* Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVGRob Kendrick2007-07-181-1/+4