summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-05-12 10:43:34 by jmb]John Mark Bell2004-05-121-1/+0
| | | | | | Fix my inability to read svn path=/import/netsurf/; revision=857
* [project @ 2004-05-12 10:23:07 by rjw]Richard Wilson2004-05-123-15/+15
| | | | | | | Interactive help keys made more descriptive. Message key length increased to 24. svn path=/import/netsurf/; revision=856
* [project @ 2004-05-12 08:05:35 by jmb]John Mark Bell2004-05-121-1/+2
| | | | | | Fix input focus when right clicking a link. svn path=/import/netsurf/; revision=855
* [project @ 2004-05-12 00:23:11 by bursa]James Bursa2004-05-121-1/+1
| | | | | | Add help.c. svn path=/import/netsurf/; revision=854
* [project @ 2004-05-11 23:40:07 by rjw]Richard Wilson2004-05-115-2/+181
| | | | | | Interactive help support. svn path=/import/netsurf/; revision=853
* [project @ 2004-05-11 21:43:43 by rjw]Richard Wilson2004-05-112-5/+0
| | | | | | AnimLib is no longer used. svn path=/import/netsurf/; revision=852
* [project @ 2004-05-11 16:40:12 by bursa]James Bursa2004-05-111-3/+4
| | | | | | Ignore negative colspan. svn path=/import/netsurf/; revision=851
* [project @ 2004-05-10 22:53:36 by rjw]Richard Wilson2004-05-101-2/+3
| | | | | | Animations with a limited number of loops now stop on the last frame rather than the first. svn path=/import/netsurf/; revision=850
* [project @ 2004-05-10 22:14:33 by rjw]Richard Wilson2004-05-102-71/+92
| | | | | | | | Added support for NETSCAPE2.0 application extension for limited looping. GIF decoding attempts all images, irrespective of whether they adhere to the GIF87/GIF89a spec. Disabled logging. svn path=/import/netsurf/; revision=849
* [project @ 2004-05-09 21:15:54 by rjw]Richard Wilson2004-05-091-1/+1
| | | | | | Temporary fix for decoding certain images. svn path=/import/netsurf/; revision=848
* [project @ 2004-05-09 21:05:24 by rjw]Richard Wilson2004-05-095-18/+85
| | | | | | Local options are now adhered to (dither, filter, animate). svn path=/import/netsurf/; revision=847
* [project @ 2004-05-09 16:49:53 by joty]John Tytgat2004-05-093-11/+21
| | | | | | Type change of struct content_html.encoding from xmlCharEncoding to xmlChar; Pickup Content-Type charset in the HTML file and use this if the server didn't send it or there was no server involved (e.g. HTML loading from disk). svn path=/import/netsurf/; revision=846
* [project @ 2004-05-09 16:12:24 by rjw]Richard Wilson2004-05-094-106/+169
| | | | | | Improved GIF animation and a decoding bug fix. svn path=/import/netsurf/; revision=845
* [project @ 2004-05-08 20:44:00 by bursa]James Bursa2004-05-086-49/+77
| | | | | | Break out ro_gui_dialog_load_template(). Replace xcalloc() with malloc() and add some error handling. svn path=/import/netsurf/; revision=844
* [project @ 2004-05-08 18:13:27 by bursa]James Bursa2004-05-082-66/+85
| | | | | | Clean up and make more efficient. svn path=/import/netsurf/; revision=843
* [project @ 2004-05-08 18:12:36 by bursa]James Bursa2004-05-083-163/+184
| | | | | | Move some functions from gui.c to window.c. Simplify and add error handling to gui_window_set_pointer(). svn path=/import/netsurf/; revision=842
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-0716-79/+114
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-07 19:04:59 by bursa]James Bursa2004-05-071-1/+2
| | | | | | Fix possible buffer under-read. svn path=/import/netsurf/; revision=840
* [project @ 2004-05-07 00:06:26 by jmb]John Mark Bell2004-05-071-2/+9
| | | | | | Gain input focus when clicked svn path=/import/netsurf/; revision=839
* [project @ 2004-05-06 22:24:37 by rjw]Richard Wilson2004-05-061-27/+47
| | | | | | Background redraw bug fix. svn path=/import/netsurf/; revision=838
* [project @ 2004-05-06 21:18:26 by joty]John Tytgat2004-05-061-11/+17
| | | | | | | | | | | [ Again, the same commit of 2004-05-03 ] ro_gui_set_icon_string() : - anti-flicker test didn't work when string is longer than icon text buffer length. - make sure we have a NUL char terminated string when new icon text is longer than icon buffer. svn path=/import/netsurf/; revision=837
* [project @ 2004-05-06 20:37:48 by bursa]James Bursa2004-05-067-92/+95
| | | | | | Remove obsolete theme files. Hide some unimplemented toolbar icons. F2 moves caret to URL bar and clears it to "www.". Simplify some of the toolbar code. Fix menu-related crash (reported by Jerome Mathevet). svn path=/import/netsurf/; revision=836
* [project @ 2004-05-06 12:14:47 by bursa]James Bursa2004-05-062-62/+67
| | | | | | Some save-related fixes. svn path=/import/netsurf/; revision=835
* [project @ 2004-05-06 01:26:37 by jmb]John Mark Bell2004-05-061-5/+16
| | | | | | | | Remove Object->Reload menu entry as it does nothing. Save the correct URL when exporting the URL of an object (previously it saved the URL of the link target (if appropriate) of ofla (if not). Now save the URL of the object. TODO - saving of link targets and their URLs svn path=/import/netsurf/; revision=834
* [project @ 2004-05-06 00:56:15 by jmb]John Mark Bell2004-05-061-4/+9
| | | | | | Fix previous checkin - don't ack when saving complete - it breaks otherwise. svn path=/import/netsurf/; revision=833
* [project @ 2004-05-06 00:52:31 by jmb]John Mark Bell2004-05-061-11/+18
| | | | | | | Convert "magic" number usage to an enum to appease James. Send message dataload after successful save - now possible to save directly to other apps. svn path=/import/netsurf/; revision=832
* [project @ 2004-05-05 23:08:17 by bursa]James Bursa2004-05-052-35/+35
| | | | | | Updated French resources, thanks to Jerome Mathevet. svn path=/import/netsurf/; revision=831
* [project @ 2004-05-05 21:24:59 by tlsa]Michael Drake2004-05-052-0/+0
| | | | | | Add ptr_lr spite. svn path=/import/netsurf/; revision=830