aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Added prev/next buttons for windlight presets, cleaned up some stuffMcCabe Maxsted2009-09-138-34/+104
|
* Fixed windlight toolbar presets not applying when region defaultMcCabe Maxsted2009-09-132-1/+8
|
* Fixed windlight toolbar not updating windlight floater pulldownMcCabe Maxsted2009-09-135-5/+29
|
* Clarified 'show in search' in profileMcCabe Maxsted2009-09-122-2/+9
|
* Applied and modified Emerald viewer feature that shows what groups are ↵McCabe Maxsted2009-09-123-2/+46
| | | | hidden in your profile
* Applied patch by Latif Khalifa for VWR-5370 (Detached Contacts panel cannot ↵McCabe Maxsted2009-09-112-1/+13
| | | | be hidden/closed via menu or shortcut (Ctrl/Cmd-Shift-F))
* Merged in 1.2.0-objectnamesMcCabe Maxsted2009-09-1128-94/+674
|\
| * Backported clickable object names from 1.23McCabe Maxsted2009-09-1128-95/+675
| |
* | Fixed profile account info spacingMcCabe Maxsted2009-09-112-3/+8
| |
* | Applied patch to wear multiple attachments at once (VWR-5063)McCabe Maxsted2009-09-113-51/+136
| |
* | Upped the max bandwidth setting to 5000kbps (default 1000kbps)McCabe Maxsted2009-09-114-4/+11
| |
* | Added minimize to snapshot windowMcCabe Maxsted2009-09-112-1/+6
| |
* | Fixed double click tp from working on HUDsMcCabe Maxsted2009-09-112-3/+9
| |
* | Fixed browser window showing wrong titleMcCabe Maxsted2009-09-112-1/+7
| |
* | Applied patch for long distance opensim hypergrid tps (SVC-2491) (Feature ↵McCabe Maxsted2009-09-112-1/+10
| | | | | | | | currently disabled in OpenSim)
* | Applied inventory Search menu from Emerald viewer (still ugly)McCabe Maxsted2009-09-117-4/+136
|/
* Fixed missing 'm' for draw distance sliderMcCabe Maxsted2009-09-102-1/+13
|
* Created new toolbar control for windlight presets and optionsMcCabe Maxsted2009-09-1017-8/+517
|
* Admin options now only show for other people's profilesMcCabe Maxsted2009-09-092-12/+25
|
* Redid layout of profile window, added group invite buttonMcCabe Maxsted2009-09-096-726/+311
|
* Fixed unlink option enabling when selecting texturesMcCabe Maxsted2009-09-093-2/+10
|
* Applied ReinstateShowTextureUUID Cool Viewer patch (reverts the fix for ↵McCabe Maxsted2009-09-093-1/+20
| | | | VWR-1919)
* Removed old commentMcCabe Maxsted2009-09-091-1/+1
|
* Commented out permissions button (todo: backport this if there's time)McCabe Maxsted2009-09-092-2/+7
|
* New chat channel preference should change only on applyMcCabe Maxsted2009-09-093-18/+21
|
* Created my own version of Emerald's chat channel toolMcCabe Maxsted2009-09-0911-18/+149
|
* Applied and tweaked last owner in tools window from Emerald viewerMcCabe Maxsted2009-09-074-36/+61
|
* Fixed tool brush sizeMcCabe Maxsted2009-09-076-18/+57
|
* Merge branch '1.2.0-toolslayout' into 1.2.0-emeraldMcCabe Maxsted2009-09-076-156/+125
|\
| * Fixed tree/grass label not hidingMcCabe Maxsted2009-09-042-3/+9
| |
| * Integrated 1.23's tool floater with link/unlink buttonsMcCabe Maxsted2009-09-046-153/+116
| |
* | Fixed ground sit menu entry missing checkMcCabe Maxsted2009-09-073-2/+26
| |
* | Fixed reference to missing colors.xml entryMcCabe Maxsted2009-09-062-4/+9
| |
* | Added LLScrollListCtrl::getSelectedIDs()McCabe Maxsted2009-09-063-0/+19
| |
* | Added Emerald viewer's asset browserMcCabe Maxsted2009-09-067-3/+638
| |
* | Added Emerald viewer's animation listMcCabe Maxsted2009-09-067-1/+648
| |
* | Start fetching inventory at startupMcCabe Maxsted2009-09-062-0/+9
| |
* | Ported phantom avatar option from Emerald viewerMcCabe Maxsted2009-09-066-1/+89
| |
* | Ported sit anywhere feature from Emerald viewerMcCabe Maxsted2009-09-063-0/+40
|/
* fix NDOF linking issues when using cmake 2.6 on linuxArmin Weatherwax2009-09-041-1/+1
| | | | | modified: linden/indra/newview/CMakeLists.txt (cherry picked from commit 9d14c7ab5c7519a4188c89b2ddeb8df30d858705)
* Added 'Go Here' to object pie menuMcCabe Maxsted2009-09-042-1/+12
|
* Teleport by double clicking into the viewer window. Port and bugfix of cv ↵Armin Weatherwax2009-09-043-22/+42
| | | | | | port of emerald greenlife viewer feature. TODO: find a nice place in prefs to switch off (defaults to on). (cherry picked from commit 86e186e40f6a128abab1c3a44f33520508b37f16)
* Linux middle mouse button paste/primary selection support and gtk clipboard ↵Armin Weatherwax2009-09-0424-917/+696
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handler (fixes crashbug using synergy mouse-keyboard-clipboard-sharing over lan) modified: linden/doc/contributions.txt modified: linden/indra/llui/llclipboard.cpp modified: linden/indra/llui/llclipboard.h modified: linden/indra/llui/llfloater.cpp modified: linden/indra/llui/llfloater.h modified: linden/indra/llui/lllineeditor.cpp modified: linden/indra/llui/lllineeditor.h modified: linden/indra/llui/lltexteditor.cpp modified: linden/indra/llui/lltexteditor.h modified: linden/indra/llui/llview.cpp modified: linden/indra/llui/llview.h modified: linden/indra/llwindow/CMakeLists.txt new file: linden/indra/llwindow/llmousehandler.cpp modified: linden/indra/llwindow/llmousehandler.h modified: linden/indra/llwindow/llwindow.cpp modified: linden/indra/llwindow/llwindow.h modified: linden/indra/llwindow/llwindowsdl.cpp modified: linden/indra/llwindow/llwindowsdl.h modified: linden/indra/newview/lltool.cpp modified: linden/indra/newview/lltool.h modified: linden/indra/newview/llviewertexteditor.cpp modified: linden/indra/newview/llviewertexteditor.h modified: linden/indra/newview/llviewerwindow.cpp modified: linden/indra/newview/llviewerwindow.h (cherry picked from commit 594f4830922f4294dda432fa748935adffaeed8f)
* Rebranded startup loading page to ImprudenceMcCabe Maxsted2009-09-043-1/+7
|
* Fixed inability to minimize chat historyMcCabe Maxsted2009-09-042-1/+6
|
* Updated GStreamer and Zlib windows libsMcCabe Maxsted2009-09-043-6/+22
|
* Merged in jacek/nextMcCabe Maxsted2009-09-046-14/+57
|\
| * Backported 1.23 fix for animation joint assertion crash.Jacek Antonelli2009-09-032-2/+40
| |
| * Updated some python scripts to not use deprecated modules.Jacek Antonelli2009-09-034-10/+16
| |
| * Merge branch 'mac-openal-url' into nextJacek Antonelli2009-06-291-1/+1
| |\