Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-21 | STORM-1051: merge daggy fix to tip | Nat Goodspeed | |
2011-03-21 | STORM-1051: Fixup to LLWindowListener per code review. | Nat Goodspeed | |
Bug: capturing a const ref to value returned by LLSD::asString() not so good. Bug: LLWindowListener::keyUp() was calling handleTranslatedKeyDown(). In keyDown and keyUp, support keysym lookup (e.g. "TAB") as well as integer keycode. In keyDown, keyUp, mouseDown, mouseUp and mouseMove, support modifier mask by accepting an array of "CONTROL", "SHIFT" etc. strings. State in operation doc strings valid values for button, keycode, keysym, mask. The LLWindowListener(... LLKeyboard*) constructor param gKeyboard is always NULL at the time LLWindowListener is constructed. Eliminate tests and global references to gKeyboard by replacing with a more Feathers-style LLKeyboard* getter function. | |||
2011-03-09 | Fix for "doubleton" error using LLInstanceTracker across shared library ↵ | brad kittenbrink | |
boundaries. | |||
2011-02-23 | Automated merge with file:///home/nat/linden/viewer-headless | Nat Goodspeed | |
2011-02-23 | Added headless client keyboard | Don Kjer | |
2011-02-23 | Comment fix from code review with brad | Don Kjer | |
2011-02-22 | Move Josh's resolvePath() function to LLUI. | Nat Goodspeed | |
Use boost::split_iterator to split LLView pathname on slashes. | |||
2011-02-22 | Merge with viewer-development | Don Kjer | |
2011-02-22 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-22 | set "RenderVBOMappingDisable" to be true by default to stop VBO memory leaking. | Xiaohong Bao | |
2011-02-22 | more fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-21 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-02-21 | Automated merge with ssh://hg.lindenlab.com/josh/vea2-uiauto | Nat Goodspeed | |
2011-02-19 | Fix for more instances of dereferencing gKeyboard in headless client. | Don Kjer | |
2011-02-18 | Fix up path resolution. | Joshua Bell | |
2011-02-19 | Merge with viewer-development | Don Kjer | |
2011-02-19 | Merge of ssh://hg.lindenlab.com/nat/viewer-eventapi2/ | Don Kjer | |
2011-02-18 | More cleanup from self-reviewing headless client changes | Don Kjer | |
2011-02-18 | Cleanup of headless client (was: DisableRendering mode) | Don Kjer | |
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes. | |||
2011-02-18 | Add LLAgent operations to set/query avatar orientation. | Nat Goodspeed | |
2011-02-18 | Implemented path resolution. Should be able to test this now. | Joshua Bell | |
2011-02-18 | Initial stub for getValue() and path walker | Joshua Bell | |
2011-02-18 | Introduce and use new sendReply() function for LLEventAPI methods. | Nat Goodspeed | |
Each LLEventAPI method that generates a reply needs to extract the name of the reply LLEventPump from the request, typically from a ["reply"] key, copy the ["reqid"] value from request to reply, locate the reply LLEventPump and send the enriched reply object. Encapsulate in sendReply() function before we proliferate doing all that by hand too many more times. | |||
2011-02-17 | Automated merge with ↵ | Nat Goodspeed | |
http://pdp47.lindenlab.com/cgi-bin/hgwebdir.cgi/brad/viewer-development/ | |||
2011-02-17 | Added an EventAPI listener to LLWindow for hooking into key and mouse inputs. | brad kittenbrink | |
2011-02-17 | merge changes for storm-937 | Oz Linden | |
2011-02-16 | merge changes for storm-981 | Oz Linden | |
2011-02-16 | SWAT-484, SWAT-485: add LLSideTrayListener, a new LLEventAPI. | Nat Goodspeed | |
Expand XUI-visible LLUICtrl::CommitCallbackRegistry operations to include "SideTray.Toggle" and "SideTray.Collapse". Give LLSideTrayListener friend access to LLSideTray so it can query the attached and detached tabs. Introduce tab_cast template to deal with the unavailability of the LLSideTrayTab class outside of llsidetray.cpp. | |||
2011-02-15 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-15 | partial fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-14 | debug_console is now resizable | Andrew Meadows | |
Reviewed with Callum Linden. | |||
2011-02-14 | bump version number to 2.7.0 | Oz Linden | |
2011-02-14 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-02-11 | STORM-975 : pull into viewer-development | Merov Linden | |
2011-02-11 | STORM-833 : pull into viewer-development | Merov Linden | |
2011-02-11 | STORM-937 : Use subprocess instead os commands in python, suppress crufty ↵ | Merov Linden | |
svn code | |||
2011-02-10 | STORM-986 : Fix for Linux build | Merov Linden | |
2011-02-10 | STORM-986 FIX (build error/Linux) media_plugin_webkit errors on some Windows ↵ | callum | |
systems | |||
2011-02-09 | STORM-981 : Fix Linux link issues when LL_TESTS is ON | Merov Linden | |
2011-02-09 | Add test to call map-style functions with full map/array params. | Nat Goodspeed | |
Test also passes overlong arrays and maps with extraneous keys; in all cases we expect the same set of values to be passed to the registered functions. | |||
2011-02-09 | STORM-986 : pull into viewer-development | Merov Linden | |
2011-02-09 | STORM-937 : Fix python scripts shebang line and license header for consistency | Merov Linden | |
2011-02-09 | pull from viewer-development | Merov Linden | |
2011-02-10 | STORM-833 FIXED "i" button overlapping text in name list controls like Group ↵ | Seth ProductEngine | |
Members list. | |||
2011-02-09 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-09 | trivial: remove some redundant code. | Xiaohong Bao | |
2011-02-09 | Additional fix for llmediaplugintest compilation failure after fix for VWR-21275 | callum | |
2011-02-09 | debug code for SH-924: [PUBLIC-JIRA-USERS] Viewer crash in ↵ | Xiaohong Bao | |
LLSurface::getWaterHeight | |||
2011-02-08 | STORM-601 : pull into viewer-development | Merov Linden | |
2011-02-08 | STORM-433 : pull into viewer-development | Merov Linden | |