]> git.tdb.fi Git - libs/gltk.git/history - source/container.h
Defer widget rebuild to just before they are rendered
[libs/gltk.git] / source / container.h
2019-09-23 Mikko RasaDefer widget rebuild to just before they are rendered
2019-09-23 Mikko RasaImprove pointer grab handling
2019-09-16 Mikko RasaRemember the last input focus of a Container and restor...
2019-09-08 Mikko RasaAdd an event handler to allow containers to reach to...
2019-09-08 Mikko RasaAdd a system for animating widgets
2016-08-31 Mikko RasaImplement keyboard navigation for most widgets
2016-08-30 Mikko RasaMake keyboard event handlers indicate whether the event...
2016-08-30 Mikko RasaReorder event handling functions
2015-11-19 Mikko RasaRudimentary touchscreen support
2015-11-19 Mikko RasaMake some functions const that by all rights should be
2013-11-20 Mikko RasaRefactor child positioning logic
2013-06-11 Mikko RasaRefactor pointer event handling in Container
2012-12-02 Mikko RasaMove all child widget handling into Container
2012-11-21 Mikko RasaRework exceptions and use maputils
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2011-02-28 Mikko RasaAdd child_added/removed events to Container
2011-02-02 Mikko RasaRearrange members
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
2009-09-16 Mikko RasaAdd Container class