Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-19 | Fix menu leaks and lazy creation in text editing and scroll lists | Rye Mutt | |
2022-01-24 | SL-3007 Ability to report abuse from chat | Andrey Kleshchev | |
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 | |
2014-12-28 | STORM-2094 Save button not activated if spelling corrected in Notecard and ↵ | Jonathan Yap | |
no other changes made | |||
2014-07-07 | Merge viewer-release and become version 3.7.12 | simon | |
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 | merge changes for 3.7.7-release | Oz Linden | |
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-06 | MAINT-3610 FIXED SL viewer partly 'eats' chat-messages | maksymsproductengine | |
2014-02-06 | Adding clear methods to remove any highlighting. | Ima Mechanique | |
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-04 | Merge v3.6.7 in | Ima Mechanique | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-19 | merge changes for DRTVWR-285 | Oz Linden | |
2013-09-17 | MAINT-3119 FIXED Select auto-completed part using cursor position | Mnikolenko ProductEngine | |
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-06-27 | Moving LSL highlighting colour info into .../skins/default/colors.xml where ↵ | Ima Mechanique | |
it makes more sense than its own xml file. Changing other functions to read it. | |||
2013-06-26 | Merging last four months of development | Ima Mechanique | |
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-05-20 | merge changes for 3.5.2-release | Oz Linden | |
2013-05-14 | CHUI-958 FIXED Log spam: "drawtext: Ran off Segmentation End" and To field ↵ | maksymsproductengine | |
in nearby chat blank when selected | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-13 | merge changes for latest viewer-development | Oz Linden | |
2013-02-05 | STORM-1831 merging in previous work | Ima Mechanique | |
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2013-01-25 | CHUI-291 FIX New auto-replace feature does not work with chui text input ↵ | Cho | |
boxes in conversation floater Modified LLAutoReplace to pass back a string for replacement instead of modifying the input string | |||
2013-01-25 | CHUI-291 FIX New auto-replace feature does not work with chui text input ↵ | Cho | |
boxes in conversation floater Fixed autoreplace in LLTextEditor so it updates correctly and works with undo | |||
2013-01-23 | CHUI-291 FIX New auto-replace feature does not work with chui text input ↵ | Cho | |
boxes in conversation floater Moved autoreplace hooks from LLLineEditor to LLTextEditor, and modified LLAutoReplace accordingly | |||
2012-11-09 | STORM-1855: Improve performance of pasting large blocks of text in the ↵ | Oz Linden | |
script editor | |||
2012-07-17 | MAINT-1276: Add ability to paste LSL tooltips into scripts. Reviewed by Kelly | simon@Simon-PC.lindenlab.com | |
2012-06-19 | CHUI-127 FIXED (Make chat field auto resizable) | Paul ProductEngine | |
- Replaced LLLineEditor with newly created LLChatEntry - Moved some functionality (such as setting label) to the LLTextBase as it can be useful to the other derived classes | |||
2011-11-23 | Changes to filter out tabs from file load and to test if loading/saving ↵ | Ima Mechanique | |
should be allowed. | |||
2010-12-13 | STORM-229 FIXED Fixed long loading times and stalling of Viewer while ↵ | Andrew Productengine | |
loading big scripts or pasting a lot of text into script. The bug was fixed by Satomi Ahn. Here is the description of what causes the problem from her comment in ticket: "Disabling the loading of syntax keywords in LLScriptEdCore::postBuild() removes the freeze (and with it: syntax highlighting). So it obviously comes from the parsing of the text. I also noticed something else: by adding a llwarn in LLTextEditor::updateSegments(), I saw that this function was called a lot of times when loading a script, roughly once for each line in the script (naively I would have thought only necessary to update when finished... or to only update the new line). My llwarn was in the "if (mReflowIndex < S32_MAX && mKeywords.isLoaded())", which means that, at each call, the text is actually parsed for all keywords... so the parsing of the script becomes quadratic instead of linear!!!" - To fix this, Satomi added a flag depending on which parsing is disabled when it is not necessary. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-03 | EXT-6333 FIX introduce new segments - LLLineBreakSegment and LLImageSegment | Yuri Chebotarev | |
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/241/ --HG-- branch : product-engine | |||
2010-04-01 | EXT-3531 - Ctrl-P does not work reliably on login | Richard Nelson | |
2010-02-10 | Fixed function name. | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2010-02-05 | merge | richard | |
2010-02-05 | EXT-5025 - Tooltips block mouse clicks | richard | |
EXT-4547 [BSI] it is possible to highlight multiple layers of chat EXT-3844 Mouse wheel camera zoom is not reflected on View popup slider EXT-3103 Add an option to restrict entering non-ascii symbols in text editor. reviewed by Leyla | |||
2010-02-05 | Updated low bug EXT-4951 - Redundant edit box context menu in list items in ↵ | Dmitry Zaporozhan | |
Panel Picks/Classifieds. Reverted changeset 8956:930bef051fee. Added new parameter to control context menu visibility. --HG-- branch : product-engine | |||
2010-02-02 | Further fixes for EXT-4689 (Long-word chat spam cripples fps and/or ↵ | Monroe Linden | |
disconnects client). This should fix the inefficiencies in the append path that made viewer FPS drop severely when addinglarge amounts of text to the nearby chat floater. Resizing the floater with a huge amount of text in it is still pretty bad, but fixing that will require some bigger architectural changes. Changed LLTextBase::needsReflow() to take an offset at which to start reflow processing. Changed most needsReflow() calls in LLTextBase to supply a proper index. Changed LLTextBase::reflow() to use the reflow index maintained by needsReflow(). Removed all needsReflow() calls from LLTextEditor (the only way for it to manipulate the text is through functions in LLTextBase that already manage reflowing internally). Removed LLTextEditor::replaceUrlLabel(), since it was identical to the inherited version LLTextBase::replaceUrlLabel(). Reviewed by Richard. | |||
2009-11-30 | Linker optimization - use "extern template" for commonly regenerated templates | James Cook | |
Also replaced many duplicate calls to LLViewerCamera::getInstance() with local pointer. Reviewed with Ambroff | |||
2009-11-12 | add optional style params in setText function | angela | |
2009-10-28 | EXT-1949 - Viewer freezes on resizing IM window | richard | |
cleaned up some rectangle tracking logic and introduced LLInlineViewSegment param block reviewed by Leyla | |||
2009-10-27 | EXT-1727 Chat history widget has no context menu for copy/paste operations | richard | |
added ignore for dbghelp.dll reviewed by James |