aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merge branch 'mccabe/next' into next-1.1Jacek Antonelli2009-06-054-222/+247
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'revert-ctrl-d' into next-1.1Jacek Antonelli2009-06-052-3/+9
| |\ \ \ \ \ \
| | * | | | | | Reverted Ctrl-D shortcut back to Edit > Duplicate.Jacek Antonelli2009-05-162-3/+9
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | No longer World > Create Landmark Here.
| * | | | | | Mute in Profile window triggers confirmation dialog too.Jacek Antonelli2009-06-052-2/+7
| | | | | | |
| * | | | | | Added confirmation dialogs for Mute from pie menu.Jacek Antonelli2009-06-015-3/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Dialog is for muting avatars and objects from the pie menu only.
| * | | | | | Added a confirmation dialog for Take Off All Clothes.Jacek Antonelli2009-05-315-3/+50
| | | | | | |
| * | | | | | Added a separator between Wear and Restore to Last Position.Jacek Antonelli2009-05-253-4/+13
| | | | | | |
| * | | | | | 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
| | |