| Age | Commit message (Collapse) | Author |
|
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
updated cmake list
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
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.
|
|
|
|
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.
|
|
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
|
|
|
|
--HG--
branch : product-engine
|
|
needed to.
|
|
leave some LLFloaterChat usages commented for later review...
--HG--
branch : product-engine
|
|
(this backs-out my backout, now that I'm happy the original merge works okay :))
|
|
This got pushed too early - sorry. Sigh.
|
|
Minor conflict in llviewerfloaterreg.cpp resolved.
|
|
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
|
|
|
|
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
|
|
U indra/llui/lluictrlfactory.cpp
U indra/newview/llinventorybridge.cpp
U indra/newview/llviewertexture.cpp
U indra/newview/llviewertexture.h
|
|
The url from the cmd line was being overridden by the LoginLocation setting. (my bad!)
Removed unnecessary llurlsimstring.h includes.
|
|
|
|
|
|
EXT-2649 [BSI] Confirm on Drop
EXT-3416 Can't name a new gesture on creation (and renaming is HARD)
reviewed by James
|
|
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs
remote change) by removing them.
--HG--
branch : product-engine
|
|
|
|
|
|
Favorites bar has been hidden) and
partially fixed EXT-2742 (Invalid menu appearance after hiding navigation bar and/or favorites bar). Problem
in fixed part of EXT-2742 was the same as the one which caused EXT-2724.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
EXT-2176 - Avatar movements seem to be transmitted after the release of a movement control
reviewed by James
|
|
|
|
|
|
|
|
Review #49
This change adjusts each media's priority based on whether the viewer is minimized (media priority becomes HIDDEN) or unfocused (media priority becomes LOW). However, due to the fact that updateMedia() was no longer being called when minimized, I moved its call out of LLViewerTextureList::updateImages() (a seemingly odd place anyway) and into its own idle callback.
|
|
floaters can now overlap sidetray
fixed text selection background color to be inverse of text fg color
EXT-2713 Script editor automatically scrolls to the top of script text when text is longer than the window.
reviewed by James
|
|
llviewermessages.cpp
|
|
|
|
Cuts number of includes of llnotifications.h from 300+ to 40.
|
|
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
EXT-2504 - black bars present at top and bottom when in mouselook
reviewed by Leyla
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only happens with small windows because of some code that does font resizing on high res. Changed the scale factor threshold to cover vast majority of cases.
|