Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix crash with two instances logged in to opensim. | Jacek Antonelli | 2009-01-30 | 2 | -4/+18 | |
| | | | | Patch by Armin Weatherwax. | |||||
* | llLoadUrl scripts now respect browser preferences | McCabe Maxsted | 2009-01-30 | 2 | -1/+4 | |
| | ||||||
* | Added TGA to snapshot options | McCabe Maxsted | 2009-01-30 | 4 | -0/+17 | |
| | ||||||
* | Made sure changelog lists the right Armin | McCabe Maxsted | 2009-01-30 | 1 | -1/+4 | |
| | ||||||
* | merged in jacek/next | McCabe Maxsted | 2009-01-30 | 11 | -5/+132 | |
|\ | ||||||
| * | Vetoed shortcut for Show XUI Names (Ctrl-Shift-X). | Jacek Antonelli | 2009-01-27 | 2 | -1/+6 | |
| | | | | | | | | | | | | It's just not used often enough to justify a shortcut. Partial revert of earlier commit 2dd736ab. | |||||
| * | Moved View > Show HUD Attachments to Advanced menu. | Jacek Antonelli | 2009-01-27 | 2 | -6/+13 | |
| | | | | | | | | | | | | | | New location is: Advanced > Rendering > Features > HUD Attachments Also removed keyboard shortcut. | |||||
| * | Restored View > Toolbar and Show HUD Attachments. | Jacek Antonelli | 2009-01-27 | 3 | -0/+45 | |
| | | | | | | | | Partial revert of earlier commit e79a1cc5. | |||||
| * | Set GST_PLUGIN_PATH for Linux. | Jacek Antonelli | 2009-01-27 | 2 | -0/+8 | |
| | | ||||||
| * | Merge commit 'mccabe/1.1.0-RC1' into next | Jacek Antonelli | 2009-01-26 | 36 | -972/+486 | |
| |\ | ||||||
| * | | VWR-508/VWR-2199: Create "Worn Items" tab in Inventory | Jacek Antonelli | 2009-01-22 | 6 | -0/+63 | |
| | | | | | | | | | | | | Patch by Vadim Bigbear. | |||||
| * | | Missing newline at end of two source files. | Jacek Antonelli | 2009-01-20 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'highresfix' into 1.1.0-RC1 | McCabe Maxsted | 2009-01-30 | 2 | -37/+83 | |
|\ \ \ | ||||||
| * | | | Fixed high res snapshots not working from the snapshot window | McCabe Maxsted | 2009-01-30 | 2 | -37/+83 | |
| | | | | ||||||
* | | | | Removed spammy gstreamer debug messages | McCabe Maxsted | 2009-01-30 | 2 | -0/+18 | |
|/ / / | ||||||
* | | | Plugin path set via string | McCabe Maxsted | 2009-01-28 | 2 | -6/+9 | |
| | | | ||||||
* | | | Added GStreamer to Cmake | McCabe Maxsted | 2009-01-28 | 6 | -12/+297 | |
| |/ |/| | ||||||
* | | Merge branch 'scriptcommentfix' into 1.1.0-RC1 | McCabe Maxsted | 2009-01-25 | 2 | -5/+38 | |
|\ \ | ||||||
| * | | Fixed single line comment highlighting | McCabe Maxsted | 2009-01-25 | 2 | -5/+38 | |
| | | | ||||||
* | | | Fixed 'open in external browser' button | McCabe Maxsted | 2009-01-24 | 2 | -1/+7 | |
|/ / | ||||||
* | | Backported fix for VWR-5529: group chat scrolls up when logging enabled | McCabe Maxsted | 2009-01-23 | 8 | -97/+158 | |
|\ \ | ||||||
| * | | Backported fix for VWR-5529: group chat scrolls up when logging enabled | McCabe Maxsted | 2009-01-23 | 8 | -156/+191 | |
| | | | ||||||
| * | | Backported Qarl's fix for VWR-8773: Closing parenthesis breaks urls | McCabe Maxsted | 2009-01-23 | 2 | -14/+40 | |
| | | | ||||||
* | | | Commit error | McCabe Maxsted | 2009-01-23 | 1 | -73/+73 | |
|/ / | ||||||
* | | Windows version sets its own gstreamer environment variable | McCabe Maxsted | 2009-01-23 | 3 | -1/+44 | |
| | | ||||||
* | | Added link to wiki tutorial and missing variables to build cheat sheet | McCabe Maxsted | 2009-01-21 | 2 | -14/+21 | |
| | | ||||||
* | | Fixed browser layout, toggling; removed legacy browser code | McCabe Maxsted | 2009-01-21 | 25 | -782/+146 | |
|/ | ||||||
* | merged in jacek's fixes for inv icons | McCabe Maxsted | 2009-01-18 | 11 | -84/+193 | |
|\ | ||||||
| * | Merge branch 'filter-fixes' into next | Jacek Antonelli | 2009-01-18 | 6 | -71/+161 | |
| |\ | ||||||
| | * | LLFolderViewEventListener has type NIT_FOLDER. | Jacek Antonelli | 2009-01-18 | 2 | -1/+8 | |
| | | | | | | | | | | | | This fixes folders always showing when filtering. | |||||
| | * | Cosmetic code cleanup in LLInventoryViewFinder. | Jacek Antonelli | 2009-01-16 | 2 | -17/+42 | |
| | | | ||||||
| | * | Removed some dead code in LLInventoryViewFinder. | Jacek Antonelli | 2009-01-16 | 2 | -27/+4 | |
| | | | ||||||
| | * | Removed now-useless LLInventoryViewFinder::draw(). | Jacek Antonelli | 2009-01-16 | 3 | -6/+6 | |
| | | | ||||||
| | * | Use UI callbacks to initiate rebuilding filter. | Jacek Antonelli | 2009-01-16 | 3 | -1/+59 | |
| | | | | | | | | | | | | Instead of rebuilding from draw() every frame. | |||||
| | * | Fixed folders expanding when Show Filters is opened. | Jacek Antonelli | 2009-01-15 | 2 | -2/+6 | |
| | | | ||||||
| | * | Simplified rebuildFilter() a bit. | Jacek Antonelli | 2009-01-15 | 2 | -15/+7 | |
| | | | ||||||
| | * | LLInventoryViewFinder::rebuildFilter(). | Jacek Antonelli | 2009-01-15 | 3 | -4/+16 | |
| | | | | | | | | | | | | Refactored from draw(). | |||||
| | * | Don't show empty folders when using filter. | Jacek Antonelli | 2009-01-14 | 2 | -3/+6 | |
| | | | | | | | | | | | | This is the old behavior, but I had broken it. | |||||
| | * | Added inventory ntype for folders. | Jacek Antonelli | 2009-01-14 | 3 | -1/+17 | |
| | | | ||||||
| * | | Replaced some 0xffffffff's with NIT_ALL. | Jacek Antonelli | 2009-01-17 | 2 | -2/+8 | |
| | | | ||||||
| * | | Fixed group notice popup showing wrong item type. | Jacek Antonelli | 2009-01-17 | 2 | -3/+12 | |
| | | | | | | | | | | | | Attachment was showing texture icon regardless of type. | |||||
| * | | Fixed Resident chooser not showing calling cards. | Jacek Antonelli | 2009-01-16 | 2 | -1/+5 | |
| | | | ||||||
| * | | Fixed texture picker not showing textures. | Jacek Antonelli | 2009-01-16 | 2 | -5/+7 | |
| | | | ||||||
| * | | VWR-8012: Avatars rendered too dark. | Jacek Antonelli | 2009-01-15 | 2 | -1/+10 | |
| |/ | | | | | | | Patch posted by CG Linden | |||||
* | | Removed/moved unnecessary options | McCabe Maxsted | 2009-01-16 | 6 | -70/+44 | |
| | | ||||||
* | | Fixed crash bug while loading keywords | McCabe Maxsted | 2009-01-15 | 3 | -6/+10 | |
| | | ||||||
* | | Added viewer support for multiline comments | McCabe Maxsted | 2009-01-15 | 4 | -20/+77 | |
| | | ||||||
* | | Added compile support for multiline comments | McCabe Maxsted | 2009-01-15 | 2 | -3/+30 | |
| | | ||||||
* | | Updated changelog | McCabe Maxsted | 2009-01-14 | 1 | -0/+43 | |
| | | ||||||
* | | Updated llmessage | McCabe Maxsted | 2009-01-14 | 29 | -212/+1075 | |
| | |