1. 3e21390 Fix various mismatched prototypes and other compilation problems. by PulkoMandy · 10 years ago
  2. 58d4eb2 On plaforms with (sub-)directory support it makes sense to seperate user file access (to be directed in to the current directory) from system file (.prg, .drv, ...) access (to be directed to the Contiki directory). by oliverschmidt · 19 years ago
  3. 3dcae72 Added a new textentry input handler for using the textentry widget as checkbox replacement. The handler assumes that the widget is one char wide and long. The space bar toggles the checkmark (and 'X' / 'x' sets it to be consistent with standard textentry widgets). by oliverschmidt · 19 years ago
  4. fc721b9 Added a new textentry input handler for using the textentry widget as a commandline like in the shell and irc app. On CH_ENTER it just notifies its parent but doesn't quit the edit state nor switches the focus to the next widget. by oliverschmidt · 19 years ago
  5. cd6c30b Every line in a multiline textentry widget is supposed to have an addtional zero termination so take that into account when computing line offsets. by oliverschmidt · 19 years ago
  6. e96e07a Set the cursor to the end of the current line on entering the edit state of a multiline textentry widget. by oliverschmidt · 19 years ago
  7. 6c6adaf Re-Introduced multiline textentry widget. by oliverschmidt · 19 years ago
  8. 72da830 Replaced strange memset(..., ' ', ...) with typical memset(..., 0, ...) by oliverschmidt · 19 years ago
  9. 3cf20b2 Include O_TRUNC in CFS_WRITE to make sure that i.e. uncompleted re-downloads are identifyable. by oliverschmidt · 19 years ago
  10. 0278435 Added documentation, added timer_restart function that starts timer from current time, timer_reset now starts timer from last expiry by adamdunkels · 19 years ago
  11. ce7f02a Added list_length() function for calculating the length of a list by adamdunkels · 19 years ago
  12. a2f3c42 Added copyright license header by adamdunkels · 20 years ago
  13. 4c09222 A timer_reset should reset the timer from the current clock time by adamdunkels · 20 years ago
  14. dc0bc68 Brief descriptions of all files in the directory by adamdunkels · 20 years ago
  15. 123ab1c Removed reduntant ->current field by adamdunkels · 20 years ago
  16. e357785 Added init function by adamdunkels · 20 years ago
  17. d58321e Added init function, bugfix for the last line of text by adamdunkels · 20 years ago
  18. cd78ed9 Added CTK and CFS includes by adamdunkels · 20 years ago
  19. d28b1e1 Added functions for adding items from both ends of list by adamdunkels · 20 years ago
  20. f00bb86 Handle cfs_open() flags, compile under cygwin by adamdunkels · 20 years ago
  21. ccc6ebc Moved to ek/ by adamdunkels · 20 years ago
  22. 92a5996 Moved functionality to uip/socket.c by adamdunkels · 20 years ago
  23. eaea2d8 Purified protothread interface, moved socket functionality into uip/socket.h file by adamdunkels · 20 years ago
  24. 539f13c CFS file dialog by adamdunkels · 20 years ago
  25. c27f328 Updated CFS API to include directory functions by adamdunkels · 20 years ago
  26. ab6f3bd Protothreads: a very simple kind of threads that allow blocking functions, but that hold only very limited thread state and therefore require less memory than traditional threads by adamdunkels · 20 years ago
  27. 8268de1 Updated CFS API to include directory functions, moved functions into macros defined in header file by adamdunkels · 20 years ago
  28. 8d64ae5 CFS implementation on top of POSIX by adamdunkels · 20 years ago
  29. 23e64ae Removed advertising clause by adamdunkels · 20 years ago
  30. 077ad94 Updated to new kernel API by adamdunkels · 20 years ago
  31. 26d35ea Contiki file system service interface by adamdunkels · 20 years ago
  32. a4533b4 Merged mt.c and mtp.c and moved into ek/ directory by adamdunkels · 20 years ago
  33. d106ecc New timer library module by adamdunkels · 20 years ago
  34. 06f897e Removed old advertising clause by adamdunkels · 20 years ago
  35. c2e0e66 NULL definition now follows standard by adamdunkels · 20 years ago
  36. f339ec8 First version of the preemptive multi-threading library by adamdunkels · 20 years ago
  37. 01f657c Updated documentation by adamdunkels · 20 years ago
  38. dd780b2 Define NULL by adamdunkels · 20 years ago
  39. 0f41361 Added CC_DOUBLE_HASH config option for C compilers that support ## style macro definitions by adamdunkels · 20 years ago
  40. 9e15ad7 Fixed memset() bug by adamdunkels · 20 years ago
  41. 97435a9 Semi-abstract linked list implementation that might be useful by adamdunkels · 20 years ago
  42. 9217704 Added ## preprocessor directive to enable multiple memory block declarations in a single file by adamdunkels · 20 years ago
  43. 25adfdf Memory block allocation routines by adamdunkels · 21 years ago
  44. 1e45c6d Updated doxygen documentation, revised copyright stuff by adamdunkels · 21 years ago
  45. 0b3eeba Rewrote PETSCII->ASCII code so that it now works, and no longer uses a table by adamdunkels · 21 years ago
  46. b8f6497 Added a very simple text edit widget by adamdunkels · 21 years ago
  47. 92b8457 Added color argument to ctk_arch_draw_char() function by adamdunkels · 21 years ago
  48. fbdeea6 Added a color argument to ctk_arch_draw_char() by adamdunkels · 21 years ago
  49. a0de328 Added libconio-conf.h support by adamdunkels · 21 years ago
  50. cc08873 Fixed bug with screen size return values by adamdunkels · 21 years ago
  51. 78c03dc Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  52. b732686 Added missing function declarations by adamdunkels · 21 years ago
  53. e25fbf2 Configiuration options determined by the C compiler used by adamdunkels · 21 years ago
  54. 50d99c7 Added a number of missing function implementations by adamdunkels · 21 years ago
  55. 77b38b5 Removed string.h include file and added bare strncmp() declaration instead. by adamdunkels · 21 years ago
  56. ca9ddcb Initial import by adamdunkels · 21 years ago