Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-11-04 | added newline at end of llbutton.cpp | richard | |
removed non-localized, invisible labels from scrollbar and tab container arrows EXT-1626 - there is text overlaping in group info mini inspector reviewed by James | |||
2009-11-03 | DEV-41358 DEV-41361: Added support for secondlife:///app/worldmap | Lynx Linden | |
SLurls to the LLUrlRegistry. These are now displayed with the more human-readable label of "Show Map for XXXX" and sport a context menu with various operations. I also added "Show on Map" options to the context menus for other location-based SLurls. I also internationalized the text for "Teleport to" and the new "Show Map for" strings. | |||
2009-10-30 | EXT-2018 PRofile "Real World" descripton scrolls before showing "More" link | richard | |
EXT-2011 titles of IM sessions aren't aligned to center EXT-3025 Pick's description overlaps picks name also moved tool tip param default to tool_tip.xml also made default param<const LLFontGL*> be SansSerif reviewed by Leyla | |||
2009-10-28 | ext-1483 - Scrollable lists in side panel can sometimes get stuck | richard | |
apparent XUI error Also fixed terminating newlines in text editors not flowing to next line reviewed by Leyla | |||
2009-10-28 | fix for layout updates of chat history | richard | |
update document rect twice increased right padding of inline widgets | |||
2009-10-28 | EXT-1949 - Viewer freezes on resizing IM window | richard | |
cleaned up some rectangle tracking logic and introduced LLInlineViewSegment param block reviewed by Leyla | |||
2009-10-26 | tweaked clipping rect for scroll containers to not overlap vertical scrollbar | richard | |
fixed reflow logic when resizing text editors that contain widgets (would make text appear and disappear) reviewed by James | |||
2009-10-22 | Ext-1110 - Unable to select whole text by mouse in the text widget | richard | |
2009-10-21 | fix for chat history layout bugs | Richard Nelson | |
EXT-1728 - there is no new line in the text copied on junction of 2 panels EXT-1670 - fix chat history use of widgets reviewed by James | |||
2009-10-20 | ext-1670 - fix the chat history use of widgets | Richard Nelson | |
reviewed by leyla |