index
:
netsurf.git
ashmew2/fix-description
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
chris/debug
chris/fetch-x-ent-ref
chris/http2
chris/ndk32
dsilvers/bindducky
dsilvers/dukky
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
master
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
stevef/cconfig
stevef/ibarmenu
svenw/cocoa
vince/fltk
vince/gtk-tab-restyle
vince/pdf
vince/tools
vince/webp
NetSurf Browser
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
/
layout.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hacky fix for clipping of top of text.
Michael Drake
2013-04-17
1
-0
/
+16
*
Fix min line width calc when an inline isn't to be wrapped in a block that al...
Michael Drake
2013-03-06
1
-3
/
+18
*
Fix min width to take account of white-space property.
Michael Drake
2013-02-22
1
-2
/
+12
*
Don't reduce width of textarea box for CSS overflow scrollbar; it won't get one.
Michael Drake
2013-02-11
1
-2
/
+0
*
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
Michael Drake
2013-02-10
1
-55
/
+44
|
\
|
*
Update HTML layout not to demand that nsfont_split only splits on a space.
Michael Drake
2013-02-10
1
-56
/
+43
|
*
Make nowrap code path a bit plainer.
Michael Drake
2013-02-10
1
-4
/
+4
|
*
Comment current html wrap/text-splitting behaviour.
Michael Drake
2013-02-10
1
-3
/
+5
*
|
Don't add box scrollbar padding to gadgets.
Michael Drake
2013-02-09
1
-2
/
+4
*
|
First pass at getting html forms to use textarea widget.
Michael Drake
2013-02-06
1
-0
/
+15
|
/
*
Fix min_max line width calc to include box spaces.
Michael Drake
2013-01-02
1
-6
/
+12
*
Fix placement of first inline on line below a float, when float has been shif...
Michael Drake
2012-11-04
1
-1
/
+4
*
reduce talloc usage to box tree layout only
Vincent Sanders
2012-10-03
1
-2
/
+2
*
Don't convert spaces to non-breaking spaces inside white-space:pre. Instead,...
Michael Drake
2012-10-03
1
-1
/
+3
*
More white-space:nowrap.
Michael Drake
2012-10-03
1
-4
/
+4
*
Support white-space:nowrap.
Michael Drake
2012-10-03
1
-2
/
+5
*
Include dom/dom.h where it might be needed
Daniel Silverstone
2012-03-24
1
-0
/
+1
*
Delete some trailing whitespace.
Michael Drake
2012-03-23
1
-2
/
+2
*
NetSurf options rework (a=vince r=daniels,jmb)
Vincent Sanders
2012-03-22
1
-2
/
+2
*
content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url
John Mark Bell
2011-12-04
1
-1
/
+1
*
Only make space for vertical box scrollbar if box has height set.
Michael Drake
2011-11-24
1
-0
/
+6
*
Fix bug #3433954: make containing_block available to layout_table so it can r...
John Mark Bell
2011-11-06
1
-0
/
+4
*
Fix bug #3433840: <img style="display: table" src="..."> will crash if the im...
John Mark Bell
2011-11-05
1
-2
/
+1
*
Add layout_get_object_dimensions param documentation missing from last commit.
Michael Drake
2011-09-23
1
-0
/
+2
*
Handle min/max-width on replaced elements.
Michael Drake
2011-09-23
1
-11
/
+41
*
Use fixed insted of floating point to get percentage of available_width, for ...
Michael Drake
2011-09-23
1
-2
/
+2
*
Move css_fixed and css_unit variables to where they're used.
Michael Drake
2011-09-23
1
-2
/
+2
*
Simplify layout_get_object_dimensions.
Michael Drake
2011-09-23
1
-22
/
+15
*
Use layout_find_dimensions to get inline object width/height.
Michael Drake
2011-09-23
1
-24
/
+5
*
Remove gui_multitask
John Mark Bell
2011-09-21
1
-40
/
+0
*
Replaced elements' children are not laid out, so don't look at their descenda...
Michael Drake
2011-08-23
1
-0
/
+4
*
Prevent iframes with display:inline and percentage width from getting a width...
Michael Drake
2011-06-28
1
-1
/
+6
*
If iframes are reformatted due to containing document reflow, don't need to r...
Michael Drake
2011-06-24
1
-21
/
+15
*
Reformat floated iframe browser windows only after the iframe box has been li...
Michael Drake
2011-06-14
1
-6
/
+10
*
First pass at core iframes. Currently lacking scrollbars.
Michael Drake
2011-06-14
1
-12
/
+61
*
Use height type enum.
Michael Drake
2011-05-16
1
-2
/
+3
*
Elements replaced with HTML don't affect parent descendants.
Michael Drake
2011-05-10
1
-1
/
+4
*
s/scroll/scrollbar/ and improve scrollbar widget comments.
Michael Drake
2011-05-09
1
-1
/
+1
*
Merge branches/jmb/content-factory to trunk
John Mark Bell
2011-05-06
1
-23
/
+22
*
Reduce number of page reflows and viewport
Michael Drake
2011-04-27
1
-14
/
+27
*
Optimise first pass of layout. Reduces number of nsfont_width calls by up to...
Michael Drake
2011-04-26
1
-11
/
+36
*
Change how blocks are positioned vertically (esp. margin handling).
Michael Drake
2011-04-22
1
-60
/
+217
*
Fix build with NDEBUG defined
John Mark Bell
2011-04-03
1
-2
/
+89
*
Allow box margins to collapse through zero-height boxes.
Michael Drake
2011-03-12
1
-10
/
+51
*
Saturated maths in css fixed point
Vincent Sanders
2011-03-12
1
-4
/
+4
*
Update left/right margins comment.
Michael Drake
2011-03-12
1
-2
/
+2
*
Esimated width is fine for last box.
Michael Drake
2011-03-05
1
-2
/
+4
*
Ensure box has appropriate space before cloning.
Michael Drake
2011-03-05
1
-6
/
+14
*
Make sure the last clone box for a wrapped text is properly measuered.
Michael Drake
2011-03-05
1
-0
/
+15
*
Move clone to box flags.
Michael Drake
2011-03-02
1
-1
/
+1
[next]