summaryrefslogtreecommitdiff
path: root/content/content.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-08-15 19:06:23 by jmb]John Mark Bell2004-08-151-3/+4
| | | | | | | | | 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-13 00:55:59 by jmb]John Mark Bell2004-08-131-1/+1
| | | | | | | | Rewrite of plugin handling. This is now much nicer than before although it has about the same amount of functionality. Note: This is now configurable via an option (defaults to OFF) This has only really been tested with the Flash plugin and seems to work reasonably. svn path=/import/netsurf/; revision=1216
* [project @ 2004-08-11 22:08:25 by bursa]James Bursa2004-08-111-56/+27
| | | | | | 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-16/+68
| | | | | | 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-5/+6
| | | | | | | | | | | 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-1/+32
| | | | | | Implement content_quit() and ro_gui_window_quit() to free resources on quit. svn path=/import/netsurf/; revision=1164
* [project @ 2004-07-25 20:45:15 by rjw]Richard Wilson2004-07-251-3/+7
| | | | | | Support for MNGs and JNGs. Bug fix for help token regression. Minor GUI fixes. svn path=/import/netsurf/; revision=1144
* [project @ 2004-07-16 20:57:14 by jmb]John Mark Bell2004-07-161-7/+11
| | | | | | Fix silly rjwness svn path=/import/netsurf/; revision=1090
* [project @ 2004-07-16 20:02:28 by rjw]Richard Wilson2004-07-161-0/+3
| | | | | | Fix for broken content type changes. svn path=/import/netsurf/; revision=1084
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-161-0/+18
| | | | | | 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-8/+25
| | | | | | 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-23 11:40:29 by bursa]James Bursa2004-06-231-1/+2
| | | | | | Fix destroying of contents after redirects. svn path=/import/netsurf/; revision=996
* [project @ 2004-06-22 17:37:51 by bursa]James Bursa2004-06-221-2/+4
| | | | | | Fix aborting of fetches. svn path=/import/netsurf/; revision=990
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-211-46/+75
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-20 23:16:02 by jmb]John Mark Bell2004-06-201-1/+1
| | | | | | Fixup missing initialiser svn path=/import/netsurf/; revision=984
* [project @ 2004-06-20 23:09:51 by bursa]James Bursa2004-06-201-9/+77
| | | | | | Implement content_stop() and html_stop(). svn path=/import/netsurf/; revision=982
* [project @ 2004-06-10 23:55:23 by bursa]James Bursa2004-06-101-0/+1
| | | | | | Split fetchcache() into fetchcache() and fetchcache_go() to solve problems of callbacks being called before fetchcache() returns. Fix <style> breakage. Error handling fixes & improvements. svn path=/import/netsurf/; revision=957
* [project @ 2004-06-10 22:39:56 by jmb]John Mark Bell2004-06-101-1/+1
| | | | | | Compiler warning purge svn path=/import/netsurf/; revision=954
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-84/+208
| | | | | | 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-2/+24
| | | | | | | 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:57:50 by bursa]James Bursa2004-06-021-14/+4
| | | | | | Remove some #ifdef riscos. svn path=/import/netsurf/; revision=907
* [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-24 23:42:31 by bursa]James Bursa2004-04-241-15/+19
| | | | | | 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-04-20 18:27:46 by bursa]James Bursa2004-04-201-1/+1
| | | | | | Make Content-Type type comparison case-insensitive (reported by Rien Mertens). svn path=/import/netsurf/; revision=795
* [project @ 2004-04-14 13:48:18 by bursa]James Bursa2004-04-141-1/+0
| | | | | | Remove obsolete include. svn path=/import/netsurf/; revision=785
* [project @ 2004-04-14 12:53:14 by bursa]James Bursa2004-04-141-2/+1
| | | | | | Merge css_create() into css_convert(). svn path=/import/netsurf/; revision=782
* [project @ 2004-03-28 15:41:50 by bursa]James Bursa2004-03-281-2/+1
| | | | | | Disable some excess logging. svn path=/import/netsurf/; revision=688
* [project @ 2004-03-27 00:53:19 by bursa]James Bursa2004-03-271-2/+4
| | | | | | Add imagemap and jpeg to the debug build. svn path=/import/netsurf/; revision=675
* [project @ 2004-03-16 00:51:34 by jmb]John Mark Bell2004-03-161-0/+1
| | | | | | Add content mapping for image/pjpeg svn path=/import/netsurf/; revision=628
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-31/+48
| | | | | | 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-8/+9
| | | | | | 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-2/+19
| | | | | | Fix crashes related to content_destroy() by adding lock, implement no_error_pages. svn path=/import/netsurf/; revision=508
* [project @ 2004-01-25 20:13:51 by jmb]John Mark Bell2004-01-251-2/+2
| | | | | | | 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-24 17:08:15 by bursa]James Bursa2004-01-241-4/+2
| | | | | | 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/+21
| | | | | | 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-3/+9
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-10-08 20:49:26 by bursa]James Bursa2003-10-081-0/+1
| | | | | | Plug memory leaks. svn path=/import/netsurf/; revision=353
* [project @ 2003-09-17 12:56:43 by bursa]James Bursa2003-09-171-1/+3
| | | | | | Fix memory corruption when content destroyed from CONTENT_MSG_LOADING. svn path=/import/netsurf/; revision=295
* [project @ 2003-09-10 22:27:15 by jmb]John Mark Bell2003-09-101-2/+13
| | | | | | 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-0/+1
| | | | | | 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-3/+6
| | | | | | 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-15/+81
| | | | | | Document cache and content, split struct content up. svn path=/import/netsurf/; revision=270
* [project @ 2003-09-03 21:58:54 by jmb]John Mark Bell2003-09-031-1/+1
| | | | | | Call content_reshape_instance svn path=/import/netsurf/; revision=265
* [project @ 2003-08-28 19:20:40 by bursa]James Bursa2003-08-281-1/+1
| | | | | | Bug fix. svn path=/import/netsurf/; revision=254
* [project @ 2003-07-17 14:26:15 by jmb]John Mark Bell2003-07-171-1/+1
| | | | | | create parameters file for plugins svn path=/import/netsurf/; revision=227
* [project @ 2003-07-16 17:38:46 by bursa]James Bursa2003-07-161-3/+9
| | | | | | Make fetchcache return 0 on failure to parse URL. svn path=/import/netsurf/; revision=225
* [project @ 2003-07-15 14:37:34 by bursa]James Bursa2003-07-151-1/+1
| | | | | | Implement html_redraw. svn path=/import/netsurf/; revision=218
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-18/+62
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216