Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-14 | BUG-3605 / CHUIBUG-197 Don't create excessive amounts of string objects in ↵ | Nicky | |
LLNormalTextSegment::getNumChars. | |||
2013-06-20 | CHUI-809 (Right-click menu on user name in compat chat mode doesn't have "IM") | mberezhnoy | |
Fixed "Add friend" option always being greyed out, add ability to block object via context menu in compact chat mode. | |||
2013-06-13 | CHUI-809 (Right-click menu on user name in compat chat mode doesn't have "IM") | mberezhnoy | |
Added callback for friendship checking | |||
2013-06-05 | CHUI-964 ADD FIX Oversized "To" input field hides actual IM text | PavelK ProductEngine | |
2013-06-04 | CHUI-957 FIXED Missing line was added. | Mnikolenko ProductEngine | |
2013-05-30 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-05-22 | CHUI-967: fix display of % escapes in chat | Gilbert Gonzales | |
2013-05-02 | Pull from viewer-release | Merov Linden | |
2013-04-24 | CHUI-845 : Make changeLine() a bit more resistant to unforseen line count ↵ | Merov Linden | |
values (i.e. 0) and a bit more general | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-12 | CHUI-916 FIXED Clear mMisspellRanges if spell check is not needed. | Mnikolenko ProductEngine | |
2013-03-29 | Merged in Chui beta6+ fixes | prep@lindenlab.com | |
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-26 | CHUI-846 ([crashhunters] crash in LLFontGL::maxDrawableChars): Added logging ↵ | Gilbert Gonzales | |
for bug to further track down problem when it occurs. Need to debug further based off information. | |||
2013-03-20 | Merge with viewer-chui | prep@lindenlab.com | |
2013-03-16 | CHUI-863 : Clean up dead code that's creating failures on gcc-4.6 builds on ↵ | merov | |
Linux | |||
2013-03-13 | More fixes for gcc-4.6 breakage | Don Kjer | |
2013-03-12 | SH-3944 WIP CHUI merge fixing | Nyx Linden | |
re-introduced don's refactor of low-level openGL calls pulling out of llui and putting them into llrender. Took the new code from their updated versions from the CHUI merge, but put them in a place accessible to appearance utility. | |||
2013-03-12 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-03-12 | CHUI-845 : Avoid some xml param parsing error that seems to be linked with ↵ | Merov Linden | |
crashers | |||
2013-03-12 | CHUI-809 FIXED Changes in menu items to make them consistent. Do not start ↵ | Mnikolenko ProductEngine | |
IM if selected person is self. | |||
2013-03-07 | merge | mberezhnoy | |
2013-03-07 | CHUI-823 ([CHUIBUG]Triple-clicking on the scroll back button in the CHUI ↵ | mberezhnoy | |
causes all the conversation to be selected) | |||
2013-03-05 | CHUI-809 FIXED "Start IM" menu item is added | Mnikolenko ProductEngine | |
2013-02-11 | CHUI-751 FIXED Triple click is now handled. | Mnikolenko ProductEngine | |
2013-02-08 | CHUI-731 FIXED Viewer crashed while deleting text from IM message | maksymsproductengine | |
2012-10-19 | CHUI-243: Add calls the parent class's implementation for onFocusReceived() ↵ | William Todd Stinson | |
and onFocusLost() to ensure that the focus change messages are properly propagated. | |||
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-07-27 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-06 | CHUI-196 FIXED (Chat text entry area gets resized unexpectedly with certain ↵ | Paul ProductEngine | |
user display names) - Fixed label length calculating | |||
2012-06-27 | CHUI-180 FIXED (Started an ad hoc IM spams log with drawtext warning) | Paul ProductEngine | |
- Don't draw TextBase context if it's empty and in focus | |||
2012-06-22 | merge | Dave Parks | |
2012-06-21 | merge changes for DRTVWR-168 | Oz Linden | |
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 | |||
2012-06-12 | EXP-1953: Altering the behavior of building an LLTextBase such that icons ↵ | Todd Stinson | |
are appended in place rather than prepended out of context. | |||
2012-06-11 | STORM-276 Insert braces around if/for/while loops | Kitty Barnett | |
2012-05-15 | STORM-276 FIXED Squiggles overflow line editor height when font size is set ↵ | Kitty Barnett | |
to large - Also reduced squiggle width from 6 to 4 and prevented running past the end of a word | |||
2012-05-08 | merge changes for version 3.3.1 | Oz Linden | |
2012-04-26 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-04-25 | SEC-995 FIX viewer is easily spammed to death by chat | Kelly Washington | |
removed a couple more unnecessary string copies from unfortunate LLSD behavior. reviewed with simon, post review from Richard. | |||
2012-04-23 | SEC-995 FIX viewer is easily spammed to death by chat | Richard Linden | |
removed unnecessary string copies from chat message handling | |||
2012-02-15 | EXP-1884 FIX Errors in navigating text when editing Landmarks and picks once ↵ | Richard Linden | |
a vertical scrollbar is shown fixed horizontal scrollbar showing up in local chat | |||
2012-02-10 | EXP-1884 FIX Errors in navigating text when editing Landmarks and picks once ↵ | Richard Linden | |
a vertical scrollbar is shown | |||
2012-02-09 | EXP-1874 FIX Unexpected scrollbar in text notification | Richard Linden | |
2012-02-14 | STORM-276 FIXED Misspellings that span multiple lines don't have their ↵ | Kitty Barnett | |
squiggly lines drawn correctly | |||
2012-02-14 | STORM-276 FIXED Typing in an LLTextEditor freezes the viewer | Kitty Barnett | |
2012-02-06 | Mac build fix -- added missing enumeration from switch | Leslie Linden | |