James Bursa
|
21af6f7fda
|
Move frames-related code out of browser.c into a new file. Remove some browser_window calls from html.c.
svn path=/trunk/netsurf/; revision=3070
|
2006-11-26 20:11:20 +00:00 |
|
Michael Drake
|
725d8c94a2
|
Media-descriptors are case-insensitive.
svn path=/trunk/netsurf/; revision=3044
|
2006-11-11 09:43:47 +00:00 |
|
Michael Drake
|
5adbed530c
|
Fix gap between list marker and list content.
svn path=/trunk/netsurf/; revision=3040
|
2006-11-10 14:53:46 +00:00 |
|
James Bursa
|
df7912f96b
|
Fix distortion of list marker images.
svn path=/trunk/netsurf/; revision=3039
|
2006-11-07 21:49:03 +00:00 |
|
James Bursa
|
f546f6b5e7
|
Implement list-style-type circle, square, none, and decimal.
svn path=/trunk/netsurf/; revision=3034
|
2006-11-05 19:50:34 +00:00 |
|
James Bursa
|
f4f17f905b
|
More work on lists. Simplify the implementation to a BLOCK for display: list-item, with a marker box on box->list_marker.
svn path=/trunk/netsurf/; revision=3031
|
2006-11-05 12:58:24 +00:00 |
|
John Mark Bell
|
7bd710a71c
|
Initial work for display: list-item support
svn path=/trunk/netsurf/; revision=3028
|
2006-11-04 19:53:22 +00:00 |
|
John Mark Bell
|
2d4276ee41
|
Ensure page encoding isn't trampled.
svn path=/trunk/netsurf/; revision=3027
|
2006-11-04 19:52:49 +00:00 |
|
James Bursa
|
b6c8e435cd
|
Implement absolute positioned inlines.
svn path=/trunk/netsurf/; revision=3026
|
2006-11-04 19:17:11 +00:00 |
|
James Bursa
|
a6b1a2ee46
|
Remove code to determine containing block; no longer used.
svn path=/trunk/netsurf/; revision=3015
|
2006-10-22 20:20:17 +00:00 |
|
James Bursa
|
2227b7c582
|
Do absolute positioning after other layout so that containing block is fully positioned.
svn path=/trunk/netsurf/; revision=2991
|
2006-10-10 22:00:10 +00:00 |
|
James Bursa
|
7b30364bc3
|
Check for null style before using it.
svn path=/trunk/netsurf/; revision=2986
|
2006-10-09 21:34:34 +00:00 |
|
James Bursa
|
a785bc25f7
|
Modify implementation of absolute positioning to support "static positions". Absolutely positioned boxes are now in their original place in the tree instead of linked from absolute_children.
svn path=/trunk/netsurf/; revision=2984
|
2006-10-08 22:46:25 +00:00 |
|
John Mark Bell
|
4b09b7b8a0
|
Correcly encode spaces for url-encoded form submission.
svn path=/trunk/netsurf/; revision=2960
|
2006-09-19 10:08:33 +00:00 |
|
John Mark Bell
|
a1b6005497
|
Fix 1559653.
svn path=/trunk/netsurf/; revision=2959
|
2006-09-18 00:16:39 +00:00 |
|
James Bursa
|
bd0dff9098
|
Add some documentation to layout_block_context(). Move code out into layout_block_object().
svn path=/trunk/netsurf/; revision=2957
|
2006-09-16 21:48:28 +00:00 |
|
James Bursa
|
7a08d0f03d
|
Call html_reformat() from html_convert() to eliminate duplicate code. Improve calculations of document width and height.
svn path=/trunk/netsurf/; revision=2956
|
2006-09-16 21:33:55 +00:00 |
|
John Mark Bell
|
55a217c6be
|
Squash warnings.
svn path=/trunk/netsurf/; revision=2953
|
2006-09-11 11:55:17 +00:00 |
|
Jeffrey Lee
|
36278685ff
|
Fixed translation of html entities when a textarea has an initial value
svn path=/trunk/netsurf/; revision=2952
|
2006-09-11 08:02:13 +00:00 |
|
Jeffrey Lee
|
f2cd31779b
|
Fixed textarea wordwrap if first character on line is a space
svn path=/trunk/netsurf/; revision=2941
|
2006-09-10 13:59:19 +00:00 |
|
Jeffrey Lee
|
271c28a5df
|
textarea html tag fix; horizontal scrollbars; auto-scroll improvements
svn path=/trunk/netsurf/; revision=2940
|
2006-09-10 13:27:08 +00:00 |
|
John Mark Bell
|
221e5aa2a3
|
Add frame target support to imagemaps.
svn path=/trunk/netsurf/; revision=2920
|
2006-09-06 00:15:10 +00:00 |
|
Richard Wilson
|
923d9f1365
|
Fix 1546941.
svn path=/trunk/netsurf/; revision=2909
|
2006-09-02 19:03:49 +00:00 |
|
Richard Wilson
|
74fa727509
|
Experimental new frames code.
svn path=/trunk/netsurf/; revision=2906
|
2006-09-02 15:52:41 +00:00 |
|
John Mark Bell
|
978637a134
|
Stop rendering of iframe children; they're for non-iframe supporting UAs
(which isn't us)
svn path=/trunk/netsurf/; revision=2893
|
2006-08-24 20:02:37 +00:00 |
|
James Bursa
|
877fe5c658
|
Remove unused and unimplemented nsfont_txtenum().
svn path=/trunk/netsurf/; revision=2875
|
2006-08-21 02:05:51 +00:00 |
|
James Bursa
|
304616a797
|
Fix layout of standalone <br>.
svn path=/trunk/netsurf/; revision=2849
|
2006-08-14 23:05:08 +00:00 |
|
James Bursa
|
8405d18361
|
Use a minimum line height of 0 for inline containers which have no text.
svn path=/trunk/netsurf/; revision=2838
|
2006-08-13 01:00:22 +00:00 |
|
James Bursa
|
80b3286e9d
|
Layout absolutely positioned children of tables.
svn path=/trunk/netsurf/; revision=2791
|
2006-07-23 18:23:02 +00:00 |
|
Richard Wilson
|
675df80871
|
Allow broken meta refresh commands (fix mail.google.com, bug 1522982)
svn path=/trunk/netsurf/; revision=2777
|
2006-07-17 23:57:42 +00:00 |
|
James Bursa
|
1bf15f1e15
|
Check an object has a frame name before comparing.
svn path=/trunk/netsurf/; revision=2733
|
2006-07-12 04:22:57 +00:00 |
|
Richard Wilson
|
a47f148f2d
|
Optimise out redundant group_start and group_end calls (speed up rendering.)
svn path=/trunk/netsurf/; revision=2725
|
2006-07-10 09:52:31 +00:00 |
|
Richard Wilson
|
badad073ec
|
Generate directory listings (fix 1397934)
svn path=/trunk/netsurf/; revision=2719
|
2006-07-06 00:07:11 +00:00 |
|
Richard Wilson
|
cd59d27008
|
Ignore junk values (fix 1444336)
svn path=/trunk/netsurf/; revision=2715
|
2006-07-05 00:21:04 +00:00 |
|
Richard Wilson
|
ff6694c108
|
Set correct message on TEXTPLAIN completion (fix 1484874)
svn path=/trunk/netsurf/; revision=2712
|
2006-07-04 21:01:17 +00:00 |
|
John Mark Bell
|
5e2567370d
|
Fix submission of forms in embedded objects; resolve submission URL at
form creation time rather than at submit.
svn path=/trunk/netsurf/; revision=2707
|
2006-07-03 21:41:25 +00:00 |
|
James Bursa
|
71287140ca
|
Ensure that layout of absolute children is carried out after the height is known.
svn path=/trunk/netsurf/; revision=2696
|
2006-07-02 17:36:27 +00:00 |
|
Richard Wilson
|
eca33bd559
|
Add missing file.
svn path=/trunk/netsurf/; revision=2695
|
2006-07-02 17:36:18 +00:00 |
|
John Mark Bell
|
2cb285209e
|
Use case-insensitive strstr to match "stylesheet"
svn path=/trunk/netsurf/; revision=2689
|
2006-07-02 10:26:51 +00:00 |
|
Richard Wilson
|
cf4294d3a8
|
Implement knockout rendering (controlled by 'knockout_rendering' option or Ctrl+F11, default is off). This attempts to minimise the amount of overlapping redraw performed, and thus can drasticly reduce the rendering time of many pages.
svn path=/trunk/netsurf/; revision=2682
|
2006-07-01 18:16:05 +00:00 |
|
John Mark Bell
|
928f949413
|
Ensure containing block has valid height for positioning absolute children
svn path=/trunk/netsurf/; revision=2680
|
2006-06-29 23:30:06 +00:00 |
|
John Mark Bell
|
f8469d2051
|
Ignore alternate stylesheets
svn path=/trunk/netsurf/; revision=2679
|
2006-06-29 23:29:15 +00:00 |
|
John Mark Bell
|
c5cb54b94d
|
Handle transparent borders correctly when plotting
svn path=/trunk/netsurf/; revision=2677
|
2006-06-29 21:30:05 +00:00 |
|
John Mark Bell
|
bf26437321
|
Link rel attribute may be a space separated list, take account of this
when looking for stylesheets.
svn path=/trunk/netsurf/; revision=2676
|
2006-06-29 21:29:21 +00:00 |
|
John Mark Bell
|
8c2e33b399
|
Fix clipping of page background if body shorter than window height
svn path=/trunk/netsurf/; revision=2675
|
2006-06-29 19:55:08 +00:00 |
|
John Mark Bell
|
b427a005b6
|
Properly take account of padding on containing block.
svn path=/trunk/netsurf/; revision=2673
|
2006-06-29 15:53:17 +00:00 |
|
John Mark Bell
|
25537a488a
|
Position specifiers are relative to containing block's padding edge for
absolutely positioned boxes. Compensate for this.
svn path=/trunk/netsurf/; revision=2672
|
2006-06-29 11:55:21 +00:00 |
|
John Mark Bell
|
19e81ab5e9
|
Fix previous commit; it failed to make available_width include mbp such
that subtracting them after determining the width works in the case
where available_width > box->min_width.
svn path=/trunk/netsurf/; revision=2671
|
2006-06-29 09:55:31 +00:00 |
|
John Mark Bell
|
38bd0b13fe
|
Compensate for box->{min_width,max_width} including mbp when
auto-widthing absolutely positioned content.
svn path=/trunk/netsurf/; revision=2670
|
2006-06-29 09:37:18 +00:00 |
|
John Mark Bell
|
22e405f914
|
Fix float placement when it's an exact fit for the width available
svn path=/trunk/netsurf/; revision=2661
|
2006-06-28 16:47:02 +00:00 |
|