summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-06-22 17:52:40 by bursa]James Bursa2004-06-221-2/+4
| | | | | | Fix some strdup()s on non-terminated strings. svn path=/import/netsurf/; revision=992
* [project @ 2004-06-22 17:39:00 by bursa]James Bursa2004-06-222-6/+0
| | | | | | Remove unused and unimplemented gui_window_show() and gui_window_hide(). svn path=/import/netsurf/; revision=991
* [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-216-716/+0
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=989
* [project @ 2004-06-21 15:25:35 by bursa]James Bursa2004-06-217-30/+7
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-21 15:22:05 by bursa]James Bursa2004-06-211-1/+1
| | | | | | Fix type of memory_cache_size. svn path=/import/netsurf/; revision=987
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-2112-101/+136
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-21 10:15:55 by tlsa]Michael Drake2004-06-212-2/+2
| | | | | | Interactive help for Stop button. svn path=/import/netsurf/; revision=985
* [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:10:50 by bursa]James Bursa2004-06-201-13/+30
| | | | | | Implement stop toolbar button and Escape as key shortcut. svn path=/import/netsurf/; revision=983
* [project @ 2004-06-20 23:09:51 by bursa]James Bursa2004-06-205-15/+127
| | | | | | Implement content_stop() and html_stop(). svn path=/import/netsurf/; revision=982
* [project @ 2004-06-20 19:49:40 by joty]John Tytgat2004-06-201-47/+46
| | | | | | Src cleanup. svn path=/import/netsurf/; revision=981
* [project @ 2004-06-18 22:55:28 by bursa]James Bursa2004-06-182-4/+6
| | | | | | Output some more data in box_dump(). svn path=/import/netsurf/; revision=980
* [project @ 2004-06-18 22:54:07 by bursa]James Bursa2004-06-181-4/+9
| | | | | | Fix inline boxes with 0 width not having their width set when available width is 0 (eg. in tables) (fixes www.hic.gov.au crash reported by Peter Prewett). Table layout fix related to cells spanning columns with fixed-width cells. svn path=/import/netsurf/; revision=979
* [project @ 2004-06-18 17:03:22 by bursa]James Bursa2004-06-181-2/+2
| | | | | | Also warn user if Inet$Resolvers is set but empty. svn path=/import/netsurf/; revision=978
* [project @ 2004-06-17 21:41:11 by joty]John Tytgat2004-06-171-1/+1
| | | | | | Added comment on struct form_option::text. svn path=/import/netsurf/; revision=977
* [project @ 2004-06-15 23:32:38 by jmb]John Mark Bell2004-06-151-1/+2
| | | | | | Tighten up parameter checking in imagemap_get svn path=/import/netsurf/; revision=976
* [project @ 2004-06-15 23:05:01 by rjw]Richard Wilson2004-06-151-0/+0
| | | | | | | Internal caching of small sprites to increase tiled plotting speed. Fix for not filling the right pixel of a clipping rectangle for 1px wide tiled images. svn path=/import/netsurf/; revision=975
* [project @ 2004-06-15 20:45:02 by jmb]John Mark Bell2004-06-151-1/+54
| | | | | | rgb() support svn path=/import/netsurf/; revision=974
* [project @ 2004-06-15 19:12:24 by bursa]James Bursa2004-06-151-25/+23
| | | | | | Updated French translation (Jerome Mathevet). svn path=/import/netsurf/; revision=973
* [project @ 2004-06-15 18:59:54 by bursa]James Bursa2004-06-151-22/+28
| | | | | | Log version on startup. svn path=/import/netsurf/; revision=972
* [project @ 2004-06-15 18:56:52 by bursa]James Bursa2004-06-151-12/+16
| | | | | | Parse FUNCTION correctly. svn path=/import/netsurf/; revision=971
* [project @ 2004-06-14 07:28:27 by joty]John Tytgat2004-06-141-21/+23
| | | | | | layout_table() : avoid division by zero (e.g. table at <URL:http://www.pcguide.com/ref/fdd/confCable-c.html>) svn path=/import/netsurf/; revision=970
* [project @ 2004-06-13 18:49:48 by jmb]John Mark Bell2004-06-131-6/+6
| | | | | | Comment out calls to browser_window_text_selection as it was causing assertion failures svn path=/import/netsurf/; revision=969
* [project @ 2004-06-12 20:08:47 by joty]John Tytgat2004-06-121-19/+19
| | | | | | html_find_stylesheets() : returns void, not bool. svn path=/import/netsurf/; revision=968
* [project @ 2004-06-12 17:43:37 by bursa]James Bursa2004-06-122-5/+10
| | | | | | Fix limit zooming by ^Q / ^W. Increase limit to 1000. svn path=/import/netsurf/; revision=967
* [project @ 2004-06-11 21:39:05 by tlsa]Michael Drake2004-06-112-1/+107
| | | | | | Update interactive help text. svn path=/import/netsurf/; revision=966
* [project @ 2004-06-11 21:12:05 by rjw]Richard Wilson2004-06-111-2/+2
| | | | | | Bring the messages back into line before zamez slaps me svn path=/import/netsurf/; revision=965
* [project @ 2004-06-11 21:09:50 by rjw]Richard Wilson2004-06-112-2/+2
| | | | | | Update to PNG title data to make it display the data size svn path=/import/netsurf/; revision=964
* [project @ 2004-06-11 20:59:53 by rjw]Richard Wilson2004-06-112-14/+18
| | | | | | Bug fix for GIFs with a single broken frame. Relaxation of error conditions to display GIFs. Re-introduction of GIF details in the title bar. svn path=/import/netsurf/; revision=963
* [project @ 2004-06-11 12:52:23 by jmb]John Mark Bell2004-06-111-4/+4
| | | | | | Cast to avoid compiler warning svn path=/import/netsurf/; revision=962
* [project @ 2004-06-11 12:51:40 by jmb]John Mark Bell2004-06-114-5/+14
| | | | | | Fix for crash caused by inline style attributes specifying background images. svn path=/import/netsurf/; revision=961
* [project @ 2004-06-11 12:19:56 by bursa]James Bursa2004-06-1112-45/+67
| | | | | | New "About NetSurf" page, and menu item to open it. svn path=/import/netsurf/; revision=960
* [project @ 2004-06-11 00:08:53 by jmb]John Mark Bell2004-06-111-2/+19
| | | | | | Scale view keyboard shortcuts a la !Draw svn path=/import/netsurf/; revision=959
* [project @ 2004-06-11 00:03:11 by bursa]James Bursa2004-06-111-44/+16
| | | | | | Bring debug build up-to-date. svn path=/import/netsurf/; revision=958
* [project @ 2004-06-10 23:55:23 by bursa]James Bursa2004-06-107-204/+226
| | | | | | 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:53:47 by tlsa]Michael Drake2004-06-101-1/+1
| | | | | | Uncomment background image toggle interactive help text. svn path=/import/netsurf/; revision=956
* [project @ 2004-06-10 22:40:56 by jmb]John Mark Bell2004-06-103-5/+17
| | | | | | 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-109-36/+58
| | | | | | Compiler warning purge svn path=/import/netsurf/; revision=954
* [project @ 2004-06-10 22:11:44 by rjw]Richard Wilson2004-06-105-98/+136
| | | | | | GUI control of background images. Scaled background images. svn path=/import/netsurf/; revision=953
* [project @ 2004-06-10 20:57:20 by bursa]James Bursa2004-06-101-0/+137
| | | | | | Implement debug window listing contents. svn path=/import/netsurf/; revision=952
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-1036-436/+743
| | | | | | 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-10 18:13:16 by rjw]Richard Wilson2004-06-101-6/+9
| | | | | | Fix for tiled background redraw. svn path=/import/netsurf/; revision=950
* [project @ 2004-06-10 17:21:58 by jmb]John Mark Bell2004-06-101-2/+14
| | | | | | | Fix some redraw issues caused by the background rendering code Remove some spurious minus signs svn path=/import/netsurf/; revision=949
* [project @ 2004-06-10 13:05:43 by bursa]James Bursa2004-06-101-3/+8
| | | | | | Fix focus for new windows without URL bar. svn path=/import/netsurf/; revision=948
* [project @ 2004-06-10 11:43:27 by tlsa]Michael Drake2004-06-101-5/+5
| | | | | | Bring TODO-CSS up to date. (Background images.) svn path=/import/netsurf/; revision=947
* [project @ 2004-06-09 23:21:24 by jmb]John Mark Bell2004-06-091-1/+8
| | | | | | Add background attribute to URL rewriting engine svn path=/import/netsurf/; revision=946
* [project @ 2004-06-09 23:15:34 by rjw]Richard Wilson2004-06-092-14/+66
| | | | | | | Fix for bounding box calculations with clear codes. The first frame is decoded when the GIF is initialised. svn path=/import/netsurf/; revision=945
* [project @ 2004-06-09 23:13:55 by bursa]James Bursa2004-06-093-30/+35
| | | | | | Fix double-free of background image url. Add background parameter to html_fetch_object(). svn path=/import/netsurf/; revision=944
* [project @ 2004-06-09 21:04:45 by bursa]James Bursa2004-06-091-1/+7
| | | | | | Log value of Inet$Resolvers. svn path=/import/netsurf/; revision=943