This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-11 03:29:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
apps
/
webbrowser
History
oliverschmidt
acade90174
Removed inconsistent source formatting.
2006-10-06 21:39:45 +00:00
..
html-strings
…
html-strings.c
…
html-strings.h
…
htmlparser.c
Changed the maximum length of a single word from 40 to match the page width. Browsers wider than 40 cols can now render longer words. Browsers smaller than 40 cols avoid display inconsistencies on long words (and save memory). Additionally simplified word truncation code.
2006-10-06 21:34:59 +00:00
htmlparser.h
With the change to always position the cursor at the end of the exsisting text on entering the textentry field edit state it became necessary to avoid initializing textentry fields with blanks insteads of zeros.
2006-10-06 21:14:28 +00:00
http-strings
…
http-strings.c
…
http-strings.h
…
http-user-agent-string.c
…
http-user-agent-string.h
…
Makefile.webbrowser
…
webclient.c
Avoid compiler warnings.
2006-08-14 23:31:40 +00:00
webclient.h
…
www-dsc.c
…
www-dsc.h
…
www.c
Removed inconsistent source formatting.
2006-10-06 21:39:45 +00:00
www.h
…