summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [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-22 13:45:20 by joty]John Tytgat2004-05-221-63/+61
| | | | | | Renamed "this" variable (avoiding C++ keywords); simplified code a little bit. svn path=/import/netsurf/; revision=886
* [project @ 2004-05-22 11:57:41 by joty]John Tytgat2004-05-221-373/+373
| | | | | | TABify; renamed variables "this"/"new" (avoiding C++ keyword usage). svn path=/import/netsurf/; revision=885
* [project @ 2004-05-21 23:42:26 by bursa]James Bursa2004-05-215-19/+11
| | | | | | Fix and clean code for radio and checkbox inputs. svn path=/import/netsurf/; revision=884
* [project @ 2004-05-21 23:05:53 by jmb]John Mark Bell2004-05-211-3/+5
| | | | | | Improve parameter checking in imagemap_get. svn path=/import/netsurf/; revision=883
* [project @ 2004-05-21 22:51:02 by bursa]James Bursa2004-05-211-2/+3
| | | | | | Fix <select>, which got broken earlier. svn path=/import/netsurf/; revision=882
* [project @ 2004-05-21 17:08:48 by bursa]James Bursa2004-05-211-0/+2
| | | | | | Improve multilength parsing. svn path=/import/netsurf/; revision=881
* [project @ 2004-05-21 14:26:59 by bursa]James Bursa2004-05-216-334/+701
| | | | | | Improved handling of objects and frames; some work on malloc() failure in box conversion. svn path=/import/netsurf/; revision=880
* [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-21 10:25:42 by bursa]James Bursa2004-05-212-4/+71
| | | | | | Add form_new_control() and form_free_control(). svn path=/import/netsurf/; revision=878
* [project @ 2004-05-21 10:17:55 by bursa]James Bursa2004-05-211-1/+1
| | | | | | Revert this change because it breaks the autobuilder. svn path=/import/netsurf/; revision=877
* [project @ 2004-05-21 09:42:16 by joty]John Tytgat2004-05-211-1/+1
| | | | | | Bring css_parser_Alloc() declaration inline with its implementation. svn path=/import/netsurf/; revision=876
* [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-20 20:55:36 by matthewh]Matthew Hambley2004-05-202-0/+7
| | | | | | Added a .cvsignore file to hide automatically built files svn path=/import/netsurf/; revision=874
* [project @ 2004-05-20 20:51:42 by matthewh]Matthew Hambley2004-05-203-19/+32
| | | | | | First round of bug fixes for new build structure svn path=/import/netsurf/; revision=873
* [project @ 2004-05-20 20:12:18 by matthewh]Matthew Hambley2004-05-201-0/+2
| | | | | | Now we shouldn't be hassled about the Risc OS build directories. svn path=/import/netsurf/; revision=872
* [project @ 2004-05-20 20:10:42 by matthewh]Matthew Hambley2004-05-201-1/+1
| | | | | | A stub function which should have returned a value wasn't. svn path=/import/netsurf/; revision=871
* [project @ 2004-05-20 20:06:31 by matthewh]Matthew Hambley2004-05-203-15/+45
| | | | | | Introduced a new a amalgamated build system which should support both Posix and RiscOS developers svn path=/import/netsurf/; revision=870
* [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-19 13:21:57 by bursa]James Bursa2004-05-191-0/+34
| | | | | | Add Error Handling section. svn path=/import/netsurf/; revision=867
* [project @ 2004-05-14 21:11:17 by tlsa]Michael Drake2004-05-141-3/+18
| | | | | | More interactive help text. svn path=/import/netsurf/; revision=866
* [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 18:13:12 by tlsa]Michael Drake2004-05-141-1/+5
| | | | | | A few additions to interactive help text. svn path=/import/netsurf/; revision=863
* [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:41:50 by bursa]James Bursa2004-05-131-3/+9
| | | | | | Minor fixes to the debug build. svn path=/import/netsurf/; revision=860
* [project @ 2004-05-13 14:39:43 by bursa]James Bursa2004-05-134-142/+157
| | | | | | Fix URL protocol termination bug (reported by Fred Bambrough). Change from xcalloc to malloc and add error handling. svn path=/import/netsurf/; revision=859
* [project @ 2004-05-12 21:25:20 by tlsa]Michael Drake2004-05-121-0/+64
| | | | | | Add some interactive help text. svn path=/import/netsurf/; revision=858