Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |