summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerwindow.h
AgeCommit message (Collapse)Author
2012-12-10Correcting a mac build error.William Todd Stinson
2012-12-06CHUI-494: WIP First pass at getting the suppression of events in DND working.William Todd Stinson
2012-04-26post-merge build fixesRichard Linden
2011-11-28EXP-1485 FIX -- Viewer should have a minimum sizeRichard Linden
moved min size logic into LLWindow
2011-11-02STORM-1580 WIP Initial commit for PO review.Vadim ProductEngine
2011-10-15Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-10-11EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewportRichard Linden
Ctrl+Shift+U now toggles UI and hides floaters refactored main_view.xml made all members of llviewerwindow private
2011-09-29EXP-1209 FIXED Sidetray removed.Paul ProductEngine
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-19EXP-1228 WIP Create toolbar widget class that displays list of buttons ↵Richard Nelson
horizontally or vertically created toolbar class and widget
2011-09-06Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2011-08-25CHOP-763: Move llwindowlistener.{h,cpp} from llwindow to newview.Nat Goodspeed
Instantiate LLWindowListener on LLViewerWindow instead of on LLWindow. This permits LLWindowListener to use machinery from llui, e.g. LLUI::resolvePath(). Document planned new ["path"], ["reply"] params to "keyDown", "keyUp", "mouseDown", "mouseUp", "mouseMove" operations; document relationship between ["path"] and ["x"] and ["y"]. NEW PARAMS NOT YET IMPLEMENTED.
2011-07-19EXP-932 Implement system that fades from login page to (either) intro screen ↵Leyla Farazha
or loading screen instead of using a hard cut EXP-938 Turn off in-world audio until fade from intro/loading page complete EXP-939 Fade from intro/loading page to world, not to image of last login
2011-06-06EXP-844 INITIAL CHECKIN - FUNCTION DISABLED - As a first time user I would ↵callum
like to see a video after I log in that highlights the best features of Second Life
2011-05-16mergeDave Parks
2011-05-05Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵brad kittenbrink
a bunch of unnecesary header dependencies.
2010-12-29Automated merge up from viewer-developmentLoren Shih
2010-12-24STORM-682 WIP Removed unused code.Vadim ProductEngine
2010-12-13Automated merge up from viewer-developmentLoren Shih
2010-12-01Automated merge up from viewer-developmentLoren Shih
2010-11-15mergeRichard Linden
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-10VWR-21967 There's lots of ::renderForSelect() code that we don't need any more.Tofu Linden
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline)
2010-09-29login panel now properly nested in main_view.xml, no more z order hackeryRichard Linden
2010-09-27mergeDave Parks
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-13fixed progress view z ordering hacksRichard Nelson
DEV-52665 FIX Inventory and Chat hints shown during login before viewer fully loads on load up screen
2010-08-12first pass at hintsRichard Nelson
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-14mergeDave Parks
2010-06-15removing fullscreen functionalityLeyla Farazha
reviewed by richard cc#212
2010-05-29Octree triven raycast works, time to profile.Dave Parks
2010-03-02initial work changing topctrl to popup layerRichard Nelson
2010-02-03EXT-1560 VWR-11118 DEV-27362 Ctrl+Alt+Shift+H doesn't say hippos! anymoreSoft Linden
2010-02-01Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-27CID-374Tofu 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.
2009-12-15mergeRick Pasetto
2009-12-14Final merge of precompiled header dependency cleanup work.brad kittenbrink
2009-12-10EXT-1994 - Entering text into the Chat Bar sometimes slows to about 2 cpsrichard
EXT-2176 - Avatar movements seem to be transmitted after the release of a movement control reviewed by James
2009-12-03Added the LLWindowCallbacks::DragNDropAction enum, and made the mac ↵Monroe Linden
implementation and the cross-platform window callbacks use it (instead of 'bool drop'). This will break the windows impl until someone fixes it to match.
2009-12-03Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2009-12-03Change API to no longer include slurl argument (its a platform-agnostic ↵Rick Pasetto
policy), add some code (not working yet) to implement DND on the mac
2009-11-25created container for LLFloaterView for future z-swapping with sidetrayrichard
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
2009-11-25mergeRick Pasetto
2009-11-25mergeRick Pasetto
2009-11-25Change drag highlighting to use LLSelectMgr::{un}highlightObjectOnly() ↵Rick Pasetto
instead of gPipeline.setHighlightObject(). The latter seems a little buggy.
2009-11-24Added support for dropping SURLs onto viewercallum
Does right thing when logged in - needs some work at login page Removed (commented out) WM_DROPFILES code for now
2009-11-24fixed EXT-2684 "Notification toasts position is incorrect"Alexei Arabadji
--HG-- branch : product-engine
2009-11-23Highlight the object if it is being dragged over and can be dropped uponRick Pasetto
2009-11-19Merge from remote repoRick Pasetto