]> git.tdb.fi Git - libs/gltk.git/history - source/graphic.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / graphic.cpp
2023-08-21 Mikko RasaUse size_t to represent counts and indices
2023-08-20 Mikko RasaSimplify constructors with C++11
2014-11-13 Mikko RasaUse triangle strips instead of quads
2012-12-08 Mikko RasaUpdate loaders to use ObjectLoader as base class
2012-11-30 Mikko RasaCache widget parts in meshes
2012-11-21 Mikko RasaAdapt to Collection API changes
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2010-10-05 Mikko RasaStyle update: add spaces around assignments
2008-06-01 Mikko RasaClear focus in Panel if focused child is removed
2007-11-27 Mikko RasaReorder class members
2007-11-23 Mikko RasaSupport loading Buttons from datafiles
2007-11-02 Mikko RasaAdapt to DataFile changes
2007-10-16 Mikko RasaDerive Resources from DataFile::Collection
2007-06-20 Mikko RasaRework event passing system to allow for pointer grabs
2007-06-12 Mikko RasaInitial revision