]> git.tdb.fi Git - libs/gltk.git/history - source/widget.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / widget.cpp
2023-08-21 Mikko RasaMinor refactoring
2023-08-20 Mikko RasaUse nullptr instead of 0 for pointers
2023-08-20 Mikko RasaSimplify constructors with C++11
2023-08-20 Mikko RasaConvert loops and iterators to use C++11 features
2023-08-18 Mikko RasaFix an uninitialized variable
2023-08-18 Mikko RasaRemove deprecated and unmaintained interfaces
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-17 Mikko RasaUse RAII to ensure consistent PartCache state
2019-09-08 Mikko RasaAdd a system for animating widgets
2016-11-19 Mikko RasaUpdate Renderer matrix manipulation calls
2016-08-30 Mikko RasaAdd an input method subsystem
2015-11-19 Mikko RasaRudimentary touchscreen support
2014-01-11 Mikko RasaReuse meshes in PartCache to avoid buffer create/delete...
2013-11-20 Mikko RasaDon't rebuild on state change if there are no visual...
2013-11-06 Mikko RasaMake autosize_special const and add a const autosize...
2013-10-16 Mikko RasaMake the DISABLED state actually do something
2013-08-08 Mikko RasaAdd some utility functions for dealing with widget...
2013-07-14 Mikko RasaRetain position when autosizing widget
2013-06-26 Mikko RasaDon't trigger widget rebuild if only its position changes
2013-06-26 Mikko RasaRefactor widget autosizing
2013-06-25 Mikko RasaImprove widget part caching
2013-06-16 Mikko RasaAvoid autosizing widgets with no style
2013-06-09 Mikko RasaConsider part margins when autosizing
2013-05-29 Mikko RasaImplement set_size and set_position in terms of set_geo...
2013-05-29 Mikko RasaRestore parent to 0 if an exception occurs while settin...
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 RasaMiscellaneous other fixes
2012-11-21 Mikko RasaAdapt to Collection API changes
2012-11-21 Mikko RasaRework exceptions and use maputils
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2011-02-28 Mikko RasaAvoid generating events during destruction of a widget
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-03 Mikko Rasatypedef tweaks
2011-02-02 Mikko RasaRearrange members
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 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-08-16 Mikko RasaAdd Widget::set_focus
2008-06-01 Mikko RasaClear focus in Panel if focused child is removed
2008-03-03 Mikko RasaChange State into a bitmask to allow more fine-grained...
2007-12-26 Mikko RasaAdd Toggle widget
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-11-02 Mikko RasaAdapt to DataFile changes
2007-10-17 Mikko RasaEnable loading of widgets from datafiles (not implement...
2007-10-16 Mikko RasaDerive Resources from DataFile::Collection
2007-07-10 Mikko RasaImplement set_range and set_step for Slider
2007-06-20 Mikko RasaRework event passing system to allow for pointer grabs
2007-06-12 Mikko RasaInitial revision