]> git.tdb.fi Git - libs/gltk.git/history - source/toggle.h
Rework how widget ownership works in Container
[libs/gltk.git] / source / toggle.h
2023-08-21 Mikko RasaStyle and comment updates
2023-08-20 Mikko RasaUse the override specifier when overriding a virtual...
2023-08-20 Mikko RasaSimplify constructors with C++11
2023-08-18 Mikko RasaAdd API declarations
2016-08-31 Mikko RasaImplement keyboard navigation for most widgets
2013-11-06 Mikko RasaMake autosize_special const and add a const autosize...
2013-06-26 Mikko RasaRefactor widget autosizing
2013-06-25 Mikko RasaImprove widget part caching
2013-06-14 Mikko RasaUse DerivedObjectLoader for widget loaders
2012-11-30 Mikko RasaCache widget parts in meshes
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2011-02-27 Mikko RasaImplement autosize() method for most widgets
2011-02-02 Mikko RasaRearrange members
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
2010-04-12 Mikko RasaUpdate text information when widget style changes
2009-09-20 Mikko RasaAdd Text class with multiline support
2009-08-03 Mikko RasaPrevent problems if a button press handler throws
2008-10-09 Mikko RasaSupport exclusive Toggles for implementing option buttons
2008-03-03 Mikko RasaChange State into a bitmask to allow more fine-grained...
2007-12-29 Mikko RasaAdd Dropdown widget
2007-12-26 Mikko RasaAdd Toggle widget