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