Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-30 | further UI rendering performance improvements | Richard Nelson | |
2010-07-30 | further UI rendering performance improvements | Richard Nelson | |
2010-07-30 | added LLPanel::childSetAction() that does not take a void* argument | Richard Nelson | |
implemented childGetVisibleTab/PanelWithHelp using breadth-first-search iterator moved tentative state from llview to lluictrl changes llcallbackmap to use boost::function | |||
2010-07-30 | added LLPanel::childSetAction() that does not take a void* argument | Richard Nelson | |
implemented childGetVisibleTab/PanelWithHelp using breadth-first-search iterator moved tentative state from llview to lluictrl changes llcallbackmap to use boost::function | |||
2010-07-14 | merge | Dave Parks | |
2010-06-22 | EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startup | Richard Linden | |
reviewed by Leyla | |||
2010-06-07 | Merge with render-pipeline | Dave Parks | |
2010-06-04 | Better branch prediction in UI rendering. | Dave Parks | |
2010-05-29 | UI rendering optimization. | Dave Parks | |
2010-05-25 | EXT-6726 WIP Added handlers for most of Appearance SP context/gear menus. | Vadim Savchuk | |
Reviewed by Mike Antipov and Nyx at https://codereview.productengine.com/secondlife/r/428/ --HG-- branch : product-engine | |||
2010-05-18 | EXT-7398 FIXED negative top/bottom coordinates do the wrong thing with ↵ | Richard Linden | |
topleft layout reviewed by Leyla | |||
2010-04-08 | merge | Richard Linden | |
2010-04-08 | EXT-5849 - crash in LLView::drawChildren() | Richard Linden | |
added logging to help track down cause | |||
2010-03-18 | merge from hotfix to viewer-2-0 and resolve conflicts | Kent Quirk | |
2010-03-16 | turning view deletion spam into a lldebugs | Richard Linden | |
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-05 | fix | Richard Linden | |
2010-03-05 | added some logging to help track down crash in EXT-5849 | Richard Linden | |
2010-03-02 | initial work changing topctrl to popup layer | Richard Nelson | |
2010-02-08 | Add some asserts to catch some null derefs that, at least, the ↵ | Tofu Linden | |
render-pipeline code seems to be hitting. | |||
2009-12-18 | ext-3307 - nearby chat stays scrolled at bottom | richard | |
2009-12-17 | made setupParams do coordinate flipping and negative coordinate magic only ↵ | richard | |
for XUI-based params | |||
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-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-07 | Manual merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-07 | no ticket, minor refactoring. | Yuri Chebotarev | |
add return value to notifyXXX functions, may be usefull --HG-- branch : product-engine | |||
2009-12-30 | EXT-2823 Find window: change default open location to the top-left of screen | Leyla Farazha | |
EXT-2921 [BSI] Default location for Screenshot Floater hides expanded options off screen reviewed by James | |||
2009-11-30 | De-inlined some UI param block definitions. | James Cook | |
2009-11-30 | Linker optimization - use "extern template" for commonly regenerated templates | James Cook | |
Also replaced many duplicate calls to LLViewerCamera::getInstance() with local pointer. Reviewed with Ambroff | |||
2009-11-29 | Revert extern template link optimization until I can build/test on PC | James Cook | |
2009-11-25 | Linker optimization, use extern template for LLView::getChild<> | James Cook | |
2009-11-10 | merge | richard | |
2009-11-10 | clean up include llfontgl | angela | |
2009-11-09 | data driven layout of top-level UI elements | richard | |
EXT-1219 Side tray slide-out animation cleaned up some layout of bottom tray contents reviewed by James | |||
2009-10-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-10-19 | Merging revisions 2046-2068 of ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-1414 EXT-1213 EXT-1539 EXT-1253 EXT-1446 EXT-1438 EXT-1233 EXT-1466 EXT-1446 EXT-1512 EXT-1231 * Dev: EXT-719 (landmarks) EXT-747 EXT-1446 EXT-1378 EXT-397 EXT-1476 * IM changes | |||
2009-10-17 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-10-17 | Introduce LLView::isAvailable() to test enabled & visible. | Nat Goodspeed | |
Better term? The point of the method is to verify that a user could actually interact with the LLView in question. | |||
2009-10-16 | removed usage of boost::true_type and boost::false_type | Richard Nelson | |
made debug mouse events use standard / separator instead of -> reviewed by Leyla | |||
2009-10-13 | EXT-1351 DEV-38496 Add "show rectangles" check to UI Preview Tool, which ↵ | James Cook | |
draws outlines of widgets and makes tooltips show their names and sizes. Used for localization to catch string truncations and fix them. Reviewed with Leyla. | |||
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 | converted focus change callbacks to use signals | Richard Nelson | |
replaced mFocusChangedSignal that PE added with our hierarchical focus mgmt reviewed by Leyla | |||
2009-09-23 | EXT-904 Build tools does not show tooltips on any checkbox | Richard Nelson | |
EXT-877 There is no tooltip with a date for Time indicator in Nav bar EXT-860 Crosshairs and "Press ESC to..." warning are dislocated in mouselook mode when UI Size is not exactly set to 1.00 (Menu Me -> Preferences-> Graphics) EXT-783 Script editor inserts text twice when using the editors paste, or choosing LSL elements from the pull-down list. EXT-764 mis-location of cursor in edit script panel (fixed cursor width) EXT-658 Inventory window's "Fetched Items" needs spacing reviewed by James | |||
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 |