]> git.tdb.fi Git - libs/gltk.git/history - source/root.h
Rework how widget ownership works in Container
[libs/gltk.git] / source / root.h
2023-08-21 Mikko RasaUse std::unique_ptr for managing memory
2023-08-20 Mikko RasaUse the override specifier when overriding a virtual...
2023-08-20 Mikko RasaUse nullptr instead of 0 for pointers
2023-08-20 Mikko RasaSimplify constructors with C++11
2023-08-18 Mikko RasaAdd API declarations
2023-08-17 Mikko RasaAdjust things to conform to changes in other libraries
2019-09-23 Mikko RasaDefer widget rebuild to just before they are rendered
2019-09-19 Mikko RasaRename Widget::on_geometry_change to on_size_change
2019-09-08 Mikko RasaAdd a system for animating widgets
2016-12-29 Mikko RasaChange Root::render to use the passed in Renderer
2016-11-26 Mikko RasaChange the Resources reference in Root to non-const
2016-09-15 Mikko RasaInherit Root from GL::Renderable
2016-08-30 Mikko RasaAdd an input method subsystem
2015-11-19 Mikko RasaRudimentary touchscreen support
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 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-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...
2011-02-03 Mikko RasaLoader improvements
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
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-07-26 Mikko RasaInherit Root from sigc::trackable so it's safe to delete it
2009-07-05 Mikko RasaAdd icon support to Button
2007-12-13 Mikko Rasaclass Window from mspgbase is now inside namespace...
2007-11-27 Mikko RasaAdd a missing colon to button.h
2007-11-27 Mikko RasaReorder class members
2007-11-23 Mikko RasaSupport loading Buttons from datafiles
2007-08-28 Mikko RasaChange mspparser -> mspdatafile