Skip to content

Releases: fasihrana/skryn

Release 0.0.4

Choose a tag to compare

@fasihrana fasihrana released this 10 Apr 10:17
  1. Resolved issues with application crashes on X11
  2. Workaround for macOS cursor entered/left until rust-windowing/winit#807 is resolved.
  3. Minor change to the way window is closed

Release 0.0.3

Release 0.0.3 Pre-release
Pre-release

Choose a tag to compare

@fasihrana fasihrana released this 14 Mar 12:30
  1. Unicode handling is now resolved.
  2. LTR and RTL text can be mixed within a paragraph along with different language scripts.
  3. Further improvements to reduce memory consumption by reusing Text Segments to construct visual Paragraphs.
  4. Published to crates.io

Release 0.0.2

Release 0.0.2 Pre-release
Pre-release

Choose a tag to compare

@fasihrana fasihrana released this 09 Nov 12:47
  • VBox, HBox, Button and TextBox all now support Top, Right, Bottom and Left properties. (Scrollbox will require a some desigining).
  • Font rendering now done via Font-Kit along with having a baseline which is (Size / (Ascent + Descent)).
  • HoverBegin and HoverEnd properties now effective along with HoverColor and HoverBgColor for Button and TextBox.
  • Enabled property for Button and TextBox.
  • Editable property added for TextBox
  • IsPassword property added to TextBox.
  • Simple Copy added to TextBox

Release 0.0.1

Release 0.0.1 Pre-release
Pre-release

Choose a tag to compare

@fasihrana fasihrana released this 08 Oct 11:36
75b1fbf

This is the first dev release for skryn. There are quite a few limitations but the following things should work:

  1. Rendering of text in specified fonts and size using TextBox
  2. Vertical and horizontal box elements (known as VBox, HBox)
  3. Scrollbox element (should have just one child element).
  4. Button element.
  5. Window Manager to create new windows.