- Oct 01, 2009
-
-
Mark Palange (Mani) authored
-
brad kittenbrink authored
Fix yet another error in building llqtwebkit.lib, this time the release lib really links only to the release CRT.
-
- Sep 30, 2009
-
-
brad kittenbrink authored
Updated test_win32_manifest.py to throw custom exception objects, rather than relying on string comparison.
-
brad kittenbrink authored
-
Nat Goodspeed authored
-
- Sep 29, 2009
-
-
Mark Palange (Mani) authored
Removing app.exe.config file creation. Should no longer be needed with rebuilt 3rd party libs. /me crosses fingers.
-
- Sep 28, 2009
-
-
Mark Palange (Mani) authored
-
Mark Palange (Mani) authored
-
Mark Palange (Mani) authored
DllMain() captures module handle. Call to GetModuleFilePathA() gets the dll filepath, Filename is trimmed off.
-
brad kittenbrink authored
-
- Sep 26, 2009
-
-
Nat Goodspeed authored
-
- Sep 25, 2009
-
-
Mark Palange (Mani) authored
-
Mark Palange (Mani) authored
-
Ramzi Ramey authored
Also reorganize Login menu to the Viewer Design Spec - Top Menus Also reorganize Debug menu to the Viewer Design Spec - Top Menus
-
Nat Goodspeed authored
-
Martin Reddy authored
fixes all of the parentheses warnings in the code. Original patch was reviewed by merov (and others).
-
Bradley Payne authored
For EXT-1121: Attaching / detaching objects doesn't affect the Current 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.
-
Nat Goodspeed authored
This fixes the Release-build crash in lllogin_test.cpp.
-
- Sep 24, 2009
-
-
Erica Olsen authored
-
Erica Olsen authored
-
Erica Olsen authored
-
Bradley Payne authored
Merging down avatar-pipeline/currently-worn-folder-8. Includes fixes for 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.
-
Nat Goodspeed authored
-
Martin Reddy authored
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.
-
- Sep 23, 2009
-
-
Richard Nelson authored
removed bad LLUICtrl::onFocusLost and LLUICtrl::onFocusReceived overrides to be reviewed
-
brad kittenbrink authored
-
Steven Bennetts authored
-
Richard Nelson authored
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
-
Steven Bennetts authored
Partial fix for EXT-1123 (this shouldn't merit a notification), but we should investigate why these requests are failing in the first place.
-
Xiaohong Bao authored
-
Steven Bennetts authored
NOTE: Temporary fix that may break MOAP behavior. Needs to be reviewd and potentially designed.
-
James Cook authored
EXT-646 Pinned menus display incorrectly. Menu needs to follow bottom-left 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.
-
Kurt Stauffacher authored
-
Nat Goodspeed authored
Add this file to pth.txt manifest file. Update install.xml with the URL for new pth-2.0.7-darwin-20090923.tar.bz2.
-
Martin Reddy authored
that we don't use character offsets when mixing utf8 and wide strings. Internal JIRAs: DEV-40127 DEV-39966.
-
Martin Reddy authored
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.
-
David Parks authored
Getting rid of "gl used while not active" test until such time as it is needed/useful (when threading is revisited).
-
- Sep 22, 2009
-
-
Xiaohong Bao authored
to be reviewed by davep.
-
James Cook authored
EXT-331 Speak button uses the "Pressed" state and not the "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.
-