1. 784b297 Added doxygen documentation, changed dispatcher_signal() and dispatcher_idle() functions to dispatcher_process_signal() and dispatcher_process_idle(), fixed possible bug with return value of dispatcher_start() by adamdunkels · 21 years ago
  2. 3d372e1 Removed the id argument to the ctk_icon_add() by adamdunkels · 21 years ago
  3. 3529869 Added doxygen documentation by adamdunkels · 21 years ago
  4. 5dd70b5 Configuration file for Doxygen by adamdunkels · 21 years ago
  5. c4dbb8d ctk_signal_keypress are now delivered with fastemit() function, only one redraw is performed when many keypresses are queued, and ctk_widget_redraw() code was split into two functions by adamdunkels · 21 years ago
  6. 268cce2 Added a dispatcher_fastemit() function which emits a signal immediately, added a dispatcher_connect() function which calls uip_connect() and issues a uIP poll signal. by adamdunkels · 21 years ago
  7. 77b7a69 Resized download dialog, added a WWW_CONF_HOMEPAGE option for setting a default homepage by adamdunkels · 21 years ago
  8. 37ac5f2 HTTP redirects now may span hosts by adamdunkels · 21 years ago
  9. 564b903 Argument passing across processes by adamdunkels · 21 years ago
  10. 72aebd1 Focus now no longer drops off command entry by adamdunkels · 21 years ago
  11. 8bb5cca Added the ability to pass an argument pointer to newly created processes by adamdunkels · 21 years ago
  12. 3ea09e6 Removed old out-commented code by adamdunkels · 21 years ago
  13. 1d31c32 Reduced number of characters in hostname from 64 to 32 by adamdunkels · 21 years ago
  14. 0b3eeba Rewrote PETSCII->ASCII code so that it now works, and no longer uses a table by adamdunkels · 21 years ago
  15. 2bd4ec4 VNC server name now copied from static string rather than from immediate constants by adamdunkels · 21 years ago
  16. a05d540 Enter key press in text entry widget now makes focus jump downward by adamdunkels · 21 years ago
  17. e7f5d50 Removed unneeded return statement by adamdunkels · 21 years ago
  18. c583d21 Increased HTTP header line length to 200, since the older value did not work with all web servers by adamdunkels · 21 years ago
  19. f6eea75 Web browser now asks question about starting downloader application when it starts receiving non-HTML data by adamdunkels · 21 years ago
  20. e6a3f18 HTTP header fields are now case insensitive by adamdunkels · 21 years ago
  21. e200430 Added PETSCII conversions by adamdunkels · 21 years ago
  22. a49d1dc Made MSS span entire available buffer, made buffer two bytes longer for safety by adamdunkels · 21 years ago
  23. eba7519 Command shell DSC by adamdunkels · 21 years ago
  24. be17526 Generic shell code by adamdunkels · 21 years ago
  25. 627009a First version of remote shell application by adamdunkels · 21 years ago
  26. d962db4 Fixed a bug where the first SYN sometimes contained a zero window by adamdunkels · 21 years ago
  27. 429e566 Moved default router and netmask configuration out from ARP module and into generic uIP module by adamdunkels · 21 years ago
  28. eb91d5f Added macros uip_periodic_conn() and uip_udp_periodic_conn() which are used when forcing a poll by adamdunkels · 21 years ago
  29. a38da25 Removed unused IPv6 code, and did some optimizations for reducing code space by adamdunkels · 21 years ago
  30. 5a90d64 Added an #if WITH_UIP around uIP function calls by adamdunkels · 21 years ago
  31. 6e04e1a Added CTK_TEXTENTRY_CLEAR() macro by adamdunkels · 21 years ago
  32. 04ec5b4 Now emits a ctk_signal_widget_activate when a textentry is activated by adamdunkels · 21 years ago
  33. 328e535 Now loads page directly when pressing enter after typing the URL by adamdunkels · 21 years ago
  34. 506d6c4 Now shows file name in error messages by adamdunkels · 21 years ago
  35. a1bdf18 Removed redundant #ifdefs followed by an #if and replaced them with a single #if by adamdunkels · 21 years ago
  36. f180e34 Made operands 'long' to gain more digits in computation by adamdunkels · 21 years ago
  37. 8145e70 Added polling signals that can be used to force a uIP poll to be performed for a connection by adamdunkels · 21 years ago
  38. 99dcf45 Reduced size of name cache, made a few locals static and rewrote parts of the code, all in order to reduce code size by adamdunkels · 21 years ago
  39. 26e643f Made a bunch of local variables static in order to reduce code size by adamdunkels · 21 years ago
  40. 4dd8eeb Rewrote small parts in order to reduce code size. by adamdunkels · 21 years ago
  41. d59dadf Made local variable a register variable to reduce code size - only works with latest cc65 snapshot by adamdunkels · 21 years ago
  42. cd8c3a2 Added uip_unlisten() which causes a listening port to stop listening by adamdunkels · 21 years ago
  43. 7b5a24f Rewrote the dispatcher and ek modules so that all functionality now is contained in dispatcher, and the old ek is now obsolete by adamdunkels · 21 years ago
  44. fb565d9 Fixed bug which made loading start a way down the page when WWW_CONF_PAGEVIEW was set by adamdunkels · 21 years ago
  45. e0e6f5c Removed old junk, fixed a bug in the IP address translation code which caused erroneous IP address lookups by adamdunkels · 21 years ago
  46. 62652ac Remade the #defines so that they will compile with cc65 by adamdunkels · 21 years ago
  47. 4662303 Menus are now redrawn when a menu is removed by adamdunkels · 21 years ago
  48. 95bdfce Updated area for dialogs was too small, fixed by adamdunkels · 21 years ago
  49. 91acf26 Changed -DNOT_AVR to -DWITH_AVR which AVR targets will have to define by adamdunkels · 21 years ago
  50. 3c01d28 Added F-keys by adamdunkels · 21 years ago
  51. 6fbf76c Made webserver window smaller by adamdunkels · 21 years ago
  52. 09da1ef Telnet window is now centered on screen by adamdunkels · 21 years ago
  53. e3ac720 Setup window is now centered on screen by adamdunkels · 21 years ago
  54. 01e7ba1 Added line breaks to outgoing emails, added better messages when emails have been sent by adamdunkels · 21 years ago
  55. a6557e4 Added fastcall to ctk_widget_add() by adamdunkels · 21 years ago
  56. 3af580f Removed old MULTILINE text entry, updated ctk_signal_keypress logic, added fastcall to a few functions to reduce code size by adamdunkels · 21 years ago
  57. 11bb946 Changed ctk_window_redraw() to redraw_window() by adamdunkels · 21 years ago
  58. 15e26dd Configuring a NULL screensaver now turns screensaver off by adamdunkels · 21 years ago
  59. cd583a5 Fixed bug so that the SMTP works again by adamdunkels · 21 years ago
  60. 9304bee Simple DSC file for the email program by adamdunkels · 21 years ago
  61. 3a30cde E-mail program now works for sending e-mail using the new ctk-textedit widget by adamdunkels · 21 years ago
  62. b8f6497 Added a very simple text edit widget by adamdunkels · 21 years ago
  63. 9795b2e Changed screensaver code so that it allows loadable screensavers, added CTK_CONF_WIDGETUP_KEY and CTK_CONF_WIDGETDOWN_KEY which are now used for switching between widgets by adamdunkels · 21 years ago
  64. 8a8138b Added loadable screensaver support by adamdunkels · 21 years ago
  65. 92b8457 Added color argument to ctk_arch_draw_char() function by adamdunkels · 21 years ago
  66. 9d0f580 Added EK_CONF_TIMERS option for turning on or off the generic ek timer functionlity by adamdunkels · 21 years ago
  67. 48f1dd0 Rewrote loop code to use pointers instead of indexes. Reduces code size with cc65 by adamdunkels · 21 years ago
  68. cf90b0d Added explicit timer functionality, no longer uses the ek timer functions by adamdunkels · 21 years ago
  69. 89c1f4e Made window size depend on configured size, added check to log function so that only new URLs are logged in 'Back' queue, added 'Back' log for submitbuttons, added window redraw when scrolling by adamdunkels · 21 years ago
  70. 873b6c7 File field now has size which depends on maxiumum configured URL length, added CC_FASTCALL to reduce code size by adamdunkels · 21 years ago
  71. e063517 Rewrote loops to use explicit pointers instead of indexes, reduces code size for cc65 by adamdunkels · 21 years ago
  72. 1020f7c Added declaration for webserver_log_file() function by adamdunkels · 21 years ago
  73. 7c9ca7e Removed old http_webserver_d64_header string by adamdunkels · 21 years ago
  74. fe6cd59 Added CC_FASTCALL in order to reduce code size by adamdunkels · 21 years ago
  75. 47efbc4 Bugfix: widgets are now not redrawn when covered by a dialog by adamdunkels · 21 years ago
  76. 32d5554 Added uip_signal_uninstall by adamdunkels · 21 years ago
  77. 1953928 Better handling of dialog that shows program that is loading by adamdunkels · 21 years ago
  78. 4a5eadf Added allocation of program names from program-handler's address space by adamdunkels · 21 years ago
  79. 1f40cee Updated to use the new C64 DI/O on the C64 target by adamdunkels · 21 years ago
  80. 2366402 Optimized code size by changing for() loops into memcpy() and by adding register variables by adamdunkels · 21 years ago
  81. af610eb Made a few pointers register variables to reduce code size by adamdunkels · 21 years ago
  82. df6ab2b Added missing 'extern' to ctk_vncfont by adamdunkels · 21 years ago
  83. 1a23b5b Made a few pointers register variables which reduces code size by adamdunkels · 21 years ago
  84. c271434 Updated application descrition by adamdunkels · 21 years ago
  85. a28c4d6 simpletelnet_init is now called instead of erroneous telnet_init by adamdunkels · 21 years ago
  86. 058c206 Changed 'Could not open file' error message to 'File not found' by adamdunkels · 21 years ago
  87. 2646b7d Added icon by adamdunkels · 21 years ago
  88. 591724c An additional ctk_desktop_redraw() caused noticable flickering when switching windows by adamdunkels · 21 years ago
  89. 795ceea Took away error message printf()s by adamdunkels · 21 years ago
  90. fe1e545 Added VNC dsc file by adamdunkels · 21 years ago
  91. 46dbaed Changed memory and open error messages, fixed focus problem with run program window by adamdunkels · 21 years ago
  92. 71efaa0 Updated web pages by adamdunkels · 21 years ago
  93. 1a798bc Added possibility to kill processes by adamdunkels · 21 years ago
  94. 01fc241 Added include string.h by adamdunkels · 21 years ago
  95. c260181 Added poll field to connection state by adamdunkels · 21 years ago
  96. 09c3c76 Fixed bug with user agent field by adamdunkels · 21 years ago
  97. c701807 Webserver now shows log of last requests by adamdunkels · 21 years ago
  98. ef2704d Removed calls to ctk_redraw() and now listens to dispatcher_signal_quit by adamdunkels · 21 years ago
  99. 0103f3b Removed uip_signal_uninstall by adamdunkels · 21 years ago
  100. dc36a13 Added 'About Contiki' text to icon by adamdunkels · 21 years ago