summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-03-17 21:05:44 by rjw]Richard Wilson2004-03-171-51/+171
| | | | | | | Added basic framework for animation. All plotting is now done using Tinct for improved appearance. svn path=/import/netsurf/; revision=631
* [project @ 2004-03-15 21:53:32 by rjw]Richard Wilson2004-03-151-0/+5
| | | | | | Added SWI number for Tinct_ConvertSprite. svn path=/import/netsurf/; revision=627
* [project @ 2004-03-13 18:22:22 by rjw]Richard Wilson2004-03-131-3/+3
| | | | | | Forgot to comment out Tinct options fix. svn path=/import/netsurf/; revision=616
* [project @ 2004-03-13 17:59:04 by bursa]James Bursa2004-03-131-0/+2
| | | | | | Add missing #includes. svn path=/import/netsurf/; revision=615
* [project @ 2004-03-13 17:30:56 by rjw]Richard Wilson2004-03-131-4/+4
| | | | | | Fixed (currently commented out) inversion of the dithering and filtering flags when plotting with Tinct. svn path=/import/netsurf/; revision=614
* [project @ 2004-03-13 13:03:01 by bursa]James Bursa2004-03-132-6/+0
| | | | | | Disable clean_cookiejar() due to reliability problems. svn path=/import/netsurf/; revision=612
* [project @ 2004-03-12 01:40:42 by rjw]Richard Wilson2004-03-121-1/+1
| | | | | | Fixed bug where the dither and filter values were inverted. svn path=/import/netsurf/; revision=611
* [project @ 2004-03-12 00:59:02 by rjw]Richard Wilson2004-03-121-1/+1
| | | | | | Removed hack to convert pixels to OS units as Tinct now accepts OS units in its parameters. svn path=/import/netsurf/; revision=609
* [project @ 2004-03-11 23:19:27 by rjw]Richard Wilson2004-03-111-1/+11
| | | | | | Added Tinct_Plot and Tinct_PlotScaled definitions and modified comments to reflect the updated operation. svn path=/import/netsurf/; revision=608
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-1116-228/+116
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-10 11:22:57 by rjw]Richard Wilson2004-03-101-1/+1
| | | | | | Quick hack until Tinct accepts OS units for scaling. svn path=/import/netsurf/; revision=604
* [project @ 2004-03-10 11:06:51 by rjw]Richard Wilson2004-03-101-232/+61
| | | | | | All sprites are converted to 32bpp to prevent data loss, and plotting is now handled by Tinct to provide alpha blending. svn path=/import/netsurf/; revision=603
* [project @ 2004-03-10 10:35:20 by rjw]Richard Wilson2004-03-101-2/+9
| | | | svn path=/import/netsurf/; revision=597
* [project @ 2004-03-09 23:57:40 by bursa]James Bursa2004-03-091-0/+7
| | | | | | Set caret in new window url line. svn path=/import/netsurf/; revision=596
* [project @ 2004-03-09 23:57:19 by bursa]James Bursa2004-03-091-3/+0
| | | | | | Process UserMessage etc. immediately instead of queuing (fixes menu warning bug). svn path=/import/netsurf/; revision=595
* [project @ 2004-03-09 12:57:20 by rjw]Richard Wilson2004-03-093-0/+42
| | | | svn path=/import/netsurf/; revision=594
* [project @ 2004-03-09 10:22:12 by rjw]Richard Wilson2004-03-091-2/+8
| | | | svn path=/import/netsurf/; revision=593
* [project @ 2004-03-08 00:03:58 by bursa]James Bursa2004-03-083-7/+43
| | | | | | Implement Accept-Language option. svn path=/import/netsurf/; revision=591