Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-02 | EXT-8545 FIX Button art and other images are positioned incorrectly when UI ↵ | Richard Nelson | |
scale != 1.0 | |||
2010-07-30 | further UI rendering performance improvements | Richard Nelson | |
2010-07-01 | eliminated a bunch of silent warnings on startup about multiple widget ↵ | Richard Linden | |
registration | |||
2010-06-22 | EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startup | Richard Linden | |
improved filename output for XUI parser errors | |||
2010-04-27 | Implemented perpetual loading indicator widget (EXT-6596). | Vadim Savchuk | |
Simple perpetual loading indicator a la MacOS X or YouTube. Implements spinning by changing pre-defined images. The images are hardcoded, shared by all instances of the widget. Number of rotations per second can be changed via params. Reviewed by Mike at https://codereview.productengine.com/secondlife/r/320/ --HG-- branch : product-engine | |||
2010-04-01 | EXT-3531 - Ctrl-P does not work reliably on login | Richard Nelson | |
2010-03-12 | merge for backout. | Monroe Linden | |
2010-03-12 | Backed out changeset 6fdd352b80d6 | Monroe Linden | |
We thought this was a fix for EXT-6276, but it turned out it was just moving the problem. | |||
2010-03-12 | Didn't mean to check in with these lines commented out. | Dave Parks | |
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-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-03 | WIP - replace top ctrl with LLPopupView | Richard Linden | |
2010-03-02 | initial work changing topctrl to popup layer | Richard Nelson | |
2010-02-08 | Fix for blend func being screwed up at init. | Dave Parks | |
Fix for avatar appearance editor drawing hair in the background. | |||
2010-02-23 | merge | Palmer Truelson | |
2010-02-23 | Turning back on Davep's ui optimizations. Backed out changeset 6c161782dba3 | Palmer Truelson | |
2010-02-17 | merge | Richard Linden | |
2010-02-16 | EXT-5471 - Tons of spam in log about Invalid param "name" | richard | |
reviewed by Rick | |||
2010-02-12 | merge | Palmer Truelson | |
2010-02-12 | Backed out davep's UI optimization. changeset 3134cb7bb181 | Palmer Truelson | |
2010-02-12 | Backed out bao's fix to FSAA that will also be backed out. changeset ↵ | Palmer Truelson | |
ae9bbbf181d9 | |||
2010-02-12 | cast type F32 to GLint to eliminate some compiling warnings. | Xiaohong Bao | |
2010-02-12 | potential fix for bad font names | Richard Linden | |
2010-02-04 | merge | Dave Parks | |
2010-02-04 | No more matrix ops in UI code. | Dave Parks | |
2010-01-22 | LLPointer cleanup and fix for EXT-4413 | richard | |
reviewed by Rick | |||
2009-12-21 | EXT-3599 - no chiclets in the im well window | richard | |
2009-12-18 | Fix for color setup from Richard. | James Cook | |
2009-12-17 | fix for bad xui warnings when loading font from legacy "resource" name | richard | |
2009-12-17 | Backed out changeset: 4d482c1ed041 | richard | |
2009-12-16 | Backed out changeset: cfa60aef8061, added setBlockFromValue so setting a ↵ | James Cook | |
LLRect param in code will set the individua | |||
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-07 | EXT-3062 Inspector affordance should spawn closer to mouse | James Cook | |
Reduced some size constants. Trivial, not reviewed. | |||
2009-11-10 | clean up include llfontgl | angela | |
2009-10-30 | EXT-2018 PRofile "Real World" descripton scrolls before showing "More" link | richard | |
EXT-2011 titles of IM sessions aren't aligned to center EXT-3025 Pick's description overlaps picks name also moved tool tip param default to tool_tip.xml also made default param<const LLFontGL*> be SansSerif reviewed by Leyla | |||
2009-10-25 | * Changes to enable differentiating between icon texture priority and other ↵ | Steve Bennetts | |
UI texture priority. * Still need to only request smaller mip maps of icon textures | |||
2009-10-16 | merge | Mark Palange (Mani) | |
2009-10-15 | fix for gcc build | Richard Nelson | |
2009-10-15 | EXT-1279 Crash if font file not found. | Steve Bennetts | |
Added getFontDefault() to llfontgl.h --HG-- branch : branch-test | |||
2009-10-15 | removed requirement for specializing ParamCompare on boost::function types | Richard Nelson | |
eliminated usage of iterator_range from LLInitParam made LLTextEditor::addChar consistent with truncate in counting text bytes (not including null terminator) EXT-1494 - Avatar profile description text truncated to 255 characters reviewed by Leyla | |||
2009-10-13 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1992 https://svn.aws.productengine.com/secondlife/pe/stable-2@2004 -> viewer-2.0.0-3 * Bugs: EXT-1091 EXT-1418 EXT-996 EXT-1150 EXT-1188 EXT-1417 EXT-1181 EXT-1058 EXT-1397 EXT-836 EXT-1437 EXT-1379 * Dev: EXT-1291 EXT-1255 EXT-992 EXT-96 EXT-1157 | |||
2009-10-03 | Merge inspectors UI project, gooey-4, into viewer-2 trunk. Added new ↵ | James Cook | |
tooltips to 3D avatars, 2D avatar names, and 3D objects. Refactors tooltips and text boxes, line editors, and text editors. Breaks LLExpandableTextBox, but a fix is coming. Resolved conflicts in lltexteditor.cpp, llchatitemscontainerctrl.cpp, llchatmsgbox.cpp, llfloaterbuycurrency.cpp, llnearbychat.cpp, floater_buy_currency.xml, and ru/strings.xml Merging revisions 134925-135157 of svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-4 into C:\source\viewer-2.0.0-3, respecting ancestry | |||
2009-09-30 | DEV-35039 Viewer 2.0 Help System - Viewer Development | Adam Moss | |
svn merge -r134800:134805 svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer2help-3 | |||
2009-09-22 | Merging render-pipeline-6-qa-2 into viewer-2 | David Parks | |
Self reviewed. | |||
2009-09-09 | merge -r132032-132812 ↵ | Richard Nelson | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-1 | |||
2009-08-27 | svn merge -r 129841:129910 ↵ | Monroe Williams | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910 svn merge -r 129913:131718 svn+ssh://svn.lindenlab.com/svn/linden/branches/pluginapi/pluginapi_05 Some branch shenannigans in the pluginapi_05 branch caused this to become a two-part merge. |