]> git.tdb.fi Git - libs/gltk.git/history - source/dropdown.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / dropdown.cpp
2023-08-21 Mikko RasaUse size_t to represent counts and indices
2023-08-20 Mikko RasaSimplify constructors with C++11
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
2016-08-31 Mikko RasaImplement keyboard navigation for most widgets
2016-08-30 Mikko RasaAdd an input method subsystem
2015-03-06 Mikko RasaClear dropdown text if the associated list selection...
2015-03-06 Mikko RasaAdd a selection_cleared signal to List
2014-01-21 Mikko RasaImprove Dropdown list management
2014-01-21 Mikko RasaFix list positioning logic in Dropdown
2013-11-07 Mikko RasaFix some more inefficient autosizes
2013-11-06 Mikko RasaMake autosize_special const and add a const autosize...
2013-09-22 Mikko RasaSupport different font colors in different states
2013-06-26 Mikko RasaRefactor widget autosizing
2013-06-26 Mikko RasaAdd a persistent view size attribute to List
2013-06-25 Mikko RasaImprove widget part caching
2013-06-14 Mikko RasaUse DerivedObjectLoader for widget loaders
2013-06-10 Mikko RasaMore flexible storage for Lsit and Dropdown items
2012-12-26 Mikko RasaFix some problems with List and Dropdown
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-28 Mikko RasaReturn a reference from Style::get_font
2012-11-28 Mikko RasaMake font size a property of Style
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
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-02 Mikko RasaRearrange members
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
2010-11-12 Mikko RasaImplement autosize for List and use it from Dropdown
2010-11-12 Mikko RasaAdd method to get a Part by name
2010-10-05 Mikko RasaStyle update: add spaces around assignments
2010-04-20 Mikko RasaMake the Text class interface more obvious by not using...
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-10-13 Mikko RasaMake the List in Dropdown a normal member instead of...
2008-07-22 Mikko RasaRender text in Dropdown directly from the List
2008-03-10 Mikko RasaAdd List::set_selected_index
2008-03-03 Mikko RasaChange State into a bitmask to allow more fine-grained...
2008-02-27 Mikko RasaEnable loading dropdown items from datafile
2007-12-29 Mikko RasaAdd Dropdown widget