]> git.tdb.fi Git - libs/gltk.git/history - source/widget.h
Make the DISABLED state actually do something
[libs/gltk.git] / source / widget.h
2013-10-16 Mikko RasaMake the DISABLED state actually do something
2013-09-22 Mikko RasaSupport different font colors in different states
2013-08-08 Mikko RasaAdd some utility functions for dealing with widget...
2013-06-26 Mikko RasaRefactor widget autosizing
2013-06-25 Mikko RasaImprove widget part caching
2013-05-29 Mikko RasaComment and style updates
2012-11-30 Mikko RasaUse a GL::Renderer to render widgets
2012-11-30 Mikko RasaCache widget parts in meshes
2012-11-30 Mikko RasaAdd protected functions for manipulating widget state
2012-11-21 Mikko RasaAdjust event handling to match changes in mspgui
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2011-02-28 Mikko RasaAdd a signal to notify when the automatic size of a...
2011-02-27 Mikko RasaImplement autosize() method for most widgets
2011-02-03 Mikko RasaLoader improvements
2011-02-02 Mikko RasaRearrange members
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
2010-02-28 Mikko RasaAdd Widget::focusable flag
2009-10-31 Mikko RasaRemove unused code
2009-09-20 Mikko RasaAdd Text class with multiline support
2009-09-16 Mikko RasaAdd Container class
2008-10-13 Mikko RasaMake the List in Dropdown a normal member instead of...
2008-08-16 Mikko RasaAdd Widget::set_focus
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-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-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