Go to file
Nat Goodspeed f7a6ed85e4 CHOP-763: Add LLView::TemporaryDrilldownFunc to support UI injection.
Instead of unconditionally calling LLView::pointInView(),
LLView::visibleAndContains() now consults a class-static boost::function
called sDrilldown -- which is initialized to LLView::pointInView().
Introduce LLView::TemporaryDrilldownFunc, instantiated with a callable whose
signature is compatible with LLView::pointInView(). This replaces sDrilldown,
but only for the life of the TemporaryDrilldownFunc object.
Introduce llview::TargetEvent, an object intended to serve as a
TemporaryDrilldownFunc callable. Construct it with a desired target LLView*
and pass it to TemporaryDrilldownFunc. When called with each candidate child
LLView*, instead of selecting the one containing the particular (x, y) point,
it selects the one that will lead to the ultimate desired target LLView*.
Add optional 'recur' param to LLView::childFromPoint(); default is current
one-level behavior. But when you pass recur=true, it should return the
frontmost visible leaf LLView containing the passed (x, y) point.
2011-08-25 14:40:53 -04:00
doc merge changes for vwr-26066 2011-07-19 15:43:38 -04:00
etc
indra CHOP-763: Add LLView::TemporaryDrilldownFunc to support UI injection. 2011-08-25 14:40:53 -04:00
scripts correct execute bit on gpu_table_tester script 2011-06-15 11:54:32 -04:00
.hgignore Automated merge up from viewer-development into mesh-development 2011-04-04 10:42:52 -04:00
.hgtags Added tag 2.8.2-start for changeset 54bc7823ad4e 2011-07-25 10:58:11 -04:00
BuildParams Re-enable public build status indicators 2011-07-20 11:48:19 -07:00
autobuild.xml Automated merge with http://hg.secondlife.com/viewer-development 2011-07-07 13:34:13 -07:00
build.sh Re-indent teamcity service messages when scanning build logs to fix incredibuild formatting. 2011-07-20 11:48:57 -07:00
shining-fixes_rev18977.patch SH-2031 High risk changeset, but potentially high reward. Addresses frame stalls in renderer by never using the fixed function pipeline if shaders are available. 2011-07-17 00:24:08 -05:00
viewer-hg-convert.shamap