netsurf/render
James Bursa dffc8779ed Set height of all text boxes in a line to the height of the highest one. This aligns the baseline of text which changes font size in a line. However, when the inline-block is reflowed, the heights do not shrink again where they could.
svn path=/trunk/netsurf/; revision=8716
2009-07-23 02:29:12 +00:00
..
box.c Allow box at point to search descendant space of boxes with no style. 2009-04-28 21:24:11 +00:00
box.h Make box_at_point() only return boxes if the point is physically contained within them, and not if the point is mearly in the descendant area. (Fixes sites like BBC F1 page where whole page became an iPlayer link.) 2009-04-27 10:20:44 +00:00
box_construct.c Fix frame targets. 2009-06-08 09:34:58 +00:00
box_normalise.c Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDEBUG. 2009-05-28 10:39:53 +00:00
directory.c Remove redundant increment. 2009-05-28 11:48:32 +00:00
directory.h Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text 2007-08-08 16:16:03 +00:00
font.c Scale font sizes, for better accuracy. 2009-07-21 16:55:35 +00:00
font.h Refactor text plotter and other font functions to remove dependency on CSS. 2009-07-21 10:59:53 +00:00
form.c Squash warnings 2009-03-02 19:47:27 +00:00
form.h Utilise hubbub's form association callback. 2009-02-20 11:39:25 +00:00
html.c Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB. 2009-07-14 10:57:07 +00:00
html.h Refactor text plotter and other font functions to remove dependency on CSS. 2009-07-21 10:59:53 +00:00
html_redraw.c Fix render colour of selected text. 2009-07-21 11:33:55 +00:00
hubbub_binding.c Hubbub is no longer optional. 2009-04-17 00:54:27 +00:00
imagemap.c Fix stupid 2009-07-02 23:05:10 +00:00
imagemap.h Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text 2007-08-08 16:16:03 +00:00
layout.c Set height of all text boxes in a line to the height of the highest one. This aligns the baseline of text which changes font size in a line. However, when the inline-block is reflowed, the heights do not shrink again where they could. 2009-07-23 02:29:12 +00:00
layout.h Make layout_block_context() private. 2009-05-06 14:20:46 +00:00
list.c Fix compilation with GCC 2.95. 2009-04-16 12:49:49 +00:00
list.h Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text 2007-08-08 16:16:03 +00:00
loosen.c Refactor text plotter and other font functions to remove dependency on CSS. 2009-07-21 10:59:53 +00:00
loosen.h First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/netsurf'. 2008-07-26 16:01:59 +00:00
parser_binding.h Hubbub is no longer optional. 2009-04-17 00:54:27 +00:00
table.c Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDEBUG. 2009-05-28 10:39:53 +00:00
table.h Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text 2007-08-08 16:16:03 +00:00
textplain.c Refactor text plotter and other font functions to remove dependency on CSS. 2009-07-21 10:59:53 +00:00
textplain.h 'unsigned long' -> 'colour' where it made sense. 2008-09-28 22:37:13 +00:00