]> git.tdb.fi Git - libs/gltk.git/history - source/container.h
Rework how widget ownership works in Container
[libs/gltk.git] / source / container.h
2023-08-22 Mikko RasaRework how widget ownership works in Container master
2023-08-21 Mikko RasaUse std::unique_ptr for managing memory
2023-08-21 Mikko RasaRemove unnecessary Container::create_child
2023-08-21 Mikko RasaConvert all list containers to vectors
2023-08-20 Mikko RasaRename some get functions as find because they can...
2023-08-20 Mikko RasaUse the override specifier when overriding a virtual...
2023-08-20 Mikko RasaRemove unnecessary destructors from exception classes
2023-08-20 Mikko RasaUse nullptr instead of 0 for pointers
2023-08-20 Mikko RasaSimplify constructors with C++11
2023-08-18 Mikko RasaAdd API declarations
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