]> git.tdb.fi Git - libs/gltk.git/history - source/panel.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / panel.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-21 Mikko RasaRefactor Panel to create Layout internally on request
2023-08-21 Mikko RasaRemove unnecessary Container::create_child
2023-08-21 Mikko RasaUse size_t to represent counts and indices
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-17 Mikko RasaAdjust things to conform to changes in other libraries
2019-09-27 Mikko RasaAdd a progress bar widget
2019-09-23 Mikko RasaRefactor all slider logic into the Slider class
2019-09-19 Mikko RasaRename Widget::on_geometry_change to on_size_change
2019-09-17 Mikko RasaUse a LoadableTypeRegistry to manage child types for...
2019-09-17 Mikko RasaImplement next/previous navigation in Panel
2019-09-16 Mikko RasaDo not navigate out of a widget holding the pointer...
2016-11-28 Mikko RasaAdd nameless child keywords for Panel
2016-09-12 Mikko RasaRewrite Panel navigation logic so it makes more sense
2016-09-01 Mikko RasaMove navigation logic from Container to Panel
2016-08-31 Mikko RasaImplement keyboard navigation for most widgets
2016-08-30 Mikko RasaAdd an input method subsystem
2013-11-06 Mikko RasaMake autosize_special const and add a const autosize...
2013-07-30 Mikko RasaAdd datafile statement for image widgets
2013-06-26 Mikko RasaAdd DragHandle widget
2013-06-26 Mikko RasaRefactor widget autosizing
2013-06-16 Mikko RasaAdd a Stack arrangement
2013-06-16 Mikko RasaAdd a packing attribute to consider a widget even if...
2013-06-16 Mikko RasaAllow loading generic layout properties from datafiles
2013-06-15 Mikko RasaSupport specifying layouts in datafiles
2013-06-14 Mikko RasaUse DerivedObjectLoader for widget loaders
2013-06-14 Mikko RasaRemove the Table widget
2012-12-02 Mikko RasaMove all child widget handling into Container
2012-12-02 Mikko RasaRemove dead code from Panel::Child
2012-11-30 Mikko RasaUse a GL::Renderer to render widgets
2012-11-27 Mikko RasaAdd autosizing for panels
2012-11-27 Mikko RasaUpdate layout when panel's geometry changes
2012-11-21 Mikko RasaAdjust event handling to match changes in mspgui
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 Layout class to automatically position widgets...
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-09-16 Mikko RasaAdd Container class
2009-08-03 Mikko RasaPrevent problems if a button press handler throws
2009-07-05 Mikko RasaAdd icon support to Button
2008-08-20 Mikko RasaClear input focus when the focused widget is hidden
2008-08-16 Mikko RasaAdd Widget::set_focus
2008-06-25 Mikko RasaAdd a missing #include
2008-06-01 Mikko RasaClear focus in Panel if focused child is removed
2008-04-28 Mikko RasaAdd Table widget
2007-12-29 Mikko RasaAdd Dropdown widget
2007-12-26 Mikko RasaAdd Toggle widget
2007-12-25 Mikko RasaPass coordinates relative to the receiving widget's...
2007-12-14 Mikko RasaRefactor filling from Part to Alignment
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-23 Mikko RasaSupport loading Buttons from datafiles
2007-11-22 Mikko RasaSupport loading Panels from datafiles
2007-10-17 Mikko RasaEnable loading of widgets from datafiles (not implement...
2007-07-15 Mikko RasaAdd key events
2007-06-20 Mikko RasaRework event passing system to allow for pointer grabs
2007-06-12 Mikko RasaInitial revision