summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-23EXT-6522 Changed app bundle to Second Life Viewer 2.app (Mac)palange
2010-03-23EXT-6522 Change release installation location to Second Life Viewer 2 ↵Mark Palange (Mani)
(Windows Only) reviewed by palmer
2010-03-18EXT-6389 Fix for numbers in edit appearance not showing up on Mac.Dave Parks
2010-03-12linguisticEli Linden
2010-03-12EXT-5983 manual fix for changed EN root element name= (VLT bug; didn't flag ↵Eli Linden
change before)
2010-03-12EXT-5988Eli Linden
2010-03-12linguisticEli Linden
2010-03-11VWR-18254 en_xui_changeEli Linden
2010-03-11linguistic changesEli Linden
2010-03-11VWR-18253 en_xui_changeEli Linden
2010-03-11linguistic changeEli Linden
2010-03-10VWR-18046 en_xui_changeEli Linden
2010-03-10linguistic changeEli Linden
2010-03-09VWR-18034 en_xui_changeEli Linden
2010-03-09VWR-17485 en_xui_changeEli Linden
2010-03-09VWR-17514 en_xui_changeEli Linden
2010-03-12merge for backout.Monroe Linden
2010-03-12Backed out changeset 6fdd352b80d6Monroe Linden
We thought this was a fix for EXT-6276, but it turned out it was just moving the problem.
2010-03-12Didn't mean to check in with these lines commented out.Dave Parks
2010-03-12EXT-6276 Fix for UI going all wonky.Dave Parks
2010-03-12Bizarrely hacky fix for EXT-6276 (#if LL_DARWIN out copyFromPrimarySubstring)Dave Parks
General gl state cleanup in llui. Make llrender more gGL.begin/end friendly.
2010-03-11EXT-6276 Put in some gl flush calls to texture state functions.Dave Parks
2010-03-11EXT-6276 Put in some gl flush calls to register combiner functions (why ↵Dave Parks
these are being used for UI now is beyond me)
2010-03-10mergeRichard Nelson
2010-03-10EXT-6295 - Cannot log in with new account, TOS dialog does not loadRichard Nelson
reviewed by Mani
2010-03-10Fix for EXT-6276.Monroe Linden
Added a check in LLTextBase::drawSelectionBackground() to keep it from sending degenerate rectangles to gl_rect_2d(). This seems to be what was causing the GL state to go bad. Reviewed by Richard at http://codereview.lindenlab.com/534001
2010-03-08Enable auto-posting of SLVoice crash logs to VivoxAimee Linden
2010-03-05mergeRichard Linden
2010-03-05fixRichard Linden
2010-03-05Fix for a crash on startup/shutdown introduced in the tip of viewer-2-0 very ↵Monroe Linden
recently. list.erase(list.find()) is not safe, because erasing list.end() is undefined. Check to make sure the find succeeded before doing the erase. Reviewed by Richard at http://codereview.lindenlab.com/341001
2010-03-05mergeRichard Linden
2010-03-05added some logging to help track down crash in EXT-5849Richard Linden
2010-03-05MergeEli Linden
2010-03-05VWR-17723Eli Linden
2010-03-05VWR-17121 en_xui_changeEli Linden
2010-03-05mergeRichard Linden
2010-03-05fix for mergeRichard Linden
2010-03-05VWR-17116 en_xui_changeEli Linden
2010-03-06Fixed major bug (EXT-6033) Parcel, Region,and Estate areas of 'PlaceProfile' ↵Sergei Litovchuk
are corrupted. - Added height attribute value to accordion tabs.
2010-03-09beta 4 FR translation, new fileEli Linden
2010-03-08VWR-17496 en_xui_change; undid bad hardcoded 'ja' width override.Eli Linden
2010-03-08VWR-17484 en_xui_change; undid old 'da' overrides to fix truncationEli Linden
2010-03-09beta 4 DE translationEli Linden
2010-03-09beta 4 FR translationEli Linden
2010-03-09beta 4 DE translationEli Linden
2010-03-09linguistic changesEli Linden
2010-03-08VWR-17483Eli Linden
2010-03-08ES linguistic changesEli Linden
2010-03-09Fixed major bug EXT-5939 (UI slider tracks turn light grey when in focus)Mike Antipov
- All horizontal sliders are configured to have no highlighted track.
2010-03-09fixed bad mergeRichard Linden