Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/obsproject/obs-browser
CEF-based OBS Studio browser plugin
https://github.com/obsproject/obs-browser
Fixed compilation with Chromium < 3578
e498e620d00860a67adeaf5ddbda12a2bce58a16 authored about 6 years agoRegression from 835b5418bfe77e5338a0322365011f0761bc1048
042bbde6aece158c399070b680b48cea7b170159 authored about 6 years ago835b5418bfe77e5338a0322365011f0761bc1048 authored about 6 years ago
Allows the ability for the frontend to be able to know when the user has
browsed to another URL ...
This variable wasn't being used outside of the if statement, so just
move it inside.
Fixes a bug where the browser widget/panel would sometimes render at an
incorrect size on high D...
Add option to use custom framerate
b54254847bd0057600413d7568a6ae5596250a9f authored about 6 years agoPass Through argc/argv On macOS (possibly Linux)
e52e68ebf06c0065d4d80054f8de223787b8166e authored about 6 years agoParse json before sending data to events
c7dac687438101d88879f4c877ef9cadff923e56 authored over 6 years ago06a5c12013b9a521110b370d7397866daaf99967 authored over 6 years ago
Makes it so it's easier to compile/use the browser plugin on mac.
da0b4493093230f076fb429d2fcda82f3ce1b247 authored over 6 years agod019ef3918466a7ac5e785fbc4eb40fdb4e5f850 authored over 6 years ago
Use the new `obs_get_cmdline_args()` from libobs to actually initialize CEF with
argc/argv on Li...
a321928756ae8ed4315d6d7b35a113e76493297c authored over 6 years ago
Getting the absolute path on macOS requires that the relative
path exists.
This was an unnecessary thing to do, and can cause the texture to get
stuck in a mid-render step.
03b491c6697c0e38ce13c944010e10a0130d7da9 authored over 6 years ago
b15920a74c235a5c97b6c314738b2d09bb127ab0 authored over 6 years ago
1740a2dcd1c9550502da4fc82b9a0f0c6224b89b authored over 6 years ago
Due to the shared texture work done for OBS 22 and a define being true
even when not running obs...
65a0aa830505169802205a8282ac8e877a33d306 authored over 6 years ago
If hardware acceleration is not available, and shared texture
functionality is not available, it...
Blacklists Intel devices in general, and blacklists Microsoft's basic
render driver.
Fixes a memory leak indroduced by 2efce989
15fe52989b4ae9601469cd5c19c9d4224ff2ac74 authored over 6 years agoLinux: Fix strlen build error
c651fbde2d3e83c04f732581ccc550e4840d5e50 authored over 6 years agod33159bdea22181e8db998eccef1ef6ad685e181 authored over 6 years ago
1fc2a63467a81a33e96cac84b4fbeeae4df6f70e authored over 6 years ago
8604ce330547ac43324bf6d1b8f72932f867e17b authored over 6 years ago
cache_path seems to require an absolute path
2efce9894396e8de18f74f0bd0a5ec96ef8326ab authored over 6 years ago6390faded8be29c0f53910c635c3bb1209ed4bd8 authored over 6 years ago
Update translations from Crowdin
897e8c54bff02d65f3c88f50fa189156fbc1bb14 authored over 6 years ago2bed17d9c6558d54c90f64f6ccf3192b8e59baa8 authored over 6 years ago
Local files need to be prefixed with `https://absolute/` in order to
function properly. Probabl...
This reverts commit 1ba9fb3028c7e7fbdfa06a9404ad54c7a0d1569f.
43de7e7aed11a14d5a0c12f9e1e668dd7df0c570 authored over 6 years ago1ba9fb3028c7e7fbdfa06a9404ad54c7a0d1569f authored over 6 years ago
When using more than one adapter and the Intel adapter is in use
(basically, when the user is us...
3e783ccf09636da8ac54853bd847bc85ea6bd697 authored over 6 years ago
9ed68a435dd6210f93190f843e95660c888b66a3 authored over 6 years ago
c5436026 erroneously tried to fix this problem by calling SetShowing()
when the solution was jus...
Fixes a bug where the browser would get created on every update even if
not showing and "deactiv...
Keys like backspace, delete, arrow keys and pgup/pgdn didn't work either
eb8f338a16f3d654c9d4900bddb5ef159fc9ca08 authored over 6 years agof89476955139d9b09d093980cf968e3716dcb80a authored over 6 years ago
It's not possible to mix software and hardware rendered browser sources,
so instead of doing tha...
Uses nvidia/AMD graphics card hints for cef-bootstrap similarly to the
main program.
Fixes a bug which would cause keyboard interaction with the browser
source to fail.
dc3500dc7b116925e325d0764af54a25682a507a authored over 6 years ago
Fixes a bug where if the user switches in/out of hardware acceleration
mode, the texture would b...
Fixes a bug where if a browser source was rendering in multiple places
at once for whatever reas...
ec5994c70fddcd3231049462aa4857eac7e71af6 authored over 6 years ago
Allows the ability to turn on/off hardware acceleration. If the user
has a single adapter on th...
Closes obsproject/obs-browser#120
48db938cc087d59bb4241bcf153d42a345503f8f authored over 6 years agoa6ca454aaa7a7b53d8c9dbc39d2cc66d16f6798e authored over 6 years ago
99787371b6627f3270a2207ba71725d7417856cb authored over 6 years ago
Adds the ability to create QWidgets based upon CEF. This is useful to
allow us to display web b...
98fd1c211a01555b6a36a6edca23b585a957a74d authored over 6 years ago
59958ebf8d3f223781e796beaf0849036b413938 authored over 6 years ago
eeef755b7fe03eb29c32fa6896a2439fcc7a6bc4 authored over 6 years ago
f5083a1cc4294b540e9df94663eae88ab42a86fa authored over 6 years ago
The CEF shared texture PR has been modified since the last test, and
some of the settings variab...
The BrowserClient is a reference-counted object, and is a separate
object from both the BrowserS...
Fixes a bug from after the refactor where certain colors would be wrong.
5f830dd87c7cb3b228a0bb408039590829a3725d authored over 6 years ago
This significantly reduces the complexity and increases the readability
of the browser source's ...
The license already exists in the COPYING file.
31498bc9e6404026f1ab89c0a591a309509af598 authored almost 7 years agoCloses obsproject/obs-browser#46
22fe8ed5242cd854c413ad9ce535a14c8bb2e0d9 authored almost 7 years agoFixes this minor leak: https://obsproject.com/mantis/view.php?id=696
Closes obsproject/obs-brow...
e6fb3a054c82b8b179f87f4b9ebf99d951027258 authored almost 7 years agoOnly require a release build of CEF
3521f18ed3b6b4dd4805090702ec28605892bda0 authored almost 7 years ago11c223407e29f5cdf0a6c4d9c6acea5853359369 authored almost 7 years ago
Fix FindCEF paths on OSX
89f418dbc33d7feb7525ce2b8986d6ef2e56465e authored almost 7 years agoa994cbe00b8603f503d634a3965044227c9de473 authored almost 7 years ago
Text files should end with newlines.
a19672536e7bba9a89bd67d547294ff62a5c94f9 authored almost 7 years ago
Occasionally (perhaps with recent CEF versions), a web page may only
send a single OnDraw call. ...
fd4f9d5a08597cd8e5607cfe8d536f7b0a916d4a authored almost 7 years ago
bbb8641755eae1dbf56d989c5356b62c0c414973 authored almost 7 years ago
c2aa136226e352fbe985bf13403be6f853f8e40b authored almost 7 years ago
browser has not been destroyed to prevent race condition
df788e2c8d4e049901b745f26173b2f46b2cf5c9 authored almost 7 years agoUpdate locales from crowdin
7b6d65850ee9d88fc05bad6395ad217ef331378f authored almost 7 years ago052163c7eb1c5e9141abcf4eb0333667fd9f31d8 authored almost 7 years ago
e530e71cf8861464f8b020247f95467d4b94c6e3 authored about 7 years ago
78d003b37abf53a7faf9ffdfed95fad84273d399 authored about 7 years ago
after build
c083f4f7c2a752d497c1a32b4079ae09beb51fd9 authored over 7 years agoLinking with Debug libraries, Debug information and CEF_ROOT_DIR in CMake cache info
3cdf733b9517e2a141aa51919b5f45ffa8012e4e authored over 7 years ago0df2b1221bd409945be61c4fe023afbda8843d7b authored over 7 years ago
23a7ce1ef43583c2a3ccf8970ddff3885edb5820 authored over 7 years ago
5cf17eb9655a56058787ff97540dcb96326f6b94 authored over 7 years ago
6a54c4dc8ec8af2466df008154f22efa66699ecd authored over 7 years ago
Bump to version 1.30.1
542bf4cdb9b281cd7d05c9e42c2a87ef7949d535 authored over 7 years agoe3082c617757679308006e0a7274a8c205f87793 authored over 7 years ago
Implement ExecuteActiveJSCallback on macOS
04bcdfeb400a789dca59863f009e68a6375ab3b0 authored over 7 years ago9a361d9bfb083b9cdb5404959e237a3d62c9a6f3 authored over 7 years ago
Update cefbuilds link in README
e2b615a5272982c000347a9b96ac0c91ca0d2b0a authored over 7 years ago1a5a065a02601401cce4b0ec242ea4c0b8a8e39f authored over 7 years ago
Fix building 3071 and up on macOS
3f668be0935a267c1c2b133a60179d5bd8c72b73 authored over 7 years ago332d492b7c0a9503562c098f4a024f52416b9ce2 authored over 7 years ago
Make some path changes to the OSX installer generator for Travis
4648de85aae2ad0272521ba38ad939c7685ba57f authored over 7 years agod6f7045c41d1ba9aeeef9d4e1aa2ceecdd2c6ff4 authored over 7 years ago
Add support for CEF version 3071
8bb6ca0550ac99e8621e9b2480ccf4471b9cef9e authored over 7 years ago6f1d4588b56bd328f6e6da1ae27c943322aa634f authored over 7 years ago
A new flag was added which specifies if defined protocols bypass Content-Security-Policy checks....
cdc6679904a9fc927c6b788aa050275a6491b9be authored over 7 years agod252aeead2665a48ad99291e232077e02f348f3c authored almost 8 years ago
0e4c9e824bdbe4c5f9b684968eb85963e19a52a3 authored almost 8 years ago