index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
newview
/
lluilistener.cpp
Age
Commit message (
Expand
)
Author
2024-09-06
Add pos to 'UI' listener's 'addMenuItem' and 'addMenuSeparator'
Nat Goodspeed
2024-09-05
Fix build errors from merging develop into release/luau-scripting.
Nat Goodspeed
2024-08-28
Ditch trailing spaces.
Nat Goodspeed
2024-08-07
Rename 'UI' 'getParents' op to 'getTopMenus', add UI.lua function.
Nat Goodspeed
2024-08-06
code clean up
Mnikolenko Productengine
2024-08-05
Allow getting the list of floater names, hide top menu items; add demo script
Mnikolenko Productengine
2024-08-02
Lua api for showing/hiding floater; rename demo scripts
Mnikolenko Productengine
2024-08-02
Lua api for adjusting toolbars
Mnikolenko Productengine
2024-08-02
Add 'UI' 'getParents' op to list top-menu 'parent_menu' names.
Nat Goodspeed
2024-08-01
Add UI.callables() and corresponding entry point.
Nat Goodspeed
2024-07-17
Lua api for adding new menu items to the Top menu
Maxim Nikolenko
2024-06-11
clean up LLUIListener::call
Maxim Nikolenko
2024-06-10
another batch of changes to use ScopedRegistrarHelper
Mnikolenko Productengine
2024-05-31
Cherry-pick leap.lua changes; other clean up
Mnikolenko Productengine
2024-05-30
Add separate minor throttle period for UNTRUSTED_ALLOW funcs
Mnikolenko Productengine
2024-05-16
adjust the flag to be untrusted block/allow/throttle
Mnikolenko Productengine
2024-05-15
Add trusted flag to UI callbacks, so not everything is accessible from the sc...
Mnikolenko Productengine
2023-09-15
DRTVWR-589 - lua file browser added run button to allow re-running same script
Brad Payne (Vir Linden)
2019-08-10
DRTVWR-493 LLUI to LLParamSingleton
andreykproductengine
2015-11-10
remove execute permission from many files that should not have it
Oz Linden
2013-03-29
Update Mac and Windows breakpad builds to latest
Graham Madarasz
2011-02-22
Move Josh's resolvePath() function to LLUI.
Nat Goodspeed
2011-02-18
Fix up path resolution.
Joshua Bell
2011-02-18
Implemented path resolution. Should be able to test this now.
Joshua Bell
2011-02-18
Initial stub for getValue() and path walker
Joshua Bell
2010-08-13
Change license from GPL to LGPL (version 2.1)
Oz Linden
2009-12-01
DEV-43622 : API change (no functionality change) to fix a design error in LLSD
Kent Quirk
2009-11-11
Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API
Nat Goodspeed
2009-08-19
Introduce LLUIListener, a new event API that doesn't directly correspond to
Nat Goodspeed