aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-07Fixed ground sit menu entry missing checkMcCabe Maxsted2-0/+18
2009-09-06Fixed reference to missing colors.xml entryMcCabe Maxsted1-4/+4
2009-09-06Added LLScrollListCtrl::getSelectedIDs()McCabe Maxsted2-0/+13
2009-09-06Added Emerald viewer's asset browserMcCabe Maxsted6-3/+627
2009-09-06Added Emerald viewer's animation listMcCabe Maxsted6-0/+637
2009-09-06Start fetching inventory at startupMcCabe Maxsted1-0/+4
2009-09-06Ported phantom avatar option from Emerald viewerMcCabe Maxsted5-1/+80
2009-09-06Ported sit anywhere feature from Emerald viewerMcCabe Maxsted2-0/+32
2009-09-04fix NDOF linking issues when using cmake 2.6 on linuxArmin Weatherwax1-1/+1
modified: linden/indra/newview/CMakeLists.txt (cherry picked from commit 9d14c7ab5c7519a4188c89b2ddeb8df30d858705)
2009-09-04Added 'Go Here' to object pie menuMcCabe Maxsted1-1/+3
2009-09-04Teleport by double clicking into the viewer window. Port and bugfix of cv ↵Armin Weatherwax3-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)
2009-09-04Linux middle mouse button paste/primary selection support and gtk clipboard ↵Armin Weatherwax24-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)
2009-09-04Rebranded startup loading page to ImprudenceMcCabe Maxsted2-1/+1
2009-09-04Fixed inability to minimize chat historyMcCabe Maxsted1-1/+1
2009-09-04Updated GStreamer and Zlib windows libsMcCabe Maxsted2-6/+14
2009-09-03Backported 1.23 fix for animation joint assertion crash.Jacek Antonelli1-2/+35
2009-09-03Updated some python scripts to not use deprecated modules.Jacek Antonelli3-10/+7
2009-08-29Fixed CMake not finding GLib on windowsMcCabe Maxsted1-0/+1
2009-08-29Fixed OpenAL CMake errorMcCabe Maxsted1-1/+2
2009-06-29Updated URL for Mac OpenAL libs package.Jacek Antonelli1-1/+1
2009-06-14Online/Offline notifications now always show in IM windowsMcCabe Maxsted1-21/+18
2009-06-14Added IM preference for showing IMs in either main or local chatMcCabe Maxsted4-37/+62
2009-06-13use openjpeg 1.3 also for LinuxArmin Weatherwax2-20/+6
modified: linden/indra/newview/viewer_manifest.py modified: linden/install.xml
2009-06-13Applied Aimee's patch for VWR-12631: setting to adjust the maximum size of ↵McCabe Maxsted3-5/+16
objects displayed on the minimap (MiniMapPrimMaxRadius)
2009-06-13Applied Aimee's patch for VWR-4106: Mini-map beacon icon doesn't display ↵McCabe Maxsted2-7/+11
correctly when beacon position above or below camera
2009-06-13Cleaned up some old unused referencesMcCabe Maxsted5-8/+1
2009-06-13Show muted avatars as grey in the mini-mapMcCabe Maxsted4-4/+38
2009-06-13Forgot tooltip for map opening, fixed typoMcCabe Maxsted2-8/+11
2009-06-13Removed double click tp checkbox from preferences as it keeps the two maps ↵McCabe Maxsted1-4/+0
more in sync, and Show Map is in the minimap now. Keeping the debug setting.
2009-06-13Moved mini-map tooltips to XML, added panning tooltipMcCabe Maxsted3-9/+13
2009-06-13Added 'Show Map' option to the mini-map menuMcCabe Maxsted3-0/+17
2009-06-13Applied Aimee's patch for VWR-13221: Allow panning of the mini-mapMcCabe Maxsted4-15/+183
2009-06-13Applied Aimee's patch for VWR-6918: Hide/Show Selection OutlinesMcCabe Maxsted6-1/+33
2009-06-12Applied patch by Robin Cornelius for VWR-12686: ↵McCabe Maxsted1-13/+7
LLTextureCache::writeToCache() does not cache textures smaller than TEXTURE_CACHE_ENTRY_SIZE
2009-06-12Double clicking inventory objects toggles wear/detach. Patch originally by ↵McCabe Maxsted1-6/+19
Nicholaz Beresford with additions by Henri Beauchamp
2009-06-11Added Link/Unlink options to the object pie menuMcCabe Maxsted1-2/+8
2009-06-11Fixed 'Unlink' not toggling in Tools menuMcCabe Maxsted1-2/+10
2009-06-11Added Link/Unlink buttons to the Tools floaterMcCabe Maxsted3-26/+136
2009-06-11Added missing mini-map xui filesMcCabe Maxsted3-0/+88
2009-06-11Renamed 'Set permissions on selected task inventory' to 'Set Bulk Permissions'McCabe Maxsted1-1/+2
2009-06-11Changed 'Select Tool' to 'Choose Tool', moved Selection options into a ↵McCabe Maxsted1-53/+56
flyout menu
2009-06-11Moved 'Duplicate' to the Tools menuMcCabe Maxsted1-6/+6
2009-06-11Applied Armin's patch to create an Advanced Menu menu item (placed it in ↵McCabe Maxsted3-9/+29
View and changed it to a check)
2009-06-10Added pulldown label and fixed combobox not hidingMcCabe Maxsted2-35/+50
2009-06-10Applied MJM's tree and grass pulldown list from the Hippo ViewerMcCabe Maxsted11-36/+172
2009-06-10Fixed Communicate window not toggling from menuMcCabe Maxsted1-0/+1
2009-06-09Backported 1.23's minimap conversion to XUIMcCabe Maxsted20-450/+340
2009-06-09Fixed the Resident Chooser showing hair instead of calling cardsMcCabe Maxsted1-1/+2
2009-06-09Backported LL's version of VWR-2681 from 1.23McCabe Maxsted11-239/+457
2009-06-08'IM Received' button to '__ New IMs'McCabe Maxsted6-20/+53