]> git.tdb.fi Git - libs/gltk.git/history - source/layout.cpp
Fix exception description
[libs/gltk.git] / source / layout.cpp
2015-11-19 Mikko RasaFix exception description
2013-11-07 Mikko RasaSupport floating widgets in layouts
2013-11-07 Mikko RasaFix some more inefficient autosizes
2013-11-07 Mikko RasaBetter method of implementing zero gravity
2013-11-06 Mikko RasaMake autosize_special const and add a const autosize...
2013-06-27 Mikko RasaThe slack column counter needs to be outside the slot...
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-06-12 Mikko RasaProperly filter out duplicate constraints
2013-05-29 Mikko RasaComment and style updates
2013-05-29 Mikko RasaIgnore hidden widgets when solving a layout
2013-05-29 Mikko RasaThe entire row should be divided when initially making...
2012-12-15 Mikko RasaAllow specifying a custom spacing for a constraint
2012-12-15 Mikko RasaInitial implementation of middle gravity
2012-12-07 Mikko RasaImplement the Layout::set_spacing function and friends
2012-11-27 Mikko RasaAdd autosizing for panels
2012-11-27 Mikko RasaDon't try to solve if container is smaller than its...
2012-11-27 Mikko RasaMake LinearProgram robust against degenerate solutions
2012-11-27 Mikko RasaReport non-basic variables in Layout::LinearProgram...
2012-11-27 Mikko RasaFix a crash if the linear program contains an empty...
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 RasaRework exceptions and use maputils
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...