This repository has been archived on 2024-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
messeji/CHANGELOG

30 lines
685 B
Text

1.0.6:
- Allow specifying font face mutex
- Fix following text when repositioning
- Optimize wrapping text
1.0.5:
- Allow sending keyboard and mouse events to TextField widgets
- Allow specifying scroll bar area and handle colors
- Fix wrapping text at small widths
- Fix dragging TextField scroll bar
1.0.4:
- Fix vertical alignment issue
- Do not show cursor by default
- Allow sending raw keyboard events
1.0.3:
- Fix monospace font wrapping
- Fix font baseline issue
1.0.2:
- Fix InputField.Update
1.0.1:
- Support using keypad enter key to select input
- Fix drawing fields containing empty lines
- Clear input buffer when selectedFunc returns true
1.0.0:
- Initial release