]> git.tdb.fi Git - libs/gltk.git/history - source/list.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / list.cpp
2023-08-21 Mikko RasaUse std::unique_ptr for managing memory
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 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
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
2019-09-23 Mikko RasaMark List::Item as receiving navigation input
2019-09-19 Mikko RasaImplement a grid view mode for List
2019-09-19 Mikko RasaAdd a level of indirection to decouple list rows from...
2019-09-19 Mikko RasaCache the items part in List
2019-09-19 Mikko RasaAdd a helper class for single-child list items
2019-09-19 Mikko RasaUse the maximum item height for autosizing List
2019-09-17 Mikko RasaSelect list items upon navigation by default
2016-09-02 Mikko RasaPass List::focus_in to base class
2016-09-01 Mikko RasaImplement touch interactions for List
2016-09-01 Mikko RasaImprove list focus management
2016-08-31 Mikko RasaImplement keyboard navigation for most widgets
2016-08-31 Mikko RasaRefactor the traversal logic out of List::check_view_range
2015-03-06 Mikko RasaAdd a selection_cleared signal to List
2015-03-06 Mikko RasaImplement mouse wheel scrolling in List
2014-11-13 Mikko RasaIf the active list item is refreshed, mark it as such
2014-04-08 Mikko RasaStyle and comment fixes
2014-03-12 Mikko RasaAlways set column widths on the item itself
2014-01-11 Mikko RasaFix a case where rebuild was called recursively
2013-11-25 Mikko RasaFix a segfault when refreshing an item in a list with...
2013-11-20 Mikko RasaRefactor list item positioning code
2013-11-20 Mikko RasaRefactor child positioning logic
2013-11-20 Mikko RasaAvoid segfault with a single multi-column item
2013-11-15 Mikko RasaAdd a list item class to manage multiple columns
2013-11-07 Mikko RasaFix some more inefficient autosizes
2013-11-06 Mikko RasaFix list autosizing logic
2013-11-06 Mikko RasaMake autosize_special const and add a const autosize...
2013-10-16 Mikko RasaMake List::set_selected_index a no-op if that item...
2013-07-14 Mikko RasaEnsure that list items are autosized properly in all...
2013-06-30 Mikko RasaUse a different approach for custom item widgets
2013-06-30 Mikko RasaFix a comparison that let an off-by-one error in
2013-06-30 Mikko RasaRefresh list items one at a time
2013-06-30 Mikko RasaRecreate list items when setting data
2013-06-28 Mikko RasaSome new datafile keywords
2013-06-27 Mikko RasaUnify the behavior of value change signals
2013-06-26 Mikko RasaRefactor widget autosizing
2013-06-26 Mikko RasaAdd a persistent view size attribute to List
2013-06-25 Mikko RasaAutosize all items in a List
2013-06-16 Mikko RasaDon't divide by zero when autosizing a List with no...
2013-06-14 Mikko RasaUse DerivedObjectLoader for widget loaders
2013-06-11 Mikko RasaTurn List items into widgets
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-28 Mikko RasaReturn a reference from Style::get_font
2012-11-28 Mikko RasaMake font size a property of Style
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 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
2009-09-16 Mikko RasaAdd Container class
2008-10-13 Mikko RasaMake the List in Dropdown a normal member instead of...
2008-10-11 Mikko RasaJump 10 steps when slider trough is clicked
2008-06-08 Mikko RasaFix Alignment to not fail when geom is larger han parent
2008-04-28 Mikko RasaAdd Table widget
2008-03-10 Mikko RasaAdd List::set_selected_index
2008-02-27 Mikko RasaEnable loading dropdown items from datafile
2007-12-29 Mikko RasaAdd Dropdown widget
2007-12-25 Mikko RasaPass coordinates relative to the receiving widget's...