The official git repository for OSD-Contiki, the open source OS for the Internet of Things
Go to file
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
apps 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
core Limit number of sensor events to avoid overflowing event queue 2006-10-06 09:18:52 +00:00
cpu Minimalistic plug in replacement for the leds package. 2006-09-27 09:32:08 +00:00
doc Added documentation of the Contiki build system 2006-10-02 22:04:09 +00:00
examples A really simple Contiki program, intended to show how the build system works and how to write simple Contiki programs 2006-10-02 21:46:46 +00:00
platform added flags for checking if we are inside process_run() 2006-10-06 10:47:09 +00:00
tools radio medium reporting transfers only after they have succeded 2006-10-06 13:32:45 +00:00
Makefile initial creation of toplevel makefile 2006-06-24 19:05:53 +00:00
Makefile.include Put mt.c back in there, but this time the problematic code that was in the file is commented out 2006-09-01 22:57:32 +00:00