Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-07 | fix for linux build | Richard Linden | |
2011-03-01 | Merge | Richard Linden | |
2010-11-15 | merge | Richard Linden | |
2010-10-08 | potential fix for linux build | Richard Linden | |
2010-10-06 | Fix for a compile error. | Monroe Linden | |
Reviwed by Richard. | |||
2010-10-06 | added param block support for empty/undefined elements in XML/LLSD respectively. | Richard Nelson | |
This way <foo/> or LLSD["foo"]; both define a default constructed value for the parameter named foo, useful in the Multiple<T> case | |||
2010-10-05 | tighter packing of boolean params by shuffling member variables | Richard Linden | |
2010-10-01 | Fix for build issue on the mac. | Monroe Linden | |
2010-09-30 | fixed line ending | Richard Linden | |
2010-09-30 | added macro for easier static registration | Richard Linden | |
2010-09-30 | merged STORM-222 (expat.h not found on STANDALONE) | Boroondas Gupte | |
2010-09-30 | STORM-222 FIXED indra/llxuixml/llxuiparser.cpp:32:25: error: expat/expat.h: ↵ | Boroondas Gupte | |
No such file or directory | |||
2010-09-22 | fix for gcc | Richard Linden | |
2010-09-22 | instead of exposing mutable container in LLInitParam::Multiple, just expose ↵ | Richard Linden | |
access functions, begin(), end(), etc. this allows mutation of param block contents, without being able to change number of elements | |||
2010-09-16 | renamed isProvided() to anyProvided() and fixed partial params (missing ↵ | Richard Linden | |
mandatory elements) not merging over complete params | |||
2010-09-16 | fixed serialization of choice blocks sometimes including more than one ↵ | Richard Linden | |
alternative fixed deserialization of Multiple<Block> leaving dummy blocks around when failing to find matching key | |||
2010-09-14 | fixed text contents parsing for LLSimpleXUIParser...each contiguous range of ↵ | Richard Nelson | |
text is submitted as a new "value" element whenever an open/close tag is encountered | |||
2010-09-14 | added non-const accessor to Multiple<T> containers, might need to revert | Richard Nelson | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-26 | merge | Richard Linden | |
2010-08-24 | removed LLLayoutStack::fromXML custom xml parsing | Richard Nelson | |
2010-08-23 | made Params parsers not act as singletons | Richard Nelson | |
2010-08-19 | removed keyboarstring spam | Richard Linden | |
2010-08-19 | Fix for bad accelerator string lookups | Richard Linden | |
2010-08-17 | EXT-8425 ADDITIONAL FIX Fixed broken translation of accelerators which was ↵ | Andrew Dyukov | |
introduced by fix of this bug in changeset 14331:11122e1fc5cf. Removed "Key_" prefix from new key strings and from function that finds them, because it broke translation of old accelerator strings. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/861/ --HG-- branch : product-engine | |||
2010-08-16 | fixed slicing problem with paramblocks where block descriptors are invalid ↵ | Richard Nelson | |
after copying a derived block type to a base block value. | |||
2010-08-16 | added ability to replace existing entries in a LLRegistry | Richard Nelson | |
2010-08-13 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Monroe Linden | |
2010-08-11 | EXT-8425 FIXED Translated names of "Home" and "Esc" keys shown in shortcuts. | Andrew Dyukov | |
Each key has KEY (typedef of U8) represantation which is paired with text version of key. To get strings corresponding to keys LLKeyboard::stringFromKey() is used. - Added translation of keys into LLKeyboard::stringFromKey(). - Added corresponding strings into strings.xml. - Changed LLTrans::getKeyboardString() so that it correctly process key names that are not found in strings.xml(returns English name instead of "MissingString"). Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/845/ --HG-- branch : product-engine | |||
2010-08-06 | merge | Richard Nelson | |
2010-08-06 | removed spurious parsing of empty text contents | Richard Nelson | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-06 | renamed LLFastXUIParser to LLSimpleXUIParser and added support for parsing ↵ | Richard Nelson | |
xml node text contents | |||
2010-08-05 | Fix for a crash on startup. | Monroe Linden | |
Richard sent me the diff for this one, just pushing it on his behalf. | |||
2010-08-05 | added newlines at end to make Linux builds happy | Richard Linden | |
2010-08-05 | reverted unportable use of typeinfo* as hash key | Richard Linden | |
2010-08-04 | first pass at faster XUI parsing (no recursion support yet) | Richard Nelson | |
also made LLSD->param block parsing faster | |||
2010-05-25 | fix for llinitparam logic (using wrong scope for static method) | Richard Linden | |
2010-05-25 | Fix linux build from llinitparam problem... probably. | Tofu Linden | |
2010-05-24 | DEV-50271 WIP SLURL support for non-clickable names | Richard Nelson | |
fixed merging logic for blockvalues like rect, uiimage, etc | |||
2010-05-24 | DEV-50271 WIP SLURL support for non-clickable names | Richard Nelson | |
fixed merging logic for blockvalues like rect, uiimage, etc | |||
2010-02-16 | EXT-5471 - Tons of spam in log about Invalid param "name" | richard | |
reviewed by Rick | |||
2010-02-13 | Bah, can't use llassert in llxuiparser. | Tofu Linden | |
2010-02-13 | CID-204 | Tofu Linden | |
Checker: REVERSE_INULL Function: LLXUIXSDWriter::writeXSD(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const LLInitParam::BaseBlock &) File: /indra/llxuixml/llxuiparser.cpp | |||
2010-02-01 | merge | richard | |
2010-01-29 | CID-320 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLInitParam::BlockDescriptor::BlockDescriptor() File: /indra/llxuixml/llinitparam.h | |||
2010-01-29 | CID-321 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLInitParam::ParamDescriptor::ParamDescriptor(...) |