Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-29 | EXT-4678: Revert URL black list support from LLTextBase. | Lynx Linden | |
The new <nolink>URL</nolink> provides a more flexible solution that can be specified in XUI (as we now do to disabled hyperlinking for the sim hostname in the About floater). | |||
2010-01-29 | EXT-4678: Support <nolink>...</nolink> to turn off URL hyperlinking. | Lynx Linden | |
We are running into a bunch of places where we don't want to allow hyperlinking of URLs like secondlife.com in text boxes. I've therefore added a new type of URL regex that disables URL hyperlinking. Simply enclose the URL in a <nolink> tag, e.g.: <nolink>secondlife.com</nolink> | |||
2010-01-26 | PE merge. | Tofu Linden | |
2010-01-26 | Fixed major bug EXT-4719 - Crash in LLTextBase after showing popup menu for ↵ | Dmitry Zaporozhan | |
link. --HG-- branch : product-engine | |||
2010-01-26 | EXT-4678: Don't hyperlink sim URLs in About window. | Lynx Linden | |
Added support for specifying a black list of URLs on a per-widget basis. URLs on this black list will not be hyperlinked in the text widget. The About dialog adds the sim hostname to this black list. | |||
2010-01-25 | fixed bug EXT-4433 [BSI] friend privacy settings greyed out | Denis Serdjuk | |
EXT-4353, EXT-4587, EXT-4442 have same cause. it should fix they. --HG-- branch : product-engine | |||
2010-01-15 | EXT-4380 - LLTextEditor: line_spacing.multiple option doesn't work well with ↵ | richard | |
"widgeted" text partial fix reviewed by Leyla | |||
2010-01-06 | moved clipping logic inside LLFontGL::maxDrawableChars controlled by ↵ | richard | |
EWordWrapStyle fixes regression introduced in 3eef5ce9ae1e6fc62b9b52ce859501dd4e70fadf reviewed by Brad | |||
2009-12-23 | DEV-44614 ugly/broken font and formatting used for IM toast emotes | Tofu Linden | |
fix bug, also fix some comments/typos/enumparams in this code area. | |||
2009-12-18 | ext-3307 - nearby chat stays scrolled at bottom | richard | |
2009-12-17 | oops, forgot to remove assert | richard | |
2009-12-17 | clamp instead of assert when running out of room during reflow | richard | |
2009-12-17 | EXT-3087 - Crash when avatar icon truncated in interactive notifications | richard | |
reviewed by Mani | |||
2009-12-11 | ext-3404 - script editor scrolls to the bottom and sticks | richard | |
2009-12-11 | fixed a regression that caused bottom 15 pixels of scrollable text editors ↵ | richard | |
to appear blank | |||
2009-12-11 | variable renames in LLTextBase | richard | |
2009-12-11 | fix for ellipses not appearing in single line text widgets | richard | |
fix for ellipses sometimes appearing at end of wrapped line of text reviewed by James | |||
2009-12-08 | EXT-2572 - Bottom text on bottom line in nearby chat is clipped | richard | |
2009-12-08 | added fading back to icons in text widgets | richard | |
2009-12-08 | ext-3087 - avatar icon is truncated badly | richard | |
reviewed by James | |||
2009-12-07 | fix for inline widgets never shrinking with resizable text editor | richard | |
also fixed dropping last line in chat history | |||
2009-12-07 | fix for horizontal scrolling in text_editors | richard | |
2009-12-07 | ext-3112 - bad font width information with sansserif | richard | |
2009-12-03 | Hack for EXT-2971 Letter R doesn't show when it's the last letter in a text ↵ | James Cook | |
block. Add 1 pixel of padding to clipping rect computation. I think there is a deeper problem in the font width computation code, but I don't know where. Opened EXT-3112 for the deeper issue. Reviewed with Leyla. | |||
2009-12-03 | EXT-2984 Fixed crash in LLNormalTextSegment::getDimensions (no repro) | James Cook | |
Avoid stepping off end of array when text segment has 0 characters Reviewed with Ambroff | |||
2009-12-01 | EXT-3015 Fixed right and center aligned text boxes | James Cook | |
Document rect left edge was being computed incorrectly. Made floater_test_textbox.xml have more examples of text. Reviewed with Kelly | |||
2009-11-25 | fix for ellipses on a single line | richard | |
2009-11-25 | EXT-1944 - Implement ellipsis in message well | richard | |
EXT-699 - Toasts should display maximum 6 lines of text before ellipses are applied EXT-2453 - TextBox displays an extra line of text | |||
2009-11-25 | fixed line numbering in script editors | richard | |
2009-11-25 | forgot to apply resize fix for when text is selected | richard | |
EXT-1995 - [BSI] Get rid of the *blop* sound when a textbox contains more text than displayable | |||
2009-11-25 | created container for LLFloaterView for future z-swapping with sidetray | richard | |
floaters can now overlap sidetray fixed text selection background color to be inverse of text fg color EXT-2713 Script editor automatically scrolls to the top of script text when text is longer than the window. reviewed by James | |||
2009-11-24 | Merge from product-engine | Steve Bennetts | |
2009-11-24 | Work on critical sub-task EXT-2615 (IM Chat History is severely broken) | Mike Antipov | |
-- Improved calculating of the LLTextBase::mContentsRect to take into account "left" coordinate. Previous implementation just ignored it. --HG-- branch : product-engine | |||
2009-11-23 | fix for infinite loop when doing /me emotes | richard | |
reviewed by Mark | |||
2009-11-20 | Fix EXT-2645 Ensure link colors applied consistently to all text sources | angela | |
2009-11-17 | merge | richard | |
2009-11-17 | Fix broken URL highlighting in local chat, broken in 5068 : ce08ac445035. ↵ | James Cook | |
Typo, not reviewed. | |||
2009-11-17 | undo the changes for LLStyle params; add sizeFromFont in LLFontGL ; use ↵ | angela | |
font.style, font.name and font.size params for font creating | |||
2009-11-16 | fix chat format for /me | angela | |
2009-11-13 | fix for layout of urls with icons | richard | |
2009-11-12 | merge | angela | |
2009-11-12 | add optional style params in setText function | angela | |
2009-11-11 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-11 | merge | richard | |
2009-11-11 | fix wrapping of text segment containing multiple newlines and ending on a ↵ | richard | |
newline reviewed by leyla | |||
2009-11-11 | Manual merge. | Vadim Savchuk | |
Resolved conflicts in panel_bottomtray.xml and llavataractions.cpp. --HG-- branch : product-engine | |||
2009-11-11 | fix for normal bug EXT-2303 Distinguish Object-generated Nearby Chat from ↵ | Yuri Chebotarev | |
other Nearby Chat --HG-- branch : product-engine | |||
2009-11-10 | EXT-1478 Tool-tip background and border colors are being ignored | Leyla Farazha | |
EXT-2082 Multifloater preview tab container extends outside window border EXT-773 odd notecard behaviour on closing an unsaved notcard reviewed by Richard | |||
2009-11-04 | ext-2038 - script editor, cursor becomes stuck in some rows | richard | |
ext-2037 0 Script editor, garbage characters inserted in text | |||
2009-11-04 | merge | richard | |