]> git.tdb.fi Git - libs/gltk.git/history - source/root.cpp
Use a shader for rendering if available
[libs/gltk.git] / source / root.cpp
2014-11-13 Mikko RasaUse a shader for rendering if available
2014-11-13 Mikko RasaUse a Camera rather than direct matrix manipulation
2013-06-04 Mikko RasaAvoid putting tooltip label in layout
2013-03-24 Mikko RasaTake a Window pointer along with custom input devices
2013-03-24 Mikko RasaGuard against null pointers
2013-03-24 Mikko RasaDon't let input events that are passed to widgets go...
2012-12-07 Mikko RasaAllow Root widgets to be created with custom input...
2012-11-30 Mikko RasaUse a GL::Renderer to render widgets
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 render method to Root that takes care of proper...
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
2010-10-05 Mikko RasaStyle update: add spaces around assignments
2010-02-28 Mikko RasaDerive Root from Graphics::EventSource
2010-02-26 Mikko RasaAllow custom tooltips at empty areas of a Root
2009-09-20 Mikko RasaAdd Text class with multiline support
2009-09-16 Mikko RasaAdd Container class
2009-07-05 Mikko RasaAdd icon support to Button
2008-06-01 Mikko RasaClear focus in Panel if focused child is removed
2007-12-26 Mikko RasaAdd Toggle widget
2007-12-13 Mikko Rasaclass Window from mspgbase is now inside namespace...
2007-12-11 Mikko RasaEnable loading of entry widgets from datafiles
2007-11-27 Mikko RasaReorder class members
2007-11-23 Mikko RasaSupport loading Buttons from datafiles
2007-10-17 Mikko RasaEnable loading of widgets from datafiles (not implement...
2007-08-28 Mikko RasaChange mspparser -> mspdatafile