From 1d539e2bae535830744d1192c2e56e142c12f6ac Mon Sep 17 00:00:00 2001 From: Stepets Date: Mon, 10 Nov 2014 00:08:20 +0300 Subject: [PATCH] Update changelog.txt --- changelog.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 06bb4e2..f6022dc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -25,6 +25,7 @@ Version 0.10 - Alpha (Release Date TBD) [ADDED] a new columnlist method: SetColumnOrder(curid, newid) [ADDED] a new columnlistheader method: SetName(name) [ADDED] a new scrollbody method: GetScrollBar() +[ADDED] a new scrollbar method: ScrollTo(percent) [ADDED] a new frame method: SetMaxSize(width, height) [ADDED] a new frame method: GetMaxSize() [ADDED] a new frame method: SetMinSize(width, height) @@ -42,6 +43,9 @@ Version 0.10 - Alpha (Release Date TBD) [FIXED] text:GetLines always returning nil [FIXED] creating a newline in a multiline textinput with the return key would not reset the object's xoffset [FIXED] the last character of a long line in a multiline textinput not being shown due to a text offset calculation issue +[FIXED] scrollbody now resizes to parent +[FIXED] textinput indicator now always visible +[FIXED] columnlist rows can have non-drawable extra info ("Blue" skin doesn't crash on it) [CHANGED] columnlist row colors are now adjusted when a row is removed from the list [CHANGED] columnlistarea.rowcolorindex now resets to 1 when the list is cleared @@ -50,6 +54,8 @@ Version 0.10 - Alpha (Release Date TBD) [CHANGED] license to zlib/libpng [CHANGED] the loveframes table is now returned by init.lua [CHANGED] template files are now expected to return a template table instead of calling loveframes.templates.Register +[CHANGED] textinput tries to scroll horizontally only if alt is pressed +[CHANGED] project-wide utf8 support ================================================ Version 0.9.8.1 - Alpha (May 17 - 2014) @@ -903,4 +909,4 @@ Version 0.9.1 - Alpha (May 8 - 2012) ================================================ Version 0.9 - Alpha (May 5 - 2012) ================================================ -Initial commit \ No newline at end of file +Initial commit