summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-03-06 12:34:47 by jmb]John Mark Bell2004-03-063-2/+46
| | | | | | Save Source support. svn path=/import/netsurf/; revision=588
* [project @ 2004-03-05 22:15:33 by jmb]John Mark Bell2004-03-051-34/+49
| | | | | | | Fix URI file dragging properly. Fix missing fclose in load() svn path=/import/netsurf/; revision=587
* [project @ 2004-03-05 17:08:28 by jmb]John Mark Bell2004-03-051-3/+5
| | | | | | Let's try again... svn path=/import/netsurf/; revision=586
* [project @ 2004-03-05 16:55:31 by jmb]John Mark Bell2004-03-051-7/+7
| | | | | | Attempt to fix bad xstrdup. svn path=/import/netsurf/; revision=585
* [project @ 2004-03-05 16:34:31 by jmb]John Mark Bell2004-03-051-1/+29
| | | | | | Add support for dragging in URI files svn path=/import/netsurf/; revision=584
* [project @ 2004-03-05 13:23:48 by jmb]John Mark Bell2004-03-051-2/+15
| | | | | | | Fix memory leak when fgets fails. Add debugging round early part of gui_init svn path=/import/netsurf/; revision=583
* [project @ 2004-03-04 23:15:17 by jmb]John Mark Bell2004-03-041-7/+53
| | | | | | Add support for double clicking on / dragging in URL files. svn path=/import/netsurf/; revision=582
* [project @ 2004-03-03 23:17:15 by jmb]John Mark Bell2004-03-031-8/+13
| | | | | | Fix scaled jpeg bug, with any luck... svn path=/import/netsurf/; revision=581
* [project @ 2004-03-03 00:19:47 by bursa]James Bursa2004-03-031-8/+81
| | | | | | Handle DataLoads to iconbar, canonicalise path when loading files. svn path=/import/netsurf/; revision=579
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-027-160/+54
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-277-11/+19
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-02-27 14:09:15 by bursa]James Bursa2004-02-276-21/+80
| | | | | | Implement option_language. svn path=/import/netsurf/; revision=574
* [project @ 2004-02-26 17:52:10 by bursa]James Bursa2004-02-264-4/+49
| | | | | | Implement back and forward using history. svn path=/import/netsurf/; revision=572
* [project @ 2004-02-26 17:25:51 by bursa]James Bursa2004-02-262-11/+43
| | | | | | Improvements to history window. svn path=/import/netsurf/; revision=571
* [project @ 2004-02-26 17:23:02 by bursa]James Bursa2004-02-261-6/+29
| | | | | | Use save area when redirecting to sprite. svn path=/import/netsurf/; revision=570
* [project @ 2004-02-26 00:44:42 by bursa]James Bursa2004-02-2610-280/+396
| | | | | | Implement drag saving of drawfiles and clean up drag/drop/save code. svn path=/import/netsurf/; revision=568
* [project @ 2004-02-25 15:59:01 by bursa]James Bursa2004-02-251-0/+3
| | | | | | Fix crash opening history while page still loading. svn path=/import/netsurf/; revision=567
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-2526-326/+576
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-23 00:25:09 by bursa]James Bursa2004-02-231-0/+5
| | | | | | Workaround for window closing crash. svn path=/import/netsurf/; revision=565
* [project @ 2004-02-17 23:38:44 by jmb]John Mark Bell2004-02-172-25/+33
| | | | | | | Improve save_complete. Add missing #ifdef to about.c. svn path=/import/netsurf/; revision=559
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-174-8/+209
| | | | | | | Begin save complete support. Fix memory leak when using Select PNG renderer. (commented out lines can probably removed) svn path=/import/netsurf/; revision=556
* [project @ 2004-02-16 21:09:40 by jmb]John Mark Bell2004-02-161-3/+11
| | | | | | | Check that we're actually dealing with a HTML page, just in case the user is silly enough to try and save something else as draw. svn path=/import/netsurf/; revision=555
* [project @ 2004-02-16 20:42:49 by jmb]John Mark Bell2004-02-162-7/+14
| | | | | | | Remove hard-coded sprite offset nastiness. Why this ever worked is confusing... svn path=/import/netsurf/; revision=554