]> git.tdb.fi Git - libs/gltk.git/history - source/panel.cpp
Add Container class
[libs/gltk.git] / source / panel.cpp
2009-09-16 Mikko RasaAdd Container class
2009-08-03 Mikko RasaPrevent problems if a button press handler throws
2009-07-05 Mikko RasaAdd icon support to Button
2008-08-20 Mikko RasaClear input focus when the focused widget is hidden
2008-08-16 Mikko RasaAdd Widget::set_focus
2008-06-25 Mikko RasaAdd a missing #include
2008-06-01 Mikko RasaClear focus in Panel if focused child is removed
2008-04-28 Mikko RasaAdd Table widget
2007-12-29 Mikko RasaAdd Dropdown widget
2007-12-26 Mikko RasaAdd Toggle widget
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-12-11 Mikko RasaMake widgets aware of their parents
2007-11-27 Mikko RasaReorder class members
2007-11-23 Mikko RasaSupport loading Buttons from datafiles
2007-11-22 Mikko RasaSupport loading Panels from datafiles
2007-10-17 Mikko RasaEnable loading of widgets from datafiles (not implement...
2007-07-15 Mikko RasaAdd key events
2007-06-20 Mikko RasaRework event passing system to allow for pointer grabs
2007-06-12 Mikko RasaInitial revision