Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-28 | EXT-735 Login failed if start location wasn't defined by user -- reviewed by ↵ | Jiao Li | |
oreh | |||
2009-09-26 | Merge into viewer/viewer-20 yesterday's lindenlab/svn-imports-viewer-20 | Nat Goodspeed | |
2009-09-25 | merge | Mark Palange (Mani) | |
2009-09-25 | Changes force no crt manifest linking in windows plugin files. | Mark Palange (Mani) | |
2009-09-25 | EXT-757 Create a consistent Me menu on the login screen | Ramzi Ramey | |
Also reorganize Login menu to the Viewer Design Spec - Top Menus Also reorganize Debug menu to the Viewer Design Spec - Top Menus | |||
2009-09-25 | Merge up to current viewer/viewer-20 | Nat Goodspeed | |
2009-09-25 | SNOW-194 DEV-40415: pulling this snowglobe patch into viewer 2.0. This | Martin Reddy | |
fixes all of the parentheses warnings in the code. Original patch was reviewed by merov (and others). | |||
2009-09-25 | For EXT-1121: Attaching / detaching objects doesn't affect the Current ↵ | Bradley Payne | |
Outfit folder and EXT-1090: Attachments detach on login. This is still in short term fix territory - trying to avoid creating duplicate attachment links when wearing outfits. It's not 100% robust because of the possibility of race conditions. | |||
2009-09-25 | DEV-32777, QAR-1619: Disable MSVC Release-build optimization for ↵ | Nat Goodspeed | |
LLCoros::launchImpl(). This fixes the Release-build crash in lllogin_test.cpp. | |||
2009-09-25 | EXT-1147 Update layout of grid options floater to be localizable | Erica Olsen | |
2009-09-25 | EXT-1146 Apply new layout to Beacons Floater | Erica Olsen | |
2009-09-25 | EXT-1145 Update layout of Buy/Pay/Open floaters | Erica Olsen | |
2009-09-24 | Merging down avatar-pipeline/currently-worn-folder-8. Includes fixes for ↵ | Bradley Payne | |
EXT-1121: Attaching / detaching objects doesn't affect the Current Outfit folder, and EXT-1090: Attachments detach on login, as well as work in progress for ensemble support and look details. | |||
2009-09-24 | Disable MSVC "fatal warning" 4702 for boost::lexical_cast in Release build | Nat Goodspeed | |
2009-09-24 | EXT-944 EXT-1026: cleaning up my quick fix for these issues. | Martin Reddy | |
I've now added an explicit LLUrlRegistry::findUrl() method for LLWStrings. This deals with correcting the start/end range for the url appropriately. Now the API can be used without worrying about utf8/utf32 character offset issues. Internal JIRAs: DEV-40127 DEV-39966. | |||
2009-09-24 | EXT-1008 - Unable to use the Tab key to select anything past Name Tags On | Richard Nelson | |
removed bad LLUICtrl::onFocusLost and LLUICtrl::onFocusReceived overrides to be reviewed | |||
2009-09-23 | Oops libtcmalloc_minimal.dll was being packaged in a subdir it shouldn't ↵ | brad kittenbrink | |
have been. | |||
2009-09-23 | Decided that the lldebugs should really be llwarns. | Steven Bennetts | |
2009-09-23 | EXT-904 Build tools does not show tooltips on any checkbox | Richard Nelson | |
EXT-877 There is no tooltip with a date for Time indicator in Nav bar EXT-860 Crosshairs and "Press ESC to..." warning are dislocated in mouselook mode when UI Size is not exactly set to 1.00 (Menu Me -> Preferences-> Graphics) EXT-783 Script editor inserts text twice when using the editors paste, or choosing LSL elements from the pull-down list. EXT-764 mis-location of cursor in edit script panel (fixed cursor width) EXT-658 Inventory window's "Fetched Items" needs spacing reviewed by James | |||
2009-09-23 | Partial fix for EXT-1123 (this shouldn't merit a notification), but we ↵ | Steven Bennetts | |
should investigate why these requests are failing in the first place. | |||
2009-09-23 | fix for EXT-1125: Mini-map terrain appears green on login with Low graphics ↵ | Xiaohong Bao | |
settings. | |||
2009-09-23 | * EXT-1037 - Left-clicking anywhere in in-world area resets camera position | Steven Bennetts | |
NOTE: Temporary fix that may break MOAP behavior. Needs to be reviewd and potentially designed. | |||
2009-09-23 | EXT-646 Pinned menus display incorrectly. Menu needs to follow bottom-left ↵ | James Cook | |
corner to avoid being pulled up when floater resizes to accommodate. Fixed floater height computation, removed magic numbers. Added XML configuration file for menu_item_tear_off so we can set colors to make the lines visible when highlighted. Reviewed with Richard. | |||
2009-09-23 | Updated formatting changes to About floater EXT-1022 | Kurt Stauffacher | |
2009-09-23 | Add pth-2.0.7-linden.txt with S3 URL for the original Pth source tarball. | Nat Goodspeed | |
Add this file to pth.txt manifest file. Update install.xml with the URL for new pth-2.0.7-darwin-20090923.tar.bz2. | |||
2009-09-23 | EXT-944 EXT-1026: re-fixing these crashing bugs by making sure | Martin Reddy | |
that we don't use character offsets when mixing utf8 and wide strings. Internal JIRAs: DEV-40127 DEV-39966. | |||
2009-09-23 | EXT-944 EXT-1026: reverting my previous fix for these crashes. | Martin Reddy | |
This didn't work on Windows because wchar_t is 2 bytes on that platform, not 4 bytes (whereas llwchar is 4 bytes everywhere). Boost's regex methods need to work on wchar_t, but I believe that using a UTF-16 string would still be prone to crashing on Windows as UTF-16 is still a variable-length encoding. Besides, trying to compile a UTF-16 solution generates weird link errors. Instead, I'm going to fix this problem a different way. And I'm starting by reverting the previous attempt. Thanks Win32. | |||
2009-09-23 | Getting rid of "gl used while not active" test until such time as it is ↵ | David Parks | |
needed/useful (when threading is revisited). | |||
2009-09-23 | fix for EXT-1108: Green terrain rendering on login on Windows nVidia 9600 GT. | Xiaohong Bao | |
to be reviewed by davep. | |||
2009-09-22 | EXT-331 Speak button uses the "Pressed" state and not the ↵ | James Cook | |
"Active/Selected/On" state. Speak button was hard-coded to segmented-button art -- removed hard-coding so it uses normal button params. Also changed walk-mode and camera-mode icons to use green backgrounds, which emphasizes the radio-button aspect of the controls. Reviewed with Erica. | |||
2009-09-22 | Added width to buttons in button bar so text was fully visible EXT-902 | Kurt Stauffacher | |
2009-09-22 | svn merge -c-134040 . | Adam Moss | |
back-out my last commit - it fixed the build test, but the build still fails; I'll leave it alone... | |||
2009-09-22 | EXT-1070: [Inspectors] Gear icon missing on people inspector on MAC | Leyla Farazha | |
2009-09-22 | a stab at fixing this test. | Adam Moss | |
2009-09-22 | Updated build tools to use new icon art for object icons and top menu items ↵ | Kurt Stauffacher | |
EXT-1109 | |||
2009-09-22 | Moved Tap-Tap-Hold to Run and Enable Lip Sync from menu_viewer to ↵ | Lisabeth Pardi | |
panel_preferences_advanced.xml EXT-760 EXT-759 | |||
2009-09-22 | Moved Tap-Tap-Hold to Run and Enable Lip Sync from menu_viewer to ↵ | Lisabeth Pardi | |
panel_preferences_advanced.xml EXT-760 EXT-759 | |||
2009-09-22 | Fix for non fullbright face spam. | David Parks | |
2009-09-22 | ND-37009: Add Pth license text to licenses-mac.txt | Nat Goodspeed | |
2009-09-22 | ND-37009: re-add Pth to list of licenses in floater_about.xml | Nat Goodspeed | |
2009-09-22 | DEV-32832 OSX: freetype 2.3.9 upgrade | Adam Moss | |
My first stab at building an OSX package, I hope the results are okay; back this out if things barf. | |||
2009-09-22 | Viewer-2-0 has no dependencies on externals, so remove them after merging in ↵ | CG Linden | |
the "daggy fix" for build scripts. | |||
2009-09-22 | EXT-944 EXT-1026: converted the LLUrlRegistry::findUrl() method to | Martin Reddy | |
work on an LLWString instead of a std::string, so that we don't have to worry about character offsets for variable-length-encoded UTF-8 strings. This was causing crashes whenever we would try to show a textbox with a URL and foreign characters (> 1 byte chars). Damn, I suck! | |||
2009-09-22 | EXT-1106 Add new art to viewer - 9/22/09 Added this week's art drop and ↵ | Erica Olsen | |
referenced in textures.xml, EXT-1073 Add icon and style the L$ Balance button in top navigation bar | |||
2009-09-22 | Automated merge with ssh://hg.lindenlab.com/viewer/login-api/ | Nat Goodspeed | |
2009-09-22 | Import inventory template fix from viewer/viewer-2.0.0-3 rev 133575. | Nat Goodspeed | |
2009-09-22 | Merging render-pipeline-6-qa-2 into viewer-2 | David Parks | |
Self reviewed. | |||
2009-09-22 | EXT-1006 Name Tag options not remembered in the Preferences window -- to be ↵ | Jiao Li | |
reviewed | |||
2009-09-22 | EXT-1015 terrain detail text not grayed out -- to be reviewed | Jiao Li | |
2009-09-21 | New package of zlib since I broke the name of the debug .lib. | brad kittenbrink | |