]> git.tdb.fi Git - libs/gltk.git/history - source/container.cpp
Move navigation logic from Container to Panel
[libs/gltk.git] / source / container.cpp
2016-09-01 Mikko RasaMove navigation logic from Container to Panel
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-10-16 Mikko RasaMake the DISABLED state actually do something
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
2010-10-05 Mikko RasaStyle update: add spaces around assignments
2010-02-26 Mikko RasaAllow custom tooltips at empty areas of a Root
2009-09-16 Mikko RasaAdd Container class