]> git.tdb.fi Git - libs/gltk.git/history - source/dialog.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / dialog.cpp
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 RasaUse std::unique_ptr for managing memory
2023-08-20 Mikko RasaSimplify constructors with C++11
2019-09-25 Mikko RasaImprove Dialog staleness checks
2019-09-16 Mikko RasaAdd a set_modal function for Dialog
2016-08-30 Mikko RasaMake keyboard event handlers indicate whether the event...
2013-06-15 Mikko RasaSupport specifying layouts in datafiles
2013-06-15 Mikko RasaSupport loading dialog action buttons
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
2010-10-05 Mikko RasaStyle update: add spaces around assignments
2010-03-12 Mikko RasaAdd Dialog class