summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [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-121-13/+13
| | | | | | | 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-11 23:40:07 by rjw]Richard Wilson2004-05-115-2/+181
| | | | | | Interactive help support. svn path=/import/netsurf/; revision=853
* [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-091-2/+2
| | | | | | 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-084-49/+75
| | | | | | 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: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-0710-77/+98
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [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-065-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 20:04:37 by rjw]Richard Wilson2004-05-051-46/+69
| | | | | | Status window now correctly respects the horizontal scroll bar height. svn path=/import/netsurf/; revision=829
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-057-17/+22
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-05 00:19:51 by jmb]John Mark Bell2004-05-051-1/+1
| | | | | | Fixes for Norcroft svn path=/import/netsurf/; revision=827
* [project @ 2004-05-05 00:02:13 by jmb]John Mark Bell2004-05-054-38/+341
| | | | | | | | | Implement saving of Links as URI, URL and Text Implement saving of page objects in their original format Implement export of page images as Sprite Fix NULL pointer causing ofla when extracting page charset from libxml svn path=/import/netsurf/; revision=826
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-0415-573/+1936
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-034-4/+123
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-05-03 21:00:14 by joty]John Tytgat2004-05-031-3/+6
| | | | | | | | | | 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=820
* [project @ 2004-05-02 17:38:29 by jmb]John Mark Bell2004-05-021-0/+3
| | | | | | Move save_complete_init() call to gui_init() svn path=/import/netsurf/; revision=818
* [project @ 2004-05-02 17:01:37 by jmb]John Mark Bell2004-05-021-23/+2
| | | | | | Remove #ifdef nastiness. Now uses alloca. svn path=/import/netsurf/; revision=816
* [project @ 2004-05-02 14:49:28 by joty]John Tytgat2004-05-021-2/+11
| | | | | | | Corrupted PNG files will no longer result in assert() calling. See test suite at http://www.schaik.com/pngsuite/pngsuite.html. svn path=/import/netsurf/; revision=815
* [project @ 2004-05-02 01:04:38 by jmb]John Mark Bell2004-05-021-0/+22
| | | | | | | A couple more Norcroft-related patches. The use of #ifdef __GNU_C__ in both of these can be avoided. I'm not entirely sure whether it would be sensible to do so, so I've left them as-is. svn path=/import/netsurf/; revision=814
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-024-5/+4
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-05-02 00:16:23 by joty]John Tytgat2004-05-021-2/+8
| | | | | | Ack successful save with message_DATA_LOAD. svn path=/import/netsurf/; revision=812
* [project @ 2004-05-01 23:40:37 by joty]John Tytgat2004-05-011-1/+2
| | | | | | Workaround for Norcroft oddity. svn path=/import/netsurf/; revision=811
* [project @ 2004-05-01 20:16:38 by jmb]John Mark Bell2004-05-011-1/+1
| | | | | | Escape @import in doxygen comments svn path=/import/netsurf/; revision=809
* [project @ 2004-04-26 13:47:51 by bursa]James Bursa2004-04-262-8/+10
| | | | | | Fix scaled GIF animations. svn path=/import/netsurf/; revision=805
* [project @ 2004-04-25 11:40:05 by matthewh]Matthew Hambley2004-04-251-1/+1
| | | | | | A more human face to download bytecounts. Needs someone who can speak French to correct the fr messages file. svn path=/import/netsurf/; revision=803
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-243-29/+54
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-04-21 22:26:54 by bursa]James Bursa2004-04-211-7/+8
| | | | | | Fix background clipping bug. svn path=/import/netsurf/; revision=798
* [project @ 2004-04-21 21:36:06 by bursa]James Bursa2004-04-211-84/+147
| | | | | | Fix redraw bugs; change plotting of radio and checkboxes to make them scalable. svn path=/import/netsurf/; revision=796
* [project @ 2004-04-17 20:50:33 by rjw]Richard Wilson2004-04-172-91/+94
| | | | | | Fixed animation disposal handling. svn path=/import/netsurf/; revision=790
* [project @ 2004-04-17 16:45:46 by rjw]Richard Wilson2004-04-171-4/+52
| | | | | | | Improved Scale window GUI functionality. Improved icon update code. svn path=/import/netsurf/; revision=789
* [project @ 2004-04-13 23:19:44 by bursa]James Bursa2004-04-133-17/+1
| | | | | | Remove some obsolete options. svn path=/import/netsurf/; revision=777
* [project @ 2004-04-13 21:57:12 by andrew]Andrew Duffell2004-04-131-14/+10
| | | | | | removal of redundant options bor browser svn path=/import/netsurf/; revision=776
* [project @ 2004-04-13 19:04:32 by rjw]Richard Wilson2004-04-131-51/+156
| | | | | | | Added extra menu options. Fixed bug in menu creation for values not present in the Messages file. svn path=/import/netsurf/; revision=774
* [project @ 2004-04-13 16:15:23 by jmb]John Mark Bell2004-04-131-1/+1
| | | | | | | Move hot spot of caret pointer down. Tidy up caret pointer sprite svn path=/import/netsurf/; revision=772
* [project @ 2004-04-13 13:31:54 by jmb]John Mark Bell2004-04-131-6/+6
| | | | | | | Fix bug in URL rewriting affecting pages with embedded HTML documents. Rename save_complete_internal to save_complete_html to aid clarity svn path=/import/netsurf/; revision=770
* [project @ 2004-04-12 23:59:01 by jmb]John Mark Bell2004-04-122-15/+5
| | | | | | Fix flawed check for URL scheme we can handle svn path=/import/netsurf/; revision=768