]> git.tdb.fi Git - libs/gltk.git/history - source/slider.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / slider.cpp
2023-08-21 Mikko RasaUse size_t to represent counts and indices
2023-08-20 Mikko RasaRename some get functions as find because they can...
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 RasaAdd a page size feature to Slider
2019-09-23 Mikko RasaRefactor all slider logic into the Slider class
2019-09-23 Mikko RasaDefer widget rebuild to just before they are rendered
2014-01-21 Mikko RasaProperly account for margins in sliders
2014-01-21 Mikko RasaMove some more common slider code to the base class
2013-06-25 Mikko RasaImprove widget part caching
2013-06-14 Mikko RasaUse DerivedObjectLoader for widget loaders
2012-11-30 Mikko RasaCache widget parts in meshes
2012-11-30 Mikko RasaAdd protected functions for manipulating widget state
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2011-02-03 Mikko RasaLoader improvements
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
2010-10-05 Mikko RasaStyle update: add spaces around assignments
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-14 Mikko RasaRefactor filling from Part to Alignment
2007-11-27 Mikko RasaReorder class members
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