summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [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-08 20:25:04 by joty]John Tytgat2004-06-081-12/+16
| | | | | | | - fetchcache_error_page() : small optimisation. - removed compiler warning svn path=/import/netsurf/; revision=936
* [project @ 2004-06-08 10:56:21 by bursa]James Bursa2004-06-081-2/+4
| | | | | | Ignore whitespace at the start and end of URLs. svn path=/import/netsurf/; revision=935
* [project @ 2004-06-07 23:17:11 by rjw]Richard Wilson2004-06-072-2/+4
| | | | | | | | Support for sprite tiling. Optimisations for plot handlers. Removed the need for SpriteV and PaletteV vector routines in favour of service calls and an additional flag word for use outside the WIMP. svn path=/import/netsurf/; revision=934
* [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-06 11:47:23 by joty]John Tytgat2004-06-061-0/+7
| | | | | | Log in stderr on which machine NetSurf was running. svn path=/import/netsurf/; revision=930
* [project @ 2004-06-05 16:07:13 by bursa]James Bursa2004-06-053-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-05 15:03:59 by joty]John Tytgat2004-06-054-22/+43
| | | | | | | Created content_set_status() : one centralised place where status_message in the content struct is updated in a fail safe way. svn path=/import/netsurf/; revision=928
* [project @ 2004-06-02 22:08:33 by jmb]John Mark Bell2004-06-021-1/+1
| | | | | | Fixup CFLAGS_RISCOS to take include PLATFORM_CFLAGS_RISCOS svn path=/import/netsurf/; revision=927
* [project @ 2004-06-02 21:44:39 by bursa]James Bursa2004-06-021-1/+1
| | | | | | Bug fix. svn path=/import/netsurf/; revision=926
* [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:40:55 by bursa]James Bursa2004-06-023-80/+117
| | | | | | Add some comments and targets and clean up. svn path=/import/netsurf/; revision=924
* [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-06-02 21:21:13 by bursa]James Bursa2004-06-022-87/+183
| | | | | | Memory exhaustion handling. Form control related bug fix. svn path=/import/netsurf/; revision=917
* [project @ 2004-06-02 21:14:40 by bursa]James Bursa2004-06-023-204/+107
| | | | | | Revert accidental checkin. svn path=/import/netsurf/; revision=916
* [project @ 2004-06-02 21:09:14 by bursa]James Bursa2004-06-025-113/+213
| | | | | | Update calls to layout_document() for error handling. svn path=/import/netsurf/; revision=915
* [project @ 2004-06-02 21:06:18 by bursa]James Bursa2004-06-021-4/+15
| | | | | | Remove some #ifdef riscos. svn path=/import/netsurf/; revision=914
* [project @ 2004-06-02 21:04:35 by bursa]James Bursa2004-06-021-1/+3
| | | | | | Update call to layout_block_context() for error handling. svn path=/import/netsurf/; revision=913
* [project @ 2004-06-02 21:01:52 by bursa]James Bursa2004-06-021-14/+13
| | | | | | Call gif_decode_frame() for testing. Misc updates. svn path=/import/netsurf/; revision=912
* [project @ 2004-06-02 21:01:01 by bursa]James Bursa2004-06-021-12/+13
| | | | | | Implement enumerate_fonts(). svn path=/import/netsurf/; revision=911
* [project @ 2004-06-02 21:00:10 by bursa]James Bursa2004-06-021-0/+4
| | | | | | Add some extensions. svn path=/import/netsurf/; revision=910
* [project @ 2004-06-02 20:58:40 by bursa]James Bursa2004-06-021-2/+0
| | | | | | Remove some #ifdef riscos. svn path=/import/netsurf/; revision=909
* [project @ 2004-06-02 20:58:16 by bursa]James Bursa2004-06-021-7/+3
| | | | | | Remove some #ifdef riscos. Use floats for animation area. svn path=/import/netsurf/; revision=908
* [project @ 2004-06-02 20:57:50 by bursa]James Bursa2004-06-021-14/+4
| | | | | | Remove some #ifdef riscos. svn path=/import/netsurf/; revision=907
* [project @ 2004-06-02 20:53:37 by bursa]James Bursa2004-06-021-5/+13
| | | | | | Make config change according to build. svn path=/import/netsurf/; revision=906
* [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:23:24 by rjw]Richard Wilson2004-05-311-3/+0
| | | | | | Removed obsolete paragraph. svn path=/import/netsurf/; revision=904
* [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 19:56:38 by rjw]Richard Wilson2004-05-312-32/+86
| | | | | | Improved Tinct and documentation. svn path=/import/netsurf/; revision=902
* [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-27 23:45:26 by bursa]James Bursa2004-05-271-2/+5
| | | | | | Table and float bug fixes. svn path=/import/netsurf/; revision=899
* [project @ 2004-05-27 22:13:20 by bursa]James Bursa2004-05-272-77/+94
| | | | | | Fix some table layout bugs related to the recent changes to calculate_table_widths(). svn path=/import/netsurf/; revision=898
* [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-254-91/+116
| | | | | | 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-237-19/+90
| | | | | | 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-2212-251/+423
| | | | | | 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