aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-05-31Added a confirmation dialog for Take Off All Clothes.Jacek Antonelli4-3/+41
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
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
2009-05-25Added Toggle Fullscreen confirmation and callback methods.Jacek Antonelli2-0/+23
2009-05-25Added ConfirmToggleFullscreen alert text.Jacek Antonelli1-0/+15
2009-05-25User-initiated Teleport Home has confirmation dialog.Jacek Antonelli2-3/+2
2009-05-25Added Teleport Home confirmation and callback methods.Jacek Antonelli2-0/+17
2009-05-25Moved LLAgent::teleportHome() definition.Jacek Antonelli2-1/+8
2009-05-25Added ConfirmTeleportHome alert text.Jacek Antonelli1-0/+16
2009-05-24Fixed end-of-line style for Info-Imprudence.plist.Jacek Antonelli1-39/+39
2009-05-18Changed the list of installed Mac gstreamer plugins.Jacek Antonelli1-1/+11
2009-05-16Reverted Ctrl-D shortcut back to Edit > Duplicate.Jacek Antonelli1-3/+2
2009-05-02Added libgstqtwrapper.so to Mac manifest.Jacek Antonelli1-0/+1
2009-04-28Updated copy_win_libs for 1.1 RC3McCabe Maxsted1-212/+212
2009-04-27Applied Armin's gesture manager patchMcCabe Maxsted2-6/+9
2009-04-21Imported GreenLife Emerald Viewer's OpenAL code. It works!Jacek Antonelli2-61/+87
2009-04-20We'll use libopenal.1.dylib after all (yet again).Jacek Antonelli1-1/+1
2009-04-20Help (force) Mac to use the right OpenAL lib and header dir.Jacek Antonelli1-5/+10
2009-04-18Cleaned up indentation in llmediaimplgstreamer.h.Jacek Antonelli1-24/+24
2009-04-18LLMediaImplGStreamer::startPlay() is protected, LLGstPlayThread friend.Jacek Antonelli1-2/+6
2009-04-18Removed redundant play() from LLMediaImplGStreamer::navigateTo().Jacek Antonelli1-3/+0
2009-04-18LLMediaImplGStreamer::play() is no-op if already playing.Jacek Antonelli1-0/+7
2009-04-18Removed some useless code from LLMediaImplGStreamer::startPlay().Jacek Antonelli1-3/+0
2009-04-17GST_PLUGIN_PATH should only search plugin directories for WindowsMcCabe Maxsted1-1/+1
2009-04-17Merged jacek/next into gst-revampMcCabe Maxsted1-39/+39
2009-04-10Added libneon to Mac manifest.Jacek Antonelli1-0/+1
2009-04-10Help Mac find the right libalut.0.dylib.Jacek Antonelli1-1/+10
2009-04-10Help Mac find the right libxml2.2.dylib.Jacek Antonelli1-1/+13
2009-04-10Tweaked Mac lib manifest.Jacek Antonelli1-4/+2
2009-04-06Don't use LL_ERRS, it makes the viewer abort!Jacek Antonelli1-1/+1
2009-04-06Made LogLock mutex less likely to fail, hopefully.Jacek Antonelli1-4/+2
2009-04-06Converted BOOLs to bools in llthread.Jacek Antonelli2-9/+9
2009-04-06LLMediaImplGStreamer creates new thread for playing.Jacek Antonelli2-6/+24
2009-04-05Added LLGstPlayThread class.Jacek Antonelli3-0/+118
2009-04-04Refactored the heart of the GST play code to startPlay().Jacek Antonelli2-4/+10
2009-04-02Apply saved MediaDebugLevel at media init time.Jacek Antonelli1-0/+7
2009-04-02Plugged in LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli1-1/+5
2009-04-02Implemented LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2-0/+55