1. dc36a13 Added 'About Contiki' text to icon by adamdunkels · 21 years ago
  2. 30c449e Added new configuration option WWW_CONF_PAGEVIEW which makes web browser view one page of text at a time by adamdunkels · 21 years ago
  3. ece2177 Moved the User-Agent string to a separate file to make it easier to change on a per-architecture basis by adamdunkels · 21 years ago
  4. e3fa8fa It should now be possible to use numerical IP addresses in addition to hostnames by adamdunkels · 21 years ago
  5. 045437c The Run... menu item now no longer appears on platforms without loadable programs. by adamdunkels · 21 years ago
  6. b1a3d23 Now uses new DISPATCHER_PROCS() API call and no longer needs to scan all available process IDs. by adamdunkels · 21 years ago
  7. 3fc888e Text icon now uses upper case characters. by adamdunkels · 21 years ago
  8. f1d1965 Web server now kills all connections when there are memory problems. This fixes a possible bug where all connection states could be used up, even though there were TCP connections available. by adamdunkels · 21 years ago
  9. 9f20c05 Added D64 download functionality for the CBM platforms (with #ifdef __CBM__) by adamdunkels · 21 years ago
  10. e9354c4 Removed redundant screen redraws by adamdunkels · 21 years ago
  11. 2a4ba54 Removed redundant screen redraw when opening and closing dialog by adamdunkels · 21 years ago
  12. 41a3b58 Added missing -dsc header file by adamdunkels · 21 years ago
  13. 02e3190 Initial import of the script that produces a httpd-fsdata.c from the httpd-fs/ directory by adamdunkels · 21 years ago
  14. c7cc92a Updated the web server code so that it uses the same code as the one in uIP. Files are now kept in RAM and scripts can be used for adding extra functionality by adamdunkels · 21 years ago
  15. eb5cfb9 Obsolete programs, are now replaced by program-handler.c and -dsc files by adamdunkels · 21 years ago
  16. 7677172 No longer redraws full desktop when process list is updated by adamdunkels · 21 years ago
  17. e9cc25a Changed ctk_draw to ctk_desktop interface calls by adamdunkels · 21 years ago
  18. e8bdfe1 Fixed NULL pointer bugs by adamdunkels · 21 years ago
  19. 0855d56 Dialog now resizes itself if the screen is too small by adamdunkels · 21 years ago
  20. 12467a7 Removed unnecessary redraw when dialog open by adamdunkels · 21 years ago
  21. 4e441cb Preliminary digit buttons by adamdunkels · 21 years ago
  22. 1690685 Fixed bug so that it now compiles without uIP as well by adamdunkels · 21 years ago
  23. daf5e57 Shortened icon name by adamdunkels · 21 years ago
  24. c4bf5ca Now uses new ctk_signal_widget_select, and makes sure that only hyperlinks cause the status text to change by adamdunkels · 21 years ago
  25. 893e7f6 Added a bunch of dsc files by adamdunkels · 21 years ago
  26. db7da0d Now calls correct .prg file by adamdunkels · 21 years ago
  27. 14e72c6 Changed description to fit in directory browser text label width by adamdunkels · 21 years ago
  28. 28fa760 Changed description by adamdunkels · 21 years ago
  29. 43c3d1d Added program description (dsc) support and broke out program dependancies from the program-handler by adamdunkels · 21 years ago
  30. 8539c15 Updated stuff for testing by adamdunkels · 21 years ago
  31. c4db287 Configuration now obtained from the running system by adamdunkels · 21 years ago
  32. 7727b11 Fixed compile problem by adamdunkels · 21 years ago
  33. c11c62d Fixed bug with history list pointer being out of bounds by adamdunkels · 21 years ago
  34. 83e2284 add "Atari 800" User-Agent string by sannyx · 21 years ago
  35. c880903 Placed the No button in the Erase dialog within the dialog, and made sure the screen was redrawn after showing it by adamdunkels · 21 years ago
  36. c97a60b Changed process name to Calculator by adamdunkels · 21 years ago
  37. a938108 Added program_handler_load() function by adamdunkels · 21 years ago
  38. c1272b2 Changed process name to program handler, added program_handler_load() function by adamdunkels · 21 years ago
  39. 192ecd3 About text is now system agnostic by adamdunkels · 21 years ago
  40. 2e41542 Added workaround for function pointer arguments in uIP callbacks by adamdunkels · 21 years ago
  41. dc57fb0 Made Run... window smaller so that it fits on the VIC20 screen by adamdunkels · 21 years ago
  42. 8bb556e Process ID field updated to three characters by adamdunkels · 21 years ago
  43. 4b7a7ab Windows default placement is now at the center of the screen by adamdunkels · 21 years ago
  44. eb0df01 First version of a very simple calculator by adamdunkels · 21 years ago
  45. 78c03dc Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  46. 0137b44 Made the quit() function have a unique name in each program by adamdunkels · 21 years ago
  47. e0cc058 Initial version by adamdunkels · 21 years ago
  48. 95df289 Now uses EK_ID_NONE by adamdunkels · 21 years ago
  49. 6b3c858 Fixes problems with use without loadable programs by adamdunkels · 21 years ago
  50. 1cd53bd Added support for making program loadable by adamdunkels · 21 years ago
  51. 4292c86 Broke contiki.c and programs.c into multiple separate programs to facilitate program loading by adamdunkels · 21 years ago
  52. 8af703e Program now exit their process and unload themselves if possible by adamdunkels · 21 years ago
  53. 287cfd5 Remade process list updating to allow more than a few process IDs to be used by adamdunkels · 21 years ago
  54. 62b6499 Process will now exit when browser window is closed by adamdunkels · 21 years ago
  55. 9d1aaef Changed FASTCALL macro to new CC_FASTCALL by adamdunkels · 21 years ago
  56. fcbd3d3 Fixed menu bug when no web browser was compiled in. by adamdunkels · 21 years ago
  57. 846b8ef Moved into conf/ subdirectory and changed name into .example by adamdunkels · 21 years ago
  58. 17e84a3 Moved a number of configuration options from the code file to a separate header file. by adamdunkels · 21 years ago
  59. aceb911 Added a ctk_window_open() so that the browser window opens when a hyperlink is activated from another process. by adamdunkels · 21 years ago
  60. a83cafe Added ifdef __C64__ around C64 specific parts of the code. by adamdunkels · 21 years ago
  61. af90817 Fixed compiler warnings. by adamdunkels · 21 years ago
  62. c2e0d62 Added include file "petsciiconv.h" to avoid compiler warnings. by adamdunkels · 21 years ago
  63. ca9ddcb Initial import by adamdunkels · 21 years ago