Skip to content

Releases: zolern/wAppbar

Conform nim compiler 1.0

24 Sep 12:33
Compare
Choose a tag to compare
  • tested on last stable nim compiler (1.0.0)
  • require use nim 1.0.0 (drop previous versions)
  • update dependencies

Conform recent nim and deps

16 Sep 15:12
Compare
Choose a tag to compare
  • conform last stable (0.20.2) and last devel (0.20.99) nim compiler
  • drop support for nim compiler 0.19.x and below
  • update deps to recent versions (winim and wnim)

Conform nim compiler 0.20

17 Jun 09:48
Compare
Choose a tag to compare

Also update deps

Update to wnim 0.4

20 Mar 16:23
Compare
Choose a tag to compare
v0.1.4

Update deps

Update to wnim 0.3

04 Mar 17:27
Compare
Choose a tag to compare

wnim is updated to 0.3

Update dependencies

11 Feb 08:48
Compare
Choose a tag to compare

Package dependencies updated to the most recent version

x64 support

14 Jan 13:34
d8f20be
Compare
Choose a tag to compare

wAppbar now is compatible with Nim x64 (thanks to Ward, the author of wnim)

Initial version

04 Jan 16:16
9cc451d
Compare
Choose a tag to compare

Initial version of wAppbar includes main features of a Windows Desktop Application Bar (appbar)

Features:

  • construction
  • show/hide/setFocus (always on top by default)
  • set/get width and edge
  • get isShown
  • delete

Missing features:

  • auto-hide support
  • set/unset "always on top"