Commit Graph

755 Commits

Author SHA1 Message Date
James Bursa
ccba68eb36 [project @ 2004-04-12 17:32:45 by bursa]
Fix layout bugs related to height and inline blocks.

svn path=/import/netsurf/; revision=756
2004-04-12 17:32:45 +00:00
John Mark Bell
f797fdd2ad [project @ 2004-04-12 13:01:01 by jmb]
Prevent loading of multiple copies

svn path=/import/netsurf/; revision=755
2004-04-12 13:01:01 +00:00
James Bursa
9628b9102c [project @ 2004-04-12 00:00:47 by bursa]
Rewrite block context layout, implementing collapsing and negative margins and margins for tables.

svn path=/import/netsurf/; revision=754
2004-04-12 00:00:47 +00:00
Richard Wilson
cc48a49f21 [project @ 2004-04-11 14:30:18 by rjw]
Fixed memory leak.
Fixed background not being cleared for thumbnails that are not oversampled.

svn path=/import/netsurf/; revision=753
2004-04-11 14:30:18 +00:00
Richard Wilson
568ea65400 [project @ 2004-04-11 14:29:30 by rjw]
Added ability to turn off 32bpp thumbnails.

svn path=/import/netsurf/; revision=752
2004-04-11 14:29:30 +00:00
Richard Wilson
4e675324dc [project @ 2004-04-11 12:14:21 by rjw]
Fix for scaled sprites having a vertical offset a pixel too high.

svn path=/import/netsurf/; revision=751
2004-04-11 12:14:21 +00:00
John Mark Bell
67fce3b801 [project @ 2004-04-11 00:35:24 by jmb]
Retain aspect ratio of boxes if only one of width/height are specified (eg <img src="blah" width="123"> would scale height to be 123/image_width * image_height)

NB: This does /not/ work for %age widths as %age heights do nothing as yet

svn path=/import/netsurf/; revision=750
2004-04-11 00:35:24 +00:00
John Mark Bell
076b8c8a96 [project @ 2004-04-10 23:41:12 by jmb]
Fix use of wrong variable when rewriting <style> elements

svn path=/import/netsurf/; revision=749
2004-04-10 23:41:12 +00:00
John Mark Bell
02915fd4cd [project @ 2004-04-10 23:12:28 by jmb]
Add text under thumbnails again.

svn path=/import/netsurf/; revision=748
2004-04-10 23:12:28 +00:00
Richard Wilson
88bf9d7ddc [project @ 2004-04-10 20:04:11 by rjw]
Fix for thumbnail palette bug.
Fix for upper case iconsprite names.
Uses thumbnail sprite creation routines.

svn path=/import/netsurf/; revision=747
2004-04-10 20:04:11 +00:00
Richard Wilson
4244812ff9 [project @ 2004-04-10 20:02:27 by rjw]
Palettes are set up when redirecting to sprites.

svn path=/import/netsurf/; revision=746
2004-04-10 20:02:27 +00:00
John Mark Bell
82b4ac72df [project @ 2004-04-10 18:42:37 by jmb]
Fix bug in sanity checking code

svn path=/import/netsurf/; revision=745
2004-04-10 18:42:37 +00:00
Richard Wilson
f61d7fe881 [project @ 2004-04-10 18:19:35 by rjw]
Thumnails now created with a palette to fix incorrect colour rendition.
Thumnails output to a 32bpp sprite where possible.
Thumnails oversampled to improve display if desired.

svn path=/import/netsurf/; revision=744
2004-04-10 18:19:35 +00:00
Richard Wilson
4934762dd6 [project @ 2004-04-10 18:12:58 by rjw]
Added option for thumbnail oversampling.

svn path=/import/netsurf/; revision=743
2004-04-10 18:12:58 +00:00
John Mark Bell
7218268567 [project @ 2004-04-10 12:57:17 by jmb]
Remove download contents from the cache

svn path=/import/netsurf/; revision=742
2004-04-10 12:57:17 +00:00
James Bursa
e90e01cd49 [project @ 2004-04-09 21:06:10 by bursa]
Add FixFonts to attempt to fix common font problem.

svn path=/import/netsurf/; revision=741
2004-04-09 21:06:10 +00:00
John Mark Bell
9de746e0a0 [project @ 2004-04-08 23:46:41 by jmb]
Improve keypress handling in form text boxes.
Note: Not yet implemented for textareas as these need more work anyway.

svn path=/import/netsurf/; revision=740
2004-04-08 23:46:41 +00:00
Richard Wilson
13f1dde4d9 [project @ 2004-04-08 17:30:26 by rjw]
Support for 32bpp thumbnails.

svn path=/import/netsurf/; revision=739
2004-04-08 17:30:26 +00:00
John Mark Bell
29578a4fd8 [project @ 2004-04-07 19:19:31 by jmb]
Take account of file path when creating POST data.

svn path=/import/netsurf/; revision=738
2004-04-07 19:19:31 +00:00
Andrew Duffell
64cd951ae2 [project @ 2004-04-07 12:58:55 by andrew]
Correction of letters CSS

svn path=/import/netsurf/; revision=737
2004-04-07 12:58:55 +00:00
Andrew Duffell
2f12434e01 [project @ 2004-04-07 12:56:20 by andrew]
!Sprites22

svn path=/import/netsurf/; revision=736
2004-04-07 12:56:20 +00:00
Andrew Duffell
4dd5bd36c0 [project @ 2004-04-07 12:54:55 by andrew]
Incorrect sizeing of letters CSS corrected

svn path=/import/netsurf/; revision=735
2004-04-07 12:54:55 +00:00
John Mark Bell
96aa983ac6 [project @ 2004-04-06 23:23:24 by jmb]
Fix for changed GIF data structures

svn path=/import/netsurf/; revision=734
2004-04-06 23:23:24 +00:00
Richard Wilson
caf63ec012 [project @ 2004-04-06 23:13:32 by rjw]
Added gifread.o

svn path=/import/netsurf/; revision=733
2004-04-06 23:13:32 +00:00
Richard Wilson
8b7d128a57 [project @ 2004-04-06 23:13:25 by rjw]
New GIF reading code.

svn path=/import/netsurf/; revision=732
2004-04-06 23:13:25 +00:00
Andrew Duffell
48c685bfaa [project @ 2004-04-06 13:52:58 by andrew]
Addition of Small CSS file icon and correction of font on large icon

svn path=/import/netsurf/; revision=731
2004-04-06 13:52:58 +00:00
Andrew Duffell
62cfb28677 [project @ 2004-04-06 13:50:55 by andrew]
Addition of Small CSS file icon

svn path=/import/netsurf/; revision=730
2004-04-06 13:50:55 +00:00
Richard Wilson
1d69de60fd [project @ 2004-04-06 10:50:26 by rjw]
Only uses generic version of Tinct.

svn path=/import/netsurf/; revision=729
2004-04-06 10:50:26 +00:00
Richard Wilson
29abae4f3e [project @ 2004-04-06 10:50:02 by rjw]
Generic version of Tinct.

svn path=/import/netsurf/; revision=728
2004-04-06 10:50:02 +00:00
Richard Wilson
d51bb4d2ff [project @ 2004-04-06 10:48:33 by rjw]
Removal of halfword Tinct.

svn path=/import/netsurf/; revision=727
2004-04-06 10:49:33 +00:00
Andrew Duffell
42d1e657ff [project @ 2004-04-06 10:39:07 by andrew]
!Sprites22

svn path=/import/netsurf/; revision=726
2004-04-06 10:39:07 +00:00
Andrew Duffell
8dffc9e037 [project @ 2004-04-06 10:36:19 by andrew]
!Sprites22,ff9

svn path=/import/netsurf/; revision=725
2004-04-06 10:36:19 +00:00
John Mark Bell
8961ddc366 [project @ 2004-04-05 22:36:48 by jmb]
Tidy up handling of save_complete_list.
Fix rewriting of <style> elements to cater for hidden elements.

svn path=/import/netsurf/; revision=724
2004-04-05 22:36:48 +00:00
Andrew Duffell
ce93fe5cc0 [project @ 2004-04-05 22:21:37 by andrew]
!SpritesA

svn path=/import/netsurf/; revision=723
2004-04-05 22:21:37 +00:00
John Mark Bell
f5a0093a88 [project @ 2004-04-05 21:54:22 by jmb]
Implement outstanding functionality

svn path=/import/netsurf/; revision=722
2004-04-05 21:54:22 +00:00
John Mark Bell
aed81aa917 [project @ 2004-04-04 18:07:44 by jmb]
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
2004-04-04 18:07:44 +00:00
John Mark Bell
19c77ff2b1 [project @ 2004-04-04 17:05:59 by jmb]
Extract boxes from embedded HTML documents.

svn path=/import/netsurf/; revision=720
2004-04-04 17:05:59 +00:00
Richard Wilson
308773a142 [project @ 2004-04-04 14:23:49 by rjw]
Updated preferred Tinct module version to 0.03.

svn path=/import/netsurf/; revision=719
2004-04-04 14:23:49 +00:00
Richard Wilson
ef94d806d4 [project @ 2004-04-04 14:21:34 by rjw]
Support for opaque plotting in <8bpp, scaled and otherwise.
Fixed bug that caused scaling to 0x0 to enter an infinite loop.
Fixed bug that caused calling an invalid SWI to produce an abort.

svn path=/import/netsurf/; revision=718
2004-04-04 14:21:34 +00:00
John Mark Bell
b43eb4f933 [project @ 2004-04-04 03:14:03 by jmb]
Take account of gAMA chunk

svn path=/import/netsurf/; revision=717
2004-04-04 03:14:03 +00:00
John Mark Bell
2f2cfbfe16 [project @ 2004-04-03 18:08:31 by jmb]
Add title text to history tree

svn path=/import/netsurf/; revision=716
2004-04-03 18:08:31 +00:00
John Mark Bell
9dded4a01c [project @ 2004-04-03 17:28:04 by jmb]
Wrap window offset every 5 windows.

svn path=/import/netsurf/; revision=715
2004-04-03 17:28:04 +00:00
John Mark Bell
9c16d6856c [project @ 2004-04-03 17:06:01 by jmb]
Fix possible memory leaks

svn path=/import/netsurf/; revision=714
2004-04-03 17:06:01 +00:00
John Mark Bell
1db405f116 [project @ 2004-04-03 17:04:26 by jmb]
Increase Wimpslot requirement

svn path=/import/netsurf/; revision=713
2004-04-03 17:04:26 +00:00
James Bursa
c08ffc97c5 [project @ 2004-04-03 14:58:46 by bursa]
Request only gzip compression, since deflate is broken on many servers (see http://www.gzip.org/zlib/zlib_faq, 36).

svn path=/import/netsurf/; revision=712
2004-04-03 14:58:46 +00:00
John Mark Bell
0a31d736c2 [project @ 2004-04-03 12:36:48 by jmb]
Add fixed offset when opening new windows.

svn path=/import/netsurf/; revision=711
2004-04-03 12:36:48 +00:00
Richard Wilson
ad07b6e656 [project @ 2004-04-03 11:49:48 by rjw]
GIF file reading

svn path=/import/netsurf/; revision=710
2004-04-03 11:49:48 +00:00
John Mark Bell
7872dc57fd [project @ 2004-04-03 02:59:34 by jmb]
Implement page info dialog box.

svn path=/import/netsurf/; revision=709
2004-04-03 02:59:35 +00:00
John Mark Bell
553dd5b592 [project @ 2004-04-02 23:59:53 by jmb]
Allow files to be dragged into browser windows.

svn path=/import/netsurf/; revision=708
2004-04-02 23:59:53 +00:00
John Mark Bell
c534f284a8 [project @ 2004-04-02 23:40:29 by jmb]
Fix possible crash due to box style being 0.

svn path=/import/netsurf/; revision=707
2004-04-02 23:40:29 +00:00