Share

view

File Release Notes and Changelog

Release Name: 0.5.3

Notes:
* Added the AutoDrawer widget that encapsulates the behaviour for the most common Drawer use case of a auto-hiding menu/toolbar.
* Added the FieldEntry widget, which subclasses Gtk::Entry and provides multiple delimiter-separated fields with alignments and per-field validation.
* Added the IPEntry widget, which is a FieldEntry subclass for entering IP addresses. Unlike most IP entries, this one makes a best attempt to not get in the user's way.
* Tidied up all C Objects to remove deprecated code, to properly separate private and public data, and to add sanity checks to public calls.

Changes: