summaryrefslogtreecommitdiff
path: root/indra/llui/llkeywords.h
AgeCommit message (Collapse)Author
2014-06-04A little more cleanup in LLSyntaxIDLSL and LLKeywordsCinder
2014-05-16Remove orphaned LLKeywords methodsCinder
2014-05-07Code policyCinder
2014-05-06Let's get started: some code policy cleanup, reference arguments where we ↵Cinder
can, correct spelling
2014-04-18Move some more script editor functions from LLTextEditor to LLScriptEditorCinder
2014-04-16Orphaned definitionCinder
2014-03-28strom-1831: Cleaning out commented and unused codeIma Mechanique
2014-02-06Adding clear methods to remove any highlighting.Ima Mechanique
2013-12-17Fixing some BOOL to bool and changing one function to voidIma Mechanique
2013-11-21storm-1831 Cleaning up colour LLSD processing code which is no longer used ↵Ima Mechanique
as colours come from the colors XML file.
2013-11-11Removing no longer used member variable, adding method to reset the mLoaded ↵Ima Mechanique
status
2013-11-10Removing unused getter/setter and property for mFilenameSyntax, mReady.Ima Mechanique
2013-11-10storm-1831 Switch to use the llsyntaxid keywords LLSD directlyIma Mechanique
2013-11-09Backed out changeset: e82d9467bec8Ima Mechanique
2013-11-09Adding method to load cached/default syntax file and method to access ↵Ima Mechanique
sKeyWordsXML.
2013-10-21STORM-1831 First attempt at using SyntaxIdLSL capability. (incomplete)Ima Mechanique
2013-10-15STORM-1831 Removing unnecessary semi-colonIma Mechanique
2013-06-27Moving 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-26Merging last four months of developmentIma Mechanique
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-02-11STORM-1831 Changes to LLSD structure and corresponding processing in ↵Ima Mechanique
llkeywords. Plus some formating clean ups.
2013-02-05STORM-1831 merging in previous workIma Mechanique
2011-11-01STORM-1677 FIXED Fixed gcc 4.5 build.Vadim ProductEngine
2011-10-26STORM-959 Adding syntax highlighting for /* */ style commentsniel@nirvana-win7hp.planescape.home
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-07EXT-7623 FIX One more place where text was processed into segments without ↵Yuri Chebotarev
LLLineBreakSegment. reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/516/ --HG-- branch : product-engine
2010-02-17Partial fix for EXT-5071.Monroe Linden
Changed the index on the keyword map in LLKeywords so that LLKeywords::findSegments() doesn't have to create LLWString objects to search the map. Reviewed by Richard.
2009-08-24merge -r 130399-131510 skinning-21 -> viewer-2.0.0-3Richard Nelson
DEV-11254 DEV-11254 DEV-2003: DEV-21567 DEV-37301 EXT-104 EXT-138 EXT-217 EXT-256 EXT-259 EXT-259 EXT-328 EXT-348 EXT-386 EXT-399 EXT-403 EXT-460 EXT-492 EXT-492 EXT-531 EXT-537 EXT-684 improved text editor (handles multiple fonts simultaneously as well as inline widgets)
2009-01-08Result of svn merge -r107256:107258 ↵Aaron Brashears
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2008-06-26QAR-628 merge string-cleanup-5 -r 90476:90508 -> releaseSteven Bennetts
dataserver-is-deprecated
2008-02-19merge svn+ssh://svn.lindenlab.com/svn/linden/qa/combo-merge-ui-2008-02-13 -r ↵Steven Bennetts
79986 : 80178 -> release. QAR-290 = QAR-271 + QAR-191
2007-12-29svn merge -r 76642:76643 ↵Josh Bell
svn+ssh://svn.lindenlab.com/svn/linden/qa/maintenance-4-merge-76640 Redo of QAR-170, with correct range. Reviewed by CG.
2007-10-04Result of svn merge -r71162:71205 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code.
2007-01-02Print done when done.James Cook