]> git.tdb.fi Git - libs/gltk.git/history - source/entry.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / entry.cpp
2023-08-22 Mikko RasaRework how widget ownership works in Container master
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-18 Mikko RasaRemove deprecated and unmaintained interfaces
2023-08-17 Mikko RasaAdjust things to conform to changes in other libraries
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-25 Mikko RasaRefactor edit position adjustments from Entry::insert...
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 RasaRebuild Entry when the slider is moved
2019-09-19 Mikko RasaRename Widget::on_geometry_change to on_size_change
2019-09-17 Mikko RasaAdd page up/down navigation to Entry
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-16 Mikko RasaMake sure Entry::first_row stays consistent
2019-09-16 Mikko RasaAdd a signal for Entry widget text changes
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-11 Mikko RasaAdd some editing functions to Entry
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-08 Mikko RasaMake the entry widget cursor blink
2016-09-15 Mikko RasaFocus entry widget on touch press
2016-08-31 Mikko RasaImplement keyboard navigation for most widgets
2016-08-30 Mikko RasaAdd an input method subsystem
2016-08-30 Mikko RasaMake keyboard event handlers indicate whether the event...
2013-11-20 Mikko RasaRefactor child positioning logic
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-28 Mikko RasaSome new datafile keywords
2013-06-26 Mikko RasaRefactor widget autosizing
2013-06-25 Mikko RasaImprove widget part caching
2013-06-14 Mikko RasaUse DerivedObjectLoader for widget loaders
2013-06-09 Mikko RasaAdd properties to Entry for specifying autosize dimensions
2013-06-09 Mikko RasaDon't accept characters in Entry if there hasn't been...
2012-12-15 Mikko RasaMiscellaneous improvements for handling graphics
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 RasaAdjust event handling to match changes in mspgui
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2011-02-28 Mikko RasaAdjust some slider checks
2011-02-27 Mikko RasaImplement autosize() method for most widgets
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-15 Mikko RasaMake sure that at least one line of text is always...
2010-10-06 Mikko RasaAdd a VSlider to multiline Entries
2010-10-05 Mikko RasaStyle update: add spaces around assignments
2010-04-24 Mikko RasaSupport multiline text editing
2010-04-20 Mikko RasaMake the Text class interface more obvious by not using...
2010-04-12 Mikko RasaUpdate text information when widget style changes
2009-09-20 Mikko RasaAdd Text class with multiline support
2008-08-16 Mikko RasaAdd Widget::set_focus
2008-07-22 Mikko RasaRender text in Dropdown directly from the List
2008-06-01 Mikko RasaClear focus in Panel if focused child is removed
2008-03-03 Mikko RasaChange State into a bitmask to allow more fine-grained...
2007-12-14 Mikko RasaRefactor filling from Part to Alignment
2007-12-11 Mikko RasaEnable loading of entry widgets from datafiles
2007-11-27 Mikko RasaReorder class members
2007-08-28 Mikko RasaChange mspparser -> mspdatafile
2007-07-15 Mikko RasaAdd key events