aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2009-06-08Restored zlib1.dll (not a bad entry)McCabe Maxsted1-2/+4
2009-06-08Placed the gstreamer plugins in newview where they belongMcCabe Maxsted1-166/+0
2009-06-08removed bad entries from copy_win_libsMcCabe Maxsted1-8/+0
2009-06-08Fixed VC++ warning C4305: '=' : truncation from 'double' to 'float' for mVolumeMcCabe Maxsted1-2/+0
2009-06-08Fixed VC++ error C2864: 'LLAudioEngine_OpenAL::WIND_BUFFER_SIZE_SEC'McCabe Maxsted2-2/+1
2009-06-07Fixed CopyWinLibs.CMake errors (removed Vivox)McCabe Maxsted1-62/+0
2009-06-071.1 version finalMcCabe Maxsted1-6/+6
2009-06-06Updated version/copyright info for Mac version.Jacek Antonelli2-3/+3
2009-06-06Set version to 1.1.0 (not RC).Jacek Antonelli1-1/+1
2009-06-06Pie menu for HUD and Attachment should use "Attachment Touch".Jacek Antonelli2-4/+4
2009-06-06Fixed "Take" on the object pie menu not working.Jacek Antonelli1-2/+2
2009-06-05Menu bar now only changes color for AditiMcCabe Maxsted1-3/+6
2009-06-05Redid pie menus based on feedback from VWR-8080McCabe Maxsted7-145/+156
2009-06-05Fixed high res checkbox not hidingMcCabe Maxsted1-2/+0
2009-06-05Mute in Profile window triggers confirmation dialog too.Jacek Antonelli1-2/+2
2009-06-01Added confirmation dialogs for Mute from pie menu.Jacek Antonelli4-3/+82
Dialog is for muting avatars and objects from the pie menu only.
2009-05-31Added a confirmation dialog for Take Off All Clothes.Jacek Antonelli4-3/+41
2009-05-30Converted more files to Unix line endings.Jacek Antonelli4-611/+611
linden/LICENSE-libraries-win32.txt linden/indra/newview/SecondLife.nib/objects.xib linden/indra/newview/app_settings/cmd_line.xml linden/indra/newview/installers/windows/FILES_ARE_UNICODE_UTF-16LE.txt linden/indra/newview/skins/default/html/en-us/loading/loading.html
2009-05-30Scripting Guide was removed in 1.22.Jacek Antonelli1-5/+0
2009-05-30Debug setting "SaveMiniDump" needs to be "SaveMinidump" (small d).Jacek Antonelli1-2/+2
2009-05-30"Async Keystrokes" was removed from 1.22.Jacek Antonelli1-7/+0
2009-05-30Fixed minor layout issue in panel_preferences_input.xmlJacek Antonelli1-1/+1
2009-05-30Converted the new XUI XML files to the proper line endings.Jacek Antonelli77-3514/+3514
2009-05-30Use BeaconsEnabled instead of BeaconAlwaysOn in new 1.22 code.Jacek Antonelli4-6/+6
2009-05-25Added a separator between Wear and Restore to Last Position.Jacek Antonelli2-4/+7
2009-05-25Restore to Last Position has a confirmation dialog now.Jacek Antonelli1-1/+1
2009-05-25Added Restore to Last Position confirmation and callback methods.Jacek Antonelli2-0/+22
LLItemBridge::restoreToWorldConfirm() LLItemBridge::restoreToWorldCallback()
2009-05-25Added ConfirmRestoreToWorld alert text.Jacek Antonelli1-0/+24
2009-05-25User-initiated Toggle Fullscreen has a confirmation dialog now.Jacek Antonelli2-2/+2
That's in the View menu and also Alt+Enter at login screen.
2009-05-25Added Toggle Fullscreen confirmation and callback methods.Jacek Antonelli2-0/+23
LLViewerWindow::toggleFullscreenConfirm() LLViewerWindow::toggleFullscreenCallback()
2009-05-25Added ConfirmToggleFullscreen alert text.Jacek Antonelli1-0/+15
2009-05-25User-initiated Teleport Home has confirmation dialog.Jacek Antonelli2-3/+2
That's in the World menu and on the world map.