summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-06-09 19:56:13 by jmb]John Mark Bell2004-06-091-1/+11
| | | | | | Proper names for flagword flags. "Magic numbers are evil" (zamez :P) svn path=/import/netsurf/; revision=939
* [project @ 2004-06-09 19:55:06 by jmb]John Mark Bell2004-06-091-2/+123
| | | | | | | | | Implement background-image, background-repeat, background-position and background-attachment CSS properties. background-attachment and background-position need more work. Some redraw issues remain. svn path=/import/netsurf/; revision=938
* [project @ 2004-06-08 21:35:28 by joty]John Tytgat2004-06-081-137/+146
| | | | | | Buffer overflow checks. Reident. svn path=/import/netsurf/; revision=937
* [project @ 2004-06-06 19:58:36 by bursa]James Bursa2004-06-061-6/+3
| | | | | | Stricter preconditions for enumerate_fonts(). svn path=/import/netsurf/; revision=933
* [project @ 2004-06-06 19:57:16 by bursa]James Bursa2004-06-061-37/+8
| | | | | | Use url_nice() instead of ro_gui_download_leaf(). svn path=/import/netsurf/; revision=932
* [project @ 2004-06-06 19:39:17 by bursa]James Bursa2004-06-064-229/+323
| | | | | | Add and improve error handling of save_complete. Save HTML as UTF-8 to prevent encoding issues. svn path=/import/netsurf/; revision=931
* [project @ 2004-06-05 16:07:13 by bursa]James Bursa2004-06-051-1/+1
| | | | | | Rename template "config_th_pa" to "config_th_p" to fix suspected 12-character problem with Wimp_LoadTemplate. svn path=/import/netsurf/; revision=929
* [project @ 2004-06-02 21:43:07 by bursa]James Bursa2004-06-021-0/+2
| | | | | | Reflow back if xosfile_save_stamped() fails. svn path=/import/netsurf/; revision=925
* [project @ 2004-06-02 21:38:06 by bursa]James Bursa2004-06-021-31/+3
| | | | | | Remove frames-related code. svn path=/import/netsurf/; revision=923
* [project @ 2004-06-02 21:27:07 by bursa]James Bursa2004-06-021-25/+12
| | | | | | Simplify animation redraw code. svn path=/import/netsurf/; revision=922
* [project @ 2004-06-02 21:26:12 by bursa]James Bursa2004-06-022-486/+608
| | | | | | Handle memory exhaustion and errors. svn path=/import/netsurf/; revision=921
* [project @ 2004-06-02 21:25:16 by bursa]James Bursa2004-06-021-1/+2
| | | | | | Handle errors from save_as_draw(). svn path=/import/netsurf/; revision=920
* [project @ 2004-06-02 21:24:39 by bursa]James Bursa2004-06-021-1/+0
| | | | | | Remove #include <setjmp.h> for debug build issue. svn path=/import/netsurf/; revision=919
* [project @ 2004-06-02 21:23:27 by bursa]James Bursa2004-06-024-325/+0
| | | | | | Remove obsolete files. svn path=/import/netsurf/; revision=918
* [project @ 2004-05-31 21:51:35 by rjw]Richard Wilson2004-05-311-2/+6
| | | | | | History window shows the last frame of GIFs with a finite loop count, the first frame otherwise. svn path=/import/netsurf/; revision=905