summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-05-31 20:03:20 by rjw]Richard Wilson2004-05-311-2/+2
| | | | | | Fix for interlaced GIFs with very small heights. svn path=/import/netsurf/; revision=903
* [project @ 2004-05-31 14:37:02 by rjw]Richard Wilson2004-05-311-0/+4
| | | | | | Added #define for Tinct_AvailableFeatures (Tinct version 0.04+). svn path=/import/netsurf/; revision=901
* [project @ 2004-05-29 21:01:36 by bursa]James Bursa2004-05-291-7/+5
| | | | | | Remove obsolete parameters. Visibility bug fix. svn path=/import/netsurf/; revision=900
* [project @ 2004-05-26 21:13:07 by rjw]Richard Wilson2004-05-261-22/+13
| | | | | | Fix for FP exceptions. svn path=/import/netsurf/; revision=897
* [project @ 2004-05-25 10:42:28 by bursa]James Bursa2004-05-253-89/+114
| | | | | | Remove obsolete gui_window_in_list(), clean up gui_create_browser_window(). svn path=/import/netsurf/; revision=896
* [project @ 2004-05-24 20:50:57 by rjw]Richard Wilson2004-05-243-8/+41
| | | | | | | Added option for maximum GIF animation speed (currently defaults to 10cs). Fix for scaled animations not being correctly updated due to rounding issues. svn path=/import/netsurf/; revision=895
* [project @ 2004-05-24 20:47:32 by rjw]Richard Wilson2004-05-241-1/+25
| | | | | | Simple theme pane handling. svn path=/import/netsurf/; revision=894
* [project @ 2004-05-23 16:37:30 by jmb]John Mark Bell2004-05-231-1/+1
| | | | | | Fix acknowledgement of URI_MProcess. Thanks to John Baker for reporting. svn path=/import/netsurf/; revision=893
* [project @ 2004-05-23 12:50:37 by rjw]Richard Wilson2004-05-231-6/+6
| | | | | | Fix for my stupidity. svn path=/import/netsurf/; revision=892
* [project @ 2004-05-23 12:22:05 by rjw]Richard Wilson2004-05-235-17/+78
| | | | | | Improved style guide compliance and (incomplete) option to save window starting characteristics. svn path=/import/netsurf/; revision=891
* [project @ 2004-05-23 11:22:10 by rjw]Richard Wilson2004-05-231-4/+16
| | | | | | Added detection for generic interactive help applications. svn path=/import/netsurf/; revision=890
* [project @ 2004-05-22 23:04:44 by bursa]James Bursa2004-05-228-251/+419
| | | | | | Work on new theme choices dialog. svn path=/import/netsurf/; revision=889
* [project @ 2004-05-22 14:38:59 by joty]John Tytgat2004-05-221-1/+1
| | | | | | gui_gadget_combo() : fix for spurious crash when RISC OS menu gets shown. svn path=/import/netsurf/; revision=888
* [project @ 2004-05-22 14:27:03 by joty]John Tytgat2004-05-221-14/+5
| | | | | | gui_gadget_combo() : small changes. svn path=/import/netsurf/; revision=887
* [project @ 2004-05-21 23:42:26 by bursa]James Bursa2004-05-211-2/+2
| | | | | | Fix and clean code for radio and checkbox inputs. svn path=/import/netsurf/; revision=884
* [project @ 2004-05-21 10:29:54 by bursa]James Bursa2004-05-211-24/+27
| | | | | | Fix divide-by-zero bug. svn path=/import/netsurf/; revision=879
* [project @ 2004-05-20 21:51:50 by rjw]Richard Wilson2004-05-201-63/+63
| | | | | | Animations now default to looping once. svn path=/import/netsurf/; revision=875
* [project @ 2004-05-19 17:36:55 by rjw]Richard Wilson2004-05-191-122/+134
| | | | | | Faster GIF decoding svn path=/import/netsurf/; revision=869
* [project @ 2004-05-19 17:31:34 by rjw]Richard Wilson2004-05-191-1/+20
| | | | | | Fix for WindowManager 3.98 svn path=/import/netsurf/; revision=868
* [project @ 2004-05-14 20:23:52 by joty]John Tytgat2004-05-141-12/+12
| | | | | | Removed compiler warning (and odd construction). svn path=/import/netsurf/; revision=865
* [project @ 2004-05-14 19:59:09 by rjw]Richard Wilson2004-05-146-20/+103
| | | | | | | | Interactive help tokens now fall back to their base key when not available. Help menu is now fully implemented. F1 opens the help page. svn path=/import/netsurf/; revision=864
* [project @ 2004-05-14 17:36:30 by rjw]Richard Wilson2004-05-141-31/+66
| | | | | | | Added support for more windows. Fixed separators reporting the parent menu help message. svn path=/import/netsurf/; revision=862
* [project @ 2004-05-14 17:35:00 by rjw]Richard Wilson2004-05-141-7/+8
| | | | | | Begone status bar widget flicker! svn path=/import/netsurf/; revision=861
* [project @ 2004-05-13 14:39:43 by bursa]James Bursa2004-05-133-141/+156
| | | | | | Fix URL protocol termination bug (reported by Fred Bambrough). Change from xcalloc to malloc and add error handling. svn path=/import/netsurf/; revision=859