summaryrefslogtreecommitdiff
path: root/indra/llui/llchatentry.cpp
AgeCommit message (Collapse)Author
2012-06-26CHUI-182 FIXED (Vertical scrollbar flashes on and off when chat entry text ↵Paul ProductEngine
area expands) - To avoid unnecessary appearing of scrollbar, first chat entry must be expanded and only then decision should be taken in the base class whether scrollbar should be shown or not.
2012-06-22CHUI-127 ADDITIONAL FIX (Make chat field auto resizable)Paul ProductEngine
- Fixed crash which occurred while navigating through history of sent messages
2012-06-22CHUI-161 FIXED (Text entered in local chat is not visible to other users nearby)Paul ProductEngine
- Applied Merov's fix. The problem was that text_editor was registered twice and, depending of the machine you ran, the viewer would pick one or the other. Mac users were unlucky enough to pick the wrong one all the time.
2012-06-19Win build fixPaul ProductEngine
2012-06-19CHUI-127 FIXED (Make chat field auto resizable)Paul ProductEngine
- Replaced LLLineEditor with newly created LLChatEntry - Moved some functionality (such as setting label) to the LLTextBase as it can be useful to the other derived classes