This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
netsurf
Watch
1
Star
0
Fork
0
You've already forked netsurf
mirror of
https://github.com/netsurf-browser/netsurf
synced
2025-02-13 04:54:12 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
netsurf
/
render
History
Michael Drake
12d826a050
Function namespacing.
...
svn path=/trunk/netsurf/; revision=12590
2011-07-07 19:12:53 +00:00
..
box_construct.c
…
box_normalise.c
…
box.c
…
box.h
Move rectangle type to utils/types.h
2011-06-28 15:18:48 +00:00
font.c
…
font.h
…
form.c
Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends.
2011-06-30 15:48:07 +00:00
form.h
Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends.
2011-06-30 15:48:07 +00:00
html_interaction.c
Clean up text input code. Now desktop/textinput.{c|h} is concerend with browser windows only. HTML content specific stuff moved to render/textinput.{c|h} and disassociated from browser windows.
2011-07-07 17:50:04 +00:00
html_internal.h
Clean up text input code. Now desktop/textinput.{c|h} is concerend with browser windows only. HTML content specific stuff moved to render/textinput.{c|h} and disassociated from browser windows.
2011-07-07 17:50:04 +00:00
html_redraw.c
Remove ghost caret.
2011-07-07 18:38:35 +00:00
html.c
Clean up text input code. Now desktop/textinput.{c|h} is concerend with browser windows only. HTML content specific stuff moved to render/textinput.{c|h} and disassociated from browser windows.
2011-07-07 17:50:04 +00:00
html.h
Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends.
2011-06-30 15:48:07 +00:00
hubbub_binding.c
…
imagemap.c
…
imagemap.h
…
layout.c
Prevent iframes with display:inline and percentage width from getting a width of AUTO during minmax layout phase.
2011-06-28 19:42:31 +00:00
layout.h
…
list.c
…
list.h
…
parser_binding.h
…
table.c
…
table.h
…
textinput.c
Function namespacing.
2011-07-07 19:12:53 +00:00
textinput.h
Function namespacing.
2011-07-07 19:12:53 +00:00
textplain.c
Set bw for textplain selection.
2011-07-02 12:34:35 +00:00
textplain.h
…