Changelog 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. 2018-12-11 cage
  2. - updated README
  3. - added a bare minimum pixmap manipulation (scaling and rotation);
  4. - added support for targa bitmap file format;
  5. - added Changelog;
  6. - popup TCL backtrace on error.
  7. 2018-12-10 cage
  8. * src/canvas.lisp, src/widget.lisp:
  9. - fixed case in non specialized method "down".
  10. 2018-12-10 cage
  11. * README.org, README.txt, nodgui.asd, src/canvas.lisp,
  12. src/listbox.lisp, src/nodgui.lisp, src/package.lisp,
  13. src/panedwindow.lisp, src/text.lisp, src/utils.lisp,
  14. src/widget-helpers.lisp, src/widget.lisp:
  15. - integrated cl-colors name facility;
  16. - changed function name "down" "pprint-down";
  17. - updated README.
  18. 2018-12-09 cage
  19. * src/demo-tests.lisp, src/package.lisp, src/widget.lisp:
  20. - added "busy" functions.
  21. 2018-12-09 cage
  22. * src/demo-tests.lisp, src/package.lisp, src/winfo.lisp,
  23. src/wm.lisp:
  24. - added wm attributes.
  25. 2018-12-09 cage
  26. * src/canvas.lisp, src/demo-tests.lisp, src/text.lisp:
  27. - made more compliants to lisp convention some item related function
  28. names.
  29. 2018-12-09 cage
  30. * src/canvas.lisp, src/demo-tests.lisp, src/package.lisp,
  31. src/tcl-emitter.lisp:
  32. - added moveto for canvas items;
  33. - added fill as key parameter for arc.
  34. 2018-12-08 cage
  35. * - initial commit after fork.
  36. - changed name from ltk to nodgui;
  37. - improved README;
  38. - added plain text README file;
  39. - cleaned megawidgets;
  40. - added lincense header;
  41. - upgraded spinbox;
  42. - fixed image demo for PNG images;
  43. - allow load image from memory data in PNG, GIF and RAW RGB(A) format;
  44. - ltk:postriscript values a string containing the postcript file;
  45. - process error output from wish in a separate stream;
  46. - removed call to imagemagick "convert" utility;
  47. - added rotation angle option in canvas text;
  48. - added canvas demo;
  49. - added "get" configuration option for canvas items;
  50. - moved some canvas related function to canvas.lisp;
  51. - updated metadata in ASDF file;
  52. - added reader macro for tk events;
  53. - cleaning demo
  54. - fixed notebook traversal;
  55. - removed use of sb-ext;
  56. - renamed package (prefixed with :nodgui)
  57. - replaced deprecated function sb-debug:backtrace.