Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-10 | Revert earlier back-out for MAINT-535 ... it's back in | simon | |
2014-01-07 | Revert changes made for MAINT-535 to test in a release cohort. | simon | |
2013-10-22 | MAINT-535 'trust model' is added for secondlife:// URLs in wiki style links. ↵ | Mnikolenko ProductEngine | |
Chat history is marked as untrusted source now. | |||
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-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-02-11 | CHUI-751 FIXED Triple click is now handled. | Mnikolenko ProductEngine | |
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-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-02-03 | STORM-276 Added spellcheck functionality to the LLTextEditor control | Kitty Barnett | |
2011-12-08 | EXP-1512 FIX changing UI size changes cursor position in notecards | Richard Linden | |
2011-11-04 | SH-2652 Don't allocate 6000+ strings every frame | Dave Parks | |
2011-09-30 | param block cleanup | Richard Nelson | |
added Flag as value type moved Batch to BatchBlock renamed Choice to ChoiceBlock made merging of parameters for ValueParams consistent (fillFrom and overwriteFrom are inverses of each other now) made iteration over Multiple<T> type params easier initial schema param blocks | |||
2011-04-10 | STORM-721 FIXED Fix for text clipping in a textbox without a scroller. | Seth ProductEngine | |
Committed on behalf of Richard Linden: This patch makes clipping work consistently with text and embedded widgets. The widgets will only be displayed if the corresponding text they are embedded in is displayed. There is also a new param "clip" for text widgets that can be used to disable clipping entirely. I introduced this as a potential work around due to the fact that we *used* to assume that text was never clipped in the vertical direction unless we had scrolling turned on. This hasn't been the case for over a year, but now we can selectively turn off vertical text clipping with (clip="false") if we have to. | |||
2010-09-27 | Merge | Leyla Farazha | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-16 | cleaned up LLUICtrlFactory... | Richard Nelson | |
removed redundant functionality moved buildPanel to LLPanel | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-04 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-30 | further UI rendering performance improvements | Richard Nelson | |
2010-07-27 | Backed out changeset: 58571b4e704b | Richard Linden | |
2010-07-27 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-07-26 | EXT-8010 FIXED Implemented special behaviour of avatar links. | Andrew Dyukov | |
Avatar links are now underlined only on hover. Also they have the same color as other links. - Underlining text and getting it back to normal are done in handleHover() and draw() of new LLOnHoverChangeableTextSegment class derived from LLNormalTextSegment. This class has two pointers to styles- one for style which will be used for text on hover, and another otherwise. This special type of text segment is used if link's boolean member mUnderlineOnHoverOnly is true. So it is URL's flag depending on which textbase adds new text segment(like it currently happens with mDisabledLink). - Changed avatar link color in colors.xml to emphasis (because it was white before and was inconsistent with other links). Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/749/ --HG-- branch : product-engine | |||
2010-07-19 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-16 | EXT-8465 FIX Text selection is often unreadable | Richard Linden | |
2010-07-15 | Reverted changeset 2bb10eae42bf | Dessie Linden | |
2010-07-15 | changed allow_html to parse_urls to be clearer about its meaning | Richard Linden | |
allow_html still supported as alternate | |||
2010-07-09 | EXT-8237 FIX Opening up Edit Outfit- Add More->Shirt causes FPS to drop from ↵ | Richard Linden | |
60fps to 18fps for a really long time EXT-8235 FIX HUGE long delay when reopening and/or closing edit outfit sidepanel if "Add More..." is active EXT-7695 FIX UI lockup after add wearable, right click av -> Change Outfit reviewed by Vir | |||
2010-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-07-02 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-07-02 | EXT-5692 FIX Add callback to create widget segment with LLAvatarIconCtrl (or ↵ | Yuri Chebotarev | |
LLGroupIconCtrl) based on url match id. reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/610/ --HG-- branch : product-engine | |||
2010-07-01 | EXT-7654 - About Land Floater> Icons missing | Richard Linden | |
fixed layout of embedded icons in text labels | |||
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |
2010-06-18 | EXT-7766 FIX change the order of processing url matching and linebreaks | Yuri Chebotarev | |
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/596/ --HG-- branch : product-engine | |||
2010-06-18 | EXT-6527 FIX Introduce new plain_text flag in LLTextBase and prevent image ↵ | Yuri Chebotarev | |
segment from being created if this flag is set. reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/587/ --HG-- branch : product-engine | |||
2010-06-22 | EXT-7654 FIX "AddText" didn't create image segment now, use appendImageSegment | Yuri Chebotarev | |
reviewed by Richard Nelson, Vadim Savchuk at https://codereview.productengine.com/secondlife/r/616/ --HG-- branch : product-engine | |||
2010-06-07 | EXT-7623 FIX One more place where text was processed into segments without ↵ | Yuri Chebotarev | |
LLLineBreakSegment. reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/516/ --HG-- branch : product-engine | |||
2010-06-03 | merge | Richard Linden | |
2010-06-03 | EXT-6333 FIX introduce new segments - LLLineBreakSegment and LLImageSegment | Yuri Chebotarev | |
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/241/ --HG-- branch : product-engine | |||
2010-05-26 | DEV-50271 FIX SLURL support for non-clickable display names | Richard Nelson | |
separate mIsLink from mLink to support non-clickable urls (e.g. secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/completename) | |||
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |