Skip to content

v0.8.3

Compare
Choose a tag to compare
@texus texus released this 27 Jan 18:23
· 240 commits to 0.8 since this release

Changelog:

  • ListView widget added
  • EditBox can now have a suffix
  • TextBox can now have a horizontal scrollbar
  • Label can now have a vertical scrollbar
  • Default scrollbar width wasn't always taken from texture size in widgets containing scrollbars
  • Scrollbar wasn't drawn correctly when Maximum equaled ViewportSize with AutoHide disabled
  • Default icons in TreeView didn't change color when item was selected
  • Rounded icon position in TreeView to avoid bad icon alignment
  • TreeView didn't handle opacity and font changes
  • Sprites didn't keep their transparency when resized
  • Texture filenames can now contain UTF8 characters on linux
  • Added propery to widget renderer to set an opacity for the disabled state
  • Fixed some bugs in saving and loading widget files (#90)