summaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-131-5/+6
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-02-02 23:38:02 by jmb]John Mark Bell2004-02-021-0/+4
| | | | | | Fix issues highlighted by teoma.com svn path=/import/netsurf/; revision=531
* [project @ 2004-01-26 14:16:23 by bursa]James Bursa2004-01-265-17/+69
| | | | | | 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-243-36/+54
| | | | | | 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-234-8/+57
| | | | | | Add error pages for fetch failures. svn path=/import/netsurf/; revision=498
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-204-8/+45
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-056-9/+140
| | | | | | | 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-276-13/+82
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 02:23:10 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Fix a couple more warnings svn path=/import/netsurf/; revision=457
* [project @ 2003-12-26 16:20:57 by bursa]James Bursa2003-12-264-7/+17
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-262-2/+11
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-11-08 19:18:37 by bursa]James Bursa2003-11-081-8/+24
| | | | | | Fix queueing bugs. svn path=/import/netsurf/; revision=413
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-062-0/+8
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [project @ 2003-10-26 00:09:27 by jmb]John Mark Bell2003-10-261-1/+1
| | | | | | | Fix bug involving while loop exiting early. Move the xstrdup of the realm into riscos/401login.c svn path=/import/netsurf/; revision=389
* [project @ 2003-10-25 22:51:45 by jmb]John Mark Bell2003-10-251-3/+14
| | | | | | | Fix bug relating to http://www.mw-software.com/software/artworks2/aw2support.html svn path=/import/netsurf/; revision=388
* [project @ 2003-10-25 21:50:16 by bursa]James Bursa2003-10-251-1/+1
| | | | | | Temporary workaround for libcurl bug. svn path=/import/netsurf/; revision=384
* [project @ 2003-10-25 19:21:42 by jmb]John Mark Bell2003-10-251-1/+1
| | | | | | | Turn on support for other http auth methods (other than Basic). This is untested. svn path=/import/netsurf/; revision=383
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-254-12/+16
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 16:22:11 by bursa]James Bursa2003-10-252-9/+55
| | | | | | Implement multipart/formdata POST. svn path=/import/netsurf/; revision=377
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-254-7/+39
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-231-1/+27
| | | | | | | | | | Enable logging into sites which require Basic Authentication Has a couple of issues: 1) Opens the page in the first window in the list 2) Doesn't save the login details so you have to log in to each page. 3) The call to ro_gui_401login_open shouldn't be there. svn path=/import/netsurf/; revision=372
* [project @ 2003-10-08 20:49:26 by bursa]James Bursa2003-10-083-1/+4
| | | | | | Plug memory leaks. svn path=/import/netsurf/; revision=353
* [project @ 2003-09-30 20:33:45 by bursa]James Bursa2003-09-304-2/+48
| | | | | | Document more files. svn path=/import/netsurf/; revision=335
* [project @ 2003-09-17 23:27:33 by bursa]James Bursa2003-09-172-65/+58
| | | | | | Documented fetch. svn path=/import/netsurf/; revision=303
* [project @ 2003-09-17 17:54:39 by bursa]James Bursa2003-09-171-1/+1
| | | | | | Fix last checkin. svn path=/import/netsurf/; revision=300
* [project @ 2003-09-17 17:44:12 by bursa]James Bursa2003-09-171-2/+5
| | | | | | Fix aborting fetches. svn path=/import/netsurf/; revision=299
* [project @ 2003-09-17 12:57:33 by bursa]James Bursa2003-09-171-0/+1
| | | | | | Poll queuing fix, backup redraw code. svn path=/import/netsurf/; revision=296
* [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-102-2/+19
| | | | | | 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-102-1/+3
| | | | | | 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-102-4/+8
| | | | | | Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279
* [project @ 2003-09-07 21:08:13 by bursa]James Bursa2003-09-076-179/+216
| | | | | | 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-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-29 12:57:14 by bursa]James Bursa2003-08-294-36/+56
| | | | | | Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
* [project @ 2003-08-28 20:04:35 by bursa]James Bursa2003-08-283-3/+17
| | | | | | Use Content-Length to give percentage downloads. svn path=/import/netsurf/; revision=256
* [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-08-28 19:20:23 by bursa]James Bursa2003-08-281-0/+8
| | | | | | Add transfer time outs. svn path=/import/netsurf/; revision=253
* [project @ 2003-08-25 16:17:11 by bursa]James Bursa2003-08-251-45/+60
| | | | | | Fix 774165 (redirects with empty body). svn path=/import/netsurf/; revision=249
* [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-172-3/+5
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [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-163-4/+19
| | | | | | Make fetchcache return 0 on failure to parse URL. svn path=/import/netsurf/; revision=225
* [project @ 2003-07-15 18:05:28 by bursa]James Bursa2003-07-151-1/+1
| | | | | | Implement other_destroy(). svn path=/import/netsurf/; revision=219
* [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-144-28/+80
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-094-21/+34
| | | | | | 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-073-5/+23
| | | | | | Rewrite plugin system backend. svn path=/import/netsurf/; revision=210