]> git.tdb.fi Git - libs/gltk.git/history - source/resources.h
Rework how widget ownership works in Container
[libs/gltk.git] / source / resources.h
2023-08-21 Mikko RasaUse std::unique_ptr for managing memory
2023-08-21 Mikko RasaStyle and comment updates
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
2023-08-17 Mikko RasaAdjust things to conform to changes in other libraries
2013-05-29 Mikko RasaComment and style updates
2013-01-16 Mikko RasaReintroduce the Resources constructor that immediately...
2013-01-16 Mikko RasaRestore ability to handle raw image files
2012-12-02 Mikko RasaChange Style so it doesn't need a special loading function
2012-12-02 Mikko RasaRemove file lookup from Resources since a better mechan...
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2010-11-04 Mikko RasaAdd a constructor to Resources that loads a datafile
2008-07-20 Mikko RasaMigrate from msppath to mspfs
2007-12-11 Mikko RasaEnable loading of entry widgets from datafiles
2007-11-27 Mikko RasaReorder class members
2007-10-16 Mikko RasaFix automatic font creation
2007-10-16 Mikko RasaDerive Resources from DataFile::Collection
2007-08-28 Mikko RasaChange mspparser -> mspdatafile
2007-06-12 Mikko RasaInitial revision