summaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-07-30 16:16:07 by bursa]James Bursa2004-07-302-1/+33
| | | | | | Implement content_quit() and ro_gui_window_quit() to free resources on quit. svn path=/import/netsurf/; revision=1164
* [project @ 2004-07-30 16:14:43 by bursa]James Bursa2004-07-301-3/+2
| | | | | | Plug some minor leaks. svn path=/import/netsurf/; revision=1163
* [project @ 2004-07-27 15:49:28 by bursa]James Bursa2004-07-271-0/+12
| | | | | | Implement proxy authentication. Bring templates in line with style guide (icon sizes and fill display fields), and remove dead icons. Clean up choices dialog code. Fix persistent dialog code. Make browser choices the default pane. svn path=/import/netsurf/; revision=1153
* [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-163-0/+28
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-07-10 10:05:16 by bursa]James Bursa2004-07-101-8/+15
| | | | | | Fix crash related to aborting fetches. svn path=/import/netsurf/; revision=1067
* [project @ 2004-07-10 02:35:30 by jmb]John Mark Bell2004-07-103-2/+50
| | | | | | | Use libcurl's progress callback functionality to display fetch status. This will update the status line once a second, more frequently requires hacking libcurl. svn path=/import/netsurf/; revision=1066
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-272-0/+19
| | | | | | Rewritten download window. Now downloads direct to file. New download window gui. svn path=/import/netsurf/; revision=1020
* [project @ 2004-06-23 15:41:50 by bursa]James Bursa2004-06-233-11/+35
| | | | | | 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-232-1/+8
| | | | | | Fix destroying of contents after redirects. svn path=/import/netsurf/; revision=996
* [project @ 2004-06-22 17:37:51 by bursa]James Bursa2004-06-225-48/+53
| | | | | | Fix aborting of fetches. svn path=/import/netsurf/; revision=990
* [project @ 2004-06-21 15:49:59 by bursa]James Bursa2004-06-212-351/+0
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=989
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-213-73/+94
| | | | | | 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-202-9/+88
| | | | | | Implement content_stop() and html_stop(). svn path=/import/netsurf/; revision=982
* [project @ 2004-06-10 23:55:23 by bursa]James Bursa2004-06-104-83/+132
| | | | | | 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:40:56 by jmb]John Mark Bell2004-06-101-5/+13
| | | | | | Allow configuration of SSL certificate verification svn path=/import/netsurf/; revision=955
* [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-104-113/+328
| | | | | | 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-08 20:25:04 by joty]John Tytgat2004-06-081-12/+16
| | | | | | | - fetchcache_error_page() : small optimisation. - removed compiler warning svn path=/import/netsurf/; revision=936
* [project @ 2004-06-05 15:03:59 by joty]John Tytgat2004-06-053-6/+29
| | | | | | | 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:40 by bursa]James Bursa2004-06-021-2/+0
| | | | | | Remove some #ifdef riscos. svn path=/import/netsurf/; revision=909
* [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-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-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-054-6/+5
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-022-4/+4
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-05-01 21:37:29 by joty]John Tytgat2004-05-011-12/+23
| | | | | | | fetch_curl_header() : better protection against malformed header lines; realm data line is now properly terminated with NUL character. svn path=/import/netsurf/; revision=810
* [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-25 11:40:05 by matthewh]Matthew Hambley2004-04-251-4/+4
| | | | | | A more human face to download bytecounts. Needs someone who can speak French to correct the fr messages file. svn path=/import/netsurf/; revision=803
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-245-36/+63
| | | | | | 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-04-14 12:47:40 by bursa]James Bursa2004-04-142-92/+0
| | | | | | Remove obsolete files. svn path=/import/netsurf/; revision=781
* [project @ 2004-04-10 12:57:17 by jmb]John Mark Bell2004-04-101-0/+2
| | | | | | Remove download contents from the cache svn path=/import/netsurf/; revision=742
* [project @ 2004-04-07 19:19:31 by jmb]John Mark Bell2004-04-071-3/+5
| | | | | | Take account of file path when creating POST data. svn path=/import/netsurf/; revision=738
* [project @ 2004-04-03 14:58:46 by bursa]James Bursa2004-04-031-1/+1
| | | | | | Request only gzip compression, since deflate is broken on many servers (see http://www.gzip.org/zlib/zlib_faq, 36). svn path=/import/netsurf/; revision=712
* [project @ 2004-04-02 13:51:13 by bursa]James Bursa2004-04-022-0/+31
| | | | | | Implement fetch_can_fetch(). svn path=/import/netsurf/; revision=699
* [project @ 2004-03-28 17:18:52 by bursa]James Bursa2004-03-281-1/+4
| | | | | | Fix for errors with compressed content. svn path=/import/netsurf/; revision=689
* [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 23:19:34 by bursa]James Bursa2004-03-271-7/+14
| | | | | | Replace in_callback with locked counter to fix crash. svn path=/import/netsurf/; revision=683
* [project @ 2004-03-27 00:53:19 by bursa]James Bursa2004-03-273-7/+9
| | | | | | Add imagemap and jpeg to the debug build. svn path=/import/netsurf/; revision=675
* [project @ 2004-03-27 00:50:58 by bursa]James Bursa2004-03-271-283/+318
| | | | | | Add fetch_blank_curl, break out fetch_set_options(), fetch_free(), fetch_done(), recover from errors more cleanly, enable compression. svn path=/import/netsurf/; revision=674
* [project @ 2004-03-24 00:03:38 by jmb]John Mark Bell2004-03-241-4/+14
| | | | | | Improve handling of filename generation. svn path=/import/netsurf/; revision=658
* [project @ 2004-03-21 23:44:53 by jmb]John Mark Bell2004-03-211-0/+2
| | | | | | Add a couple of assertions. svn path=/import/netsurf/; revision=649
* [project @ 2004-03-21 23:36:05 by jmb]John Mark Bell2004-03-211-1/+15
| | | | | | Make the filename unixified and leafnamelike svn path=/import/netsurf/; revision=648
* [project @ 2004-03-21 21:32:15 by jmb]John Mark Bell2004-03-212-0/+6
| | | | | | | Fix for SparkFS causing problems with uploading zip files. Map filetypes to mimetype properly. svn path=/import/netsurf/; revision=646