Richard Linden
f09cabd4b0
EXP-970 FIX Group Roles > choose name causes other UI to become disabled
2011-06-30 16:15:10 -07:00
Loren Shih
037a83cd47
Automated merge up from viewer-development into mesh-development
2011-03-16 14:54:56 -04:00
Richard Linden
7cecf9ed8d
SOCIAL-659 WIP Viewer crash when selecting report option from mini-inspector in minimal and standard skin
...
turned error into warning when removing non-existent child
2011-03-09 15:26:56 -08:00
Richard Linden
92403b4ea1
SOCIAL-593 FIX Profile Window cannot be resized in minimal skin
...
floater view snapping rectangle is now driven by floater_snap_region view
2011-03-02 21:05:03 -08:00
Loren Shih
618249155a
Automated merge up from viewer-development
2010-12-13 10:08:55 -05:00
Oz Linden
a5619d16f7
correct licenses (fix problem with license change merge)
2010-10-13 07:24:37 -04:00
Richard Linden
67be46c78a
made mIsFocusRoot a XUI param
2010-09-28 17:12:50 -07:00
Dave Parks
7c2b9221d6
merge
2010-09-27 15:20:27 -05:00
Richard Linden
f8a17515f5
EXP-109 WIP strip down main_view.xml
...
made menu keyboard access only work when menus are visible
dummy widgets are now added with a parent view that is invisible
popupview can now be default-built
2010-09-22 12:27:26 -07:00
Brad Payne (Vir Linden)
90e3d83a5c
Fix for build failures - disabling tcmalloc for now
2010-09-21 13:26:52 -04:00
Richard Linden
dcebc01149
made LLView::getUseBoundingRect() const and used it internally
2010-09-16 00:41:45 -07:00
Monroe Linden
b62b10dd26
Post-convert merge by convert_monolith.py from ./viewer-experience
2010-08-27 16:58:33 -07:00
Dave Parks
2f012dd34f
merge
2010-08-25 14:48:18 -05:00
Richard Nelson
0daa627db4
removed LLLayoutStack::fromXML custom xml parsing
2010-08-24 11:44:28 -07:00
Richard Nelson
65c9914d23
made Params parsers not act as singletons
2010-08-23 11:03:19 -07:00
Richard Nelson
c20bd2dfee
cleaned up LLUICtrlFactory...
...
removed redundant functionality
moved buildPanel to LLPanel
2010-08-16 15:00:51 -07:00
Tofu Linden
e416840f85
Backed out changeset c3d41f18ce2b
...
back-out the back-out for this branch. yay.
2010-08-24 19:22:00 +01:00
Tofu Linden
98cc236503
Backed out changeset a62bf7c0af21
...
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24 18:44:39 +01:00
Tofu Linden
6ba23344c9
merge heads. whew.
2010-08-24 18:37:53 +01:00
Oz Linden
06b0d72efa
Change license from GPL to LGPL (version 2.1)
2010-08-13 07:24:57 -04:00
Richard Nelson
b95ad3b5ce
further UI rendering performance improvements
2010-07-30 15:17:32 -07:00
Richard Nelson
d72a21aca1
further UI rendering performance improvements
2010-07-30 15:17:32 -07:00
Richard Nelson
5a8715f827
added LLPanel::childSetAction() that does not take a void* argument
...
implemented childGetVisibleTab/PanelWithHelp using breadth-first-search iterator
moved tentative state from llview to lluictrl
changes llcallbackmap to use boost::function
2010-07-30 09:56:49 -07:00
Richard Nelson
989552161d
added LLPanel::childSetAction() that does not take a void* argument
...
implemented childGetVisibleTab/PanelWithHelp using breadth-first-search iterator
moved tentative state from llview to lluictrl
changes llcallbackmap to use boost::function
2010-07-30 09:56:49 -07:00
Dave Parks
13202e744c
merge
2010-07-14 11:11:31 -05:00
Richard Linden
7a54ce3cf6
EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startup
...
reviewed by Leyla
2010-06-22 13:42:55 -07:00
Dave Parks
f461ae214c
Merge with render-pipeline
2010-06-07 23:05:22 -05:00
Dave Parks
9a96da9c96
Better branch prediction in UI rendering.
2010-06-04 00:11:08 -05:00
Dave Parks
1655256c0c
UI rendering optimization.
2010-05-29 04:18:44 -05:00
Vadim Savchuk
cb05897152
EXT-6726 WIP Added handlers for most of Appearance SP context/gear menus.
...
Reviewed by Mike Antipov and Nyx at https://codereview.productengine.com/secondlife/r/428/
--HG--
branch : product-engine
2010-05-25 14:17:11 +03:00
Richard Linden
5921f2c14b
EXT-7398 FIXED negative top/bottom coordinates do the wrong thing with topleft layout
...
reviewed by Leyla
2010-05-18 16:26:18 -07:00
Richard Linden
b69a454aab
merge
2010-04-08 16:43:48 -07:00
Richard Linden
70bbcf7c2d
EXT-5849 - crash in LLView::drawChildren()
...
added logging to help track down cause
2010-04-08 16:41:56 -07:00
Kent Quirk
63a0e89fb5
merge from hotfix to viewer-2-0 and resolve conflicts
2010-03-18 16:53:41 -04:00
Richard Linden
b37a1a54fa
turning view deletion spam into a lldebugs
2010-03-16 17:48:29 -07:00
Dave Parks
58afe469f9
Bizarrely hacky fix for EXT-6276 (#if LL_DARWIN out copyFromPrimarySubstring)
...
General gl state cleanup in llui.
Make llrender more gGL.begin/end friendly.
2010-03-12 13:01:50 -06:00
Richard Linden
4ada9e7f15
fix
2010-03-05 18:19:29 -08:00
Richard Linden
7cea645ba2
added some logging to help track down crash in EXT-5849
2010-03-05 17:38:21 -08:00
Richard Nelson
41a30a59fb
initial work changing topctrl to popup layer
2010-03-02 14:21:58 -08:00
Tofu Linden
8eba0c4029
Add some asserts to catch some null derefs that, at least, the render-pipeline code seems to be hitting.
2010-02-08 13:20:03 +00:00
richard
2b22831dd0
ext-3307 - nearby chat stays scrolled at bottom
2009-12-18 15:18:16 -08:00
richard
c84b6a28a0
made setupParams do coordinate flipping and negative coordinate magic only for XUI-based params
2009-12-17 11:49:41 -08:00
richard
9ff869a6b2
Backed out changeset: 4d482c1ed041
2009-12-17 10:01:55 -08:00
James Cook
e8fe81c4fc
Backed out changeset: cfa60aef8061, added setBlockFromValue so setting a LLRect param in code will set the individua
2009-12-16 16:04:09 -08:00
richard
3a02b9ec88
added setBlockFromValue so setting a LLRect param in code will set the 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 19:33:18 -08:00
richard
699e2e027b
added "value" attribute to radio_items to better support arbitrary data selection
...
moved LLRadioCtrl to internal implementation of LLRadioGroup
reviewed by Leyla
2009-12-15 14:21:04 -08:00
Vadim Savchuk
dc6ce7f782
Manual merge from default branch.
...
--HG--
branch : product-engine
2009-12-07 16:04:24 +02:00
Yuri Chebotarev
c6177836ec
no ticket, minor refactoring.
...
add return value to notifyXXX functions, may be usefull
--HG--
branch : product-engine
2009-12-07 12:04:27 +02:00
Leyla Farazha
58d65d58a9
EXT-2823 Find window: change default open location to the top-left of screen
...
EXT-2921 [BSI] Default location for Screenshot Floater hides expanded options off screen
reviewed by James
2009-12-30 15:34:30 -08:00
James Cook
6feb42e009
De-inlined some UI param block definitions.
2009-11-30 15:45:15 -08:00