]> git.tdb.fi Git - libs/gltk.git/history - source/dialog.h
Rework how widget ownership works in Container
[libs/gltk.git] / source / dialog.h
2023-08-22 Mikko RasaRework how widget ownership works in Container master
2023-08-21 Mikko RasaRefactor Dialog to separate the autodeletion functionality
2023-08-21 Mikko RasaStyle and comment updates
2023-08-20 Mikko RasaUse the override specifier when overriding a virtual...
2023-08-20 Mikko RasaSimplify constructors with C++11
2023-08-18 Mikko RasaAdd API declarations
2019-09-25 Mikko RasaImprove Dialog staleness checks
2019-09-16 Mikko RasaAdd a set_modal function for Dialog
2019-09-16 Mikko RasaUse separate widget class for Dialog
2016-08-30 Mikko RasaMake keyboard event handlers indicate whether the event...
2013-06-15 Mikko RasaSupport loading dialog action buttons
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2011-02-02 Mikko RasaRearrange members
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
2010-03-12 Mikko RasaAdd Dialog class