Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-20 | fix for gcc builds | Richard Linden | |
2012-04-20 | allow nested modifier tags (e.g. Lazy, Atomic) in param block entries | Richard Linden | |
2012-04-16 | more gcc build fixin | Richard Linden | |
2012-04-15 | another round of gcc fixes | Richard Linden | |
2012-04-15 | fixed minor typo | Richard Linden | |
2012-04-15 | attempted fix for gcc | Richard Linden | |
2012-04-13 | fixed build | Richard Linden | |
all param values now support named values uniformly | |||
2012-04-13 | more LLInitParam cleanup | Richard Linden | |
cleaned up typedefs, and hid those that aren't part of the interface | |||
2012-04-13 | renamed Lazy to Atomic | Richard Linden | |
2012-04-12 | attempted fix of gcc build | Richard Linden | |
2012-04-12 | fixed UI not working at all due to bad param blocks | Richard Linden | |
2012-04-06 | further LLInitParam cleanup | Richard Linden | |
changed bool template parameter to IS_BLOCK and NOT_BLOCK types moved addParam to BlockDescriptor moved init outside of param element constructors for faster construction | |||
2012-04-05 | optimized Lazy<T> params - don't generate block when checking validity or ↵ | Richard Linden | |
merging | |||
2012-04-05 | added support for LLInitParam::Lazy<scalar> to support lazy-initialized ↵ | Richard Linden | |
non-param-block values | |||
2012-04-05 | CHUI-89 FIX Make nametags appear consistently next to avatar heads | Richard Linden | |
nametags now track avatar head avatar_skeleton now loaded as param block vector3 param block parsing support fixes for param block recursion | |||
2011-12-01 | Build fixes for mac, hopefully Linux too | Leslie Linden | |
2011-11-30 | gcc fix attempt | Richard Linden | |
2011-11-28 | removed unneeded changeversion tracking in param blocks in favor of a ↵ | Richard Linden | |
simpler dirty bit | |||
2011-11-19 | fix for notification dialog buttons not working | Richard Linden | |
2011-11-18 | fix for notification buttons not being read | Richard Linden | |
2011-11-16 | support for assignment of named values to params, works with string-typed params | Richard Linden | |
as well as () operator | |||
2011-11-11 | support for assignment of named values to params | Richard Linden | |
2011-11-10 | fixed build | Richard Linden | |
fixed handle downcast not initiating handle | |||
2011-11-08 | added Lazy modifier to params to support recursion | Richard Linden | |
ChoiceBlock can now derive from another param block Params with name/value support can be assigned directly in C++ code using param = "named_value" | |||
2011-10-27 | fixed build | Richard Linden | |
2011-10-27 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-10-20 | fix for Multiple<T> not working with non block types | Richard Linden | |
2011-10-13 | EXP-1345 FIX Chat text color is all blank when restarting | Richard Linden | |
2011-10-10 | Mac build fix | Leslie Linden | |
2011-10-10 | added compound LLSD parsing to param blocks | Richard Nelson | |
reviewed by Leslie | |||
2011-10-04 | another potential gcc fix | Richard Linden | |
2011-10-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Nelson | |
2011-10-03 | implemented Range and ClampedValue classes to standardize min/max settings | Richard Nelson | |
fixed not serializing named values when values provided from code | |||
2011-10-03 | EXP-1202 : pull from richard/viewer-experience-fui | Merov Linden | |
2011-10-03 | EXP-1202 : pull from richard/viewer-experience-fui | Merov Linden | |
2011-10-03 | fixed build | Richard Nelson | |
2011-09-30 | param block cleanup | Richard Nelson | |
added Flag as value type moved Batch to BatchBlock renamed Choice to ChoiceBlock made merging of parameters for ValueParams consistent (fillFrom and overwriteFrom are inverses of each other now) made iteration over Multiple<T> type params easier initial schema param blocks | |||
2011-09-19 | Mac build fix for picky gcc | Leslie Linden | |
2011-09-16 | added Flag as new param type... | Richard Nelson | |
usage: <foo><bar/></foo> will set the bar flag on foo LLSD foo; foo["bar"]; will set the bar flag on foo converted notifications unique to use flag | |||
2011-09-08 | EXP-1196 FIX Fix param block template ordering | Richard Linden | |
2011-09-06 | EXP-1196 FIX Fix param block template ordering | Richard Linden | |
changed ordering of template loading relative to constructor setting of params moved a lot of constructor-set params to template files reviewed by Leslie | |||
2011-07-14 | EXP-880 FIX Enable navigation chrome in search floater | Richard Linden | |
fixed regression where profile window wasn't using requested size | |||
2011-07-13 | EXP-880 FIX Enable navigation chrome in search floater | Richard Linden | |
fixed regression where preferred content size was no longer being respected | |||
2011-06-08 | Fixed to allow param blocks to exceed 64k, even though the size makes me wince. | Leslie Linden | |
Modified viewer window to not create a navigation bar on exit if one doesn't yet exist. Reviewed by Richard. | |||
2011-04-28 | fixed build (again) | Richard Linden | |
2011-04-28 | fixed build | Richard Linden | |
2011-04-28 | EXP-749 FIX [REGRESSION] Voice status indicator shown in IM session instead ↵ | Richard Linden | |
of profile pic in Basic and Advanced modes reviewed by Leyla | |||
2011-04-20 | mac and linux build fixes | Leslie Linden | |
2011-04-19 | EXP-648 FIX As a developer, I want to be able to specify param blocks that ↵ | Richard Linden | |
use Multiple<LLUIImage> for a sequence of images Factored out param block data classes so that specialized param block types, such as LLUIImage, LLFontGL, LLRect, etc. can be stored in a Multiple<T> context Converted loading_indicator to take image sequence from XUI deprecated name-value pairs for LLUIColor values, and put them in colors.xml | |||
2010-10-08 | potential fix for linux build | Richard Linden | |