Commit Graph

758 Commits

Author SHA1 Message Date
John Mark Bell
9c723a5924 [project @ 2004-03-24 00:07:21 by jmb]
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
2004-03-24 00:07:21 +00:00
John Mark Bell
2d42fc01f9 [project @ 2004-03-24 00:03:38 by jmb]
Improve handling of filename generation.

svn path=/import/netsurf/; revision=658
2004-03-24 00:03:38 +00:00
James Bursa
edbc58e53a [project @ 2004-03-23 22:51:45 by bursa]
Remove unused nsjpeg_init().

svn path=/import/netsurf/; revision=657
2004-03-23 22:51:45 +00:00
James Bursa
31e521a02e [project @ 2004-03-23 22:17:08 by bursa]
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
2004-03-23 22:17:08 +00:00
James Bursa
667bb92e9d [project @ 2004-03-23 22:14:56 by bursa]
Scale borders.

svn path=/import/netsurf/; revision=655
2004-03-23 22:14:56 +00:00
Richard Wilson
270da4008b [project @ 2004-03-22 21:10:57 by rjw]
Removed debug code.

svn path=/import/netsurf/; revision=654
2004-03-22 21:10:57 +00:00
John Mark Bell
bf46c363de [project @ 2004-03-22 01:38:09 by jmb]
Make form elements 3d.

svn path=/import/netsurf/; revision=653
2004-03-22 01:38:09 +00:00
James Bursa
6a02385c1c [project @ 2004-03-22 00:38:08 by bursa]
Add a fetch_mimetype() for the debug build.

svn path=/import/netsurf/; revision=652
2004-03-22 00:38:08 +00:00
James Bursa
85e6f03a92 [project @ 2004-03-22 00:37:38 by bursa]
Minor change in layout_line() to fix some failures.

svn path=/import/netsurf/; revision=651
2004-03-22 00:37:38 +00:00
James Bursa
2c757c1e79 [project @ 2004-03-22 00:36:53 by bursa]
Implement most of CSS borders.

svn path=/import/netsurf/; revision=650
2004-03-22 00:36:53 +00:00
John Mark Bell
083d96493e [project @ 2004-03-21 23:44:53 by jmb]
Add a couple of assertions.

svn path=/import/netsurf/; revision=649
2004-03-21 23:44:53 +00:00
John Mark Bell
7f2d86b2f6 [project @ 2004-03-21 23:36:05 by jmb]
Make the filename unixified and leafnamelike

svn path=/import/netsurf/; revision=648
2004-03-21 23:36:05 +00:00
John Mark Bell
dc642bc3fa [project @ 2004-03-21 22:31:30 by jmb]
Fix mimetype reading for files used by image filingsystems.

svn path=/import/netsurf/; revision=647
2004-03-21 22:31:30 +00:00
John Mark Bell
7e922c290f [project @ 2004-03-21 21:32:15 by jmb]
Fix for SparkFS causing problems with uploading zip files.
Map filetypes to mimetype properly.

svn path=/import/netsurf/; revision=646
2004-03-21 21:32:15 +00:00
John Mark Bell
3aeafecd7b [project @ 2004-03-21 20:07:14 by jmb]
<input type="file" support>
Broken in places.

svn path=/import/netsurf/; revision=645
2004-03-21 20:07:14 +00:00
James Bursa
423f0f1e70 [project @ 2004-03-21 13:55:51 by bursa]
Implement gui_window_update_box() and use in response to CONTENT_MSG_REDRAW.

svn path=/import/netsurf/; revision=644
2004-03-21 13:55:51 +00:00
James Bursa
187ee0f98e [project @ 2004-03-21 13:54:53 by bursa]
Fix schedule_remove().

svn path=/import/netsurf/; revision=643
2004-03-21 13:54:53 +00:00
James Bursa
8be2f274b9 [project @ 2004-03-21 12:57:14 by bursa]
Unschedule on nsgif_destroy().

svn path=/import/netsurf/; revision=642
2004-03-21 12:57:14 +00:00
James Bursa
15537fb20d [project @ 2004-03-21 12:50:10 by bursa]
Animation support, not yet optimised.

svn path=/import/netsurf/; revision=641
2004-03-21 12:50:10 +00:00
James Bursa
f962f4301c [project @ 2004-03-21 12:46:56 by bursa]
Implement scheduled callbacks.

svn path=/import/netsurf/; revision=640
2004-03-21 12:46:56 +00:00
John Mark Bell
19bb86e2ad [project @ 2004-03-20 22:15:40 by jmb]
Fix potential crash caused by <input type="button">

svn path=/import/netsurf/; revision=639
2004-03-20 22:15:40 +00:00
John Mark Bell
cd6ce1339f [project @ 2004-03-20 21:56:43 by jmb]
Render <input type="button" ...>

svn path=/import/netsurf/; revision=638
2004-03-20 21:56:43 +00:00
Richard Wilson
a33ede3c92 [project @ 2004-03-19 21:22:52 by rjw]
Support for conversions at <8bpp.

svn path=/import/netsurf/; revision=637
2004-03-19 21:22:52 +00:00
James Bursa
8f8cf26062 [project @ 2004-03-19 19:28:42 by bursa]
Fix build error.

svn path=/import/netsurf/; revision=636
2004-03-19 19:28:42 +00:00
Richard Wilson
c28b257d9d [project @ 2004-03-19 18:14:50 by rjw]
Animated GIF support.

svn path=/import/netsurf/; revision=635
2004-03-19 18:14:50 +00:00
James Bursa
5df9d191e8 [project @ 2004-03-19 17:03:45 by bursa]
Update WimpSlot to more accurate value.

svn path=/import/netsurf/; revision=634
2004-03-19 17:03:45 +00:00
James Bursa
d257c491b0 [project @ 2004-03-19 16:31:03 by bursa]
Add SSL-free build.

svn path=/import/netsurf/; revision=633
2004-03-19 16:31:03 +00:00
Richard Wilson
f68e229cae [project @ 2004-03-17 21:05:55 by rjw]
Added basic framework for animation.

svn path=/import/netsurf/; revision=632
2004-03-17 21:05:55 +00:00
Richard Wilson
2fc636cc69 [project @ 2004-03-17 21:05:44 by rjw]
Added basic framework for animation.
All plotting is now done using Tinct for improved appearance.

svn path=/import/netsurf/; revision=631
2004-03-17 21:05:44 +00:00
Richard Wilson
ec3cbc8548 [project @ 2004-03-17 21:02:32 by rjw]
Added dependency for Tinct 0.02.

svn path=/import/netsurf/; revision=630
2004-03-17 21:02:32 +00:00
Richard Wilson
0f262e4810 [project @ 2004-03-17 21:01:57 by rjw]
Tinct_ConvertSprite implemented for 8bpp sprites with 8bpp palettes.

svn path=/import/netsurf/; revision=629
2004-03-17 21:01:57 +00:00
John Mark Bell
cbd74e24d7 [project @ 2004-03-16 00:51:34 by jmb]
Add content mapping for image/pjpeg

svn path=/import/netsurf/; revision=628
2004-03-16 00:51:34 +00:00
Richard Wilson
3e417f948c [project @ 2004-03-15 21:53:32 by rjw]
Added SWI number for Tinct_ConvertSprite.

svn path=/import/netsurf/; revision=627
2004-03-15 21:53:32 +00:00
Richard Wilson
78bf13b8e5 [project @ 2004-03-15 21:52:12 by rjw]
Added SWI number for Tinct_Convert Sprite.

svn path=/import/netsurf/; revision=626
2004-03-15 21:52:12 +00:00
Richard Wilson
26670e2e8a [project @ 2004-03-15 21:46:02 by rjw]
Complete Tinct documentation.

svn path=/import/netsurf/; revision=625
2004-03-15 21:46:02 +00:00
James Bursa
d0913e33f0 [project @ 2004-03-15 15:03:34 by bursa]
Remove isspace() calls to avoid squashing nbsp (see setlocale() change).

svn path=/import/netsurf/; revision=624
2004-03-15 15:03:34 +00:00
James Bursa
a678c8a6c7 [project @ 2004-03-14 22:50:55 by bursa]
Reduce input height.

svn path=/import/netsurf/; revision=623
2004-03-14 22:50:55 +00:00
James Bursa
7f534336b0 [project @ 2004-03-14 22:50:28 by bursa]
Add setlocale() call in init for better toupper etc. for text-transform.

svn path=/import/netsurf/; revision=622
2004-03-14 22:50:28 +00:00
James Bursa
f606bc6219 [project @ 2004-03-14 22:49:40 by bursa]
Break out box_text_transform().

svn path=/import/netsurf/; revision=621
2004-03-14 22:49:40 +00:00
James Bursa
b5322e10b0 [project @ 2004-03-14 22:49:14 by bursa]
Fix serious inline container layout bug.

svn path=/import/netsurf/; revision=620
2004-03-14 22:49:14 +00:00
James Bursa
5ddcc2b440 [project @ 2004-03-13 20:48:00 by bursa]
Remove +1 from size of inline containers.

svn path=/import/netsurf/; revision=619
2004-03-13 20:48:00 +00:00
James Bursa
3f6812c112 [project @ 2004-03-13 20:45:41 by bursa]
Use option_font_size when calculating keyword font-size.

svn path=/import/netsurf/; revision=618
2004-03-13 20:45:41 +00:00
James Bursa
a25c9bb1c3 [project @ 2004-03-13 20:45:00 by bursa]
Remove unescaping on redirect.

svn path=/import/netsurf/; revision=617
2004-03-13 20:45:00 +00:00
Richard Wilson
2dc863a57a [project @ 2004-03-13 18:22:22 by rjw]
Forgot to comment out Tinct options fix.

svn path=/import/netsurf/; revision=616
2004-03-13 18:22:22 +00:00
James Bursa
c5df927ba6 [project @ 2004-03-13 17:59:04 by bursa]
Add missing #includes.

svn path=/import/netsurf/; revision=615
2004-03-13 17:59:04 +00:00
Richard Wilson
8365d48787 [project @ 2004-03-13 17:30:56 by rjw]
Fixed (currently commented out) inversion of the dithering and filtering flags when plotting with Tinct.

svn path=/import/netsurf/; revision=614
2004-03-13 17:30:56 +00:00
Richard Wilson
42c35f165f [project @ 2004-03-13 17:23:19 by rjw]
Fixed bug in scaling calculations.
Improved colour reproduction for <16bpp.
Improved dithering algorithm for >1bpp and <32bpp.
Implemented all opaque plotters for >4bpp.

svn path=/import/netsurf/; revision=613
2004-03-13 17:23:43 +00:00
James Bursa
5a7d38ea9f [project @ 2004-03-13 13:03:01 by bursa]
Disable clean_cookiejar() due to reliability problems.

svn path=/import/netsurf/; revision=612
2004-03-13 13:03:01 +00:00
Richard Wilson
cdb5b9dcac [project @ 2004-03-12 01:40:42 by rjw]
Fixed bug where the dither and filter values were inverted.

svn path=/import/netsurf/; revision=611
2004-03-12 01:40:42 +00:00
Richard Wilson
2c3f38af26 [project @ 2004-03-12 01:00:32 by rjw]
Implemented 4bpp, 2bpp and 1bpp scaled alpha plotting.
Implemented 32bpp and 16bpp opaque plotting.
Implemented 32bpp and 16bpp scaled opaque plotting.
Improved 16bpp dithering.

svn path=/import/netsurf/; revision=610
2004-03-12 01:00:32 +00:00