]> git.tdb.fi Git - libs/gltk.git/history - source/root.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / root.cpp
2023-08-22 Mikko RasaRework how widget ownership works in Container master
2023-08-21 Mikko RasaUse std::unique_ptr for managing memory
2023-08-20 Mikko RasaRename some get functions as find because they can...
2023-08-20 Mikko RasaUse nullptr instead of 0 for pointers
2023-08-20 Mikko RasaSimplify constructors with C++11
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 RasaOnly focus widgets if the container is focused
2019-09-08 Mikko RasaAdd a system for animating widgets
2019-09-05 Mikko RasaUpdate deprecated things
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
2016-08-30 Mikko RasaMake keyboard event handlers indicate whether the event...
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 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