1. 9d0f580 Added EK_CONF_TIMERS option for turning on or off the generic ek timer functionlity by adamdunkels · 21 years ago
  2. 48f1dd0 Rewrote loop code to use pointers instead of indexes. Reduces code size with cc65 by adamdunkels · 21 years ago
  3. cf90b0d Added explicit timer functionality, no longer uses the ek timer functions by adamdunkels · 21 years ago
  4. 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
  5. 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
  6. e063517 Rewrote loops to use explicit pointers instead of indexes, reduces code size for cc65 by adamdunkels · 21 years ago
  7. 1020f7c Added declaration for webserver_log_file() function by adamdunkels · 21 years ago
  8. 7c9ca7e Removed old http_webserver_d64_header string by adamdunkels · 21 years ago
  9. fe6cd59 Added CC_FASTCALL in order to reduce code size by adamdunkels · 21 years ago
  10. 47efbc4 Bugfix: widgets are now not redrawn when covered by a dialog by adamdunkels · 21 years ago
  11. 32d5554 Added uip_signal_uninstall by adamdunkels · 21 years ago
  12. 1953928 Better handling of dialog that shows program that is loading by adamdunkels · 21 years ago
  13. 4a5eadf Added allocation of program names from program-handler's address space by adamdunkels · 21 years ago
  14. 1f40cee Updated to use the new C64 DI/O on the C64 target by adamdunkels · 21 years ago
  15. 2366402 Optimized code size by changing for() loops into memcpy() and by adding register variables by adamdunkels · 21 years ago
  16. af610eb Made a few pointers register variables to reduce code size by adamdunkels · 21 years ago
  17. df6ab2b Added missing 'extern' to ctk_vncfont by adamdunkels · 21 years ago
  18. 1a23b5b Made a few pointers register variables which reduces code size by adamdunkels · 21 years ago
  19. c271434 Updated application descrition by adamdunkels · 21 years ago
  20. a28c4d6 simpletelnet_init is now called instead of erroneous telnet_init by adamdunkels · 21 years ago
  21. 058c206 Changed 'Could not open file' error message to 'File not found' by adamdunkels · 21 years ago
  22. 2646b7d Added icon by adamdunkels · 21 years ago
  23. 591724c An additional ctk_desktop_redraw() caused noticable flickering when switching windows by adamdunkels · 21 years ago
  24. 795ceea Took away error message printf()s by adamdunkels · 21 years ago
  25. fe1e545 Added VNC dsc file by adamdunkels · 21 years ago
  26. 46dbaed Changed memory and open error messages, fixed focus problem with run program window by adamdunkels · 21 years ago
  27. 71efaa0 Updated web pages by adamdunkels · 21 years ago
  28. 1a798bc Added possibility to kill processes by adamdunkels · 21 years ago
  29. 01fc241 Added include string.h by adamdunkels · 21 years ago
  30. c260181 Added poll field to connection state by adamdunkels · 21 years ago
  31. 09c3c76 Fixed bug with user agent field by adamdunkels · 21 years ago
  32. c701807 Webserver now shows log of last requests by adamdunkels · 21 years ago
  33. ef2704d Removed calls to ctk_redraw() and now listens to dispatcher_signal_quit by adamdunkels · 21 years ago
  34. 0103f3b Removed uip_signal_uninstall by adamdunkels · 21 years ago
  35. dc36a13 Added 'About Contiki' text to icon by adamdunkels · 21 years ago
  36. 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
  37. 62393fb Updated to work with new height field by adamdunkels · 21 years ago
  38. ab4b082 Minor unconfirmed bugfix by adamdunkels · 21 years ago
  39. 72a40a5 Added new DISPATCHER_PROCS() interface for obtaining list of processes by adamdunkels · 21 years ago
  40. fbdeea6 Added a color argument to ctk_arch_draw_char() by adamdunkels · 21 years ago
  41. 2d01531 First version of the uVNC server port to Contiki by adamdunkels · 21 years ago
  42. 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
  43. 3e210d8 Processes now kept on a linked list, accible to user programs through the DISPATCHER_PROCS() API macro. Added a dispatcher_quit signal that is intended to quit processes. by adamdunkels · 21 years ago
  44. e3fa8fa It should now be possible to use numerical IP addresses in addition to hostnames by adamdunkels · 21 years ago
  45. 045437c The Run... menu item now no longer appears on platforms without loadable programs. by adamdunkels · 21 years ago
  46. b1a3d23 Now uses new DISPATCHER_PROCS() API call and no longer needs to scan all available process IDs. by adamdunkels · 21 years ago
  47. 3fc888e Text icon now uses upper case characters. by adamdunkels · 21 years ago
  48. eb9bf6c Added ctk_desktop structures. Added a height field (h) to all ctk_widget structures. by adamdunkels · 21 years ago
  49. 965e292 Changed ctk_redraw() to new function ctk_desktop_redraw(). Added stubs for future ctk_desktop functionality. Reformatted a few comments. by adamdunkels · 21 years ago
  50. 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
  51. 9f20c05 Added D64 download functionality for the CBM platforms (with #ifdef __CBM__) by adamdunkels · 21 years ago
  52. e9354c4 Removed redundant screen redraws by adamdunkels · 21 years ago
  53. 2a4ba54 Removed redundant screen redraw when opening and closing dialog by adamdunkels · 21 years ago
  54. 43748a1 Added per-architecture uip-conf.h style configuration with options UIP_CONF_MAX_CONNECTIONS, UIP_CONF_MAX_LISTENPORTS, UIP_CONF_BUFFER_SIZE and UIP_CONF_BYTE_ORDER by adamdunkels · 21 years ago
  55. c5ff285 Added a uip_setethaddr() macro for setting the MAC address used by the ARP module by adamdunkels · 21 years ago
  56. 759185d Added TCP PSH bit to all outgoing datapackets by adamdunkels · 21 years ago
  57. 41a3b58 Added missing -dsc header file by adamdunkels · 21 years ago
  58. 02e3190 Initial import of the script that produces a httpd-fsdata.c from the httpd-fs/ directory by adamdunkels · 21 years ago
  59. 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
  60. eb5cfb9 Obsolete programs, are now replaced by program-handler.c and -dsc files by adamdunkels · 21 years ago
  61. e2f4d2a Added first functions in ctk_desktop interface, added CTK_SCREESAVER_TIMEOUT() macros by adamdunkels · 21 years ago
  62. 7677172 No longer redraws full desktop when process list is updated by adamdunkels · 21 years ago
  63. e9cc25a Changed ctk_draw to ctk_desktop interface calls by adamdunkels · 21 years ago
  64. fe32f8d Added CTK_CONIO_CONF_UPDATE() at the appropriate places by adamdunkels · 21 years ago
  65. e8bdfe1 Fixed NULL pointer bugs by adamdunkels · 21 years ago
  66. 8bfd838 Made uIP network device drivers modularised by adamdunkels · 21 years ago
  67. a52aa43 Made uIP network device drivers modularised by adamdunkels · 21 years ago
  68. 0855d56 Dialog now resizes itself if the screen is too small by adamdunkels · 21 years ago
  69. 12467a7 Removed unnecessary redraw when dialog open by adamdunkels · 21 years ago
  70. c5ed2f0 Fixed bug with icons in windows by adamdunkels · 21 years ago
  71. 4e441cb Preliminary digit buttons by adamdunkels · 21 years ago
  72. 1d7a575 Added error definition by adamdunkels · 21 years ago
  73. e8b21d0 Added CTK_WIDGET_SET_XPOS, CTK_WIDGET_SET_YPOS, CTK_WIDHET_SET_WIDTH and CTK_WIDHET_XPOS and added preliminary support for modular screen saver by adamdunkels · 21 years ago
  74. 6610962 First stab at modular screen saver support by adamdunkels · 21 years ago
  75. 1690685 Fixed bug so that it now compiles without uIP as well by adamdunkels · 21 years ago
  76. daf5e57 Shortened icon name by adamdunkels · 21 years ago
  77. 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
  78. 893e7f6 Added a bunch of dsc files by adamdunkels · 21 years ago
  79. 58917a8 Added ctk_signal_widget_activate and ctk_signal_widget_select, made mouse clicks on desktop icons work even with open windows, added ctk_bitmap_set_nbitmap and CTK_BITMAP_NEW macros by adamdunkels · 21 years ago
  80. 59632f1 Processes' signal listeners are now unregistered when process exits, which made programs hang after a while by adamdunkels · 21 years ago
  81. db7da0d Now calls correct .prg file by adamdunkels · 21 years ago
  82. 14e72c6 Changed description to fit in directory browser text label width by adamdunkels · 21 years ago
  83. 28fa760 Changed description by adamdunkels · 21 years ago
  84. 6769437 Removed garbage at end of #ifndef by adamdunkels · 21 years ago
  85. 657f50c Fixed problems with loadable dsc files on the cc65 targets by adamdunkels · 21 years ago
  86. 43c3d1d Added program description (dsc) support and broke out program dependancies from the program-handler by adamdunkels · 21 years ago
  87. 8539c15 Updated stuff for testing by adamdunkels · 21 years ago
  88. 9f667f2 Fixed a few NULL pointer bugs by adamdunkels · 21 years ago
  89. e68091d Made menu start one character from the left side of the screen by adamdunkels · 21 years ago
  90. 66c6af6 Added functions for getting configured IP addresses by adamdunkels · 21 years ago
  91. c4db287 Configuration now obtained from the running system by adamdunkels · 21 years ago
  92. 7727b11 Fixed compile problem by adamdunkels · 21 years ago
  93. c11c62d Fixed bug with history list pointer being out of bounds by adamdunkels · 21 years ago
  94. b51799e Fixed crash when no widget was selected by adamdunkels · 21 years ago
  95. a0de328 Added libconio-conf.h support by adamdunkels · 21 years ago
  96. cc08873 Fixed bug with screen size return values by adamdunkels · 21 years ago
  97. 83e2284 add "Atari 800" User-Agent string by sannyx · 21 years ago
  98. b248656 Rewrote mouse pointer support and it now works with menus, icons, widgets, for switching focus between windows and for moving windows by adamdunkels · 21 years ago
  99. e8af138 Added ctk_mouse_hide() and ctk_mouse_show() functions by adamdunkels · 21 years ago
  100. 24cb639 Added approximate amount of bytes of code for mouse support by adamdunkels · 21 years ago