Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-01-05 | MAINT-1392 HUD objects Behave Badly in conjunction with the Mouse Scroll Wheel | Mnikolenko ProductEngine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2013-11-06 | merge with release | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-23 | ACME-734 : MoaP : Move the secure lock icon to the left on Media on Prim ↵ | Merov Linden | |
address bar | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-02-07 | EXP-1181 WIP as a designer I would like to specify default floater positions ↵ | Richard Linden | |
using realtive coordinates changed over to new convert() method added LLCoordFloater | |||
2011-12-12 | EXP-1711 FIX LLWindowShade doesn't stack multiple notifications | Richard Linden | |
2011-01-07 | Automated merge up from viewer-development | Loren Shih | |
2010-12-29 | Automated merge up from viewer-development | Loren Shih | |
2010-12-28 | STORM-714 FIXED Webprim's control bar doesn't dissapear after switching to ↵ | Paul Guslisty | |
mouselook mode - After switching to the mouse look mode hide control bar immediately, not fading it with timer - Added signal for switching mouse look mode out just for convenience. It's not used in this fix. | |||
2010-12-20 | Merge from viewer-development. | Monroe Linden | |
2010-12-13 | Automated merge up from viewer-development | Loren Shih | |
2010-12-10 | WIP XUI HTTP Auth dialog | Richard Linden | |
refactored LLWindowShade into seperate file improved layout of dialog improved dialog resizing logic Tab and Enter keys now work as expected in windowshade form added "modal" capability to window shade added HTTP Auth notifications to MOAP | |||
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-08 | made progressbar derive from lluictrl and take percentage as llsd value | Richard Linden | |
2010-10-08 | EXP-137 FIXED Nametag text and borders do not align in Skylight Viewer | Richard Linden | |
fix for prim media and hud text incorrect positioning when destination guide is open | |||
2010-09-27 | merge | Dave Parks | |
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-25 | merge | Dave Parks | |
2010-08-20 | changed buildPanel/buildFloater to member functions buildFromFile | Richard Nelson | |
streamlined LLUICtrlFactory's interface | |||
2010-08-19 | Integrate SIMD API from oreh/server-trunk-oreh | Dave Parks | |
2010-08-16 | cleaned up LLUICtrlFactory... | Richard Nelson | |
removed redundant functionality moved buildPanel to LLPanel | |||
2010-08-09 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Monroe Linden | |
2010-08-06 | Fixes for EXT-8563 "VWR-20156: Prim Media on HUDs has no Audio or Interactivity" | Monroe Linden | |
Backed out changeset 1b65d0d42c67 (the fix for EXT-5205), and replaced it with a check in LLPanelPrimMediaControls::nextZoomLevel(). Made LLViewerMediaImpl::calculateInterest() not attempt to calculate distances to HUD attachments, since their global positions are invalid. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-04 | deprecated ADD_SORTED due to n^2 behavior, set the sort order on the scroll ↵ | Richard Nelson | |
list instead | |||
2010-05-29 | Octree per LLVolumeFace WIP | Dave Parks | |
2010-05-26 | Fully aligned llvolume | Dave Parks | |
2010-04-19 | EXT-6921 - Media Volume Changes changes system volume on WinXP | Richard Nelson | |
reviewed by Callum | |||
2010-04-16 | Fixed prim controls mute bug | Leyla Farazha | |
Reviewed by Richard CC#204 | |||
2010-04-16 | Adding volume controls in NMP | Leyla Farazha | |
reivewed by RIchard cc#194 | |||
2010-04-14 | EXT-6856 Display per media volume control | Leyla Farazha | |
reviewed by Richard cc#189 | |||
2010-03-30 | EXT-6632 : INFRASTRUCTURE: LLAgentCamera / LLAgent header file / #include ↵ | Loren Shih | |
cleanup Took out unnecessary #includes from llagentcamera.* | |||
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-02-16 | Tweak sizes a tiny bit to make media controls look a little better | Rick Pasetto | |
2010-02-05 | EXT-4102 [BSI] auto zoom on media prims push camera away when zoomed in ↵ | Leyla Farazha | |
and clicking reviewed by Rick | |||
2010-01-15 | Remove crufty and unused volume up/down controls | Rick Pasetto | |
2010-01-05 | EXT-3649 EXT-3662 : Move media controls to above media face | Rick Pasetto | |
Review #69 This changes where and how the media controls are laid out, and ensures that all of the media region (the face) is clickable. Also moved the volume slider to below the controls (this took WAY too long to do :( ), and adjusted the window region in which the media controls are allowed to be displayed. | |||
2009-12-16 | DEV-42827: auto-hide media controls volume slider if neither it nor mute ↵ | Rick Pasetto | |
button has the mouse over it Review #66 fade-out was going to be harder, but just making it visible/invisible turned out to be pretty easy | |||
2009-12-14 | DEV-42327: Compute controls position & size for HUD objects | Rick Pasetto | |
Review #62 Added facility to get the HUD projection and modelview matrices by refactoring the calls in llviewerdisplay a bit. | |||
2009-12-09 | Follow-up to previous change: slider control should only be set when focus ↵ | Rick Pasetto | |
changes | |||
2009-12-08 | DEV-43866: Fix mute button when you slide volume slider | Rick Pasetto | |
Trivial fix, plus some minor refactoring | |||
2009-12-03 | Don't show controls if build tools are up | Rick Pasetto | |
2009-12-03 | remove fudge factor for controls background rendering | Rick Pasetto | |
2009-12-02 | DEV-42827 Implement volume slider on media controls | Rick Pasetto | |
Introducing a volume slider that pops up when you hover over the "mute" button. Fades out with the rest of the controls. Had to also render (by hand) the background image. Cleaned up the XUI file. | |||
2009-11-25 | DEV-43402: Don't change the zoom level on the media controls if you click away | Rick Pasetto | |
Review #46 This also adds a feature where llpanelprimmediacontrols remembers the object/face that you've zoomed in on, and only switches the zoom/unzoom icon to "unzoom" if the object/face you are hovering over is actually the object/face you are zoomed in on |