summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-25Removed the minimum 1024x768 window constraint to better suit smaller displays.Geenz
2013-02-22Fix for deferred rendering no longer working when the viewer is compiled ↵Geenz
against the OS X 10.7 SDK and up.
2013-02-22Merged with latest cocoa-project-viewer.Geenz
2013-02-22Fix inconsistent handling of Control, Alt, and Shift keys through a new ↵Geenz
modifier update callback.
2013-02-22Merge new boost and add OS X 10.8 modsGraham Madarasz (Graham Linden)
2013-02-21MAINT-2389: pick up new Boost build to eliminate gcc 4.1 warningsNat Goodspeed
2013-02-21MAINT-2389: Tell CMake viewer_components/login depends on Boost.ContextNat Goodspeed
This addresses a Linux link failure due to the Linux linker making a single left-to-right pass through libraries.
2013-02-21MAINT-2389: Change viewer to Boost package without ucontext.h.Nat Goodspeed
In autobuild.xml, specify today's build of the Boost package that includes the Boost.Context library, and whose boost::dcoroutines library uses Boost.Context exclusively instead of its previous context-switching underpinnings (source of the ucontext.h dependency). Add BOOST_CONTEXT_LIBRARY to Boost.cmake and Copy3rdPartyLibs.cmake. Link it with the viewer and with the lllogin.cpp test executable. Track new Boost package convention that our (early, unofficial) Boost.Coroutine library is now accessed as boost/dcoroutine/etc.h and boost::dcoroutines::etc. Remove #include <boost/coroutine/coroutine.hpp> from llviewerprecompiledheaders.h and lllogin.cpp: old rule that Boost.Coroutine header must be #included before anything else that might use ucontext.h is gone now that we no longer depend on ucontext.h. In fact remove -D_XOPEN_SOURCE in 00-Common.cmake because that was inserted specifically to work around a known problem with the ucontext.h facilities.
2013-02-15XIB file cleanup.Geenz
2013-02-12Added tag 3.4.5-release for changeset a49c715243a3Oz Linden
2013-02-06Merged with latest viewer-dev.Geenz
2013-02-05Added tag 3.4.5-beta5 for changeset 852b69ef0b5fOz Linden
2013-02-05merge changes for DRTVWR-297Oz Linden
2013-02-05tag merge of DRTVWR-297Oz Linden
2013-02-05merge changes for DRTVWR-296Oz Linden
2013-02-05tag merge of DRTVWR-296Oz Linden
2013-02-04Updated the crash handler to produce a CFURL which gets converted into a ↵Geenz
FSRef due to the Files.h deprecation.
2013-02-04MAINT-2323 Fix for crash on shutodwn in mesh responder destructorsDave Parks
2013-02-02Restore the old Carbon crash handler, and more deprecated API removal.Geenz
2013-02-01STORM-1930 Quality & Speed slider has Ultra label where High should be.Whirly
2013-01-30Added tag 3.4.5-beta4 for changeset 1567de5700c2Oz Linden
2013-01-29pull back more 3.4.5 beta fixesOz Linden
2013-01-29merge changes for MAINT-2276Oz Linden
2013-01-29MAINT-2281: correct test for XP (corrected fix I applied incorrectly)Oz Linden
2013-01-29tag merge of DRTVWR-292Oz Linden
2013-01-29Added tag DRTVWR-291 for changeset 7f09bbc28c29Oz Linden
2013-01-28For MAINT-2276 a workaround to unblock 3.4.5 beta review: tedGraham Madarasz (Graham)
2013-01-26[MAINT-2233] Duplicate entries in notifications.xmlChris Baker
- Removed duplicate entry from panel_preferences_general.xml
2013-01-25[MAINT-2233] Duplicate entries in notifications.xmlChris Baker
- Removed duplicate notification elements
2013-01-29MAINT-2281: correct test for XPcallum_linden
2013-01-25merge changes for MAINT-2275, MAINT-2277Oz Linden
2013-01-25merge changes for DRTVWR-290Oz Linden
2013-01-25tag merge of DRTVWR-290Oz Linden
2013-01-24MAINT-2275 Child prims are "left behind" by animated, moving (physical) linksetsKelly Washington
* A fix that doesn't break tanks. Reverts MAINT-1742
2013-01-24merge changes for MAINT-1481Oz Linden
2013-01-24tag merge of DRTVWR-289Oz Linden
2013-01-24Merged with latest viewer-dev.Geenz
2013-01-24MAINT-2275 Child prims are "left behind" by animated, moving (physical) linksetsKelly Washington
* A fix that doesn't break doors. Reverst MAINT-2247
2013-01-24Automated merge with ssh://bitbucket.org/lindenlab/viewer-developmentNat Goodspeed
2013-01-24MAINT-2277 Yellow "fence" (selection) of the parcel doesn't update after ↵Kelly Washington
selecting the other parcel * Removed bogus check on matching parcel data coming in.
2013-01-24MAINT-2275 Child prims are "left behind" by animated, moving (physical) linksetsKelly Washington
2013-01-23MergeGeenz
2013-01-23When porting lost changes remember to re-add the new filesAura Linden
2013-01-23MergeGeenz
2013-01-23Recovered changes for dirpicker and filepickerAura Linden
2013-01-23Added tag 3.4.5-beta3 for changeset e06898df8644Oz Linden
2013-01-23Readd event handling for application focus.Geenz
2013-01-23Refactor the key input handling to make it easier to filter out keys we ↵Geenz
don't need unicode characters for (such as the arrow keys).
2013-01-22MergeGeenz
2013-01-22Initial Cocoa drag and drop support.Geenz