]> git.tdb.fi Git - libs/gltk.git/history - source/lineararrangement.h
Rework how widget ownership works in Container
[libs/gltk.git] / source / lineararrangement.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 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-05 Mikko RasaAdd a flag to make widgets in a LinearArrangement the...
2016-11-26 Mikko RasaAllow overriding the spacing between two widgets in...
2013-06-27 Mikko RasaFix some alignment issues in LinearArrangement
2013-06-16 Mikko RasaSupport widget expansion in linear layouts
2013-06-16 Mikko RasaCombine common parts of Column and Row into LinearArran...