]> git.tdb.fi Git - libs/gltk.git/history - source/container.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / container.cpp
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 RasaMinor refactoring
2023-08-21 Mikko RasaConvert all list containers to vectors
2023-08-20 Mikko RasaClear saved input focus if the widget is removed from...
2023-08-20 Mikko RasaRename some get functions as find because they can...
2023-08-20 Mikko RasaUse nullptr instead of 0 for pointers
2023-08-20 Mikko RasaSimplify constructors with C++11
2023-08-20 Mikko RasaConvert loops and iterators to use C++11 features
2019-10-16 Mikko RasaEmit rebuild_needed from a container when a child is...
2019-09-23 Mikko RasaDefer widget rebuild to just before they are rendered
2019-09-23 Mikko RasaAdjust a pointer check in Container
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 RasaOnly focus widgets if the container is focused
2019-09-08 Mikko RasaAdd a system for animating widgets
2016-09-02 Mikko RasaOnly pass key and navigation events to enabled widgets
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