summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2009-11-11mergerichard
2009-11-11added stylized text to tooltips for showxuinamesrichard
2009-11-11fix wrapping of text segment containing multiple newlines and ending on a ↵richard
newline reviewed by leyla
2009-11-11Add widgets/ui_ctrl.xml that can set default font size across all widgets.James Cook
Individual widgets/*.xml files will need to have explicit font="foo" params removed to start using the defaults. Discussed with Richard.
2009-11-11Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ APINat Goodspeed
with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations.
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-11Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-10mergeLeyla Farazha
2009-11-10EXT-1478 Tool-tip background and border colors are being ignoredLeyla 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-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-10DEV-40001: Add support for a pre-login help topic.Lynx Linden
Asking for help (e.g., pressing F1) before logging in will now display a specific pre-login help topic, "pre_login_help". This behavior was agreed upon with Rand to allow us to display a custom page to help the user log on successfully.
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-11Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-10Add newline at end of fileJames Cook
2009-11-10added filenames to xui names output when using filename="" in XUIrichard
reviewed by Richard
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-10Make LLInstanceTracker a public base of LLLayoutStack.Nat Goodspeed
Qualify instance_iter with LLLayoutStack:: rather than having to restate the template params to LLInstanceTracker.
2009-11-10further fixes in gcc landRick Pasetto
2009-11-10fix for gccRick Pasetto
2009-11-10mergerichard
2009-11-10(EXT-2343) Preference > Chat > ColorSwatch 's LLUIColorTable is not workingangela
2009-11-10Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-10clean up include llfontglangela
2009-11-09mergerichard
2009-11-09renamed LLLayoutStack::idle to LLLayoutStack::updateClassrichard
converted mWorldViewPlaceholder to a LLHandle<LLView> improved layout of panel_bottomtray reviewed by James
2009-11-09Disabled saving notifications to disk because the load code hasn't worked ↵James Cook
for months, it spams the logs, and it hits the disk. Discussed with Q, the author.
2009-11-09data driven layout of top-level UI elementsrichard
EXT-1219 Side tray slide-out animation cleaned up some layout of bottom tray contents reviewed by James
2009-11-06EXT-1501 Menu fonts now configurable in XUI, set size to SansSerifSmallJames Cook
2009-11-05refactored top level ui into main_view.xmlrichard
2009-11-05moved scroll_column_header default params to scroll_column_header.xmlrichard
reviewed by James
2009-11-05MergeSteve Bennetts
2009-11-05mergerichard
2009-11-05Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-05fix for major bug ext-2209 Nearby Chat log is brokenYuri Chebotarev
--HG-- branch : product-engine
2009-11-04better fix for clipping not workingrichard
2009-11-04fixed clipping not working with gl_rect callsrichard
EXT-1397 - description edit field is broken
2009-11-04Merge changes from https://hg.aws.productengine.com/secondlife/viewer-2-0/Steve Bennetts
2009-11-04ext-2038 - script editor, cursor becomes stuck in some rowsrichard
ext-2037 0 Script editor, garbage characters inserted in text
2009-11-04Merge the work lost in 49c9461937df back into the treeBryan O'Sullivan
2009-11-04mergeLeyla Farazha
2009-11-04EXT-1739 Preferences > Sounds > Device settings -- Input/Output controls ↵Leyla Farazha
don't work EXT-2073 Need ability to change font style of tab headers EXT-1505 Kill text drop shadow on Menu and Tabs reviewed by Richard
2009-11-04Redo Bao's broken mergeBryan O'Sullivan
2009-11-04mergerichard
2009-11-04added newline at end of llbutton.cpprichard
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-04Implemented normal task EXT-2149 (IM Text Editors should display grayed text ↵Sergey Borushevsky
"TO [avatar_name/group_name/ad-hoc conference]") --HG-- branch : product-engine
2009-11-04DEV-41358: corrected a minor typo in a comment and refactored someLynx Linden
code to avoid duplication.
2009-11-04mergreangela
2009-11-04mergeangela
2009-11-03merge from https://hg.aws.productengine.com/secondlife/viewer-2-0/Steve Bennetts