summaryrefslogtreecommitdiff
path: root/indra/newview/lluilistener.cpp
AgeCommit message (Expand)Author
2024-09-06Add pos to 'UI' listener's 'addMenuItem' and 'addMenuSeparator'Nat Goodspeed
2024-09-05Fix build errors from merging develop into release/luau-scripting.Nat Goodspeed
2024-08-28Ditch trailing spaces.Nat Goodspeed
2024-08-07Rename 'UI' 'getParents' op to 'getTopMenus', add UI.lua function.Nat Goodspeed
2024-08-06code clean upMnikolenko Productengine
2024-08-05Allow getting the list of floater names, hide top menu items; add demo scriptMnikolenko Productengine
2024-08-02Lua api for showing/hiding floater; rename demo scriptsMnikolenko Productengine
2024-08-02Lua api for adjusting toolbarsMnikolenko Productengine
2024-08-02Add 'UI' 'getParents' op to list top-menu 'parent_menu' names.Nat Goodspeed
2024-08-01Add UI.callables() and corresponding entry point.Nat Goodspeed
2024-07-17Lua api for adding new menu items to the Top menuMaxim Nikolenko
2024-06-11clean up LLUIListener::callMaxim Nikolenko
2024-06-10another batch of changes to use ScopedRegistrarHelperMnikolenko Productengine
2024-05-31Cherry-pick leap.lua changes; other clean upMnikolenko Productengine
2024-05-30Add separate minor throttle period for UNTRUSTED_ALLOW funcsMnikolenko Productengine
2024-05-16adjust the flag to be untrusted block/allow/throttleMnikolenko Productengine
2024-05-15Add trusted flag to UI callbacks, so not everything is accessible from the sc...Mnikolenko Productengine
2023-09-15DRTVWR-589 - lua file browser added run button to allow re-running same scriptBrad Payne (Vir Linden)
2019-08-10DRTVWR-493 LLUI to LLParamSingletonandreykproductengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-02-22Move Josh's resolvePath() function to LLUI.Nat Goodspeed
2011-02-18Fix up path resolution.Joshua Bell
2011-02-18Implemented path resolution. Should be able to test this now.Joshua Bell
2011-02-18Initial stub for getValue() and path walkerJoshua Bell
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2009-12-01DEV-43622 : API change (no functionality change) to fix a design error in LLSDKent Quirk
2009-11-11Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ APINat Goodspeed
2009-08-19Introduce LLUIListener, a new event API that doesn't directly correspond toNat Goodspeed