summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-04-12 22:04:51 by jmb]John Mark Bell2004-04-121-9/+6
| | | | | | Fix calculation of string width svn path=/import/netsurf/; revision=767
* [project @ 2004-04-12 21:46:08 by jmb]John Mark Bell2004-04-126-5/+91
| | | | | | Add popup tooltip containing URL when mouse is over history window entry svn path=/import/netsurf/; revision=766
* [project @ 2004-04-12 19:40:57 by rjw]Richard Wilson2004-04-121-1/+1
| | | | | | Theme height now reported as 2 OS units larger. svn path=/import/netsurf/; revision=762
* [project @ 2004-04-12 17:43:54 by bursa]James Bursa2004-04-121-2/+2
| | | | | | Replace / in docs file names with _. svn path=/import/netsurf/; revision=757
* [project @ 2004-04-11 14:30:18 by rjw]Richard Wilson2004-04-111-52/+52
| | | | | | | Fixed memory leak. Fixed background not being cleared for thumbnails that are not oversampled. svn path=/import/netsurf/; revision=753
* [project @ 2004-04-11 14:29:30 by rjw]Richard Wilson2004-04-111-0/+1
| | | | | | Added ability to turn off 32bpp thumbnails. svn path=/import/netsurf/; revision=752
* [project @ 2004-04-10 23:41:12 by jmb]John Mark Bell2004-04-101-2/+2
| | | | | | Fix use of wrong variable when rewriting <style> elements svn path=/import/netsurf/; revision=749
* [project @ 2004-04-10 23:12:28 by jmb]John Mark Bell2004-04-101-4/+4
| | | | | | Add text under thumbnails again. svn path=/import/netsurf/; revision=748
* [project @ 2004-04-10 20:04:11 by rjw]Richard Wilson2004-04-102-6/+29
| | | | | | | | Fix for thumbnail palette bug. Fix for upper case iconsprite names. Uses thumbnail sprite creation routines. svn path=/import/netsurf/; revision=747
* [project @ 2004-04-10 18:19:35 by rjw]Richard Wilson2004-04-102-46/+322
| | | | | | | | Thumnails now created with a palette to fix incorrect colour rendition. Thumnails output to a 32bpp sprite where possible. Thumnails oversampled to improve display if desired. svn path=/import/netsurf/; revision=744
* [project @ 2004-04-10 18:12:58 by rjw]Richard Wilson2004-04-101-8/+13
| | | | | | Added option for thumbnail oversampling. svn path=/import/netsurf/; revision=743
* [project @ 2004-04-09 21:06:10 by bursa]James Bursa2004-04-091-20/+67
| | | | | | Add FixFonts to attempt to fix common font problem. svn path=/import/netsurf/; revision=741
* [project @ 2004-04-08 23:46:41 by jmb]John Mark Bell2004-04-081-1/+8
| | | | | | | Improve keypress handling in form text boxes. Note: Not yet implemented for textareas as these need more work anyway. svn path=/import/netsurf/; revision=740
* [project @ 2004-04-08 17:30:26 by rjw]Richard Wilson2004-04-081-31/+48
| | | | | | Support for 32bpp thumbnails. svn path=/import/netsurf/; revision=739
* [project @ 2004-04-06 23:23:24 by jmb]John Mark Bell2004-04-061-2/+2
| | | | | | Fix for changed GIF data structures svn path=/import/netsurf/; revision=734
* [project @ 2004-04-06 23:13:25 by rjw]Richard Wilson2004-04-064-550/+977
| | | | | | New GIF reading code. svn path=/import/netsurf/; revision=732
* [project @ 2004-04-05 22:36:48 by jmb]John Mark Bell2004-04-051-72/+65
| | | | | | | Tidy up handling of save_complete_list. Fix rewriting of <style> elements to cater for hidden elements. svn path=/import/netsurf/; revision=724
* [project @ 2004-04-05 21:54:22 by jmb]John Mark Bell2004-04-051-51/+113
| | | | | | Implement outstanding functionality svn path=/import/netsurf/; revision=722
* [project @ 2004-04-04 18:07:44 by jmb]John Mark Bell2004-04-041-2/+4
| | | | | | | Add pointer to containing content struct to box_selection and update box_under_area accordingly This ensures relative links in frames etc. are url_joined correctly. svn path=/import/netsurf/; revision=721
* [project @ 2004-04-04 03:14:03 by jmb]John Mark Bell2004-04-041-1/+15
| | | | | | Take account of gAMA chunk svn path=/import/netsurf/; revision=717
* [project @ 2004-04-03 18:08:31 by jmb]John Mark Bell2004-04-031-3/+3
| | | | | | Add title text to history tree svn path=/import/netsurf/; revision=716
* [project @ 2004-04-03 17:28:04 by jmb]John Mark Bell2004-04-031-2/+2
| | | | | | Wrap window offset every 5 windows. svn path=/import/netsurf/; revision=715
* [project @ 2004-04-03 12:36:48 by jmb]John Mark Bell2004-04-031-2/+6
| | | | | | Add fixed offset when opening new windows. svn path=/import/netsurf/; revision=711
* [project @ 2004-04-03 11:49:48 by rjw]Richard Wilson2004-04-031-0/+81
| | | | | | GIF file reading svn path=/import/netsurf/; revision=710
* [project @ 2004-04-03 02:59:34 by jmb]John Mark Bell2004-04-033-4/+53
| | | | | | Implement page info dialog box. svn path=/import/netsurf/; revision=709
* [project @ 2004-04-02 23:59:53 by jmb]John Mark Bell2004-04-021-4/+15
| | | | | | Allow files to be dragged into browser windows. svn path=/import/netsurf/; revision=708
* [project @ 2004-04-02 23:12:26 by jmb]John Mark Bell2004-04-021-0/+24
| | | | | | Implement CSS cursor property svn path=/import/netsurf/; revision=705
* [project @ 2004-04-02 15:52:28 by bursa]James Bursa2004-04-021-6/+8
| | | | | | Fix scrolling and resizing of scaled windows. svn path=/import/netsurf/; revision=702
* [project @ 2004-04-02 15:16:15 by jmb]John Mark Bell2004-04-022-21/+22
| | | | | | | Update url checking to use fetch_can_fetch Fix non null-termination of strings in URL broadcast messages. svn path=/import/netsurf/; revision=701
* [project @ 2004-04-02 14:31:20 by jmb]John Mark Bell2004-04-021-1/+1
| | | | | | Forgot to increment the number of messages we're interested in. svn path=/import/netsurf/; revision=700
* [project @ 2004-04-02 00:41:10 by jmb]John Mark Bell2004-04-025-3/+121
| | | | | | Try to use external apps for URI schemes we don't understand (eg mailto:) svn path=/import/netsurf/; revision=698
* [project @ 2004-04-01 00:26:05 by jmb]John Mark Bell2004-04-011-0/+62
| | | | | | Change mouse pointer over page elements svn path=/import/netsurf/; revision=694
* [project @ 2004-03-30 22:47:23 by bursa]James Bursa2004-03-301-2/+1
| | | | | | Disable mouse gesture code, since it is unmaintained and broken. svn path=/import/netsurf/; revision=693
* [project @ 2004-03-30 20:24:00 by jmb]John Mark Bell2004-03-301-0/+9
| | | | | | Make save button work svn path=/import/netsurf/; revision=692
* [project @ 2004-03-30 11:45:48 by bursa]James Bursa2004-03-301-0/+6
| | | | | | Reduce frequency of gui_multitask() to improve performance. svn path=/import/netsurf/; revision=691
* [project @ 2004-03-28 15:21:49 by jmb]John Mark Bell2004-03-281-6/+6
| | | | | | | Fixup truncation of sprite name. Use malloc instead of calloc svn path=/import/netsurf/; revision=687
* [project @ 2004-03-28 14:33:52 by jmb]John Mark Bell2004-03-281-1/+70
| | | | | | Create iconsprite for save complete. svn path=/import/netsurf/; revision=686
* [project @ 2004-03-28 14:09:55 by bursa]James Bursa2004-03-281-0/+1
| | | | | | Set type of saved text. svn path=/import/netsurf/; revision=685
* [project @ 2004-03-28 00:29:29 by bursa]James Bursa2004-03-281-0/+5
| | | | | | Fix idle polling when events are scheduled. svn path=/import/netsurf/; revision=684
* [project @ 2004-03-27 23:18:52 by bursa]James Bursa2004-03-271-1/+7
| | | | | | Implement url_nice() and make save boxes use it to choose the default filename. svn path=/import/netsurf/; revision=682
* [project @ 2004-03-27 18:53:17 by bursa]James Bursa2004-03-271-0/+1
| | | | | | Menu warning bug fix. svn path=/import/netsurf/; revision=681
* [project @ 2004-03-27 18:47:56 by bursa]James Bursa2004-03-271-5/+80
| | | | | | Save complete gui and F3 etc. svn path=/import/netsurf/; revision=680
* [project @ 2004-03-27 18:46:08 by bursa]James Bursa2004-03-273-45/+112
| | | | | | Save complete gui and F3 etc. svn path=/import/netsurf/; revision=677
* [project @ 2004-03-27 18:44:26 by bursa]James Bursa2004-03-272-387/+303
| | | | | | Implement @import rewriting, fix and simplify code. svn path=/import/netsurf/; revision=676
* [project @ 2004-03-27 00:49:29 by bursa]James Bursa2004-03-271-4/+16
| | | | | | Update die() to use an error box. svn path=/import/netsurf/; revision=673
* [project @ 2004-03-25 00:32:44 by jmb]John Mark Bell2004-03-252-145/+0
| | | | | | Remove these files (moved to desktop) svn path=/import/netsurf/; revision=667
* [project @ 2004-03-25 00:31:45 by jmb]John Mark Bell2004-03-252-2/+2
| | | | | | | Make text export use stdio. Move save_text.[ch] to desktop. svn path=/import/netsurf/; revision=666
* [project @ 2004-03-24 23:51:08 by jmb]John Mark Bell2004-03-246-3/+171
| | | | | | Text Export support. svn path=/import/netsurf/; revision=665