1. a920953 Adjusted comment. by oliverschmidt · 18 years ago
  2. 0c64f87 Added optional 'Quit' menu entry and confirmation dialog activated by defining PROGRAM_HANDLER_CONF_QUIT_MENU to be 1. by oliverschmidt · 18 years ago
  3. 1df710f Added support reading back screen saver setting. by oliverschmidt · 19 years ago
  4. 124c3ee Renamed program_handler_screensaver to program_handler_setscreensaver. by oliverschmidt · 19 years ago
  5. cd5e89a Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  6. 533f7e2 Saved some more bytes of memory with CTK_CONF_SCREENSAVER = 0. by oliverschmidt · 19 years ago
  7. b1a88e2 Bugfix: runwindow closed before it is opened to protect from multiple instances by adamdunkels · 20 years ago
  8. 0eeeba7 Handle redrawn/restored display better by adamdunkels · 20 years ago
  9. f2f8cb2 Updated with the new 'ek' kernel API by adamdunkels · 20 years ago
  10. db300d2 uip_main -> uiplib by adamdunkels · 20 years ago
  11. e937ded Joined latest code from contiki-1-1 branch by adamdunkels · 21 years ago
  12. 4d2d276 Added const qualifier for error messages, added 'No loader' error message, replaced id param to ctk_icon_add() by adamdunkels · 21 years ago
  13. 3529869 Added doxygen documentation by adamdunkels · 21 years ago
  14. 8bb5cca Added the ability to pass an argument pointer to newly created processes by adamdunkels · 21 years ago
  15. 506d6c4 Now shows file name in error messages by adamdunkels · 21 years ago
  16. 15e26dd Configuring a NULL screensaver now turns screensaver off by adamdunkels · 21 years ago
  17. 8a8138b Added loadable screensaver support by adamdunkels · 21 years ago
  18. e063517 Rewrote loops to use explicit pointers instead of indexes, reduces code size for cc65 by adamdunkels · 21 years ago
  19. 1953928 Better handling of dialog that shows program that is loading by adamdunkels · 21 years ago
  20. 4a5eadf Added allocation of program names from program-handler's address space by adamdunkels · 21 years ago
  21. 058c206 Changed 'Could not open file' error message to 'File not found' by adamdunkels · 21 years ago
  22. 46dbaed Changed memory and open error messages, fixed focus problem with run program window by adamdunkels · 21 years ago
  23. 045437c The Run... menu item now no longer appears on platforms without loadable programs. by adamdunkels · 21 years ago
  24. e8bdfe1 Fixed NULL pointer bugs by adamdunkels · 21 years ago
  25. 12467a7 Removed unnecessary redraw when dialog open by adamdunkels · 21 years ago
  26. 43c3d1d Added program description (dsc) support and broke out program dependancies from the program-handler by adamdunkels · 21 years ago
  27. c1272b2 Changed process name to program handler, added program_handler_load() function by adamdunkels · 21 years ago
  28. dc57fb0 Made Run... window smaller so that it fits on the VIC20 screen by adamdunkels · 21 years ago
  29. 4b7a7ab Windows default placement is now at the center of the screen by adamdunkels · 21 years ago
  30. 78c03dc Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  31. 6b3c858 Fixes problems with use without loadable programs by adamdunkels · 21 years ago
  32. 4292c86 Broke contiki.c and programs.c into multiple separate programs to facilitate program loading by adamdunkels · 21 years ago