Liking cljdoc? Tell your friends :D

back

0.0.1-alpha19

  • added skip-redraw? for widget updates
  • added :skip-redrawing option to widget
  • fixed issue where widgets can be removed on click by the user before it can get replaced

0.0.1-alpha18

  • fixed find-by-group! and remove-group!

0.0.1-alpha17

  • removed unnecessary redrawing of widgets

0.0.1-alpha16

  • converting strigui.widget/state :widgets to a hashmap instead of a vector
  • fixing drawing order when widgets are above/below other widgets and how it affects their neighbours
  • fixed tabbing which wasn't tabbing through all tabbable widgets
  • register!/unregister!/replace! can now be used without redrawing the body of the widget

0.0.1-alpha15

  • fixes around the drawing order of widgets and their neighbouring widgets
  • when the mouse moves within a widgets, it is not constantly redrawn anymore

0.0.1-alpha14

  • some fixes to the drawing order, this probably needs a rework/different strategy
  • resizing, selecting and focusing state drawing functions can be overriden when defining custom widgets

0.0.1-alpha13

  • the entire gui can now be stored into an edn file
  • widgets can now be resized with the mouse (args :can-resize?)
  • widget can have one or more groups assigned
  • groups can be updated/removed, which in turn will update all widgets assigned to that group
  • widgets are now initialized with a width and height, depending on their displayed content
  • the widget protocol provides now a "default" function, called when the widget gets created, this helps setting specific properties
  • removed value and widget-name functions from widget protocol

0.0.1-alpha12

  • load gui from an edn file (or load only a subset of widgets via an edn file)
  • possibility of custom hide function

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close