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
/
css
Commit message (
Expand
)
Author
Age
Files
Lines
*
move the CSS content handler
Vincent Sanders
2016-05-26
13
-6611
/
+0
*
Fix several doxygen errors
Vincent Sanders
2016-05-05
1
-4
/
+4
*
Fix background attribute handling.
Michael Drake
2016-02-13
1
-1
/
+1
*
Add switch case fallthrough comments.
Michael Drake
2016-02-09
1
-0
/
+5
*
Fix body text hint.
Michael Drake
2016-02-07
1
-0
/
+25
*
Rewrite hints handling to be more efficient.
Michael Drake
2016-02-05
2
-1123
/
+788
*
Change hints handling to use new libcss API.
Michael Drake
2016-02-05
2
-55
/
+191
*
Remove duplicate branch.
Michael Drake
2016-02-05
1
-8
/
+0
*
Tidy cellpadding hint handling.
Michael Drake
2016-02-05
1
-11
/
+12
*
Split out presentational hints handling.
Michael Drake
2016-02-05
5
-1790
/
+1849
*
Fix ALIGN attribute on TABLE.
Michael Drake
2015-08-14
1
-0
/
+2
*
Change LOG() macro to be varadic
Vincent Sanders
2015-05-28
2
-14
/
+12
*
Remove legacy #undef
Michael Drake
2015-05-03
1
-2
/
+0
*
Remove include of nsurl.h
Michael Drake
2015-02-26
1
-2
/
+2
*
Doxygen fixes
Vincent Sanders
2014-11-09
3
-14
/
+19
*
Resolve relative URLs in inline CSS relative to document's base URL, rather t...
Michael Drake
2014-09-18
1
-1
/
+1
*
when walking the css imports ensure the content is present before dereferenci...
Vincent Sanders
2014-07-08
1
-2
/
+2
*
Handle overflow-x and overflow-y properties.
Michael Drake
2014-06-01
1
-5
/
+24
*
remove unecessary utils/url.h includes
Vincent Sanders
2014-05-09
1
-4
/
+4
*
remove uncessary include os render/html.h
Vincent Sanders
2014-02-04
1
-4
/
+3
*
Use corestring.
Michael Drake
2014-01-24
1
-14
/
+2
*
stop system colours being anything to do with frontends
Vincent Sanders
2014-01-10
2
-5
/
+5
*
Remove asserts for default cases from all content message handlers; this is l...
Rob Kendrick
2014-01-05
1
-12
/
+1
*
Use dom_string_isequal, not lwc_string_isequal, for dom strings.
Michael Drake
2014-01-04
1
-4
/
+2
*
Merge branch 'mmu_man/haiku-fixes'
Vincent Sanders
2014-01-01
1
-2
/
+2
|
\
|
*
C89
François Revol
2013-12-07
1
-2
/
+2
*
|
Make nscss_get_style return completed computed styles. Now matches nscss_get...
Michael Drake
2013-12-19
2
-6
/
+52
*
|
Rename libcss_node_data key for libdom node user data.
Michael Drake
2013-12-13
1
-4
/
+7
*
|
Update for new libcss API.
Michael Drake
2013-12-13
3
-173
/
+78
|
/
*
Optimise selection by generating node ancestor element/class/id name bloom fi...
Michael Drake
2013-12-01
2
-5
/
+170
*
Wrap line.
Michael Drake
2013-11-28
1
-1
/
+2
*
Fix leaks of colour attribute values. (Such as LINK, VLINK, TEXT, and COLOR ...
Michael Drake
2013-10-25
1
-0
/
+2
*
Fix leak of cellpadding attribute value.
Michael Drake
2013-10-25
1
-10
/
+9
*
add handling for recived but no action redirect messages and log before abort...
Vincent Sanders
2013-06-08
1
-4
/
+11
*
Move NetSurf to CSS colour conversion macro. Make both conversion macros the...
Michael Drake
2013-05-29
1
-6
/
+21
*
move options include
Vincent Sanders
2013-05-28
2
-2
/
+2
*
Remove SUPPORT_VISITED build switch.
Michael Drake
2013-05-18
1
-5
/
+0
*
Enable :visited handling for experimentation.
Michael Drake
2013-05-17
1
-0
/
+1
*
Fix visited support for libdom. (Still disabled.)
Michael Drake
2013-05-16
1
-22
/
+43
*
fix dumb comparison error
Vincent Sanders
2013-05-04
1
-1
/
+1
*
check the return codes from css increment and reset
Vincent Sanders
2013-05-04
1
-2
/
+2
*
split sources lists out to their subdirectories as first step towards using c...
Vincent Sanders
2013-03-11
1
-0
/
+5
*
Use correct base URL for inline stylesheets
John-Mark Bell
2013-02-27
1
-2
/
+8
*
Use custom fetcher for inline CSS
John-Mark Bell
2013-02-27
2
-39
/
+37
*
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
Michael Drake
2013-01-02
1
-7
/
+4
|
\
|
*
Fix form input size attribute handling to be case insensitive. Fixes form in...
Michael Drake
2013-01-02
1
-7
/
+4
*
|
Fix #3584934. Case insensitive matching of align attribute value.
Michael Drake
2013-01-02
1
-2
/
+4
|
/
*
File input boxen deserve EX width hinting
Daniel Silverstone
2012-11-04
1
-0
/
+2
*
type=search is a new-fangled HTML5 thing which we treat as input and thus giv...
Daniel Silverstone
2012-11-04
1
-0
/
+2
*
Unspecified input types are text and so get EX widths
Daniel Silverstone
2012-11-04
1
-2
/
+3
[next]