]> git.tdb.fi Git - libs/gltk.git/history - source/text.h
Rework how widget ownership works in Container
[libs/gltk.git] / source / text.h
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-18 Mikko RasaAdd API declarations
2019-09-17 Mikko RasaProperly handle multibyte UTF-8 in Entry and Text
2019-09-12 Mikko RasaRefactor visible height calculation in Entry and Text
2015-11-19 Mikko RasaMake func a normal argument of Text::process_lines
2013-09-22 Mikko RasaSupport different font colors in different states
2013-06-26 Mikko RasaRefactor widget autosizing
2013-06-25 Mikko RasaImprove widget part caching
2012-11-30 Mikko RasaCache widget parts in meshes
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2010-10-06 Mikko RasaAdd a VSlider to multiline Entries
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-12-25 Mikko RasaHandle line data when inserting/erasing text
2009-09-20 Mikko RasaAdd Text class with multiline support