]> git.tdb.fi Git - libs/gltk.git/history - source/image.h
Rework how widget ownership works in Container
[libs/gltk.git] / source / image.h
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
2016-11-26 Mikko RasaAdd a datafile statement to set an icon for an Image
2016-09-11 Mikko RasaAdd support for displaying named icons in an Image...
2013-11-06 Mikko RasaMake autosize_special const and add a const autosize...
2013-06-26 Mikko RasaRefactor widget autosizing
2013-06-25 Mikko RasaImprove widget part caching
2012-11-30 Mikko RasaCache widget parts in meshes
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2011-02-27 Mikko RasaImplement autosize() method for most widgets
2011-02-02 Mikko RasaRearrange members
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
2010-10-11 Mikko RasaAdd Image widget