Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09 | Greatly simplify LLSyntaxIdLSL: | Cinder | |
* Move file fetched callback to the singleton and handle all syntax id changes within the singleton * Remove a fair number of bool checks and method relying more on callbacks to drive syntax changes. * Don't pretty print the cache file to conserve space and to speed up xml to llsd parsing * Clean up includes | |||
2014-06-05 | Merge | Ricky Curtice | |
2014-05-12 | Eliminate updateKeywords() | Cinder | |
2014-05-12 | STORM-2027 - Fix syntax highlighting on subsequent opening of scripts. | Cinder | |
This could use more refactoring, but it fixes it. | |||
2014-05-11 | Fix callback signal, Eliminate some unnecessary statics | Cinder | |
2014-05-07 | Merge up. | Cinder | |
2014-05-07 | Code policy | Cinder | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-05-06 | Let's get started: some code policy cleanup, reference arguments where we ↵ | Cinder | |
can, correct spelling | |||
2014-04-18 | Remove clearHighlights() | Cinder | |
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-26 | storm-1831 Removing the callback after first region crossing. Prevents ↵ | Ima Mechanique | |
repeated callbacks after highlighting has been removed for live script. | |||
2014-03-25 | MAINT-3852 FIXED Use script name in "Save as" dialog. | Mnikolenko ProductEngine | |
2014-03-09 | storm-1831 Fixing identificaton of label for highlighting. | Ima Mechanique | |
2014-03-06 | storm-1831 Changes in postBuild to use onFileFetchedCallback | Ima Mechanique | |
2014-02-25 | MAINT-3671 Fix is changed to solve issue with other multi-previews | Mnikolenko ProductEngine | |
2014-02-06 | Refactoring to better check state of loading and to allow clearing of ↵ | Ima Mechanique | |
highlighting if we don't have a valid keywords file. | |||
2014-02-03 | MAINT-3671 FIXED Rename title when new tab is added. | Mnikolenko ProductEngine | |
2014-01-30 | Making initialisation of mKeywords conditional on mSyntaxIdLSL having loaded ↵ | Ima Mechanique | |
an XML file. | |||
2014-01-28 | MAINT-3643 FIXED Copy previous search / replace strings in LSL editor | maxim@mnikolenko | |
2014-01-04 | storm-1831 In the LLSD, functions are in a <map> which makes sorting ↵ | Ima Mechanique | |
unnecessary (loading sorts them). | |||
2013-12-26 | MAINT-3570 FIXED Callbacks for menu item are added. | Mnikolenko ProductEngine | |
2013-11-22 | storm-1831 Replacing old hack with an ENUM check. | Ima Mechanique | |
2013-11-21 | storm-1831 Replacing old region changed callback setup with the shiny new one. | niel@mint-32 | |
2013-11-15 | Fixing the stupid mistake that prevented this from compiling. Thanks to ↵ | Ima Mechanique | |
Jonathan Yap for spotting it. | |||
2013-11-11 | Renaming initKeywords to better reflect its intended use ↵ | Ima Mechanique | |
(onRegionChangeInitialiseKeywords) | |||
2013-11-11 | Fixing indentation of LLScriptEdCore::initKeywords | Ima Mechanique | |
2013-11-10 | Fixing some small discrepencies. | Ima Mechanique | |
2013-11-10 | Moving keywords code into its own method. | Ima Mechanique | |
2013-11-10 | storm-1831 Switch to use the llsyntaxid keywords LLSD directly | Ima Mechanique | |
2013-11-09 | Backed out changeset: e82d9467bec8 | Ima Mechanique | |
2013-11-09 | Adding method to load cached/default syntax file and method to access ↵ | Ima Mechanique | |
sKeyWordsXML. | |||
2013-10-25 | storm-1831 Fixing viewer crash and clean up. No idea why storing the region ↵ | Ima Mechanique | |
pointer in mRegion causes crashes, when doing it locally in each method doesn't. | |||
2013-10-21 | STORM-1831 First attempt at using SyntaxIdLSL capability. (incomplete) | Ima Mechanique | |
2013-10-04 | Merge v3.6.7 in | Ima Mechanique | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
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-07-24 | merge up to latest snowstorm integration branch | Oz Linden | |
2013-06-26 | Merging last four months of development | Ima Mechanique | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-25 | merge changes for storm-1911 | Oz Linden | |
2013-03-06 | renamed LLTrace stat gathering classes/methods to make the structure of ↵ | Richard Linden | |
LLTrace clearer Count becomes CountStatHandle Count.sum becomes sum(Count, value), etc. |