Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-27 | MAINT-5232: Extract LLInitClass, LLDestroyClass from llui/llui.h | Nat Goodspeed | |
to a new llcommon/llinitdestroyclass.h. This mechanism is so general -- but has so many related moving parts -- that (a) it deserves to be in a header file all its own, instead of conflated with llui.h, and (b) it should be in llcommon where anyone can use it. It has no dependencies whatsoever on llui or anything viewer-specific. In this very changeset we changed one #include "llui.h" whose comment admits that it was only dragged in for LLDestroyClass. | |||
2015-05-26 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-05-23 | MAINT-5232: Make gMessageSystem an LLPounceable<LLMessageSystem*>. | Nat Goodspeed | |
This will permit other subsystems to use gMessageSystem.callWhenReady() to (e.g.) register callbacks as soon as gMessageSystem is fully initialized. | |||
2015-05-20 | MAINT-5232: Introduce SUBSYSTEM_CLEANUP() macro | Nat Goodspeed | |
and use it for existing LLSomeClass::cleanupClass() calls. This logs the fact of making the call, as well as making it. | |||
2015-04-24 | merge | Brad Payne (Vir Linden) | |
2015-04-14 | merge changes for STORM-2113 | Oz Linden | |
2015-04-14 | minimal changes to compile on Xcode 6.2 | Oz Linden | |
2015-04-13 | merge | Brad Payne (Vir Linden) | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-11 | STORM-2113 - uri parsing cleanup and fixes | Cinder | |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-03-24 | Merge with viewer-release and become 3.7.27 | andreykproductengine | |
2015-03-24 | merge changes for 3.7.26-release | Oz Linden | |
2015-03-13 | MAINT-4980 WIP - moved canAddWearables() to LLAppearanceMgr | Brad Payne (Vir Linden) | |
2015-03-13 | MAINT-4980 WIP - add context menu filtering based on the selection group | Brad Payne (Vir Linden) | |
2015-03-13 | MAINT-4973 FIXED Clicking on the green part of links (as opposed to the ↵ | Mnikolenko ProductEngine | |
grey) opens the wrong link in all places apart from in a conversation window or chat toast. | |||
2015-03-06 | SL-103 WIP - comment | Brad Payne (Vir Linden) | |
2015-03-06 | SL-103 WIP - comment re: possible future work | Brad Payne (Vir Linden) | |
2015-03-23 | merge changes for 3.7.26-release | Oz Linden | |
2015-02-25 | merge | Brad Payne (Vir Linden) | |
2015-02-24 | merge changes for 3.7.25-release | Oz Linden | |
2015-02-24 | merge changes for MAINT-4790 | Oz Linden | |
2015-01-30 | MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵ | Mnikolenko ProductEngine | |
Type a location field, doesn't log you in | |||
2015-01-19 | MAINT-4790 WIP Show focused background image for login text fields. | Mnikolenko ProductEngine | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2015-03-11 | MAINT-4975 FIXED Sender's name is hidden out of view for inventory offer ↵ | andreykproductengine | |
popups and payment popups | |||
2015-03-04 | MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵ | Mnikolenko ProductEngine | |
of the link always appears. | |||
2015-01-09 | MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done ↵ | Mnikolenko ProductEngine | |
for non-Linden URLs | |||
2014-12-22 | merge | Brad Payne (Vir Linden) | |
2014-12-12 | Make LINE_NUMBER_HERE workaround conditional on LL_WINDOWS. | Nat Goodspeed | |
The referencing code is all within LL_WINDOWS conditionals, so the dummy variable must be enclosed that way too -- otherwise we get unreferenced-variable warnings-as-errors on other platforms. | |||
2014-12-12 | MAINT-4735 FIXED Need to press Ctrl+W twice to close floater | andreykproductengine | |
2014-12-11 | Re-add missing variable declaration (not that it's very useful and no idea ↵ | callum_linden | |
how it was removed) | |||
2014-12-10 | Fix for incorrectly formatted #if statements (worked on clang FWIW!) | callum_linden | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-12-08 | MAINT-3457 FIXED List of notecard content is shifted while resize of ↵ | andreykproductengine | |
notecard window | |||
2014-12-09 | MAINT-3648 FIXED Allow opening URLs when any text is selected. | Mnikolenko ProductEngine | |
2014-12-04 | MAINT-4683 FIXED Display SLURLs with incorrect coordinates as regular URLs. | Mnikolenko ProductEngine | |
2014-11-14 | MAINT-3067 FIXED Bumps, Pushes and Hits is hard to discove | Mnikolenko ProductEngine | |
2014-11-10 | MAINT-4617 FIXED Viewer chews on "Inventory->Open and Select" until ↵ | andreykproductengine | |
inventory received or recent items selected | |||
2014-11-05 | merge | Brad Payne (Vir Linden) | |
2014-10-30 | MAINT-4617 FIXED Viewer chews on "Inventory->Open and Select" until ↵ | andreykproductengine | |
inventory received or recent items selected | |||
2014-10-22 | MAINT-4602 FIXED URLs are not highlighted as URLs in chat view when ↵ | MNikolenko ProductEngine | |
preceding an internal URL | |||
2014-10-18 | Update to build on Xcode 6.0: more removal of unused const variables ↵ | callum_linden | |
[-Wunused-const-variable] and member variables | |||
2014-10-17 | Update to build on Xcode 6.0: clang fix for bracketed logical operations | callum_linden | |
2014-10-17 | Update to build on Xcode 6.0: fixes for brackets logical operations and ↵ | callum_linden | |
signed/unsigned issue | |||
2014-10-17 | Update to build on Xcode 6.0: statement has no effect (debugging error ↵ | callum_linden | |
perhaps) [-Wself- assign] | |||
2014-10-17 | Update to build on Xcode 6.0: collection of removal of unused const ↵ | callum_linden | |
variables [-Wunused-const-variable] and member variables | |||
2014-10-17 | Update to build on Xcode 6.0: Change tactic about turning off warnings about ↵ | callum_linden | |
-Wdelete-incomplete in anywhere lluictrlfactory.h is used - richard okay'd |