]> git.tdb.fi Git - libs/gltk.git/history - source/layout.h
Rework how widget ownership works in Container
[libs/gltk.git] / source / layout.h
2023-08-21 Mikko RasaUse std::unique_ptr for managing memory
2023-08-21 Mikko RasaMinor refactoring
2023-08-21 Mikko RasaUse size_t to represent counts and indices
2023-08-21 Mikko RasaConvert all list containers to vectors
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-09-11 Mikko RasaAdd centering constraints to Layout
2013-11-07 Mikko RasaSupport floating widgets in layouts
2013-11-07 Mikko RasaBetter method of implementing zero gravity
2013-11-06 Mikko RasaAdd getters for layout margin and spacings
2013-10-16 Mikko RasaMinor style fixes
2013-06-26 Mikko RasaRefactor widget autosizing
2013-06-16 Mikko RasaAdd a packing attribute to consider a widget even if...
2013-06-16 Mikko RasaAllow loading generic layout properties from datafiles
2013-06-15 Mikko RasaSupport specifying layouts in datafiles
2013-06-14 Mikko RasaReplace the derived layout classes with a more flexible...
2013-06-12 Mikko RasaAdd constraint types that allow flexible spacing betwee...
2013-06-12 Mikko RasaSmarter way of complementing constraint types
2013-05-29 Mikko RasaComment and style updates
2013-05-29 Mikko RasaIgnore hidden widgets when solving a layout
2012-12-15 Mikko RasaAllow specifying a custom spacing for a constraint
2012-11-27 Mikko RasaAdd autosizing for panels
2012-11-27 Mikko RasaStore autosized geom in Layout::Slot
2012-11-26 Mikko RasaSome cleanup in Layout
2012-11-26 Mikko RasaImprove comments of the Layout class
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2011-03-04 Mikko RasaAdd some classes for automatically creating basic layouts
2011-02-28 Mikko RasaAdd a Layout class to automatically position widgets...