summaryrefslogtreecommitdiff
path: root/indra/llxuixml/llinitparam.h
AgeCommit message (Expand)Author
2012-01-23made add() method chainable on Multiple<> paramsRichard Linden
2011-12-01Build fixes for mac, hopefully Linux tooLeslie Linden
2011-11-30gcc fix attemptRichard Linden
2011-11-28removed unneeded changeversion tracking in param blocks in favor of a simpler...Richard Linden
2011-11-19fix for notification dialog buttons not workingRichard Linden
2011-11-18fix for notification buttons not being readRichard Linden
2011-11-16support for assignment of named values to params, works with string-typed paramsRichard Linden
2011-11-11support for assignment of named values to paramsRichard Linden
2011-11-10fixed buildRichard Linden
2011-11-08added Lazy modifier to params to support recursionRichard Linden
2011-10-27fixed buildRichard Linden
2011-10-27Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-10-20fix for Multiple<T> not working with non block typesRichard Linden
2011-10-13EXP-1345 FIX Chat text color is all blank when restartingRichard Linden
2011-10-10Mac build fixLeslie Linden
2011-10-10added compound LLSD parsing to param blocksRichard Nelson
2011-10-04another potential gcc fixRichard Linden
2011-10-03Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-10-03implemented Range and ClampedValue classes to standardize min/max settingsRichard Nelson
2011-10-03EXP-1202 : pull from richard/viewer-experience-fuiMerov Linden
2011-10-03EXP-1202 : pull from richard/viewer-experience-fuiMerov Linden
2011-10-03fixed buildRichard Nelson
2011-09-30param block cleanupRichard Nelson
2011-09-19Mac build fix for picky gccLeslie Linden
2011-09-16added Flag as new param type...Richard Nelson
2011-09-08EXP-1196 FIX Fix param block template orderingRichard Linden
2011-09-06EXP-1196 FIX Fix param block template orderingRichard Linden
2011-07-14EXP-880 FIX Enable navigation chrome in search floaterRichard Linden
2011-07-13EXP-880 FIX Enable navigation chrome in search floaterRichard Linden
2011-06-08Fixed to allow param blocks to exceed 64k, even though the size makes me wince.Leslie Linden
2011-04-28fixed build (again)Richard Linden
2011-04-28fixed buildRichard Linden
2011-04-28EXP-749 FIX [REGRESSION] Voice status indicator shown in IM session instead o...Richard Linden
2011-04-20mac and linux build fixesLeslie Linden
2011-04-19EXP-648 FIX As a developer, I want to be able to specify param blocks that us...Richard Linden
2010-10-08potential fix for linux buildRichard Linden
2010-10-06added param block support for empty/undefined elements in XML/LLSD respectively.Richard Nelson
2010-10-05tighter packing of boolean params by shuffling member variablesRichard Linden
2010-09-22fix for gccRichard Linden
2010-09-22instead of exposing mutable container in LLInitParam::Multiple, just expose a...Richard Linden
2010-09-16renamed isProvided() to anyProvided() and fixed partial params (missing manda...Richard Linden
2010-09-16fixed serialization of choice blocks sometimes including more than one altern...Richard Linden
2010-09-14added non-const accessor to Multiple<T> containers, might need to revertRichard Nelson
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-24removed LLLayoutStack::fromXML custom xml parsingRichard Nelson
2010-08-23made Params parsers not act as singletonsRichard Nelson
2010-08-16fixed slicing problem with paramblocks where block descriptors are invalid af...Richard Nelson
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-05reverted unportable use of typeinfo* as hash keyRichard Linden
2010-08-04first pass at faster XUI parsing (no recursion support yet)Richard Nelson