You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added dynamically sized, animated sprites to ray caster demo.
Added fit parameter to DropdownList.
Added support for default colours to AnsiTerminalParser
Added VBarChart renderer.
BREAKING VISUAL CHANGE: Frame now supports scroll bars without borders, to have no border and no scroll bar you now need Frame(has_border=False, can_scroll=False)
Added TextBox.hide_cursor and TextBox.auto_scroll properties
Added optional diameter parameter to ShootScreen.
Improved DropEmitter effect - will now typically take a little longer to clear the screen.
Fixed bug in widget focus - eliminated duplicate events and some cases that failed to move focus
Fixed bug in clear_widgets() - also reset any focus in the layout.
Fixed bug: layout could still be a tab stop with no active widgets.