Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-13 | Add help() function to Lua "builtins." | Nat Goodspeed | |
help() with no argument lists all our viewer builtins. help(function, function, ...) shows help text for each named function. Each argument can be either a string or the function in question (e.g. help(help)). To support Lua-related text containing line breaks, make LLTextEditor:: pasteTextWithLinebreaks() a public template method. Change the existing implementation, which specifically accepts (const LLWString&), into its LLWString specialization. The generic template passes llconvert(arg) to that specialization, the one real implementation. Make LLFloaterLUADebug methods call pasteTextWithLinebreaks() instead of insertText(), which ignores newline characters. To allow help() to accept an actual function as well as a string name, add a lookup-by-function-pointer map to LuaFunction. (A Lua function does not store a name.) Make the constructor store an entry in the new lookup map as well as in the original registry map. Change LuaFunction::getRegistry() and getRegistered() to getState() and getRState(), respectively. Each returns a std::pair, but the first binds non-const references while the second binds const references. | |||
2024-02-12 | WIP: Changes towards supporting Lua console help text. | Nat Goodspeed | |
2022-10-19 | Fix menu leaks and lazy creation in text editing and scroll lists | Rye Mutt | |
2019-08-10 | DRTVWR-493 LLUI to LLParamSingleton | andreykproductengine | |
2018-11-30 | SL-10145 Right clicking on unselected link in editor near selected text ↵ | andreykproductengine | |
shows wrong menu | |||
2018-04-03 | MAINT-8431 FIXED HTTP URL in the object name is represented as a hyperlink ↵ | maxim_productengine | |
in inventory offer | |||
2017-03-22 | MAINT-6404 FIXED When pasting from Mac Word into a notecard, line break is ↵ | Mnikolenko Productengine | |
replaced by ? | |||
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-03-24 | MAINT-6214 Unable to add a space before closing curly brace in chatbar, ↵ | andreykproductengine | |
notecards & scripts. | |||
2016-03-07 | merge DRTVWR-398 build cleanup fixes | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-07-30 | merge changes for other open sourc contributions | Oz Linden | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-03-13 | MAINT-4973 FIXED Clicking on the green part of links (as opposed to the ↵ | Mnikolenko ProductEngine | |
grey) opens the wrong link in all places apart from in a conversation window or chat toast. | |||
2014-12-28 | STORM-2094 Save button not activated if spelling corrected in Notecard and ↵ | Jonathan Yap | |
no other changes made | |||
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-12-09 | MAINT-3648 FIXED Allow opening URLs when any text is selected. | Mnikolenko ProductEngine | |
2014-08-28 | MAINT-3967 FIXED Up arrow key does not move the cursor up in chat field. | andreykproductengine | |
Reverted previous two fixes and modified LLTextBase::changeLine() | |||
2014-08-28 | MAINT-3967 FIXED Up arrow key does not move the cursor up in chat field. | andreykproductengine | |
Reverted previous two fixes and modified LLTextBase::changeLine() | |||
2014-07-07 | Merge downstream code and become 3.7.12 | simon | |
2014-07-07 | Merge viewer-release and become version 3.7.12 | simon | |
2014-06-18 | MAINT-3967 FIXED Up arrow key does not move the cursor up in chat field. | maksymsproductengine | |
2014-06-18 | Merge downstream code | simon | |
2014-06-17 | Merge viewer-release and become version 3.7.9 | simon | |
2014-06-16 | merge changes for 3.7.9-release | Oz Linden | |
2014-06-07 | Merge upstream | Cinder | |
2014-06-05 | Merge | Ricky Curtice | |
2014-05-19 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Stinson Linden | |
2014-05-14 | Refactor more script editor properties away from LLTextEditor to LLScriptEditor | Cinder | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-07 | correct bad merges from 3.7.7-release | Oz Linden | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-07 | MAINT-3967 FIXED Up arrow key does not move the cursor up in chat field. | maksymsproductengine | |
2014-05-05 | MAINT-4009: Patching a small memory leak for when menu items were being ↵ | Stinson Linden | |
created before the viewer window initialization had created the menu holder. Also, added llasserts in other cases when referencing the menu holder to ensure the holder is non-null. | |||
2014-04-18 | Move some more script editor functions from LLTextEditor to LLScriptEditor | Cinder | |
2014-04-18 | Begin moving script editor portions of LLTextEditor to their own derived class. | Cinder | |
This should fix the run off segment bugs by not overriding LLTextBase::clearSegments() in LLTextEditor TODO: Move the rest of the script stuff out of LLTextEditor for simplicity sake | |||
2014-03-14 | merge changes for 3.7.3-release | Oz Linden | |
2014-03-12 | merge with release | Richard Linden | |
2014-03-06 | MAINT-3610 FIXED SL viewer partly 'eats' chat-messages | maksymsproductengine | |
2014-02-06 | Adding clear methods to remove any highlighting. | Ima Mechanique | |
2014-02-18 | Pull in viewer-lion to lock down next release | simon | |
2014-02-14 | [MAINT-3555] Crash in LLPanel::~LLPanel() on shutdown | Baker Linden | |
- Added clear() after DeletePointer() call to hopfully fix this... | |||
2014-01-20 | MAINT-3618 FIXED Don't copy spaces after cursor to the next line. | maxim@mnikolenko | |
2013-11-18 | merge changes for STORM-1831 | Oz Linden | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-10 | Refactoring load routines to remove uneeded methods | Ima Mechanique | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-04 | Merge v3.6.7 in | Ima Mechanique | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class |