]> git.tdb.fi Git - libs/gltk.git/history - source/style.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / style.cpp
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
2023-08-17 Mikko RasaAdjust things to conform to changes in other libraries
2013-11-20 Mikko RasaDon't rebuild on state change if there are no visual...
2013-09-22 Mikko RasaSupport different font colors in different states
2013-05-29 Mikko RasaRemove deprecated alias from Style loader
2012-12-08 Mikko RasaUpdate loaders to use ObjectLoader as base class
2012-12-08 Mikko RasaFont size loading fixes
2012-12-02 Mikko RasaChange Style so it doesn't need a special loading function
2012-11-28 Mikko RasaMake font size a property of Style
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2010-11-12 Mikko RasaAdd method to get a Part by name
2010-10-05 Mikko RasaStyle update: add spaces around assignments
2007-12-11 Mikko RasaEnable loading of entry widgets from datafiles
2007-11-27 Mikko RasaReorder class members
2007-10-16 Mikko RasaDerive Resources from DataFile::Collection
2007-06-12 Mikko RasaInitial revision