Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-21 | Automated merge with ssh://richard@hg.lindenlab.com/james/gooey | Rick Pasetto | |
2009-12-18 | ext-3307 - nearby chat stays scrolled at bottom | richard | |
2009-12-18 | Fix for color setup from Richard. | James Cook | |
2009-12-18 | Fix 3D object tooltip backgrounds appearing gray | James Cook | |
Image "none" wasn't being properly converted to a NULL pointer, so was drawing the default gray image. Reviewed with Richard | |||
2009-12-18 | Merge with viewer-2-0 again, to pick up avatar changes | James Cook | |
2009-12-18 | ext-3386 Fix for day cycle crash and xui cleanup | Palmer Truelson | |
Reviewed by Richard | |||
2009-12-18 | Merge, pulling in viewer-2-0 | James Cook | |
2009-12-18 | made adding sliders to a multislider possible from xui | richard | |
2009-12-17 | merge | Leyla Farazha | |
2009-12-17 | EXT-3534 Default Location Obscures the Top of an Open Notecard When Nav ↵ | Leyla Farazha | |
and/or Favorites Bar are Hidden EXT-3334 [BSI] Chat/IM log preferences not retained EXT-3402 Replace "X" for checked menu items with a check mark glyph [Patch Included] reviewed by richard | |||
2009-12-17 | add newline to unbreak linux build. probably. | Tofu Linden | |
2009-12-17 | made setupParams do coordinate flipping and negative coordinate magic only ↵ | richard | |
for XUI-based params | |||
2009-12-17 | replaced llsd_equals with string based llsd comparison for more consistent ↵ | richard | |
support | |||
2009-12-17 | fix for bad xui warnings when loading font from legacy "resource" name | richard | |
2009-12-17 | oops, forgot to remove assert | richard | |
2009-12-17 | clamp instead of assert when running out of room during reflow | richard | |
2009-12-17 | merge | richard | |
2009-12-17 | Backed out changeset: 4d482c1ed041 | richard | |
2009-12-17 | merge | richard | |
2009-12-17 | EXT-3087 - Crash when avatar icon truncated in interactive notifications | richard | |
reviewed by Mani | |||
2009-12-16 | Merge | James Cook | |
2009-12-16 | Merge | James Cook | |
2009-12-16 | Backed out changeset: cfa60aef8061, added setBlockFromValue so setting a ↵ | James Cook | |
LLRect param in code will set the individua | |||
2009-12-16 | Backed out changeset: f7fa81994ec8, 6611 (f7fa81994ec8) EXT-3522 Radio group ↵ | James Cook | |
layout not top-left based (was Sell Land floater missing sa | |||
2009-12-16 | EXT-3522 Radio group layout not top-left based (was Sell Land floater ↵ | James Cook | |
missing sale of object) Most radio button layouts were broken because the radio item generation code wasn't fixing up the rectangles. This may not be the right fix, I need to talk to Richard. | |||
2009-12-16 | eof newline | Leyla Farazha | |
2009-12-17 | implemented EXT-3395 “Docked IM/Chat windows shouldn't hide when voice control | Alexei Arabadji | |
panel is opened”, reverted changes from 6658:6a7714959726; made LLCallFloater non-unique dockable; added LLCallFloater to control list of Transient Manager; --HG-- branch : product-engine | |||
2009-12-15 | merge | richard | |
2009-12-15 | fix for gcc build | Rick Pasetto | |
2009-12-15 | merge | richard | |
2009-12-15 | Automated merge with http://demeter:8000 | Rick Pasetto | |
2009-12-15 | added setBlockFromValue so setting a LLRect param in code will set the ↵ | richard | |
individual left, right, top, bottom values, for example don't call setupParams when creating widgets from code moved Multiple param constraints into BaseBlock to remove extra scoping | |||
2009-12-15 | added "value" attribute to radio_items to better support arbitrary data ↵ | richard | |
selection moved LLRadioCtrl to internal implementation of LLRadioGroup reviewed by Leyla | |||
2009-12-15 | EXT-3471 Tabs need a pad_bottom override attribute | James Cook | |
Added label_pad_bottom and label_pad_left for tab containers. | |||
2009-12-15 | mplemented EXT-3395 “Docked IM/Chat windows shouldn't hide when voice ↵ | Alexei Arabadji | |
control panel is opened”; --HG-- branch : product-engine | |||
2009-12-15 | Merge from default branch. | Vadim Savchuk | |
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs remote change) by removing them. --HG-- branch : product-engine | |||
2009-12-15 | mplemented EXT-3396 “All bottom bar buttons, including chiclets and nearby ↵ | Alexei Arabadji | |
chat, should work as toggles”, made hide/unhide dockable floaters when undocked; --HG-- branch : product-engine | |||
2009-12-11 | ext-3404 - script editor scrolls to the bottom and sticks | richard | |
2009-12-11 | fixed a regression that caused bottom 15 pixels of scrollable text editors ↵ | richard | |
to appear blank | |||
2009-12-11 | variable renames in LLTextBase | richard | |
2009-12-11 | merge | richard | |
2009-12-11 | note to get rid of hack | richard | |
2009-12-11 | fix for ellipses not appearing in single line text widgets | richard | |
fix for ellipses sometimes appearing at end of wrapped line of text reviewed by James | |||
2009-12-11 | EXT-3233 Button label vertical placement cannot be adjusted via xml | James Cook | |
Added bottom_pad attribute to widgets/button.xml and removed old LLBUTTON_VPAD global and ButtonVPad saved setting. Reviewed with Richard. | |||
2009-12-11 | EXT-3313 Media Settings window has no background if viewer is too short | James Cook | |
Code to set default floater position to top-left was causing incorrect floater height computation when floater XML specified a bottom coordinate. Reviewed with Callum. | |||
2009-12-11 | Merge, fixed conflict in panel_preferences_sound.xml | James Cook | |
2009-12-11 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-11 | implemented EXT-2323 “Get rid from obsolete notification widgets”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-10 | DEV-43977: Changed pre-login help browser behavior. | Lynx Linden | |
The special pre_login_help topic is now only displayed when the user clicks on the "Need help logging in?" link on the login screen, or selects the top-level Help > Second Life Help (F1) menu. | |||
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |