]> git.tdb.fi Git - libs/gltk.git/history - source/arrangement.h
Rework how widget ownership works in Container
[libs/gltk.git] / source / arrangement.h
2023-08-21 Mikko RasaConvert all list containers to vectors
2023-08-20 Mikko RasaMake sure classes follow the rule of 0/3/5
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
2016-11-26 Mikko RasaAllow overriding the spacing between two widgets in...
2013-06-16 Mikko RasaSupport widget expansion in linear layouts
2013-06-16 Mikko RasaCombine common parts of Column and Row into LinearArran...
2013-06-16 Mikko RasaAdd some sanity checks to arrangements
2013-06-14 Mikko RasaReplace the derived layout classes with a more flexible...