Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-03 | fixed Normal Bug EXT-5603 Rightclick on link in long description cause ↵ | Denis Serdjuk | |
following this link Cause: LLViewerWindow called handleMouseUp() instead handleAnyMouseClick(). It caused commit action in LLExpandableTextEditor even after right mouse up event. Solution: handleMouseUp() replaced by handleAnyMouseClick() --HG-- branch : product-engine | |||
2010-02-23 | merge | Palmer Truelson | |
2010-02-23 | Turning back on Davep's ui optimizations. Backed out changeset 6c161782dba3 | Palmer Truelson | |
2010-02-23 | merge | Palmer Truelson | |
2010-02-23 | Turning on Davep optimizations again. Backed out changeset d89b00b44ab6 | Palmer Truelson | |
2010-02-22 | No ticket. Removed unnecessary string which was occasionally left in ↵ | Andrew Dyukov | |
5e7ce89a4c9e. --HG-- branch : product-engine | |||
2010-02-22 | Fixed normal bug EXT-4964 (Invalid SLURL detection does not detect invalid ↵ | Andrew Dyukov | |
slurls). - Added new static method LLSLURL::isValidSLURL() whic uses LLUrlRegistry::isUrl() to validate SLURLs and not just chek prefixes as LLSLURL::isSLURL() does. - Used it in slurl DnD check in LLViewerWindow. - LLUrlEntrySLURL regexp was changed not to pass non-valid SLURLS (such as one from the bug description). --HG-- branch : product-engine | |||
2010-02-22 | fixed EXT-5418 “When UI scale is set to 1.40 I see notices off the edge of ↵ | Alexei Arabadji | |
the screen.”, corrected emitting of world view update signal; replaced getWorldViewRectRaw with getWorldViewRectScaled LLIMFloater::getAllowedRect; --HG-- branch : product-engine | |||
2010-02-16 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0 | Rick Pasetto | |
2010-02-12 | merge | Palmer Truelson | |
2010-02-12 | Backed out davep's optimization pass. changeset 3c3685de430a | Palmer Truelson | |
2010-02-12 | merge | Palmer Truelson | |
2010-02-12 | Backed out davep's UI optimization. changeset 3134cb7bb181 | Palmer Truelson | |
2010-02-12 | merge | Palmer Truelson | |
2010-02-12 | Backed out dave's FSAA/FBO change changeset 89f62bede16f | Palmer Truelson | |
2010-02-12 | added popup panel to hold nearby media popup and stopped using top view | Richard Linden | |
2010-02-12 | merge | Palmer | |
2010-02-12 | "Fix for EXT-4968 - Media DnD cannot navigate prims owned by other people" | Callum Prentice | |
Reviewed by Rick via CodeCollab (http://10.1.19.90:8080/go?page=ReviewDisplay&reviewid=110) | |||
2010-02-12 | merge | Palmer | |
2010-02-10 | EXT-5321 - llinfos from non ui threads is not thread safe | richard | |
reviewed by Mani | |||
2010-02-05 | EXT-5026 - Crash when exiting from login screen | richard | |
reviewed by Mani | |||
2010-02-05 | EXT-4060 Fix for FSAA not taking effect until relog. Biggest change is that ↵ | Dave Parks | |
FSAA now relies on framebuffer objects and framebuffer objects are enabled by default) | |||
2010-02-04 | merge | Dave Parks | |
2010-02-04 | No more matrix ops in UI code. | Dave Parks | |
2010-02-03 | EXT-1560 VWR-11118 DEV-27362 Ctrl+Alt+Shift+H doesn't say hippos! anymore | Soft Linden | |
2010-02-03 | Optimization pass. | Dave Parks | |
-- Further instrumentation of idle update -- Removed mActiveQ from LLPipeline, instead making calm objects static during LLVOVolume::idleUpdate -- Further instrumentation of flexible object update -- Converted LLDynamicArray and LLMap members of LLViewerObjectList to stl counterparts -- Increased number of update bins in LLViewerObjectList from 16 to 128 (objects will be processed every 128 frames instead of every 16, or ~ 90% fewer objects processed per frame) -- Removed unused "renderObjectsForSelect" code. -- Reenabled LOD updates for objects further than 24m from camera | |||
2010-02-01 | Fix regression where SLURL DND when logged in didn't work (line got dropped) | Rick Pasetto | |
Reviewed by callum | |||
2010-02-01 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-29 | Mere from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-29 | completely got rid of Communicate floater and stuff | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-29 | got rid of lloverlaybar, llmediaremotectrl, llvoiceremotectrl dependencies, ↵ | Igor Borovkov | |
updated cmake list --HG-- branch : product-engine | |||
2010-01-29 | got rid from lltoolbar.h includes | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-29 | DEV-41686: Added a DisableMouseWarp debug option. | Lynx Linden | |
Turning this option on makes alt-zooming and mouselook actually work when using Synergy. I believe this will also make it work for certain input devices, and Parallels, that control your cursor by setting its position in absolute coordinates. | |||
2010-01-27 | CID-374 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLPickInfo::LLPickInfo(const LLCoordGL &, unsigned int, int, int, void (*)(const LLPickInfo&)) File: /indra/newview/llviewerwindow.cpp remove some fat, dead members. | |||
2010-01-27 | CID-26 | Tofu Linden | |
Checker: CTOR_DTOR_LEAK Function: LLViewerWindow::LLViewerWindow(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int, int, int, int, int, int) File: /indra/newview/llviewerwindow.cpp | |||
2010-01-25 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-20 | Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-rickcallum | Rick Pasetto | |
2010-01-20 | Add another setting controlling whether SLURL drag-and-drop performs a teleport | Rick Pasetto | |
2010-01-19 | Fix for EXT-4191 - Drag and Drop viewer resolves some slurls to "//" | Callum Prentice | |
2010-01-19 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-01-18 | Some trivial comment/logging typos that were bothering me more than they ↵ | Tofu Linden | |
needed to. | |||
2010-01-18 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-18 | work on EXT-4322 Remove the Communicate floater | Ychebotarev ProductEngine | |
leave some LLFloaterChat usages commented for later review... --HG-- branch : product-engine | |||
2010-01-11 | Merge with tip | Callum Prentice | |
2010-01-11 | Fix that stops "Start Location" corruption if you drag an invalid ↵ | Callum Prentice | |
http://slurl.com SLURL onto the login page | |||
2010-01-11 | Fix unposted bug: drag feedback didn't check whitelist | Rick Pasetto | |
http://codereview.lindenlab.com/274039/show | |||
2010-01-11 | EXT-4077 Clicking motd link opens two web browser windows | Leyla Farazha | |
Fixed click handling weirdness. On mouse up, mTopCtrl was being passed the mouse click, and then again the mRootView regardless of whether the first handled it. Also if mRootView didn't handle a mouse up, it was traversed again to handle the mouse up. reviewed by Richard | |||
2010-01-07 | Fix drag and drop for windows. Makes Win32 state machine behave more like Mac. | Callum Prentice | |
2010-01-07 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-06 | EXT-3878 - Menus disappear when UI Size is < 1.00 | richard | |
EXT-3647 - Auto-scrolling of IMs should resume when user types in chat EXT-3877 - Pinning two levels of menus prevents movement using arrow keys EXT-1303 - Hyperlink text wraps in the middle of a word reviewed by James |