]> git.tdb.fi Git - libs/gltk.git/shortlog
libs/gltk.git
2023-08-22 Mikko RasaRework how widget ownership works in Container master
2023-08-21 Mikko RasaAdd an example of dialogs in the widget demo program
2023-08-21 Mikko RasaRefactor Dialog to separate the autodeletion functionality
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 RasaStyle and comment updates
2023-08-21 Mikko RasaMinor refactoring
2023-08-21 Mikko RasaUse size_t to represent counts and indices
2023-08-21 Mikko RasaConvert all list containers to vectors
2023-08-20 Mikko RasaMake sure classes follow the rule of 0/3/5
2023-08-20 Mikko RasaClear saved input focus if the widget is removed from...
2023-08-20 Mikko RasaRename some get functions as find because they can...
2023-08-20 Mikko RasaUse the override specifier when overriding a virtual...
2023-08-20 Mikko RasaRemove unnecessary destructors from exception classes
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-18 Mikko RasaFix an uninitialized variable
2023-08-18 Mikko RasaAdd API declarations
2023-08-18 Mikko RasaRemove deprecated and unmaintained interfaces
2023-08-17 Mikko RasaBump version
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
next