summaryrefslogtreecommitdiff
path: root/riscos/jpeg.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-171-2/+2
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092
* [project @ 2004-06-24 16:54:28 by jmb]John Mark Bell2004-06-241-0/+1
| | | | | | Update content->size to more accurate value. svn path=/import/netsurf/; revision=1002
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-11/+24
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-09 20:05:14 by jmb]John Mark Bell2004-06-091-4/+4
| | | | | | Remove magic numbers. Now uses sensible tinct_FOO style flag names svn path=/import/netsurf/; revision=941
* [project @ 2004-06-02 21:24:39 by bursa]James Bursa2004-06-021-1/+0
| | | | | | Remove #include <setjmp.h> for debug build issue. svn path=/import/netsurf/; revision=919
* [project @ 2004-05-09 21:05:24 by rjw]Richard Wilson2004-05-091-2/+19
| | | | | | Local options are now adhered to (dither, filter, animate). svn path=/import/netsurf/; revision=847
* [project @ 2004-03-23 22:17:08 by bursa]James Bursa2004-03-231-293/+180
| | | | | | Remove usage of OS JPEG module; convert all JPEGs to 32bpp and plot with Tinct; speed improvements and cleanup. svn path=/import/netsurf/; revision=656
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-29/+6
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-271-1/+2
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-1/+2
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-16 20:42:49 by jmb]John Mark Bell2004-02-161-3/+6
| | | | | | | Remove hard-coded sprite offset nastiness. Why this ever worked is confusing... svn path=/import/netsurf/; revision=554
* [project @ 2004-02-03 21:16:40 by jmb]John Mark Bell2004-02-031-13/+65
| | | | | | Add 24bpp support. svn path=/import/netsurf/; revision=532
* [project @ 2004-01-26 22:55:23 by rob]Rob Jackson2004-01-261-2/+2
| | | | | | Changes in positioning of variable declarations to allow compile with 2.95.5 compiler again svn path=/import/netsurf/; revision=512
* [project @ 2004-01-25 20:39:35 by jmb]John Mark Bell2004-01-251-4/+26
| | | | | | Override jpeglib's error handling. svn path=/import/netsurf/; revision=504
* [project @ 2004-01-25 20:13:51 by jmb]John Mark Bell2004-01-251-31/+244
| | | | | | | Add jpeglib 6b based rendering. Attempts to use the OS routines first as they're faster. svn path=/import/netsurf/; revision=503
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-2/+3
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-1/+1
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-4/+5
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-09-10 17:10:25 by bursa]James Bursa2003-09-101-1/+2
| | | | | | Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279
* [project @ 2003-07-18 17:07:50 by bursa]James Bursa2003-07-181-1/+1
| | | | | | Fix image positioning. svn path=/import/netsurf/; revision=232
* [project @ 2003-07-15 14:37:34 by bursa]James Bursa2003-07-151-1/+2
| | | | | | Implement html_redraw. svn path=/import/netsurf/; revision=218
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+7
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-1/+2
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-14 11:34:02 by bursa]James Bursa2003-06-141-3/+8
| | | | | | Scale JPEGs and PNGs when plotting. svn path=/import/netsurf/; revision=179
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-101-1/+12
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-03-03 22:40:39 by bursa]James Bursa2003-03-031-1/+4
| | | | | | Fix many browser warnings. svn path=/import/netsurf/; revision=103
* [project @ 2003-02-28 11:49:13 by bursa]James Bursa2003-02-281-1/+2
| | | | | | More status messages, bug fixes. svn path=/import/netsurf/; revision=102
* [project @ 2003-02-25 21:00:27 by bursa]James Bursa2003-02-251-0/+59
Bug fixes, experimental JPEG support. svn path=/import/netsurf/; revision=100