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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix top margin of boxes with a non-visible overflow type.
Michael Drake
2008-06-30
1
-0
/
+3
*
Add param and return details to layout_solve_width() comment.
Michael Drake
2008-06-10
1
-0
/
+10
*
Establish a new block formatting context for blocks with non-visisble overflo...
Michael Drake
2008-06-06
1
-0
/
+33
*
Recurse into <area> and <a>, too.
John Mark Bell
2008-05-28
1
-3
/
+5
*
Squash more warnings.
John Mark Bell
2008-05-26
1
-3
/
+3
*
Simplify code using xmlDocGetRootElement().
James Bursa
2008-05-25
1
-4
/
+1
*
The core code has always assumed a locale of "C".
John Mark Bell
2008-05-13
2
-6
/
+6
*
Accomodate text area scrollbars in fixed widths. Fix radio button / checkbox ...
Michael Drake
2008-04-25
1
-4
/
+9
*
Change handling of form element widths / heights.
Michael Drake
2008-04-25
1
-12
/
+57
*
Make floats that follow a cleared float heed the clear. Fixes position of sea...
Michael Drake
2008-04-23
2
-4
/
+18
*
Maybe fix table layout problem caused by r4100.
Michael Drake
2008-04-23
1
-0
/
+4
*
Fix absolute positioning when there's a float between the box and its contain...
Michael Drake
2008-04-21
1
-1
/
+22
*
Improve handling of absolutely positioned table cells. Corrects positioning o...
Michael Drake
2008-04-20
5
-11
/
+38
*
Launch redirects to unsupported URLs in other applications.
John Mark Bell
2008-04-19
1
-0
/
+4
*
Various text selection improvements:
Michael Drake
2008-04-07
1
-0
/
+27
*
- riscos/gui.c(path_to_url): escape the characters which need to be escaped w...
John Tytgat
2008-04-02
1
-2
/
+2
*
Only record that the HTML alignment was set by a table element if it is actua...
Michael Drake
2008-03-29
1
-6
/
+7
*
Implement sprite support for GTK using librosprite
James Shaw
2008-03-29
1
-1
/
+1
*
CSS min/max-height overrides height.
Michael Drake
2008-03-21
1
-1
/
+1
*
Unsightly hack around flickering to white in nsgtk. This needs to be sorted o...
John Mark Bell
2008-03-21
1
-0
/
+37
*
CSS min-height and max-height properties override fixed heights too.
Michael Drake
2008-03-20
1
-12
/
+16
*
Re-express table_find_cell algorithm to avoid relying upon side-effects.
John Mark Bell
2008-03-19
1
-5
/
+13
*
Lose spurious *
John Mark Bell
2008-03-19
1
-1
/
+1
*
Squash "implicit declaration of function 'gui_multitask'" warnings.
John Mark Bell
2008-03-19
3
-6
/
+0
*
Ensure that scrollbar foreground is actually visible (black on black, for exa...
John Mark Bell
2008-03-14
1
-2
/
+10
*
Change meaning of c->redraw_time to be the earliest time to reflow during pag...
Rob Kendrick
2008-03-11
1
-4
/
+15
*
Insert implied boxes rather than entirely removing empty table/row group node...
John Mark Bell
2008-03-10
1
-22
/
+62
*
Fix last pointer manipulation for table and row_group boxes.
John Mark Bell
2008-03-10
1
-2
/
+4
*
Take account of any table height specified through CSS or HTML.
John Mark Bell
2008-03-10
1
-1
/
+10
*
Apply min/max-height to absolutely positioned elements.
Michael Drake
2008-03-10
1
-0
/
+1
*
Adjust y values after seting a min/max-height.
Michael Drake
2008-03-09
1
-5
/
+22
*
Initial stab at min/max-height support.
Michael Drake
2008-03-09
1
-1
/
+46
*
When floats have clear right or left set, as well as being put below floats o...
Michael Drake
2008-03-09
1
-20
/
+29
*
Fix clear CSS property support when applied on floats.
Michael Drake
2008-03-09
1
-5
/
+20
*
Round percentage width to nearest pixel with integers.
Michael Drake
2008-03-08
1
-2
/
+3
*
Fix float wrapping when available space equals space that would be used by fl...
Michael Drake
2008-03-07
1
-1
/
+1
*
No space between rows of floats.
Michael Drake
2008-03-07
1
-4
/
+4
*
Round percentage widths to nearest pixel instead of down.
Michael Drake
2008-03-06
1
-2
/
+2
*
Centered tables are a special case.
Michael Drake
2008-03-05
1
-1
/
+15
*
Squash warning.
Michael Drake
2008-03-01
1
-1
/
+1
*
Periodically reflow the page while fetching a page's objects. Make buffer all...
Michael Drake
2008-02-29
1
-6
/
+22
*
Fix align attributes on TABLE etc being overridden in the table's cells by th...
Michael Drake
2008-02-28
1
-4
/
+15
*
Make content_reset actually do what it's meant to (i.e. reset the appropriate...
John Mark Bell
2008-02-27
1
-1
/
+6
*
Don't meddle with blockquote's margins.
Michael Drake
2008-02-26
1
-2
/
+3
*
SignednessWarnings.squash()
John Mark Bell
2008-02-25
4
-66
/
+77
*
Improve handling of HTML attributes / markup:
Michael Drake
2008-02-25
2
-216
/
+392
*
Also flag box as invisible so it'll have no effect on layout
John Mark Bell
2008-02-25
1
-0
/
+1
*
Ignore spurious top-level framesets correctly (previously declared memory exh...
John Mark Bell
2008-02-25
1
-1
/
+5
*
For form gadgets, specified percentage width is inclusive of margin, border a...
Michael Drake
2008-02-17
1
-9
/
+23
*
Select element width is width of longest option text.
Michael Drake
2008-02-11
1
-8
/
+60
[next]