summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2009-12-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-12-10EXT-3122: Added support for URLs without an explicit protocol.Lynx Linden
You can now enter URLs like "www.google.com", "secondlife.com", or "www.google.com/search?q=second%20life" and these will be hyperlinked.
2009-12-10Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-12-08mergeLeyla Farazha
2010-12-08adding notes about visible / enable callback registries being mergedLeyla Farazha
2010-12-07mergeLeyla Farazha
2010-12-07EXT-3265 Gear menu on_visible params are broken - not setting visibility of ↵Leyla Farazha
menu items EXT-2923 [BSI] My own inspector lists "Stand Up" as an option in gear menu, while I'm standing
2009-12-09Fixed low bug EXT - 3244 ('No people' is visible partly in the empty Recent ↵Paul Guslisty
list) --HG-- branch : product-engine
2009-12-09Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-08EXT-2572 - Bottom text on bottom line in nearby chat is clippedrichard
2009-12-08added fading back to icons in text widgetsrichard
2009-12-08ext-3087 - avatar icon is truncated badlyrichard
reviewed by James
2009-12-08Fixed low bug EXT-3058 ('Save Pick' Button Inoperable When Edit Only ↵Eugene Mutavchi
Involves Deleting Text from the Description) --HG-- branch : product-engine
2009-12-08Mergerichard
2009-12-08Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-08Update for normal task EXT-3089 - Notification toasts positioning, layering ↵Dmitry Zaporozhan
and stacking. Improved functionality, cleaned code. --HG-- branch : product-engine
2009-12-07fix for inline widgets never shrinking with resizable text editorrichard
also fixed dropping last line in chat history
2009-12-07mergerichard
2009-12-07Merge from product-engineSteve Bennetts
2009-12-07EXT-3062 Inspector affordance should spawn closer to mouseJames Cook
Reduced some size constants. Trivial, not reviewed.
2009-12-07fix for horizontal scrolling in text_editorsrichard
2009-12-07EXT-3159 Mouse-wheel scrolling down causes unexpected side-scrollingJames Cook
If vertical scroll bar is visible, give it the scroll events and don't scroll horizontally. Eliminated extraneous folder view item scroll handler. Reviewed with Richard.
2009-12-07mergerichard
2009-12-07ext-3112 - bad font width information with sansserifrichard
2009-12-07 implemented Task EXT-2304 Offer Notifications should include a link ↵Denis Serdjuk
that highlights the landmark or item in the appropriate side panel Changes: 1.highlighting of landmarks was broken by LLInventoryPanel::getActiveInventoryPanel(). 2. escaping of urls --HG-- branch : product-engine
2009-12-07Manual merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-07Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-07implemented EXT-2797 “Making friendship offer should be recorded into IM ↵Alexei Arabadji
history” --HG-- branch : product-engine
2009-12-04merge to pull viewer-2 changes into avpNyx (Neal Orman)
--HG-- branch : avatar-pipeline
2009-12-07no ticket, minor refactoring.Yuri Chebotarev
add return value to notifyXXX functions, may be usefull --HG-- branch : product-engine
2009-12-04mergeJames Cook
2009-12-04automated merge viewer2.0->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-04EXT-3124 : Add lookup for finding all linked items to an itemLoren Shih
Filter string now highlights when doing this search. --HG-- branch : avatar-pipeline
2009-12-04Implemented normal task EXT-2832 (Hide "undock" icon on the floaters).Andrew Dyukov
--HG-- branch : product-engine
2009-12-30mergeLeyla Farazha
2009-12-30EXT-2823 Find window: change default open location to the top-left of screenLeyla Farazha
EXT-2921 [BSI] Default location for Screenshot Floater hides expanded options off screen reviewed by James
2009-12-03Hack 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-03EXT-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-04 implemented Task EXT-2304 Offer Notifications should include a link ↵Denis Serdjuk
that highlights the landmark or item in the appropriate side panel Changes: This task had been already implemented. llurlentyinventory and llurlregistry have been changed to correct parsing of offer url --HG-- branch : product-engine
2009-12-02Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0James Cook
2009-12-02EXT-2572 partial fix for nearby chat text clipping at the bottomJames Cook
Fixes 1 pixel of clipping caused by LLScrollContainer. Text is still clipped by 1 pixel, down from 2. Added more test text boxes to floater_test_textbox.xml Reviewed with Leyla.
2009-12-02Implemented normal task EXT-2833 ("Close" button should hide bottom bar windows)Sergey Borushevsky
When IM floater isn't torn off, "Close" button is disabled. It's not hidden, since there is a hack in LLFloater::updateButton. --HG-- branch : product-engine
2009-12-03Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-03fix for EXT-1190 Accordion should support keyboard accessabilityYuri Chebotarev
--HG-- branch : product-engine
2009-12-01DEV-43622 : API change (no functionality change) to fix a design error in LLSDKent Quirk
I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead.
2009-12-01mergeLeyla Farazha
2009-12-01Merge - backing out scroll container changeJames Cook
2009-12-01Revert partial fix for EXT-2572 (chat history text clipping) that causes ↵James Cook
EXT-1597 (script editor scrolls upward while typing) Backed out changeset: e38642e0c21c
2009-12-01mergeLeyla Farazha
2009-12-01EXT-3015 Fixed right and center aligned text boxesJames Cook
Document rect left edge was being computed incorrectly. Made floater_test_textbox.xml have more examples of text. Reviewed with Kelly