Skip to content

Releases: ebengoechea/de1app_plugin_DGUI

v1.02

28 Feb 19:28

Choose a tag to compare

  • New procs set_symbols and add_button3.
  • New namespace variable github_repo for the GitHub plugins plugin.
  • Adapt to new plugins and logging systems in de1app v1.34.14.
  • Improve description.
  • Correct bug in add_variable proc when referencing a textvariable name from the page data array.
  • Default fontawesome symbols now are only those used by DGUI itself. Others must be declared by client code, using the new proc set_symbols.

Initial release

20 Feb 17:08

Choose a tag to compare

  • Initial code split off the GUI, IS, NUME and TXT namespaces from the DSx DYE plugin. Adapt aspect to work under Insight.
  • Define the commands exported by the namespace
  • New proc 'add_select_entry' instead of 'add_entry' with dropdown arguments
  • New proc 'value_or_default'
  • Homogenize a bit the callabe commands
  • Data dictionary functions moved from SDB to DGUI to avoid circular dependencies.
  • Added -state hidden to arcs and lines in rounded_rectangle_outline.
  • Manage load/preload procs.
  • Correct bug introduced when started to use [string is true] in proc add_checkbox.
  • Add friendly plugin 'name' namespace variable and improve description.