Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-03-04 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/llstring.cpp # indra/llcommon/llstring.h | |||
2024-01-30 | BugSplat Crash #1409959 onTopLost | Andrey Kleshchev | |
onTopLost crashed 1. It contradicts callstack, but clearPopups() definetely has an issue due to not checking the pointer prior to calling onTopLost 2. According to callstack, crash happened around ~LLFolderViewFolder and while it does call removePopup for itself, it isn't a popup, the only one in the list would be the renamer, which calls back to parent, so made sure to secure it. 3. mFlashTimer was never deleted 4. Some explicit cleanup for TopLost | |||
2022-08-28 | Merge branch 'contribution/emoji' | Kitty Barnett | |
2019-11-06 | Characters can have more than one representation in LLFontFreetype | Kitty Barnett | |
* By default all viewer text will use B/W glyphs * Added temporary use_color attribute to LLTextBase for testing | |||
2019-08-10 | DRTVWR-493 LLUI to LLParamSingleton | andreykproductengine | |
2017-06-08 | MAINT-7460 FIXED Crash in LLPopupView::removePopup() | Mnikolenko Productengine | |
2017-04-06 | MAINT-7267 Fixed UI missing last symbol of string on hi-res monitors. | andreykproductengine | |
2017-01-04 | MAINT-918 Newline was not displayed correctly in chat window. | andreykproductengine | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-03-21 | MAINT-6130 FIXED Resizing "Picks" floater breaks formatting in list items | andreykproductengine | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-12-29 | MAINT-5984 FIXED Incorrect cursor position with UI scale >1.0 | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-09-30 | MAINT-5670 FIXED <icon> should not be parsed in expandable textboxes | Mnikolenko ProductEngine | |
2014-08-20 | Reverted change to expandable_text, to use pre-existing functionality to fix ↵ | Cho | |
ACME-1583 | |||
2014-08-20 | Made expandable_text take max_length as a parameter and set experience ↵ | Cho | |
profile description max_length to 2048 for ACME-1583 | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
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-01-31 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
2011-07-22 | STORM-1311 FIXED Provide more space for parcel description in the Place ↵ | Vadim ProductEngine | |
Profile when coming from search. This also affects the way teleport history items look. In the first place I tried to make the description occupy all available space and follow viewer window shape. However that triggered numerous bugs in the text widgets, which spoiled the whole fix. So I'm coming up with a temporary hacky solution that should fit the ticket requirements. | |||
2011-03-15 | STORM-250 FIXED "More" link being toggled in expandable textbox after reshaping. | Seth ProductEngine | |
2010-09-14 | STORM-112 FIXED Fixed EOLs display as "squares" in expandable textboxes ↵ | Andrew Dyukov | |
after resize. This problem reproduced not only on minimize of certain floaters from description, but for all expandable textboxes after resizes. It happened because of hideExpandText() call in LLTextBoxEx::reshape() that broke lineendings. - Removed it from there so text expands now only when clicking "More" link- it's the only time when it should be shown, and also doesn't have problem with breaking anything because of calling setTextBase() after it. | |||
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-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-27 | Backed out changeset: 58571b4e704b | Richard Linden | |
2010-07-29 | removed unnecessary hack (no repro for EXT-8259, possibly due to other ↵ | Richard Linden | |
recent lltextbase changes) | |||
2010-07-16 | EXT-8365 FIXED Untranslated "More" link in the Residents Profiles. | Vadim Savchuk | |
The default link label specified in widgets/expandable_text.xml didn't seem to be taken into account for translation. So I moved the label to strings.xml to make sure it's localized. Also I removed overridden textbox.label attribute values because VLT can't handle them. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/770/ --HG-- branch : product-engine | |||
2010-07-15 | Reverted changeset 2bb10eae42bf | Dessie Linden | |
2010-07-09 | EXT-8259 FIXED Fixed occasional truncation of the "More" link in expandable ↵ | Vadim Savchuk | |
textboxes. The bug seems to happen when the text contains trailing newlines. So the workaround is to strip those newlines. I use a workaround because a proper fix might require changing LLTextBase which is undesirable at this point. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/722/ --HG-- branch : product-engine | |||
2010-04-01 | Fixed normal bug EXT-6023 - [HARD CODED]? Side Bar : "More" link inside ↵ | Dmitry Zaporozhan | |
"Profile" and "Pick" According to ticket, files in "widgets" folder are not localized and "more_label" is not a translatable attribute. Replaced "more_label" with "label". expandable_text "More" text is accessible through "textbox.label" attribute. Added "textbox.label" to every expandable_text to make "More" text localizable. --HG-- branch : product-engine | |||
2010-03-04 | fixed expandable text box not hiding when clicking off them | Richard Nelson | |
2010-03-02 | initial work changing topctrl to popup layer | Richard Nelson | |
2010-02-02 | Fixed normal bug EXT-4105 ([BSI] group names are not able to be copied from ↵ | Eugene Mutavchi | |
side panel) - changed LLTextBoxEx class to inherit the LLTextEditor behavior --HG-- branch : product-engine | |||
2010-01-25 | gcc fix - more of the same. | Tofu Linden | |
2010-01-22 | LLPointer cleanup and fix for EXT-4413 | richard | |
reviewed by Rick | |||
2009-12-17 | Fixed major bug EXT-3290 - Groups titles listed in profile lose links to ↵ | Dmitry Zaporozhan | |
groups after click on 'More' link. --HG-- branch : product-engine | |||
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-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-12 | add optional style params in setText function | angela | |
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-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-20 | ext-1670 - fix the chat history use of widgets | Richard Nelson | |
reviewed by leyla | |||
2009-10-14 | improved metrics for llfontgl::getWidth (use greater of character ↵ | Richard Nelson | |
width/xadvance) llfontgl::Addchar now called consistently when requesting font metrics no longer possible to have font glyph info without rendered font EXT-1294 - LLExpandableTextBox: wrong ellipses reviewed by James and Mani | |||
2009-10-06 | made "more" link in LLExpandableTextBox localizable | Richard Nelson | |
fixed logic for showing/hiding "more" link in LLExpandableTextBox fixed invisible background on combobox popup list reviewed by Leyla |