Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-17 | EXT-3087 - Crash when avatar icon truncated in interactive notifications | richard | |
reviewed by Mani | |||
2009-12-15 | merge | richard | |
2009-12-15 | fix for gcc build | Rick Pasetto | |
2009-12-15 | merge | richard | |
2009-12-15 | Automated merge with http://demeter:8000 | Rick Pasetto | |
2009-12-15 | added setBlockFromValue so setting a LLRect param in code will set the ↵ | richard | |
individual left, right, top, bottom values, for example don't call setupParams when creating widgets from code moved Multiple param constraints into BaseBlock to remove extra scoping | |||
2009-12-15 | added "value" attribute to radio_items to better support arbitrary data ↵ | richard | |
selection moved LLRadioCtrl to internal implementation of LLRadioGroup reviewed by Leyla | |||
2009-12-15 | EXT-3471 Tabs need a pad_bottom override attribute | James Cook | |
Added label_pad_bottom and label_pad_left for tab containers. | |||
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 | merge | richard | |
2009-12-11 | note to get rid of hack | 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-11 | EXT-3233 Button label vertical placement cannot be adjusted via xml | James Cook | |
Added bottom_pad attribute to widgets/button.xml and removed old LLBUTTON_VPAD global and ButtonVPad saved setting. Reviewed with Richard. | |||
2009-12-11 | EXT-3313 Media Settings window has no background if viewer is too short | James Cook | |
Code to set default floater position to top-left was causing incorrect floater height computation when floater XML specified a bottom coordinate. Reviewed with Callum. | |||
2009-12-11 | Merge, fixed conflict in panel_preferences_sound.xml | James Cook | |
2009-12-10 | DEV-43977: Changed pre-login help browser behavior. | Lynx Linden | |
The special pre_login_help topic is now only displayed when the user clicks on the "Need help logging in?" link on the login screen, or selects the top-level Help > Second Life Help (F1) menu. | |||
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-10 | EXT-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-10 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-09 | lazy evaluation of lluistring to improve LLUIString::format performance | richard | |
reviewed by Mani | |||
2010-12-08 | merge | Leyla Farazha | |
2010-12-08 | adding notes about visible / enable callback registries being merged | Leyla Farazha | |
2010-12-07 | merge | Leyla Farazha | |
2010-12-07 | EXT-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-09 | Fixed low bug EXT - 3244 ('No people' is visible partly in the empty Recent ↵ | Paul Guslisty | |
list) --HG-- branch : product-engine | |||
2009-12-09 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
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-08 | Fixed 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-08 | Merge | richard | |
2009-12-08 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-08 | Update for normal task EXT-3089 - Notification toasts positioning, layering ↵ | Dmitry Zaporozhan | |
and stacking. Improved functionality, cleaned code. --HG-- branch : product-engine | |||
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 | merge | richard | |
2009-12-07 | Merge from product-engine | Steve Bennetts | |
2009-12-07 | EXT-3062 Inspector affordance should spawn closer to mouse | James Cook | |
Reduced some size constants. Trivial, not reviewed. | |||
2009-12-07 | fix for horizontal scrolling in text_editors | richard | |
2009-12-07 | EXT-3159 Mouse-wheel scrolling down causes unexpected side-scrolling | James 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-07 | merge | richard | |
2009-12-07 | ext-3112 - bad font width information with sansserif | richard | |
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-07 | Manual merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-07 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-07 | implemented EXT-2797 “Making friendship offer should be recorded into IM ↵ | Alexei Arabadji | |
history” --HG-- branch : product-engine | |||
2009-12-04 | merge to pull viewer-2 changes into avp | Nyx (Neal Orman) | |
--HG-- branch : avatar-pipeline | |||
2009-12-07 | no ticket, minor refactoring. | Yuri Chebotarev | |
add return value to notifyXXX functions, may be usefull --HG-- branch : product-engine | |||
2009-12-04 | merge | James Cook | |