]> git.tdb.fi Git - libs/gltk.git/shortlog
libs/gltk.git
2023-08-17 Mikko RasaAdjust things to conform to changes in other libraries
2019-10-16 Mikko RasaEmit rebuild_needed from a container when a child is...
2019-09-27 Mikko RasaAdd a signal for selection changes in Entry
2019-09-27 Mikko RasaFix a bug in selection handling when deleting text
2019-09-27 Mikko RasaAdd a progress bar widget
2019-09-25 Mikko RasaRefactor edit position adjustments from Entry::insert...
2019-09-25 Mikko RasaImprove Dialog staleness checks
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 RasaMark Entry for rebuild when cursor starts or stops...
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-23 Mikko RasaRebuild Entry when the slider is moved
2019-09-23 Mikko RasaAdjust protections of list item base classes
2019-09-23 Mikko RasaAdjust a pointer check in Container
2019-09-23 Mikko RasaImprove pointer grab handling
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 RasaRename Widget::on_geometry_change to on_size_change
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 RasaUse a LoadableTypeRegistry to manage child types for...
2019-09-17 Mikko RasaEnsure Text always has at least one line
2019-09-17 Mikko RasaAdd page up/down navigation to Entry
2019-09-17 Mikko RasaImplement next/previous navigation in Panel
2019-09-17 Mikko RasaProperly handle multibyte UTF-8 in Entry and Text
2019-09-17 Mikko RasaEmit signal_text_changed from Entry::set_text
2019-09-17 Mikko RasaUse RAII to ensure consistent PartCache state
2019-09-17 Mikko RasaFix an unsigned overflow error in Text
2019-09-17 Mikko RasaSelect list items upon navigation by default
2019-09-16 Mikko RasaMake sure Entry::first_row stays consistent
2019-09-16 Mikko RasaAdd a signal for Entry widget text changes
2019-09-16 Mikko RasaAdd a set_modal function for Dialog
2019-09-16 Mikko RasaDo not navigate out of a widget holding the pointer...
2019-09-16 Mikko RasaUse separate widget class for Dialog
2019-09-16 Mikko RasaRemember the last input focus of a Container and restor...
2019-09-12 Mikko RasaSome more interfaces to support integrating Entry with...
2019-09-12 Mikko RasaAvoid duplicating the logic in Entry::get_selection
2019-09-12 Mikko RasaCollapse the two implementations of Entry::set_edit_pos...
2019-09-12 Mikko RasaUse the public functions also in internal edit operatio...
2019-09-12 Mikko RasaRefactor visible height calculation in Entry and Text
2019-09-12 Mikko RasaImprove vertical positioning of text
2019-09-11 Mikko RasaAdd some editing functions to Entry
2019-09-11 Mikko RasaInterpret shift+tab as NAV_PREVIOUS
2019-09-11 Mikko RasaAdd modifier state enum
2019-09-11 Mikko RasaImplement a selection feature in Entry widget
2019-09-11 Mikko RasaHandle home and end keys in Entry widget
2019-09-10 Mikko RasaPass modifier state to key_press and key_release functions
2019-09-08 Mikko RasaAdd an event handler to allow containers to reach to...
2019-09-08 Mikko RasaOnly focus widgets if the container is focused
2019-09-08 Mikko RasaMake the entry widget cursor blink
2019-09-08 Mikko RasaAdd a system for animating widgets
2019-09-05 Mikko RasaAdd a flag to make widgets in a LinearArrangement the...
2019-09-05 Mikko RasaUpdate deprecated things
2016-12-29 Mikko RasaChange Root::render to use the passed in Renderer
2016-11-28 Mikko RasaAdd nameless child keywords for Panel
2016-11-26 Mikko RasaAllow overriding the spacing between two widgets in...
2016-11-26 Mikko RasaChange the Resources reference in Root to non-const
2016-11-26 Mikko RasaAdd a datafile statement to set an icon for an Image
2016-11-19 Mikko RasaUpdate Renderer matrix manipulation calls
2016-09-16 Mikko RasaExplicitly require sigc++-2.0
2016-09-15 Mikko RasaInherit Root from GL::Renderable
2016-09-15 Mikko RasaFocus entry widget on touch press
2016-09-15 Mikko RasaAdd lexical conversion for the centering constraints
2016-09-12 Mikko RasaRewrite Panel navigation logic so it makes more sense
2016-09-11 Mikko RasaAdd centering constraints to Layout
2016-09-11 Mikko RasaAdd support for displaying named icons in an Image...
2016-09-02 Mikko RasaOnly pass key and navigation events to enabled widgets
2016-09-02 Mikko RasaPass List::focus_in to base class
2016-09-01 Mikko RasaImplement touch interactions for List
2016-09-01 Mikko RasaFix an incorrectly positioned graphic
2016-09-01 Mikko RasaImprove list focus management
2016-09-01 Mikko RasaMove navigation logic from Container to Panel
2016-08-31 Mikko RasaDon't pass events to an invisible root widget
2016-08-31 Mikko RasaImplement keyboard navigation for most widgets
2016-08-31 Mikko RasaAdd a border around the focused widget in the basic...
2016-08-31 Mikko RasaAllow an empty graphic to be specified in part definitions
2016-08-31 Mikko RasaRefactor the traversal logic out of List::check_view_range
2016-08-30 Mikko RasaAdd an input method subsystem
2016-08-30 Mikko RasaMake keyboard event handlers indicate whether the event...
2016-08-30 Mikko RasaReorder event handling functions
2016-08-26 Mikko RasaUse a larger font for the basic skin
2016-08-26 Mikko RasaAdd another example application to demonstrate various...
2016-08-25 Mikko RasaMake sure gravity can't overpower expand
2016-08-25 Mikko RasaMove the helloworld example into a subdirectory
2015-11-19 Mikko RasaRudimentary touchscreen support
2015-11-19 Mikko RasaMake some functions const that by all rights should be
2015-11-19 Mikko RasaFix exception description
2015-11-19 Mikko RasaMake func a normal argument of Text::process_lines
2015-03-06 Mikko RasaClear dropdown text if the associated list selection...
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-11-13 Mikko RasaUse a shader for rendering if available
2014-11-13 Mikko RasaUse a Camera rather than direct matrix manipulation
2014-11-13 Mikko RasaUse triangle strips instead of quads
2014-04-08 Mikko RasaStyle and comment fixes
2014-03-12 Mikko RasaAlways set column widths on the item itself
2014-01-22 Mikko RasaFix line processing in Text to match autosizing
next