Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-12 | Bizarrely 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-11 | EXT-6276 Put in some gl flush calls to texture state functions. | Dave Parks | |
2010-03-11 | EXT-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-10 | merge | Richard Nelson | |
2010-03-10 | EXT-6295 - Cannot log in with new account, TOS dialog does not load | Richard Nelson | |
reviewed by Mani | |||
2010-03-10 | Fix 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-08 | Enable auto-posting of SLVoice crash logs to Vivox | Aimee Linden | |
2010-03-05 | merge | Richard Linden | |
2010-03-05 | fix | Richard Linden | |
2010-03-05 | Fix 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-05 | merge | Richard Linden | |
2010-03-05 | added some logging to help track down crash in EXT-5849 | Richard Linden | |
2010-03-05 | Merge | Eli Linden | |
2010-03-05 | VWR-17723 | Eli Linden | |
2010-03-05 | VWR-17121 en_xui_change | Eli Linden | |
2010-03-05 | merge | Richard Linden | |
2010-03-05 | fix for merge | Richard Linden | |
2010-03-05 | VWR-17116 en_xui_change | Eli Linden | |
2010-03-06 | Fixed major bug (EXT-6033) Parcel, Region,and Estate areas of 'PlaceProfile' ↵ | Sergei Litovchuk | |
are corrupted. - Added height attribute value to accordion tabs. | |||
2010-03-09 | beta 4 FR translation, new file | Eli Linden | |
2010-03-08 | VWR-17496 en_xui_change; undid bad hardcoded 'ja' width override. | Eli Linden | |
2010-03-08 | VWR-17484 en_xui_change; undid old 'da' overrides to fix truncation | Eli Linden | |
2010-03-09 | beta 4 DE translation | Eli Linden | |
2010-03-09 | beta 4 FR translation | Eli Linden | |
2010-03-09 | beta 4 DE translation | Eli Linden | |
2010-03-09 | linguistic changes | Eli Linden | |
2010-03-08 | VWR-17483 | Eli Linden | |
2010-03-08 | ES linguistic changes | Eli Linden | |
2010-03-09 | Fixed 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-09 | fixed bad merge | Richard Linden | |
2010-03-09 | merge | Richard Linden | |
2010-03-09 | rolled back changeset 5fbab7aa32ef to fix EXT-6269 | Richard Linden | |
2010-03-09 | Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix | Nyx (Neal Orman) | |
2010-03-09 | duplicating fix for EXT-6256 Viewer 2 - Search field set the focus out of ↵ | Richard Linden | |
the field when user type 'ne' or 'na' or some other letters combinations reviewed by Leyla | |||
2010-03-09 | fix for EXT-4161: skinny pant legs(have no flare) | Xiaohong Bao | |
2010-03-08 | beta 4 tier1 JA translation, new file | Eli Linden | |
2010-03-08 | beta 4 tier1 JA translation | Eli Linden | |
2010-03-08 | VWR-17477 en_xui_change | Eli Linden | |
2010-03-08 | WR-17933 en_xui_change; undid 'de' evil overrides. also, more fix for 'en' ↵ | Eli Linden | |
floater_tools build menu | |||
2010-03-08 | EXT-6266 en_xui_change for spinner label widths; undid 'de' local overrides | Eli Linden | |
2010-03-08 | Fix for mac build error | Monroe Linden | |
"enumeration value 'MEDIA_EVENT_CLICK_LINK_NOFOLLOW' not handled in switch" | |||
2010-03-08 | https://jira.secondlife.com/browse/EXT-5884 | skolb | |
Added code to support SLAPPS for Media on a Prim Reviewed by Monroe and Callum via Code Collab (Review 143). | |||
2010-03-05 | merge | Richard Linden | |
2010-03-05 | Merge | Eli Linden | |
2010-03-05 | VWR-17558 en_xui_change | Eli Linden | |
2010-03-05 | VWR-17687 en_xui_change | Eli Linden | |
2010-03-05 | VWR-17686 | Eli Linden | |
2010-03-05 | VWR-17362 | Eli Linden | |
2010-03-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2010-03-05 | Fix Mac llmediaplugintest build breakage. | Nat Goodspeed | |
A viewport array passed to glGetIntegerv() and gluUnProject() was declared as 'int'. This compiles on Windows, but fails on Mac. Declaring as 'GLint' works. |