Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-03-06 | MAINT-3610 FIXED SL viewer partly 'eats' chat-messages | maksymsproductengine | |
2013-06-05 | CHUI-964 ADD FIX Oversized "To" input field hides actual IM text | PavelK ProductEngine | |
2013-05-24 | CHUI-964 FIXED Oversized "To" input field hides actual IM text | PavelK ProductEngine | |
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-05-14 | CHUI-958 FIXED Log spam: "drawtext: Ran off Segmentation End" and To field ↵ | maksymsproductengine | |
in nearby chat blank when selected | |||
2013-04-25 | CHUI-941 FIXED [CHUIBUG]Inline input is not available in 3.5.0 | maksymsproductengine | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-28 | CHUI-855 FIXED Text entry bar auto expand does not resize | maksymsproductengine | |
2013-03-11 | CHUI-810 : Merged Marine Kelley's patch on selected text and use of return ↵ | merov_linden | |
key in chat | |||
2012-10-17 | CHUI-410: Post code review submit, changed useLabel() to return bool instead ↵ | Gilbert Gonzales | |
of BOOL. Adjusted code accordingly. | |||
2012-10-17 | CHUI-410: Now when a converation floater is focused the default text 'To ↵ | Gilbert Gonzales | |
<Some User>' displays only when the text input field is empty. | |||
2012-06-26 | CHUI-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-22 | CHUI-127 ADDITIONAL FIX (Make chat field auto resizable) | Paul ProductEngine | |
- Fixed crash which occurred while navigating through history of sent messages | |||
2012-06-22 | CHUI-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-19 | Win build fix | Paul ProductEngine | |
2012-06-19 | CHUI-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 |