osd-contiki/apps
oliverschmidt e8ff2ba595 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.
Unfortunately I overlooked the dynamically created textentry fields for web forms. Changing their behaviour was a little more complicated as the length of the existing text was used to determine the size of the textentry field. Now this size is passed explicitly.
2006-10-06 21:14:28 +00:00
..
about Added header necessary for petsciiconv_toascii(). 2006-08-13 13:59:07 +00:00
calc Avoid compiler warnings. 2006-08-16 22:09:51 +00:00
cmdd uip_ipaddr_t changes fixed thanks to Marcelo Barros 2006-09-20 19:06:41 +00:00
codeprop Slightly outdated versions were imported to sf. 2006-08-02 14:33:36 +00:00
dhcp More uip_ipaddr_t fixes. 2006-09-18 23:27:42 +00:00
directory Don't close directory if it isn't open. 2006-10-06 20:48:12 +00:00
editor Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
email Avoid compiler warnings. 2006-08-21 21:32:24 +00:00
ftp More uip_ipaddr_t fixes (and avoid compiler warning). 2006-08-21 21:37:37 +00:00
irc Avoid compiler warnings. 2006-08-21 21:39:01 +00:00
netconf More uip_ipaddr_t fixes. 2006-09-18 23:27:42 +00:00
process-list The Contiki 2.x process entity doesn't contain a process id anymore. Therefore successive numbers are assigned dynamically to the listed processes for selection purposes. 2006-08-27 15:15:46 +00:00
program-handler Added quit menu option. 2006-08-30 22:40:58 +00:00
shell The Contiki 2.x process entity doesn't contain a process id anymore. Therefore processes are killed by name rather then by id. 2006-08-30 22:06:18 +00:00
telnet Avoid compiler warnings. 2006-08-21 21:45:25 +00:00
telnetd Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
vnc VNC viewer 2006-06-17 23:08:35 +00:00
webbrowser 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
webserver Fix for bug when script goes past the end of a file (thanks to Till Harbaum) 2006-09-20 19:18:56 +00:00