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-10 11:29:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
apps
/
webbrowser
History
oliverschmidt
661a58cddb
Make lists of source files for each app available individually - i.e. for creation of dynamically loadable modules.
2007-04-05 19:50:43 +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
Make lists of source files for each app available individually - i.e. for creation of dynamically loadable modules.
2007-04-05 19:50:43 +00:00
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
…