aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Restore to Last Position has a confirmation dialog now.Jacek Antonelli2009-05-252-1/+5
| | | | | |
| * | | | | Added Restore to Last Position confirmation and callback methods.Jacek Antonelli2009-05-253-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LLItemBridge::restoreToWorldConfirm() LLItemBridge::restoreToWorldCallback()
| * | | | | Added ConfirmRestoreToWorld alert text.Jacek Antonelli2009-05-252-0/+28
| | | | | |
| * | | | | User-initiated Toggle Fullscreen has a confirmation dialog now.Jacek Antonelli2009-05-253-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | That's in the View menu and also Alt+Enter at login screen.
| * | | | | Added Toggle Fullscreen confirmation and callback methods.Jacek Antonelli2009-05-253-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LLViewerWindow::toggleFullscreenConfirm() LLViewerWindow::toggleFullscreenCallback()
| * | | | | Added ConfirmToggleFullscreen alert text.Jacek Antonelli2009-05-252-2/+21
| | | | | |
| * | | | | User-initiated Teleport Home has confirmation dialog.Jacek Antonelli2009-05-253-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | That's in the World menu and on the world map.
| * | | | | Added Teleport Home confirmation and callback methods.Jacek Antonelli2009-05-253-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LLAgent::teleportHomeConfirm() LLAgent::teleportHomeCallback()
| * | | | | Moved LLAgent::teleportHome() definition.Jacek Antonelli2009-05-253-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | Was in llagent.h for no good reason, now in llagent.cpp.
| * | | | | Added ConfirmTeleportHome alert text.Jacek Antonelli2009-05-252-0/+22
| | |_|/ / | |/| | |
| * | | | Fixed end-of-line style for Info-Imprudence.plist.Jacek Antonelli2009-05-241-39/+39
| |/ / /
| * | | Merge commit 'origin/gst-thread-fix' into macJacek Antonelli2009-04-213-31/+53
| |\ \ \
| | * | | Cleaned up indentation in llmediaimplgstreamer.h.Jacek Antonelli2009-04-181-24/+24
| | | | |
| | * | | LLMediaImplGStreamer::startPlay() is protected, LLGstPlayThread friend.Jacek Antonelli2009-04-182-2/+9
| | | | |
| | * | | Removed redundant play() from LLMediaImplGStreamer::navigateTo().Jacek Antonelli2009-04-182-3/+4
| | | | |
| | * | | LLMediaImplGStreamer::play() is no-op if already playing.Jacek Antonelli2009-04-182-0/+11
| | | | |
| | * | | Removed some useless code from LLMediaImplGStreamer::startPlay().Jacek Antonelli2009-04-182-3/+6
| | | | |
| * | | | Imported GreenLife Emerald Viewer's OpenAL code. It works!Jacek Antonelli2009-04-213-61/+93
| | | | |
| * | | | We'll use libopenal.1.dylib after all (yet again).Jacek Antonelli2009-04-202-1/+5
| | | | |
| * | | | Help (force) Mac to use the right OpenAL lib and header dir.Jacek Antonelli2009-04-202-5/+14
| | | | |
| * | | | Mac viewer uses Thomas Shikami's OpenAL libs.Jacek Antonelli2009-04-202-2/+8
| | | | |
| * | | | Added libneon to Mac manifest.Jacek Antonelli2009-04-102-0/+5
| | | | |
| * | | | Help Mac find the right libalut.0.dylib.Jacek Antonelli2009-04-102-1/+14
| | | | |
| * | | | Help Mac find the right libxml2.2.dylib.Jacek Antonelli2009-04-102-1/+17
| | | | |
| * | | | Tweaked Mac lib manifest.Jacek Antonelli2009-04-102-4/+9
| |/ / / | | | | | | | | | | | | Removed pango, commented out libopenal, added libxml2.
* | | | Menu bar now only changes color for AditiMcCabe Maxsted2009-06-052-3/+10
| | | |
* | | | Merged in Armin's gesture manager patch to compensate for removing ↵McCabe Maxsted2009-06-053-6/+21
|\ \ \ \ | | | | | | | | | | | | | | | 'Gestures' from the pie.
| * | | | Applied Armin's gesture manager patchMcCabe Maxsted2009-04-273-6/+17
| | | | |
| * | | | Fixed space in changelogMcCabe Maxsted2009-04-241-1/+0
| | | | |
| * | | | Started 1.2.0 branchMcCabe Maxsted2009-04-231-0/+14
| | | | |
* | | | | Redid pie menus based on feedback from VWR-8080McCabe Maxsted2009-06-058-145/+174
| | | | |
* | | | | Fixed high res checkbox not hidingMcCabe Maxsted2009-06-052-2/+6
| |_|/ / |/| | |
* | | | Fixed gstreamer windows libraryMcCabe Maxsted2009-05-212-2/+8
| | | |
* | | | Updated copy_win_libs for 1.1 RC3McCabe Maxsted2009-04-282-212/+218
|/ / /
* | | Updated Windows libpng urlMcCabe Maxsted2009-04-182-2/+3
| | |
* | | Updated Windows GStreamer urlMcCabe Maxsted2009-04-182-2/+3
| | |
* | | Updated Windows GLib urlMcCabe Maxsted2009-04-182-3/+4
| | |
* | | Updated GStreamer plugin urlMcCabe Maxsted2009-04-182-3/+4
| | |
* | | Removed 'https' from install.xmlMcCabe Maxsted2009-04-182-1/+5
| | |
* | | GST_PLUGIN_PATH should only search plugin directories for WindowsMcCabe Maxsted2009-04-172-1/+7
| | |
* | | Merged jacek/next into gst-revampMcCabe Maxsted2009-04-171-39/+39
| | |
* | | Merge commit 'jacek/next' into gst-revampMcCabe Maxsted2009-04-1716-160/+406
|\ \ \ | |/ /
| * | Don't use LL_ERRS, it makes the viewer abort!Jacek Antonelli2009-04-062-1/+5
| | |
| * | Made LogLock mutex less likely to fail, hopefully.Jacek Antonelli2009-04-062-4/+6
| | |
| * | Merge branch 'mac-1.1.0' into nextJacek Antonelli2009-04-0612-145/+370
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Required substantial portability changes to set_gst_plugin_path(). Conflicts: linden/indra/llmedia/llmediaimplgstreamer.cpp
| | * | Added libgstdecodebin.so plugin to Mac manifest.Jacek Antonelli2009-03-302-0/+7
| | | |
| | * | set_gst_plugin_path now sets GST_PLUGIN_SYSTEM_PATH="".Jacek Antonelli2009-03-292-0/+9
| | | | | | | | | | | | | | | | | | | | This prevents GStreamer from looking for system-installed plugins, which can have conflicts with our packaged ones.
| | * | Improved set_gst_plugin_path, now sets path on Mac too.Jacek Antonelli2009-03-292-36/+71
| | | |
| | * | Merge commit 'origin/gst-revamp' into mac-1.1.0Jacek Antonelli2009-03-295-28/+100
| | |\ \
| | * | | Using OpenAL framework on Mac after all. Maybe.Jacek Antonelli2009-03-292-1/+11
| | | | |