Skip to content

v1.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@texus texus released this 11 Sep 17:17
· 186 commits to 1.x since this release

Changelog:

  • Added MessageBox::changeButtons to set multiple buttons at once (PR #215)
  • Added methods to ScrollablePanel to check if scrollbar is currently shown (PR #213)
  • Pressing the tab key can now insert custom text in TextArea (PR #211)
  • Widgets in SubwidgetContainer didn't inherit the font of the container (PR #208)
  • Added onCaretPositionChange, getCaretLine() and getCaretColumn() to TextArea (PR #207)
  • Added onCaretPositionChange signal to EditBox (PR #206)
  • Added missing getSignal() functions to TabContainer and SpinControl (PR #204)
  • BoxLayout::setWidgetIndex didn't immediately update the positions (PR #203)
  • Fixed EditBox::getSelectedText() returning too many characters
  • MenuBar crashed when menu closed (regression in 1.0-rc)
  • Slider thumb had wrong position if texture needed to be rotated
  • Icon in BitmapButton had wrong ratio when rescaled
  • Prevent crash if provided layout is recursive
  • Renamed onSelectionChanged to onSelectionChange in TabContainer
  • TabContainer now inherits from Container instead of SubwidgetsContainer