Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-05 | suppress VS linker warning about unfound pdb files in media plugin | Oz Linden | |
2016-12-02 | Remove winmmshim 'hack' from project and set volume directly from CEF media ↵ | Callum Prentice | |
plugin using Windows system call. WinMMShim was only needed for XP systems and since we no longer support XP, it is not required. | |||
2016-12-01 | DRTVWR-418: Until we figure out how to say FIXED:NO to linker, don't. | Nat Goodspeed | |
The present CMake logic wants to pass FIXED:NO to the linker for 64-bit builds, which on the face of it seems like a Good Thing: it permits code to be relocated in memory, preventing collisions if two libraries happen to want to load into overlapping address ranges. However the way it's being specified is wrong and harmful. Passing /FIXED:NO to the compiler command line engages /FI (Forced Include!) of a nonexistent file XED:NO -- producing lots of baffling fatal compile errors. Thanks Callum for diagnosing this! | |||
2016-11-23 | DRTVWR-418: Work around missing LLCEFLibSettings::page_zoom_factor. | Nat Goodspeed | |
2016-11-16 | DRTVWR-418: pull in new viewer-release via viewer64 | Nat Goodspeed | |
2016-11-15 | DRTVWR-418: Fold windows64 into windows platform with new autobuild. | Nat Goodspeed | |
autobuild 1.1 now supports expanding $variables within a config file -- support that was explicitly added to address this very problem. So now the windows platform in autobuild.xml uses $AUTOBUILD_ADDRSIZE, $AUTOBUILD_WIN_VSPLATFORM and $AUTOBUILD_WIN_CMAKE_GEN, which should handle most of the deltas between the windows platform and windows64. This permits removing the windows64 platform definition from autobuild.xml. The one remaining delta between the windows64 and windows platform definitions was -DLL_64BIT_BUILD=TRUE. But we can handle that instead by checking ADDRESS_SIZE. Change all existing references to WORD_SIZE to ADDRESS_SIZE instead, and set ADDRESS_SIZE to $AUTOBUILD_ADDRSIZE. Change the one existing LL_64BIT_BUILD reference to test (ADDRESS_SIZE EQUAL 64) instead. | |||
2016-10-27 | MAINT-6810 win10, 4k monitor and UI scale of 2.0 makes most web content too ↵ | pavelkproductengine | |
small to read | |||
2016-07-20 | MAINT-6578 Broken texture batching - fixed along with misc LibVLC plugin ↵ | Callum Linden | |
additions (status, titles, looping) | |||
2016-06-02 | FIX MAINT-6748 content looks correct but page links are flipped vertically | callum_linden | |
2016-05-27 | - Make popup appear on the right screen coordinates (this was broken after ↵ | Nicky | |
the flipy switch) - Make sure the popup stays until it is dismissed (no need to hold the mouse button to scroll through eg a listbox) [This needs a CEF change.) | |||
2016-05-13 | pull in unflipped version of LLCEFLib | callum_linden | |
2016-03-07 | Merge | Rider Linden | |
2016-02-26 | MAINT-5360: restore builds for the EDU package | Oz Linden | |
2016-02-22 | Killing windows line endings. | Rider Linden | |
2016-01-21 | Merge | Rider Linden | |
2016-01-20 | Backed out changeset 672bd34768c6 | callum_linden | |
2016-01-20 | Backed out changeset 2e77fb7b61b6 | callum_linden | |
2016-01-20 | MAINT-6004 (Fix) Add non blocking file upload picker support | callum_linden | |
2016-01-20 | OPEN-312: Removed add_dependency entries for items listed in ↵ | Rider Linden | |
target_link_libraries. Superfluous. | |||
2016-01-14 | Pull in updated LLCEFLib with settings option to turn off WebRTC media and ↵ | callum_linden | |
modify the setting in viewer code - nuclear fix for MAINT-6060 | |||
2015-12-15 | MAINT-5966 - file download failures need feedback | callum_linden | |
2015-12-11 | Missed a commit for MAINT-5948 - enable double click | callum_linden | |
2015-12-03 | MAINT-5909: Enable unicode text input on mac and feed that directly into the ↵ | rider | |
viewer. Windows fixes still required. | |||
2015-11-23 | Refrain from sending right mouse button events - crashes OS X - and we don't ↵ | Callum Prentice | |
need them | |||
2015-11-20 | pull in llceflib changes for user agent, flash plugins and pdf | callum_linden | |
2015-11-19 | Fix javascript_enabled && plugins_enabled (wrong media class) and pull in ↵ | callum_linden | |
new LLCEFLib | |||
2015-11-18 | initial support for dropdown menus/select widgits | callum_linden | |
2015-11-16 | Update SetCookie code for new LLCEFLib API and add support for shoing/hising ↵ | callum_linden | |
developer console (Inspector) | |||
2015-11-13 | Merged callum_linden/viewer-cef into default | Rider Linden | |
2015-11-13 | Throw away any incomplete llsd messages that may have get sent on CR | rider | |
2015-11-13 | Encode keyboard event for reconstruction in the plugin. | rider | |
2015-11-11 | Fix MAINT-5832 Add /LTCG flag to linker for media_plugin_cef.dll to avoid ↵ | callum_linden | |
linker restarts | |||
2015-11-11 | Add callback for when CEF asks to shutdown | callum_linden | |
2015-11-10 | Have the media_cef plugin post goodbye back to the plugin. | Rider Linden | |
2015-11-09 | Undo the clobbering that the PR did :) | callum_linden | |
2015-11-07 | MAINT-5754: Finish key modifier experiment. Still not working. | rider | |
2015-11-06 | MAINT-5754: Basic keyboard functionality on the Mac. Still incomplete | rider | |
2015-10-22 | MAINT-5775 FIX Split out cookies and cache directories into separate folders ↵ | callum_linden | |
and move cache to same place as viewer cache | |||
2015-10-21 | Fix windows line endings | callum_linden | |
2015-10-19 | MAINT-5711 FIX profiles and marketplace are asking for a login each session | callum_linden | |
2015-10-09 | CMake fixes for mac build. | rider | |
2015-10-09 | MAINT-5715, MAINT-5717, MAINT-5718: Replace the the volume catcher that was ↵ | Rider Linden | |
removed with the QT viewer. Addresses panning and fading issues, teleport and viewer mute controls. | |||
2015-10-06 | MAINT-5703 fix - add observer to media plugin so MEDIA_LOCATION_CHANGED ↵ | callum_linden | |
events get propagated throughout system | |||
2015-10-01 | Fix OS X missing scope qualifiers | callum_linden | |
2015-09-30 | Update CEF media plugin to reflect changes in LLCEFLib | callum_linden | |
2015-09-26 | Point to new third party llcef package and fix typo in interface | callum_linden | |
2015-09-16 | tmp chckin - still needs latest llceflib to build | callum_linden | |
2015-09-10 | Pull in LLCefLib with inverted output switched on and change viewer to ↵ | callum_linden | |
uninvert things | |||
2015-09-03 | point to new version of llceflib with fixed support for secondlife:// URLs | callum_linden | |
2015-09-03 | support for external links and location_changed messages | callum_linden | |