summaryrefslogtreecommitdiff
path: root/content/content.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-8/+6
| | | | | | Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265
* [project @ 2004-08-15 19:06:23 by jmb]John Mark Bell2004-08-151-1/+1
| | | | | | | | | Rationalise image redraw. Supply background colour when redrawing contents Reenable printing of background images Require Tinct 0.07 svn path=/import/netsurf/; revision=1234
* [project @ 2004-08-11 22:08:25 by bursa]James Bursa2004-08-111-22/+10
| | | | | | Remove content_add_instance(), content_remove_instance(), content_reshape_instance(). Add content_open(), content_close(). Implement for CONTENT_HTML. svn path=/import/netsurf/; revision=1213
* [project @ 2004-08-11 19:02:32 by bursa]James Bursa2004-08-111-5/+17
| | | | | | Start work on removing instances and making content types non-shareable. Clean up some #includes. svn path=/import/netsurf/; revision=1211
* [project @ 2004-08-11 16:26:13 by jmb]John Mark Bell2004-08-111-1/+1
| | | | | | | | | | | Make content_redraw return a bool Printing of foreground images now uses OS_SpriteOp Printing of background images disabled Mega-paranoid SWI result checking in htmlredraw.c Rearranged GIF data structure slightly - updates to reflect this. Other stuff I've probably forgotten svn path=/import/netsurf/; revision=1208
* [project @ 2004-07-30 16:16:07 by bursa]James Bursa2004-07-301-0/+1
| | | | | | Implement content_quit() and ro_gui_window_quit() to free resources on quit. svn path=/import/netsurf/; revision=1164
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-161-0/+6
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-06-23 15:41:50 by bursa]James Bursa2004-06-231-0/+4
| | | | | | Fix fetchcache_go() treatment of contents which the initiator loses interest in (eg. wrong content-type). svn path=/import/netsurf/; revision=997
* [project @ 2004-06-22 17:37:51 by bursa]James Bursa2004-06-221-1/+2
| | | | | | Fix aborting of fetches. svn path=/import/netsurf/; revision=990
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-211-8/+10
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-20 23:09:51 by bursa]James Bursa2004-06-201-0/+11
| | | | | | Implement content_stop() and html_stop(). svn path=/import/netsurf/; revision=982
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-11/+89
| | | | | | 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-05 15:03:59 by joty]John Tytgat2004-06-051-0/+1
| | | | | | | Created content_set_status() : one centralised place where status_message in the content struct is updated in a fail safe way. svn path=/import/netsurf/; revision=928
* [project @ 2004-06-02 20:58:16 by bursa]James Bursa2004-06-021-7/+3
| | | | | | Remove some #ifdef riscos. Use floats for animation area. svn path=/import/netsurf/; revision=908
* [project @ 2004-05-21 14:26:59 by bursa]James Bursa2004-05-211-2/+2
| | | | | | Improved handling of objects and frames; some work on malloc() failure in box conversion. svn path=/import/netsurf/; revision=880
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-051-2/+2
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-04-26 13:47:51 by bursa]James Bursa2004-04-261-0/+2
| | | | | | Fix scaled GIF animations. svn path=/import/netsurf/; revision=805
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-241-8/+27
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-03-27 00:53:19 by bursa]James Bursa2004-03-271-4/+4
| | | | | | Add imagemap and jpeg to the debug build. svn path=/import/netsurf/; revision=675
* [project @ 2004-03-21 12:50:10 by bursa]James Bursa2004-03-211-0/+1
| | | | | | Animation support, not yet optimised. svn path=/import/netsurf/; revision=641
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-3/+2
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-2/+3
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-01-26 14:16:23 by bursa]James Bursa2004-01-261-0/+4
| | | | | | Fix crashes related to content_destroy() by adding lock, implement no_error_pages. svn path=/import/netsurf/; revision=508
* [project @ 2004-01-24 17:08:15 by bursa]James Bursa2004-01-241-32/+1
| | | | | | Add permitted_types to html_fetch_object(). svn path=/import/netsurf/; revision=500
* [project @ 2004-01-23 20:46:29 by bursa]James Bursa2004-01-231-0/+1
| | | | | | Add error pages for fetch failures. svn path=/import/netsurf/; revision=498
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-0/+39
| | | | | | | 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/+2
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-251-1/+2
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-09-10 22:27:15 by jmb]John Mark Bell2003-09-101-0/+6
| | | | | | Add support for Draw and Sprite files svn path=/import/netsurf/; revision=281
* [project @ 2003-09-10 21:44:10 by bursa]James Bursa2003-09-101-1/+2
| | | | | | Reformat page when browser window is resized. svn path=/import/netsurf/; revision=280
* [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-09-07 21:08:13 by bursa]James Bursa2003-09-071-137/+76
| | | | | | Document cache and content, split struct content up. svn path=/import/netsurf/; revision=270
* [project @ 2003-08-30 21:45:03 by bursa]James Bursa2003-08-301-0/+1
| | | | | | Make page background colour work properly. svn path=/import/netsurf/; revision=263
* [project @ 2003-08-28 20:04:35 by bursa]James Bursa2003-08-281-1/+1
| | | | | | Use Content-Length to give percentage downloads. svn path=/import/netsurf/; revision=256
* [project @ 2003-07-22 22:13:44 by jmb]John Mark Bell2003-07-221-0/+2
| | | | | | Enable viewing HTML source when F8 is pressed svn path=/import/netsurf/; revision=241
* [project @ 2003-07-18 21:02:29 by bursa]James Bursa2003-07-181-2/+0
| | | | | | New GIF renderer using animlib (jmb). svn path=/import/netsurf/; revision=235
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-171-3/+1
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-2/+14
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-2/+2
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-07 22:10:51 by jmb]John Mark Bell2003-07-071-1/+11
| | | | | | Rewrite plugin system backend. svn path=/import/netsurf/; revision=210
* [project @ 2003-06-30 15:57:08 by bursa]James Bursa2003-06-301-0/+1
| | | | | | Fix interlaced PNG display. svn path=/import/netsurf/; revision=192
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+6
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-26 11:41:26 by bursa]James Bursa2003-06-261-2/+3
| | | | | | Implement HTTP redirects. svn path=/import/netsurf/; revision=187
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-12/+58
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-05 13:17:55 by philpem]Philip Pemberton2003-06-051-1/+14
| | | | | | Added GIF decode support svn path=/import/netsurf/; revision=160
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-101-1/+15
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-151-2/+16
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-04-13 12:50:10 by bursa]James Bursa2003-04-131-2/+1
| | | | | | style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124
* [project @ 2003-04-10 21:44:45 by bursa]James Bursa2003-04-101-3/+1
| | | | | | Memory usage cleaning. svn path=/import/netsurf/; revision=121
* [project @ 2003-04-09 21:57:09 by bursa]James Bursa2003-04-091-3/+10
| | | | | | Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119