- Jun 08, 2012
-
-
Oz Linden authored
-
- Jun 06, 2012
-
-
Nat Goodspeed authored
The change from LLProcessLauncher to LLProcess introduces the possibility of a NULL (default-constructed) LLProcessPtr. Add certain static LLProcess methods accepting LLProcessPtr, forwarding to nonstatic method when non-NULL but doing something reasonable with NULL. Use these methods in LLPLuginProcessParent.
-
- Jun 04, 2012
-
-
Oz Linden authored
-
Oz Linden authored
-
Aura Linden authored
-
- May 29, 2012
- May 28, 2012
-
-
Oz Linden authored
-
- May 26, 2012
- May 25, 2012
-
-
simon@Simon-PC.lindenlab.com authored
-
Oz Linden authored
-
- May 24, 2012
- May 23, 2012
-
-
Nat Goodspeed authored
The previous tip Windows APR package: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-apr/rev/256201/arch/CYGWIN/installer/apr_suite-1.4.5-windows-20120509.tar.bz2 contained a libapr-1.dll that would not load on Windows XP. The code contained static calls to Windows API functions not yet present in Windows XP. The new Windows APR package has made those calls conditional, using LoadLibrary() and GetProcAddress() calls. The hope is that this new viewer build will behave identically on Windows Vista or later -- but unlike its predecessor, will also launch on Windows XP.
-
- May 22, 2012
- May 21, 2012
-
-
Paul ProductEngine authored
- Fix for potential truncation
-
- May 19, 2012
-
-
Richard Linden authored
don't auto position other floater when it is hosted
-
- May 18, 2012
-
-
Paul ProductEngine authored
- Requested permissions are added dynamically to the dialog's footer - And the footer is not shown when it is empty
-
- May 17, 2012
-
-
David Parks authored
-
Paul ProductEngine authored
- Added new tag called "footer" to the notification. This tag allows to display messages under the buttons in toasts. - Created new class LLToastScriptQuestion for the "ScriptQuestionCaution" notification. This notification supports tag <footer>.
-
- May 16, 2012
-
-
simon@Simon-PC.lindenlab.com authored
-
eli authored
-
- May 14, 2012
-
-
Brad Payne (Vir Linden) authored
-
- May 09, 2012
-
-
Nat Goodspeed authored
-