Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-28 | EXP-1485 FIX -- Viewer should have a minimum size | Richard Linden | |
moved min size logic into LLWindow | |||
2011-11-02 | STORM-1580 WIP Initial commit for PO review. | Vadim ProductEngine | |
2011-10-15 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-10-11 | EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewport | Richard Linden | |
Ctrl+Shift+U now toggles UI and hides floaters refactored main_view.xml made all members of llviewerwindow private | |||
2011-09-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
2011-09-19 | EXP-1228 WIP Create toolbar widget class that displays list of buttons ↵ | Richard Nelson | |
horizontally or vertically created toolbar class and widget | |||
2011-09-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-08-25 | CHOP-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-19 | EXP-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-06 | EXP-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-16 | merge | Dave Parks | |
2011-05-05 | Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵ | brad kittenbrink | |
a bunch of unnecesary header dependencies. | |||
2010-12-29 | Automated merge up from viewer-development | Loren Shih | |
2010-12-24 | STORM-682 WIP Removed unused code. | Vadim ProductEngine | |
2010-12-13 | Automated merge up from viewer-development | Loren Shih | |
2010-12-01 | Automated merge up from viewer-development | Loren Shih | |
2010-11-15 | merge | Richard Linden | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-10 | VWR-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-29 | login panel now properly nested in main_view.xml, no more z order hackery | Richard Linden | |
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-13 | fixed progress view z ordering hacks | Richard Nelson | |
DEV-52665 FIX Inventory and Chat hints shown during login before viewer fully loads on load up screen | |||
2010-08-12 | first pass at hints | Richard Nelson | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-14 | merge | Dave Parks | |
2010-06-15 | removing fullscreen functionality | Leyla Farazha | |
reviewed by richard cc#212 | |||
2010-05-29 | Octree triven raycast works, time to profile. | Dave Parks | |
2010-03-02 | initial work changing topctrl to popup layer | Richard Nelson | |
2010-02-03 | EXT-1560 VWR-11118 DEV-27362 Ctrl+Alt+Shift+H doesn't say hippos! anymore | Soft Linden | |
2010-02-01 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
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. | |||
2009-12-15 | merge | Rick Pasetto | |
2009-12-14 | Final merge of precompiled header dependency cleanup work. | brad kittenbrink | |
2009-12-10 | EXT-1994 - Entering text into the Chat Bar sometimes slows to about 2 cps | richard | |
EXT-2176 - Avatar movements seem to be transmitted after the release of a movement control reviewed by James | |||
2009-12-03 | Added 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-03 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-12-03 | Change 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-25 | created container for LLFloaterView for future z-swapping with sidetray | richard | |
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-25 | merge | Rick Pasetto | |
2009-11-25 | merge | Rick Pasetto | |
2009-11-25 | Change drag highlighting to use LLSelectMgr::{un}highlightObjectOnly() ↵ | Rick Pasetto | |
instead of gPipeline.setHighlightObject(). The latter seems a little buggy. | |||
2009-11-24 | Added support for dropping SURLs onto viewer | callum | |
Does right thing when logged in - needs some work at login page Removed (commented out) WM_DROPFILES code for now | |||
2009-11-24 | fixed EXT-2684 "Notification toasts position is incorrect" | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-23 | Highlight the object if it is being dragged over and can be dropped upon | Rick Pasetto | |
2009-11-19 | Merge from remote repo | Rick Pasetto | |
2009-11-16 | fix for UI scale != 1.0 breaking edit tools, web browser, world view rect, etc. | richard | |
2009-11-13 | Refactoring of llviewerprecompiledheaders.h to hopefully increase stability | brad kittenbrink | |
and reduce unnecessary dependencies and incredibuild wedging. Hopefully in the long run this will reduce build time. Also cleaned up a lot of header file usage to conform better to the coding standard. reviewed by james and steve. | |||
2009-11-12 | Change 'handleDrop()' API to 'handleDragNDrop', which now takes a "drop" BOOL | Rick Pasetto | |