]> git.tdb.fi Git - libs/gltk.git/history - source/part.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / part.cpp
2023-08-21 Mikko RasaMinor refactoring
2023-08-20 Mikko RasaUse nullptr instead of 0 for pointers
2023-08-20 Mikko RasaSimplify constructors with C++11
2023-08-17 Mikko RasaAdjust things to conform to changes in other libraries
2016-08-31 Mikko RasaAllow an empty graphic to be specified in part definitions
2013-09-22 Mikko RasaAdd a shortcut for defining normal graphic
2013-06-25 Mikko RasaImprove widget part caching
2012-12-15 Mikko RasaMiscellaneous improvements for handling graphics
2012-11-30 Mikko RasaCache widget parts in meshes
2012-11-21 Mikko RasaAdapt to Collection API changes
2012-11-21 Mikko RasaRework exceptions and use maputils
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2011-02-03 Mikko RasaLoader improvements
2010-10-05 Mikko RasaStyle update: add spaces around assignments
2008-03-03 Mikko RasaChange State into a bitmask to allow more fine-grained...
2007-12-25 Mikko RasaPass coordinates relative to the receiving widget's...
2007-12-14 Mikko RasaRefactor filling from Part to Alignment
2007-12-11 Mikko RasaEnable loading of entry widgets from datafiles
2007-11-27 Mikko RasaReorder class members
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