Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-20 | MAINT-5711 FIX2 auto login for profiles - final part retrieves the URL to ↵ | callum_linden | |
set cookie for from the message sent over by login.cgi | |||
2015-10-19 | MAINT-5711 FIX profiles and marketplace are asking for a login each session | callum_linden | |
2015-09-18 | Set consistent terminology for yield/wait -> suspend for coroutines. | Rider Linden | |
2015-07-27 | Bring in lastest version of LLCEFLIb & set user agent string before browser ↵ | callum_linden | |
instance created | |||
2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
2015-07-10 | Initial support for keyboard (in progress) but includes many viewer changes ↵ | callum_linden | |
to plumb in Key Up events | |||
2015-07-07 | Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5 | Rider Linden | |
2015-07-01 | MAINT-5351: Remove 'self' parameter from coroutine functions. | Nat Goodspeed | |
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested. | |||
2015-06-30 | Merge with head of viewer-release | callum_linden | |
2015-06-29 | MAINT-4952: Use IntrusivePtr for BufferArray,HttpHeaders,HttpOptions. | Nat Goodspeed | |
Specifically, change the ptr_t typedefs for these LLCore classes to use IntrusivePtr rather than directly using boost::intrusive_ptr. This allows us to use a simple ptr_t(raw ptr) constructor rather than having to remember to code ptr_t(raw ptr, false) everywhere. In fact, the latter form is now invalid: remove the now-extraneous 'false' constructor parameters. | |||
2015-06-08 | remove false positive trigraphs | Oz Linden | |
2015-06-01 | Marketplace vendor outbox. Incomplete conversion. Still issues with ↵ | Rider Linden | |
redirection. | |||
2015-05-29 | Set media viewer mime probe to follow redirection. | Rider Linden | |
Coroutines for group moderation. | |||
2015-05-27 | Memory leak (extra ref) in webprofile | Rider Linden | |
Viewer media routines to coroutine. Post with raw respons in llcorehttputil LLCore::Http added headers only option (applies only on get) | |||
2015-05-18 | Merge with Viewer Release (after Viewer Release updated with Viewer Tools ↵ | callum_linden | |
Update) | |||
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 | Add new media plugin (currently renders squares as example) in preparation ↵ | callum_linden | |
for new CEF code | |||
2015-02-24 | merge changes for 3.7.25-release | Oz Linden | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-09-26 | MAINT-3788 FIXED [Profile Notes] CTRL+cursor (e.g. CTRL+LEFT ARROW) doesn't ↵ | andreykproductengine | |
work in the profile notes editor. Left, Right, Home, End now work in profile notes. | |||
2014-06-23 | merge changes for 3.7.10-release | Oz Linden | |
2014-06-17 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-06-16 | merge changes for 3.7.9-release | Oz Linden | |
2014-06-05 | Merge | Ricky Curtice | |
2014-06-02 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-drtvwr-365. | Stinson Linden | |
2014-05-19 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-05-20 | MAINT-4009: Ensuring that the cookie store is properly cleaned on app exit. | Stinson Linden | |
2014-05-19 | merge | Brad Payne (Vir Linden) | |
2014-05-19 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Stinson Linden | |
2014-05-14 | v-r -> s-e merge WIP | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-05-06 | Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵ | Merov Linden | |
errors | |||
2014-05-06 | MAINT-4009: Ensuring that the spare browser media source is cleaned up with ↵ | Stinson Linden | |
the LLViewerMedia class. | |||
2014-03-13 | OPEN-209: Corrected all instances of trigraphs in the code. | Ricky Curtice | |
Trigraphs can cause some real special headaches. The only part that's annoying is the comment in newview/llimview.cpp where there's an unfortunate collision of a trigraph sequence with a character sequence that could be displayed by the viewer. Thankfully, it's only a comment! | |||
2013-12-21 | MAINT-3587 FIXED settings.xml still references avatarsunited.com for ↵ | maksymsproductengine | |
snapshot upload | |||
2013-12-12 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-12-05 | merge | Brad Payne (Vir Linden) | |
2013-12-04 | ACME-1043 : Fixed! Added an argument to force a clean full feature browser ↵ | Merov Linden | |
window in some situations | |||
2013-12-04 | ACME-1043 : WIP : Add an argument to open trusted content with js and other ↵ | Merov Linden | |
enabled options, bypassing prefs | |||
2013-11-19 | SH-4634 FIX Interesting: Viewer crashes when receiving teleport offer | Richard Linden | |
renamed fast timers to have unique names, changes instance tracker to never allow duplicates | |||
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-06 | merge with release | Richard Linden | |
2013-10-29 | Merge viewer-release => sunshine-internal | Don Kjer | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-10-23 | Merge latest viewer-release with FBC | simon | |