]> git.tdb.fi Git - libs/gltk.git/history - source/text.cpp
Rework how widget ownership works in Container
[libs/gltk.git] / source / text.cpp
2023-08-21 Mikko RasaUse size_t to represent counts and indices
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-17 Mikko RasaEnsure Text always has at least one line
2019-09-17 Mikko RasaProperly handle multibyte UTF-8 in Entry and Text
2019-09-17 Mikko RasaFix an unsigned overflow error in Text
2019-09-12 Mikko RasaRefactor visible height calculation in Entry and Text
2019-09-12 Mikko RasaImprove vertical positioning of text
2015-11-19 Mikko RasaMake func a normal argument of Text::process_lines
2014-01-22 Mikko RasaFix line processing in Text to match autosizing
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
2013-01-16 Mikko RasaFix a 64-bit compilation problem
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-28 Mikko RasaBind the font texture in Text::render
2012-11-21 Mikko RasaRework exceptions and use maputils
2012-11-21 Mikko RasaStrip copyright messages and id tags from individual...
2010-11-12 Mikko RasaStore the Resources reference only in Root widget
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-12-25 Mikko RasaHandle line data when inserting/erasing text
2009-12-04 Mikko RasaFix compilation on 64-bit systems
2009-09-20 Mikko RasaAdd Text class with multiline support