1. eb4d92a Removed old ctk_redraw() function call by adamdunkels · 21 years ago
  2. 2bad6b2 Updated dependancies by adamdunkels · 21 years ago
  3. 29207ba Added C64 browser identification by adamdunkels · 21 years ago
  4. 4134361 Updated to use new widget->h field by adamdunkels · 21 years ago
  5. 7e90fbf uIP configuration options by adamdunkels · 21 years ago
  6. 549c532 Made a bunch of smaller web pages which fit better in the C64 memory by adamdunkels · 21 years ago
  7. 05cf164 Drivers now listen to the dispatcher_signal_quit by adamdunkels · 21 years ago
  8. c80d9e3 Added the web server and wget programs by adamdunkels · 21 years ago
  9. 0b9424e Moved contiki-main.c to main.c by adamdunkels · 21 years ago
  10. 92622ca Utility for downloading files from the web by adamdunkels · 21 years ago
  11. b059c21 Simplified makefiles by adamdunkels · 21 years ago
  12. cd49928 Added device driver for the RR-Net cartridge by adamdunkels · 21 years ago
  13. eeb5edd Made uIP network device drivers modularised by adamdunkels · 21 years ago
  14. c3f548b Added credits at top of file by adamdunkels · 21 years ago
  15. 1863539 First import of groepaz' directory functions by adamdunkels · 21 years ago
  16. 23b9d20 Moved into generic cc65 module by adamdunkels · 21 years ago
  17. 00f8904 Empty file, added for make depend by adamdunkels · 21 years ago
  18. facd25c Added two new themes, added stuff for contiki-cc65 module by adamdunkels · 21 years ago
  19. c63b7b5 Updated dependancies by adamdunkels · 21 years ago
  20. bc70b4d First stab at modular screen saver support by adamdunkels · 21 years ago
  21. b31fe57 Added 1351 mouse support by adamdunkels · 21 years ago
  22. 832fe2b Updated icon colors by adamdunkels · 21 years ago
  23. ff895c6 Background redrawn, icon colors updated by adamdunkels · 21 years ago
  24. 93311dc New themes added by adamdunkels · 21 years ago
  25. 9e046b4 Rewrote icon drawing code to use bitmap drawing code and fixed icon update bug, removed some out-commented code by adamdunkels · 21 years ago
  26. 75ba78e Fixed bug with window borders being redrawn even when the window should not be by adamdunkels · 21 years ago
  27. 681d1e3 Shortened icon names by adamdunkels · 21 years ago
  28. a4040a1 Broke out code that can be used on many cc65 targets and put it in a separate directory by adamdunkels · 21 years ago
  29. f471cc4 Added a bunch of .dsc files by adamdunkels · 21 years ago
  30. b410708 Changed order of programs in menu and on desktop by adamdunkels · 21 years ago
  31. 3d913d6 Removed option EK_CONF_UNLISTEN which now always is on by adamdunkels · 21 years ago
  32. 1e2b75a Reducesd maximum URL size to make program fit in memory with mouse support and loadable programs by adamdunkels · 21 years ago
  33. 33454b0 Turned into directory.c by adamdunkels · 21 years ago
  34. 7ccfcd5 First version of simple directory reader by adamdunkels · 21 years ago
  35. 00c9bdb Fixed problems with loadable .dsc files by adamdunkels · 21 years ago
  36. a85d39a Changed name of init function by adamdunkels · 21 years ago
  37. 09f12da Very preliminary directory dsc browser by adamdunkels · 21 years ago
  38. c6b4be1 First version of program which copies ctk-hires theme to memory by adamdunkels · 21 years ago
  39. 179f718 Added program description (dsc) support by adamdunkels · 21 years ago
  40. 77e4706 Removed old eyecandy and blueround targets, added ctk-hires engine with loadable theme support by adamdunkels · 21 years ago
  41. f759877 Added implicitly configured parameters explicitly by adamdunkels · 21 years ago
  42. 3694daa Updated dependancies by adamdunkels · 21 years ago
  43. ba8e8f6 Added calc.prg to D64 target by adamdunkels · 21 years ago
  44. b47349d Turned multi line textentry off and added estimate for mouse support code size by adamdunkels · 21 years ago
  45. 607483c Added calc.prg by adamdunkels · 21 years ago
  46. e6f14d6 Added ctk_mouse_hide() and ctk_mouse_show() and fixed bugs with the mouse pointer moving off the screen by adamdunkels · 21 years ago
  47. 6f5dab7 Added the e-mail program to the program menu by adamdunkels · 21 years ago
  48. f09d7ec Updated dependencies by adamdunkels · 21 years ago
  49. 5dad6ac Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  50. 9e5028e Updated mouse support by adamdunkels · 21 years ago
  51. c1b6aee Now includes rs232dev.h to avoid compiler warning by adamdunkels · 21 years ago
  52. b5cb0e8 Reduced number of page widgets to make it work with mouse support by adamdunkels · 21 years ago
  53. 942aabf Preliminary mouse support added by adamdunkels · 21 years ago
  54. a908221 Updated dependancies by adamdunkels · 21 years ago
  55. 12ee3d4 Added VNC by adamdunkels · 21 years ago
  56. 0863174 Initial version by adamdunkels · 21 years ago
  57. 80e5fa2 Fixed a few problems with bitmap and icon colors by adamdunkels · 21 years ago
  58. 4551097 Updated dependencies by adamdunkels · 21 years ago
  59. 7992fbf Custom C64 linker configuration for testing various configurations by adamdunkels · 21 years ago
  60. 79fdb2d First version of perl-script to convert cc65 labels file into assembler source by adamdunkels · 21 years ago
  61. a6e7a8e Fixed a few problems with bitmap and icon colors by adamdunkels · 21 years ago
  62. 80d1db0 Changed to use program-handler.c instead of contiki.c and programs.c by adamdunkels · 21 years ago
  63. a1931f3 Changed to support new loadable programs by adamdunkels · 21 years ago
  64. d7fe6a0 Changed to use program-handler.c and friends instead of contiki.c and programs.c by adamdunkels · 21 years ago
  65. 5ab9ddb First version of makefile for building standalone programs by adamdunkels · 21 years ago
  66. 89f3ff6 First version of utility to see the amount of free memory by adamdunkels · 21 years ago
  67. 8228583 Changed name of make targets and removed the redundant c64- prefix, added d64 target which produces a D64 image of Contiki+programs by adamdunkels · 21 years ago
  68. fb3d546 Initial version of the program loader by adamdunkels · 21 years ago
  69. a56acf6 Initial import by adamdunkels · 21 years ago
  70. f711af0 Updated dependancies by adamdunkels · 21 years ago
  71. a34d69e Changed erroneous CC_CONF_FASTCALL #definition by adamdunkels · 21 years ago
  72. bccc607 Configiuration options determined by the C compiler used by adamdunkels · 21 years ago
  73. 9c360cd Added the new configuration options by adamdunkels · 21 years ago
  74. 84e261b Moved files into main code tree by adamdunkels · 21 years ago
  75. 2d56517 Put the ctk_draw_clear_window() function back. by adamdunkels · 21 years ago
  76. 4112890 Removed obsolete ctk_draw_clear_window() function and added implementation for the CTK_BITMAP widget. by adamdunkels · 21 years ago
  77. 7e4982c Initial import by adamdunkels · 21 years ago