Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-24 | SL-17045 LSL editor cursor position desynchronization | Alexander Gavriliuk | |
2022-07-26 | SL-17045 LSL editor cursor position desynchronization | Andrey Kleshchev | |
1. Fixed cursor position calculations 2. Fixed selection rect calculation | |||
2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove ↵ | Dave Parks | |
LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton | |||
2014-10-20 | Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵ | callum_linden | |
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake | |||
2014-06-24 | STORM-2035 - Looking for a good selection box contrast | Cinder | |
2014-06-20 | STORM-2035 - Invert the background color in script editors for highlighting ↵ | Cinder | |
sections. Since the background color can be changed by the user, this ensures distinctive highlighting | |||
2014-05-14 | Refactor more script editor properties away from LLTextEditor to LLScriptEditor | Cinder | |
2014-05-07 | Merge up. | Cinder | |
2014-05-07 | Code policy | Cinder | |
2014-05-07 | correct bad merges from 3.7.7-release | Oz Linden | |
2014-04-21 | Another oops windows build fix. | Cinder | |
2014-04-21 | Windows build fix. | Cinder | |
2014-04-18 | Move some more script editor functions from LLTextEditor to LLScriptEditor | Cinder | |
2014-04-18 | Trivial typo fix | 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 |