Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-12 | Disable more warnings to try to get llface.cpp to compile in the TC linux farm | Graham Madarasz (Graham Linden) | |
2013-03-12 | Add pragma warning disable for linux only to work-around spurious used ↵ | Graham Madarasz (Graham Linden) | |
before set warnings from GCC 4.3.4 on Vector4a with empty ctor | |||
2013-03-12 | merge | mberezhnoy | |
2013-03-11 | Pull merge from lindenlab/viewer-chui | merov | |
2013-03-11 | CHUI-793 : Fixed! Introduced ChatLoadGroupTimeout and ↵ | merov | |
ChatLoadGroupMaxMembers to mitigate slow group loading. | |||
2013-03-11 | merge | Gilbert Gonzales | |
2013-03-12 | CHUI-846 FIXED [crashhunters] crash in LLFontGL::maxDrawableChars | maksymsproductengine | |
2013-03-11 | CHUI-810 : Merged Marine Kelley's patch on selected text and use of return ↵ | merov_linden | |
key in chat | |||
2013-03-11 | CHUI-778: Adjusted text in prompts for deleting chat log and chat ↵ | Gilbert Gonzales | |
transcripts (per UX). | |||
2013-03-11 | Clean up moving llalignedarray and fast memcpy to llcommon | Graham Madarasz | |
2013-03-11 | Move 16b aligned memcpy and alignment utilities to llmem in llcommon for ↵ | Graham Madarasz | |
easier use elsewhere | |||
2013-03-11 | Work around bogus gcc 4.3.4 warning from alignment assert | Graham Madarasz (Graham) | |
2013-03-11 | Work around 'interesting' forced include order in vmath stuff on Windows | Graham Madarasz | |
2013-03-11 | Merged vwr-cat..#$%$% whitespace diffs | Graham Madarasz | |
2013-03-11 | Merge | Graham Madarasz | |
2013-03-11 | Moved LLAlignedArray from llmath to llcommon and put template func impls in ↵ | Graham Madarasz | |
header to work around Mac 4.3.3 link issue. | |||
2013-03-11 | Fix missing eol at eof in llstaticstringtable.h breaking linux build | Graham Madarasz (Graham) | |
2013-03-11 | Fix missing eol at eof in llinstancetracker.cpp tripping up linux build | Graham Madarasz (Graham) | |
2013-03-11 | CHUI-836 FIXED [CHUIBUG]Opening chat history from the conversation log ↵ | maksymsproductengine | |
sometimes crashes the viewer | |||
2013-03-11 | CHUI-815 FIXED Display whispered text in italics and shouted text as bold | Mnikolenko ProductEngine | |
2013-03-11 | CHUI-840 (Right clicking on unselected group conversation can have ↵ | mberezhnoy | |
unpredictable results for menu options) | |||
2013-03-08 | CHUI-793 : WIP : Limit the number of participants we load on groups when we ↵ | Merov Linden | |
load from the local group data | |||
2013-03-08 | MAINT-2410 Extra Particle Parameters -- port of Kelly's simulator changeset | Dave Parks | |
2013-03-08 | MAINT-2461 Potential fix for crash in LLPipeline::renderBloom | Dave Parks | |
2013-03-08 | Optimize interp code to elim hundreds of divides per frame and fix jitter bugs. | Graham Madarasz (Graham) | |
2013-03-08 | MAINT-2371 Lat round of optimizations. | Dave Parks | |
Reviewed by Graham | |||
2013-03-07 | Remove redundant data validation copy-pasted into normals loop | Graham Madarasz (Graham) | |
2013-03-07 | For MAINT-2436 and MAINT-2388 contribs from STORM-1935 and STORM-1936 | Graham Madarasz (Graham) | |
2013-03-07 | Fix missing eol at eof | Graham Madarasz (Graham) | |
2013-03-07 | merge | mberezhnoy | |
2013-03-07 | Put newline at end of file to appease gcc's OCD | Graham Madarasz (Graham) | |
2013-03-07 | CHUI-824 FIXED Open Message panel when session is activated. | Mnikolenko ProductEngine | |
2013-03-07 | CHUI-821 ADD FIX Conversation size regression when logging out with ↵ | AlexanderP ProductEngine | |
conversation list minimized to icons: deleted redundant savings of the convers. panel width; added a manually reshape of the conv. panel after change it's collapse state; function with uninformative name "updateState" was renamed to "reshapeFloaterAndSetResizeLimits" | |||
2013-03-07 | CHUI-738 FIXED Your own nametag disappears - mysteriously: reset display ↵ | AlexanderP ProductEngine | |
time when nametag is changes | |||
2013-03-08 | merge | Gilbert Gonzales | |
2013-03-08 | CHUI-835 (ctrl-h does not select nearby chat conversation in list): Modified ↵ | Gilbert Gonzales | |
setVisibleAndFrontMost() to now take a arguement for the key that was pressed (if one was pressed). This allows the floater to select the converation line item when becoming visible/frontmost. | |||
2013-03-08 | merging | Cho | |
2013-03-08 | CHUI-772 FIX User sees no notification of conversation activity not visible ↵ | Cho | |
in long scrolling conversation list Added call to mConversationsRoot->arrange() in LLFloaterIMContainer::isScrolledOutOfSight() | |||
2013-03-07 | CHUI-832 (Different conversation than is selected shown in message panel ↵ | Gilbert Gonzales | |
after tearing off conversation): Now when a conversation is torn off an adjacent conversation is selected (but not focused). | |||
2013-03-07 | merge | Gilbert Gonzales | |
2013-03-07 | CHUI-823 ([CHUIBUG]Triple-clicking on the scroll back button in the CHUI ↵ | mberezhnoy | |
causes all the conversation to be selected) | |||
2013-03-06 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-03-06 | CHUI-705 : Fixed! Force hide context menu when deleting line editor widget | Merov Linden | |
2013-03-06 | CHUI-834 (Conversation selection in conversation list does not update when ↵ | Gilbert Gonzales | |
redocking torn off conversations): Now when click to dock a torn off floater, the correct conversation line item will be selected. | |||
2013-03-06 | Merge | Gilbert Gonzales | |
2013-03-06 | Merge | Gilbert Gonzales | |
2013-03-06 | Fix crashes from using single alloc for pos/norm/tc in volume face data ↵ | Graham Madarasz | |
fighting with old free call in model loading code | |||
2013-03-06 | For MAINT-1842 fix model validation to check for NaNs | Graham Madarasz | |
2013-03-06 | CHUI-821 Clean up code | AlexanderP ProductEngine | |
2013-03-06 | CHUI-821 Clean up code | AlexanderP ProductEngine | |