summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-03-27 00:53:19 by bursa]James Bursa2004-03-276-15/+84
| | | | | | Add imagemap and jpeg to the debug build. svn path=/import/netsurf/; revision=675
* [project @ 2004-03-27 00:50:58 by bursa]James Bursa2004-03-271-283/+318
| | | | | | Add fetch_blank_curl, break out fetch_set_options(), fetch_free(), fetch_done(), recover from errors more cleanly, enable compression. svn path=/import/netsurf/; revision=674
* [project @ 2004-03-27 00:49:29 by bursa]James Bursa2004-03-272-9/+16
| | | | | | Update die() to use an error box. svn path=/import/netsurf/; revision=673
* [project @ 2004-03-26 22:17:12 by jmb]John Mark Bell2004-03-262-9/+3
| | | | | | Bring up to date svn path=/import/netsurf/; revision=672
* [project @ 2004-03-26 22:16:31 by jmb]John Mark Bell2004-03-268-3/+617
| | | | | | Imagemap support svn path=/import/netsurf/; revision=671
* [project @ 2004-03-26 22:14:49 by jmb]John Mark Bell2004-03-261-1/+1
| | | | | | Fix file access mode svn path=/import/netsurf/; revision=670
* [project @ 2004-03-26 01:35:35 by bursa]James Bursa2004-03-261-26/+60
| | | | | | Fix infinite loop in layout_line(), improve layout of inline blocks, break out layout_float(). svn path=/import/netsurf/; revision=669
* [project @ 2004-03-25 22:29:33 by tlsa]Michael Drake2004-03-251-4/+6
| | | | | | Give text input and text area form items a RISC OS style svn path=/import/netsurf/; revision=668
* [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-254-2/+134
| | | | | | | 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-2410-4/+177
| | | | | | 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-243-15/+12
| | | | | | | 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 10:26:48 by tlsa]Michael Drake2004-03-241-9/+7
| | | | | | Centre text on buttons. svn path=/import/netsurf/; revision=661
* [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-243-23/+564
| | | | | | | | | | | 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-24 00:03:38 by jmb]John Mark Bell2004-03-241-4/+14
| | | | | | Improve handling of filename generation. svn path=/import/netsurf/; revision=658
* [project @ 2004-03-23 22:51:45 by bursa]James Bursa2004-03-231-3/+0
| | | | | | Remove unused nsjpeg_init(). svn path=/import/netsurf/; revision=657
* [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 21:10:57 by rjw]Richard Wilson2004-03-222-0/+0
| | | | | | Removed debug code. svn path=/import/netsurf/; revision=654
* [project @ 2004-03-22 01:38:09 by jmb]John Mark Bell2004-03-221-4/+12
| | | | | | Make form elements 3d. svn path=/import/netsurf/; revision=653
* [project @ 2004-03-22 00:38:08 by bursa]James Bursa2004-03-221-0/+5
| | | | | | Add a fetch_mimetype() for the debug build. svn path=/import/netsurf/; revision=652
* [project @ 2004-03-22 00:37:38 by bursa]James Bursa2004-03-221-1/+2
| | | | | | Minor change in layout_line() to fix some failures. svn path=/import/netsurf/; revision=651
* [project @ 2004-03-22 00:36:53 by bursa]James Bursa2004-03-223-98/+432
| | | | | | Implement most of CSS borders. svn path=/import/netsurf/; revision=650
* [project @ 2004-03-21 23:44:53 by jmb]John Mark Bell2004-03-211-0/+2
| | | | | | Add a couple of assertions. svn path=/import/netsurf/; revision=649
* [project @ 2004-03-21 23:36:05 by jmb]John Mark Bell2004-03-211-1/+15
| | | | | | Make the filename unixified and leafnamelike svn path=/import/netsurf/; revision=648
* [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-215-5/+24
| | | | | | | 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-216-9/+49
| | | | | | | <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-214-3/+62
| | | | | | 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-215-13/+49
| | | | | | Animation support, not yet optimised. svn path=/import/netsurf/; revision=641
* [project @ 2004-03-21 12:46:56 by bursa]James Bursa2004-03-214-1/+146
| | | | | | Implement scheduled callbacks. svn path=/import/netsurf/; revision=640
* [project @ 2004-03-20 22:15:40 by jmb]John Mark Bell2004-03-201-0/+3
| | | | | | Fix potential crash caused by <input type="button"> svn path=/import/netsurf/; revision=639
* [project @ 2004-03-20 21:56:43 by jmb]John Mark Bell2004-03-201-0/+20
| | | | | | Render <input type="button" ...> svn path=/import/netsurf/; revision=638
* [project @ 2004-03-19 21:22:52 by rjw]Richard Wilson2004-03-192-0/+0
| | | | | | Support for conversions at <8bpp. svn path=/import/netsurf/; revision=637
* [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-19 17:03:45 by bursa]James Bursa2004-03-191-7/+2
| | | | | | Update WimpSlot to more accurate value. svn path=/import/netsurf/; revision=634
* [project @ 2004-03-19 16:31:03 by bursa]James Bursa2004-03-191-1/+4
| | | | | | Add SSL-free build. svn path=/import/netsurf/; revision=633
* [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-17 21:02:32 by rjw]Richard Wilson2004-03-171-2/+2
| | | | | | Added dependency for Tinct 0.02. svn path=/import/netsurf/; revision=630
* [project @ 2004-03-17 21:01:57 by rjw]Richard Wilson2004-03-172-0/+0
| | | | | | Tinct_ConvertSprite implemented for 8bpp sprites with 8bpp palettes. svn path=/import/netsurf/; revision=629
* [project @ 2004-03-16 00:51:34 by jmb]John Mark Bell2004-03-161-0/+1
| | | | | | Add content mapping for image/pjpeg svn path=/import/netsurf/; revision=628
* [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-15 21:52:12 by rjw]Richard Wilson2004-03-151-2/+2
| | | | | | Added SWI number for Tinct_Convert Sprite. svn path=/import/netsurf/; revision=626