summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-06-29 19:08:19 by jmb]John Mark Bell2004-06-292-10/+13
| | | | | | Full reload support for HTML contents. Adjust click the reload button svn path=/import/netsurf/; revision=1029
* [project @ 2004-06-29 17:26:42 by jmb]John Mark Bell2004-06-291-13/+27
| | | | | | Reinstate Object->reload menu entry and make it work. svn path=/import/netsurf/; revision=1028
* [project @ 2004-06-29 12:38:49 by bursa]James Bursa2004-06-291-1/+4
| | | | | | Fix bug in rewrite_urls(): xmlNodes may have no name. svn path=/import/netsurf/; revision=1027
* [project @ 2004-06-29 12:37:06 by bursa]James Bursa2004-06-291-0/+1
| | | | | | Fix crash when downloads are closed after finishing. svn path=/import/netsurf/; revision=1026
* [project @ 2004-06-28 23:57:26 by jmb]John Mark Bell2004-06-282-4/+7
| | | | | | Correct behaviour of unknown URL launching mechanism. the ANT load never occurred. svn path=/import/netsurf/; revision=1025
* [project @ 2004-06-28 19:40:57 by rjw]Richard Wilson2004-06-281-0/+1
| | | | | | Fix for Ctrl-N not working correctly. svn path=/import/netsurf/; revision=1024
* [project @ 2004-06-28 19:35:04 by rjw]Richard Wilson2004-06-284-26/+39
| | | | | | Optional window size inheritance to appease tlsa. Updates to code comments. Ctrl-N shortcut to open a new window. svn path=/import/netsurf/; revision=1023
* [project @ 2004-06-27 23:29:02 by bursa]James Bursa2004-06-271-0/+2
| | | | | | Fix divide by 0. svn path=/import/netsurf/; revision=1021
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-273-184/+658
| | | | | | Rewritten download window. Now downloads direct to file. New download window gui. svn path=/import/netsurf/; revision=1020
* [project @ 2004-06-27 15:34:46 by rjw]Richard Wilson2004-06-272-21/+87
| | | | | | Missing file from last commit svn path=/import/netsurf/; revision=1019
* [project @ 2004-06-27 14:41:14 by rjw]Richard Wilson2004-06-274-26/+86
| | | | | | Improved window positioning svn path=/import/netsurf/; revision=1018
* [project @ 2004-06-27 00:25:08 by jmb]John Mark Bell2004-06-271-0/+1
| | | | | | Remove compiler warning svn path=/import/netsurf/; revision=1017
* [project @ 2004-06-26 23:10:51 by rjw]Richard Wilson2004-06-261-1/+38
| | | | | | Dynamic updation on menu navigation status svn path=/import/netsurf/; revision=1016
* [project @ 2004-06-26 22:31:34 by rjw]Richard Wilson2004-06-264-245/+357
| | | | | | Visual representation of navigation features availble svn path=/import/netsurf/; revision=1015
* [project @ 2004-06-25 23:10:46 by jmb]John Mark Bell2004-06-251-35/+85
| | | | | | background-attachment: fixed; support. Disabled for the moment due to redraw issues. svn path=/import/netsurf/; revision=1012
* [project @ 2004-06-25 17:52:05 by jmb]John Mark Bell2004-06-251-7/+9
| | | | | | Fix swi error reporting svn path=/import/netsurf/; revision=1009
* [project @ 2004-06-25 17:38:39 by jmb]John Mark Bell2004-06-251-53/+83
| | | | | | Tighten up parameter checking in ro_gui_window_click. svn path=/import/netsurf/; revision=1008
* [project @ 2004-06-25 16:52:01 by jmb]John Mark Bell2004-06-252-16/+38
| | | | | | Background blend fonts if we can (and the user wants us to). Turned off by default. svn path=/import/netsurf/; revision=1007
* [project @ 2004-06-25 14:28:29 by bursa]James Bursa2004-06-251-32/+34
| | | | | | Parse CSS background shorthand property. Background rendering improvements. svn path=/import/netsurf/; revision=1006
* [project @ 2004-06-25 01:23:41 by jmb]John Mark Bell2004-06-251-15/+20
| | | | | | Fix background clipping rectangle issue reported by Andrew Duffell. svn path=/import/netsurf/; revision=1005
* [project @ 2004-06-24 23:29:46 by bursa]James Bursa2004-06-241-0/+1
| | | | | | Scheduling fix. svn path=/import/netsurf/; revision=1004
* [project @ 2004-06-24 16:54:28 by jmb]John Mark Bell2004-06-243-1/+4
| | | | | | Update content->size to more accurate value. svn path=/import/netsurf/; revision=1002
* [project @ 2004-06-23 22:53:50 by rjw]Richard Wilson2004-06-231-15/+13
| | | | | | | | Bug fix for vertical positioning. Padding is now taken into account for %age calculations. Fix for calculations using internal units rather than OS units. svn path=/import/netsurf/; revision=1000
* [project @ 2004-06-23 21:05:56 by rjw]Richard Wilson2004-06-231-3/+3
| | | | | | Improved background image positioning for non-tiled images. svn path=/import/netsurf/; revision=999
* [project @ 2004-06-23 20:34:49 by rjw]Richard Wilson2004-06-231-11/+7
| | | | | | Improved background image positioning. svn path=/import/netsurf/; revision=998
* [project @ 2004-06-22 20:39:16 by bursa]James Bursa2004-06-221-10/+9
| | | | | | Implement reload, with ^R shortcut. svn path=/import/netsurf/; revision=994
* [project @ 2004-06-22 17:39:00 by bursa]James Bursa2004-06-221-4/+0
| | | | | | Remove unused and unimplemented gui_window_show() and gui_window_hide(). svn path=/import/netsurf/; revision=991
* [project @ 2004-06-21 15:49:59 by bursa]James Bursa2004-06-214-365/+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-214-15/+5
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-212-10/+23
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [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 19:49:40 by joty]John Tytgat2004-06-201-47/+46
| | | | | | Src cleanup. svn path=/import/netsurf/; revision=981
* [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-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:09:50 by rjw]Richard Wilson2004-06-111-1/+1
| | | | | | 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-111-13/+17
| | | | | | 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:19:56 by bursa]James Bursa2004-06-112-6/+11
| | | | | | 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-10 22:39:56 by jmb]John Mark Bell2004-06-105-33/+51
| | | | | | 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-1016-173/+256
| | | | | | 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-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 21:04:45 by bursa]James Bursa2004-06-091-1/+7
| | | | | | Log value of Inet$Resolvers. svn path=/import/netsurf/; revision=943
* [project @ 2004-06-09 20:05:14 by jmb]John Mark Bell2004-06-095-14/+14
| | | | | | Remove magic numbers. Now uses sensible tinct_FOO style flag names svn path=/import/netsurf/; revision=941