Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-28 | Automated merge with file:///F:\code\viewer-autobuild2010 | Richard Linden | |
2011-03-25 | SOCIAL-717 FIX Artwork for click to move hint | Richard Linden | |
updated resize logic for hint popups to accomodate image size | |||
2011-03-25 | STORM-1094 Chat preferences > font size should increase size of input text ↵ | Jonathan Yap | |
in IM window | |||
2011-03-24 | SOCIAL-509 FIX There is no way to copy a user name from web profile with the ↵ | Richard Linden | |
mouse | |||
2011-03-21 | pull updates to the start of 2.6.2 from viewer-development | Oz Linden | |
2011-03-21 | merge changes for storm-659 | Oz Linden | |
2011-03-18 | merge out 2.6.0 changes from viewer-development | Oz Linden | |
2011-03-17 | merge changes for storm-1016 | Oz Linden | |
2011-03-15 | eol fixes | Richard Linden | |
2011-03-11 | sync up to latest viewer-development | Oz Linden | |
2011-03-11 | STORM-659 FIXED Viewer hangs when navigate in the Back/Fwd Teleport history ↵ | Paul ProductEngine | |
by keyboard Reason: If user didn't set number of max scrollable items (msi) then msi = U32_MAX Solution: If user didn't set number of msi then number of scrollable items = number of items in menu. | |||
2011-03-09 | SOCIAL-676 FIX Both move UI hints shown in Advanced skin | Richard Linden | |
accidentally removed loading of visibility rules | |||
2011-03-09 | SOCIAL-659 FIX Viewer crash when selecting report option from mini-inspector ↵ | Richard Linden | |
in minimal and standard skin | |||
2011-03-09 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-social | Richard Linden | |
2011-03-09 | Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798) | callum | |
2011-03-09 | SOCIAL-659 WIP Viewer crash when selecting report option from mini-inspector ↵ | Richard Linden | |
in minimal and standard skin turned error into warning when removing non-existent child | |||
2011-03-09 | fix for mac and linux builds | Richard Linden | |
2011-03-09 | SOCIAL-654 WIP Items purchased on Marketplace.secondlife.com while logged ↵ | Richard Linden | |
into Minimal skin are declined and not present in inventory made notification text skinnable | |||
2011-03-08 | SOCIAL-637 Receiving IM while destination guide or avatar picker is open ↵ | Leyla Farazha | |
results in IM window being small | |||
2011-03-08 | STORM-1015 : pull into viewer-development | Merov Linden | |
2011-03-08 | STORM-494 : pull into viewer-development | Merov Linden | |
2011-04-19 | merge | Dave Parks | |
2011-04-04 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-21 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-16 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-09 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-04 | STORM-1016 FIXED Crash after pressing ctrl-shift-w while there is an ↵ | Vadim ProductEngine | |
undocked sidepanel. Reason: The shortcut closes all floaters, including those wrapping undocked sidepanels. The sidepanels get destroyed as well, while they are still referenced by the side tray. Fix: Dock (i.e. move to side tray) the sidepanel before its floater gets destroyed. | |||
2011-03-03 | STORM-236 FIXED Allow the "Speak" button to be removed, like other buttons. | Vadim ProductEngine | |
Cumulative diff of changes made by Wolfpup, Richard and me. Description: * Ability to hide the Speak button with the bottom tray context menu. * Made the chat input resize handle visible, so that the feature is easily discoverable. * Applied Richard's fix to layout panel resizing logic. | |||
2011-03-02 | SOCIAL-593 FIX Profile Window cannot be resized in minimal skin | Richard Linden | |
floater view snapping rectangle is now driven by floater_snap_region view | |||
2011-03-01 | SOCIAL-618 FIX Move UI hint not being shown in Minimal skin | Richard Linden | |
duplicate suppression will now properly delete extra notifications, fixing memory leak | |||
2011-02-26 | STORM-494 FIXED Message Well window is undocked while opening Side bar | Paul ProductEngine | |
- To calculate properly whether the dockable floater visible or not, it's needed to get root view as dockable floater's parent | |||
2011-02-25 | updates destination guide and avatar picker urls | Richard Linden | |
added close button to destination guide and avatar picker | |||
2011-02-25 | STORM-1015 FIXED the ability to select an item from combo list if its name ↵ | Seth ProductEngine | |
is not unique. Updating combo box label upon list item selection does not search the item by label but takes the label of currently selected item instead. | |||
2011-02-23 | fixed filename output on XUI parse errors | Richard Linden | |
2011-02-22 | Move Josh's resolvePath() function to LLUI. | Nat Goodspeed | |
Use boost::split_iterator to split LLView pathname on slashes. | |||
2011-02-18 | Introduce and use new sendReply() function for LLEventAPI methods. | Nat Goodspeed | |
Each LLEventAPI method that generates a reply needs to extract the name of the reply LLEventPump from the request, typically from a ["reply"] key, copy the ["reqid"] value from request to reply, locate the reply LLEventPump and send the enriched reply object. Encapsulate in sendReply() function before we proliferate doing all that by hand too many more times. | |||
2011-02-08 | SWAT-481: add event wrapper for LLFloaterReg::instanceVisible() | Nat Goodspeed | |
2011-02-01 | Fix string-init compile error (g++ 4.4) in llurlentry_stub.cpp. | Nat Goodspeed | |
Newer C++ compilers produce a (fatal) warning when you try to initialize a (non-const) char* variable with a string literal: you're supposed to capture such data in a const char*. But as this module is resolving external references declared in ancient message-system headers, we don't have the option to fix the original declaration. Instead use char* _PREHASH_Foo = const_cast<char*>("string literal"); // sigh | |||
2011-01-24 | hack to work around gcc 4.2 compiler warning; really we should not store ↵ | Andrew A. de Laix | |
static strings in char * pointers (they should all be changed to const char *). | |||
2011-01-21 | Automated merge up from viewer-development | Loren Shih | |
2011-01-20 | VWR-24317: remove warning due to unassigned variable | Aleric Inglewood | |
2011-01-19 | Merge | leyla_linden | |
2011-01-19 | SH-808 Selectively enable/disable features in edit tools | leyla_linden | |
2011-01-13 | Automated merge up from viewer-development | Loren Shih | |
2011-01-12 | STORM-797 : pull in viewer-development | Merov Linden | |
2011-01-12 | STORM-393 : pull in viewer-development | Merov Linden | |
2011-01-12 | STORM-385 : pull in viewer-development | Merov Linden | |
2011-01-11 | STORM-823 FIX Tab Key not working properly | Richard Linden | |
set focus root to true by default for all floaters via floater.xml template existing calls to setIsChrome will turn off focus root for chrome floaters after initializing it from the focus_root parameter | |||
2011-01-10 | Automated merge up from viewer-development | Loren Shih | |
2011-01-07 | merge changes for storm-34 | Oz Linden | |