Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-03-18 | viewer#961 Add a notification appearing when user tries to insert a ↵ | Alexander Gavriliuk | |
disallowed character | |||
2024-01-24 | SL-20416 Avoid of taking focus by EmojiPicker | Alexander Gavriliuk | |
2023-10-02 | SL-20391 Show Emoji Completion floater after backspacing a character | Alexander Gavriliuk | |
2023-04-14 | SL-19575 Create emoji gallery access icon | Alexander Gavriliuk | |
2023-02-08 | Merge branch 'xcode-14.1' into DRTVWR-489-emoji | Kitty Barnett | |
2022-11-09 | Merge branch contribution/emoji into DRTVWR-489-emoji | Kitty Barnett | |
2022-10-23 | Add emoji helper support to LLTextEditor | Kitty Barnett | |
2022-10-23 | Add emoji helper support to LLTextEditor | Kitty Barnett | |
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 |