summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-03-24 23:48:20 by jmb]John Mark Bell2004-03-241-6/+0
| | | | | | Remove completed todos. svn path=/import/netsurf/; revision=664
* [project @ 2004-03-24 20:54:22 by jmb]John Mark Bell2004-03-241-6/+1
| | | | | | | Remove check for well formed document. Remove call to LOG(()) when rewriting URLs svn path=/import/netsurf/; revision=663
* [project @ 2004-03-24 20:10:03 by jmb]John Mark Bell2004-03-241-8/+10
| | | | | | | Remove need for XML parse tree to be kept in memory. The source document is now reparsed when saving complete. svn path=/import/netsurf/; revision=662
* [project @ 2004-03-24 00:44:52 by jmb]John Mark Bell2004-03-241-73/+20
| | | | | | | Factor out duplicate code. Rewrite unknown URLs to be absolute svn path=/import/netsurf/; revision=660
* [project @ 2004-03-24 00:07:21 by jmb]John Mark Bell2004-03-241-21/+557
| | | | | | | | | | | Add URL rewriting for most URLs. Still TODO: 1) rewriting of @import rules 2) Objects used by embedded html pages NB. This change means that the XML parse tree is kept in memory until the content is freed. svn path=/import/netsurf/; revision=659
* [project @ 2004-03-23 22:17:08 by bursa]James Bursa2004-03-233-359/+182
| | | | | | Remove usage of OS JPEG module; convert all JPEGs to 32bpp and plot with Tinct; speed improvements and cleanup. svn path=/import/netsurf/; revision=656
* [project @ 2004-03-23 22:14:56 by bursa]James Bursa2004-03-231-20/+20
| | | | | | Scale borders. svn path=/import/netsurf/; revision=655
* [project @ 2004-03-22 00:36:53 by bursa]James Bursa2004-03-221-1/+73
| | | | | | Implement most of CSS borders. svn path=/import/netsurf/; revision=650
* [project @ 2004-03-21 22:31:30 by jmb]John Mark Bell2004-03-211-2/+12
| | | | | | Fix mimetype reading for files used by image filingsystems. svn path=/import/netsurf/; revision=647
* [project @ 2004-03-21 21:32:15 by jmb]John Mark Bell2004-03-212-4/+18
| | | | | | | Fix for SparkFS causing problems with uploading zip files. Map filetypes to mimetype properly. svn path=/import/netsurf/; revision=646
* [project @ 2004-03-21 20:07:14 by jmb]John Mark Bell2004-03-211-0/+1
| | | | | | | <input type="file" support> Broken in places. svn path=/import/netsurf/; revision=645
* [project @ 2004-03-21 13:55:51 by bursa]James Bursa2004-03-211-0/+49
| | | | | | Implement gui_window_update_box() and use in response to CONTENT_MSG_REDRAW. svn path=/import/netsurf/; revision=644
* [project @ 2004-03-21 13:54:53 by bursa]James Bursa2004-03-211-0/+2
| | | | | | Fix schedule_remove(). svn path=/import/netsurf/; revision=643
* [project @ 2004-03-21 12:57:14 by bursa]James Bursa2004-03-211-1/+3
| | | | | | Unschedule on nsgif_destroy(). svn path=/import/netsurf/; revision=642
* [project @ 2004-03-21 12:50:10 by bursa]James Bursa2004-03-212-13/+36
| | | | | | Animation support, not yet optimised. svn path=/import/netsurf/; revision=641
* [project @ 2004-03-21 12:46:56 by bursa]James Bursa2004-03-213-0/+145
| | | | | | Implement scheduled callbacks. svn path=/import/netsurf/; revision=640
* [project @ 2004-03-19 19:28:42 by bursa]James Bursa2004-03-192-2/+2
| | | | | | Fix build error. svn path=/import/netsurf/; revision=636
* [project @ 2004-03-19 18:14:50 by rjw]Richard Wilson2004-03-192-136/+371
| | | | | | Animated GIF support. svn path=/import/netsurf/; revision=635
* [project @ 2004-03-17 21:05:55 by rjw]Richard Wilson2004-03-171-0/+43
| | | | | | Added basic framework for animation. svn path=/import/netsurf/; revision=632