summaryrefslogtreecommitdiff
path: root/indra/newview/llviewercontrollistener.cpp
AgeCommit message (Collapse)Author
2009-11-11Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ APINat Goodspeed
with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations.
2009-07-31Fixups for changest 486d51877332 merge. Deleting references to things that ↵brad kittenbrink
got deleted in viewer-2.0.0-3
2009-07-10Oops, copy/paste error in the llviewercontrol.cpp file top level comments.brad kittenbrink
2009-07-10Fix line ending badness in LLViewerControl.brad kittenbrink
2009-07-09Added LLDispatchListener implementation for gSavedSettings.brad kittenbrink