James Bursa
6720beb2c1
[project @ 2004-06-23 15:41:50 by bursa]
...
Fix fetchcache_go() treatment of contents which the initiator loses interest in (eg. wrong content-type).
svn path=/import/netsurf/; revision=997
2004-06-23 15:41:50 +00:00
James Bursa
ecc3e59fdc
[project @ 2004-06-23 11:40:29 by bursa]
...
Fix destroying of contents after redirects.
svn path=/import/netsurf/; revision=996
2004-06-23 11:40:29 +00:00
Michael Drake
c5f42cd7c5
[project @ 2004-06-22 21:11:09 by tlsa]
...
Interactive help text for Reload button.
svn path=/import/netsurf/; revision=995
2004-06-22 21:11:10 +00:00
James Bursa
07ef69aea3
[project @ 2004-06-22 20:39:16 by bursa]
...
Implement reload, with ^R shortcut.
svn path=/import/netsurf/; revision=994
2004-06-22 20:39:16 +00:00
James Bursa
e4d780c476
[project @ 2004-06-22 18:48:33 by bursa]
...
Experimental gtk interface.
svn path=/import/netsurf/; revision=993
2004-06-22 18:48:33 +00:00
James Bursa
2a23749fc6
[project @ 2004-06-22 17:52:40 by bursa]
...
Fix some strdup()s on non-terminated strings.
svn path=/import/netsurf/; revision=992
2004-06-22 17:52:40 +00:00
James Bursa
a9365b5077
[project @ 2004-06-22 17:39:00 by bursa]
...
Remove unused and unimplemented gui_window_show() and gui_window_hide().
svn path=/import/netsurf/; revision=991
2004-06-22 17:39:00 +00:00
James Bursa
fdaf72417a
[project @ 2004-06-22 17:37:51 by bursa]
...
Fix aborting of fetches.
svn path=/import/netsurf/; revision=990
2004-06-22 17:37:51 +00:00
James Bursa
1fa1786d83
[project @ 2004-06-21 15:49:59 by bursa]
...
Remove obsolete files and some dead code.
svn path=/import/netsurf/; revision=989
2004-06-21 15:49:59 +00:00
James Bursa
86206259fe
[project @ 2004-06-21 15:25:35 by bursa]
...
Remove obsolete files and some dead code.
svn path=/import/netsurf/; revision=988
2004-06-21 15:27:56 +00:00
James Bursa
ed8bde561c
[project @ 2004-06-21 15:22:05 by bursa]
...
Fix type of memory_cache_size.
svn path=/import/netsurf/; revision=987
2004-06-21 15:22:05 +00:00
James Bursa
b4723c1d05
[project @ 2004-06-21 15:09:58 by bursa]
...
Merge memory cache into content module.
svn path=/import/netsurf/; revision=986
2004-06-21 15:09:59 +00:00
Michael Drake
6e5d77e894
[project @ 2004-06-21 10:15:55 by tlsa]
...
Interactive help for Stop button.
svn path=/import/netsurf/; revision=985
2004-06-21 10:15:55 +00:00
John Mark Bell
930f49238d
[project @ 2004-06-20 23:16:02 by jmb]
...
Fixup missing initialiser
svn path=/import/netsurf/; revision=984
2004-06-20 23:16:02 +00:00
James Bursa
7a13a0b607
[project @ 2004-06-20 23:10:50 by bursa]
...
Implement stop toolbar button and Escape as key shortcut.
svn path=/import/netsurf/; revision=983
2004-06-20 23:10:50 +00:00
James Bursa
f8825b81e4
[project @ 2004-06-20 23:09:51 by bursa]
...
Implement content_stop() and html_stop().
svn path=/import/netsurf/; revision=982
2004-06-20 23:09:52 +00:00
John Tytgat
b08c7135fe
[project @ 2004-06-20 19:49:40 by joty]
...
Src cleanup.
svn path=/import/netsurf/; revision=981
2004-06-20 19:49:40 +00:00
James Bursa
6ce6e99659
[project @ 2004-06-18 22:55:28 by bursa]
...
Output some more data in box_dump().
svn path=/import/netsurf/; revision=980
2004-06-18 22:55:28 +00:00
James Bursa
02898d7b26
[project @ 2004-06-18 22:54:07 by bursa]
...
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
2004-06-18 22:54:07 +00:00
James Bursa
408e042c19
[project @ 2004-06-18 17:03:22 by bursa]
...
Also warn user if Inet$Resolvers is set but empty.
svn path=/import/netsurf/; revision=978
2004-06-18 17:03:22 +00:00
John Tytgat
e773536c97
[project @ 2004-06-17 21:41:11 by joty]
...
Added comment on struct form_option::text.
svn path=/import/netsurf/; revision=977
2004-06-17 21:41:11 +00:00
John Mark Bell
49b83f0a9b
[project @ 2004-06-15 23:32:38 by jmb]
...
Tighten up parameter checking in imagemap_get
svn path=/import/netsurf/; revision=976
2004-06-15 23:32:38 +00:00
Richard Wilson
e90502d837
[project @ 2004-06-15 23:05:01 by rjw]
...
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
2004-06-15 23:05:01 +00:00
John Mark Bell
b8896816c3
[project @ 2004-06-15 20:45:02 by jmb]
...
rgb() support
svn path=/import/netsurf/; revision=974
2004-06-15 20:45:02 +00:00
James Bursa
319bd68d03
[project @ 2004-06-15 19:12:24 by bursa]
...
Updated French translation (Jerome Mathevet).
svn path=/import/netsurf/; revision=973
2004-06-15 19:12:24 +00:00
James Bursa
839ae69953
[project @ 2004-06-15 18:59:54 by bursa]
...
Log version on startup.
svn path=/import/netsurf/; revision=972
2004-06-15 18:59:54 +00:00
James Bursa
b448838fbf
[project @ 2004-06-15 18:56:52 by bursa]
...
Parse FUNCTION correctly.
svn path=/import/netsurf/; revision=971
2004-06-15 18:56:52 +00:00
John Tytgat
e6b68bc3a7
[project @ 2004-06-14 07:28:27 by joty]
...
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
2004-06-14 07:28:27 +00:00
John Mark Bell
6febdc256a
[project @ 2004-06-13 18:49:48 by jmb]
...
Comment out calls to browser_window_text_selection as it was causing assertion failures
svn path=/import/netsurf/; revision=969
2004-06-13 18:49:48 +00:00
John Tytgat
3ccc79bc81
[project @ 2004-06-12 20:08:47 by joty]
...
html_find_stylesheets() : returns void, not bool.
svn path=/import/netsurf/; revision=968
2004-06-12 20:08:47 +00:00
James Bursa
0ebbc1330c
[project @ 2004-06-12 17:43:37 by bursa]
...
Fix limit zooming by ^Q / ^W. Increase limit to 1000.
svn path=/import/netsurf/; revision=967
2004-06-12 17:43:37 +00:00
Michael Drake
bdbd46584f
[project @ 2004-06-11 21:39:05 by tlsa]
...
Update interactive help text.
svn path=/import/netsurf/; revision=966
2004-06-11 21:39:05 +00:00
Richard Wilson
ba60d35bdc
[project @ 2004-06-11 21:12:05 by rjw]
...
Bring the messages back into line before zamez slaps me
svn path=/import/netsurf/; revision=965
2004-06-11 21:12:05 +00:00
Richard Wilson
2419316c77
[project @ 2004-06-11 21:09:50 by rjw]
...
Update to PNG title data to make it display the data size
svn path=/import/netsurf/; revision=964
2004-06-11 21:09:50 +00:00
Richard Wilson
53ca329cc8
[project @ 2004-06-11 20:59:53 by rjw]
...
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
2004-06-11 20:59:53 +00:00
John Mark Bell
adb9ed58f4
[project @ 2004-06-11 12:52:23 by jmb]
...
Cast to avoid compiler warning
svn path=/import/netsurf/; revision=962
2004-06-11 12:52:23 +00:00
John Mark Bell
e932715010
[project @ 2004-06-11 12:51:40 by jmb]
...
Fix for crash caused by inline style attributes specifying background images.
svn path=/import/netsurf/; revision=961
2004-06-11 12:51:40 +00:00
James Bursa
0efd285302
[project @ 2004-06-11 12:19:56 by bursa]
...
New "About NetSurf" page, and menu item to open it.
svn path=/import/netsurf/; revision=960
2004-06-11 12:19:57 +00:00
John Mark Bell
faa24817b4
[project @ 2004-06-11 00:08:53 by jmb]
...
Scale view keyboard shortcuts a la !Draw
svn path=/import/netsurf/; revision=959
2004-06-11 00:08:53 +00:00
James Bursa
a454eaa527
[project @ 2004-06-11 00:03:11 by bursa]
...
Bring debug build up-to-date.
svn path=/import/netsurf/; revision=958
2004-06-11 00:03:11 +00:00
James Bursa
d938fe135b
[project @ 2004-06-10 23:55:23 by bursa]
...
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
2004-06-10 23:55:23 +00:00
Michael Drake
d58147aa58
[project @ 2004-06-10 22:53:47 by tlsa]
...
Uncomment background image toggle interactive help text.
svn path=/import/netsurf/; revision=956
2004-06-10 22:53:47 +00:00
John Mark Bell
e6cec7dbe8
[project @ 2004-06-10 22:40:56 by jmb]
...
Allow configuration of SSL certificate verification
svn path=/import/netsurf/; revision=955
2004-06-10 22:40:56 +00:00
John Mark Bell
bd6ec25190
[project @ 2004-06-10 22:39:56 by jmb]
...
Compiler warning purge
svn path=/import/netsurf/; revision=954
2004-06-10 22:39:56 +00:00
Richard Wilson
fb4e2fc476
[project @ 2004-06-10 22:11:44 by rjw]
...
GUI control of background images. Scaled background images.
svn path=/import/netsurf/; revision=953
2004-06-10 22:11:44 +00:00
James Bursa
c360e16950
[project @ 2004-06-10 20:57:20 by bursa]
...
Implement debug window listing contents.
svn path=/import/netsurf/; revision=952
2004-06-10 20:57:20 +00:00
James Bursa
08177fa581
[project @ 2004-06-10 20:41:26 by bursa]
...
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
2004-06-10 20:41:26 +00:00
Richard Wilson
ff5e70f865
[project @ 2004-06-10 18:13:16 by rjw]
...
Fix for tiled background redraw.
svn path=/import/netsurf/; revision=950
2004-06-10 18:13:16 +00:00
John Mark Bell
bbd66fca97
[project @ 2004-06-10 17:21:58 by jmb]
...
Fix some redraw issues caused by the background rendering code
Remove some spurious minus signs
svn path=/import/netsurf/; revision=949
2004-06-10 17:21:58 +00:00
James Bursa
18ea7c459c
[project @ 2004-06-10 13:05:43 by bursa]
...
Fix focus for new windows without URL bar.
svn path=/import/netsurf/; revision=948
2004-06-10 13:05:43 +00:00