git (8/40)
Category index page 8 of 40 pages, listing 100 out of 3914 entries in the category git.
Map camera controls
Fix UVCControl constructor call
Update example.c from libuvc
- Upstream fix for auto-exposure setting in `example.c` See - https://github.com/libuvc/libuvc/pull/138
Add cmake/cmake-js support
Initial implementation
Add streaming video to disk reference implementation
Add linting
Add package.json
Add README.md
Add LICENSE
Initial commit
Add test/stream-disk/stream-disk.js
Add C streaming video to disk reference implementation
Add C/C++ streaming video to screen reference implementation
Generate bindings from libuvc headers
Add linting
Add package.json
Add README.md
Add LICENSE
Initial commit
Remove meddelare
Remove node-inspector, fix debug mode
Run npm audit fix
Run npm update
Update copyright years
Merge branch 'release/v5.0.2'
* release/v5.0.2: (22 commits) v5.0.2 Update copyright years Add browser testing explanation Add vivaldi run scripts Add chromium run scripts Use web-ext sign to uploa…→ Full commit message
v5.0.2
Update copyright years
Merge branch 'feature/update-packaging' into develop
* feature/update-packaging: Add browser testing explanation Add vivaldi run scripts Add chromium run scripts Use web-ext sign to upload to AMO for Firefox Bump minimum F…→ Full commit message
Add browser testing explanation
Add vivaldi run scripts
- Starts Vivaldi with Talkie loaded. - Uses `web-ext run`. - Assumes a `vivaldi` executable in `PATH`.
Add chromium run scripts
- Starts Chromium with Talkie loaded. - Assumes a `chromium` executable in `PATH`. - Could possibly use `web-ext run --target chromium`, but it didn't seem to work with the Snap v…→ Full commit message
Use web-ext sign to upload to AMO for Firefox
- Use `web-ext sign` to upload the WebExtension versions for Firefox. - Requires environment variables `WEB_EXT_API_KEY` and `WEB_EXT_API_SECRET` to be set. - Requires manual uplo…→ Full commit message
Bump minimum Firefox version to v57
- The `web-ext lint` command warns about using incompatible/unimplemented calls to `browser` functionality. - Bumping the minimum Firefox version from v52 to v57 means nearly all …→ Full commit message
Package source code instead of source maps
- Mozilla has changed their requirements for packages with built or minified code. - Previously, the source maps (generated at build-time) were required as a separate `.zip` file.…→ Full commit message
Update developer documentation
- Clarify some prerequisites. - List tools used.
Use git version when packaging zip files
- Previously, the packaging used the hardcoded version from `package.json`. - Changes to the code would not be reflected in the package naming if packaging was rerun. - Using the …→ Full commit message
Use basic authentication
> GitHub is deprecating authentication to the GitHub API using query parameters ... > > All authentication to the GitHub API should be done using HTTP basic authentication. See …→ Full commit message
Merge branch 'feature/upgrade-fix-dependencies' into develop
Upgrade rollup
Upgrade webextension-polyfill
Upgrade rimraf
Upgrade merge-options
Upgrade jsonfile
Upgrade concurrently
Upgrade eslint, fix lint
Run npm update
Run npm audit fix --force
Add renamer
Run npm audit fix
Update package-lock.json
Upgrade dependencies
Upgrade serve-favicon
Upgrade nodemon
Upgrade express
Upgrade bluebird
Run npm audit fix, upgrade extend
Bump eslint from 4.18.0 to 4.18.2
Bumps [eslint](https://github.com/eslint/eslint) from 4.18.0 to 4.18.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint…→ Full commit message
Run npm audit fix
Bump bson from 1.0.4 to 1.0.9
Bumps [bson](https://github.com/mongodb/js-bson) from 1.0.4 to 1.0.9. - [Release notes](https://github.com/mongodb/js-bson/releases) - [Changelog](https://github.com/mongodb/js-bs…→ Full commit message
Bump bower from 1.8.2 to 1.8.8
Bumps [bower](https://github.com/bower/bower) from 1.8.2 to 1.8.8. - [Release notes](https://github.com/bower/bower/releases) - [Changelog](https://github.com/bower/bower/blob/mas…→ Full commit message
Update dependencies
Target uvc-control v2
Replace iis.se with internetstiftelsen.se
Merge branch 'release/v5.0.1'
* release/v5.0.1: 5.0.1 Update copyright years Change OS voice install descriptions, link Switch to full tab options Use absolute paths for testing using google-chrome
5.0.1
Update copyright years
Change OS voice install descriptions, link
- Change link for macOS. Old was broken; this one might break as well. - Describe how to reach the system settings in macOS, Windows 10.
Switch to full tab options
- Google Chrome 74 seems to have an issue with Talkie's options page. - The options page itself works fine, but displaying it in Chrome's extension details page for Talkie does no…→ Full commit message
Use absolute paths for testing using google-chrome
Merge branch 'release/v1.1.0.2'
* release/v1.1.0.2: Link main button to release instead of debug build
Link main button to release instead of debug build
Closes #16
Run npm audit fix
Merge branch 'release/v1.1.0.1'
* release/v1.1.0.1: Promote beta version Add v1.1.0.0 release source Add compiled v1.1.0.0 release
Promote beta version
Add v1.1.0.0 release source
Add compiled v1.1.0.0 release
Merge branch 'release/v1.1.0.0'
* release/v1.1.0.0: (40 commits) v1.1.0.0 Update screenshot to v1.1.0.0 running on Windows 10 Link to v1.1.0.0 in preparation for release Remove references to 7-Zip and .7…→ Full commit message
v1.1.0.0
Merge branch 'feature/update-website' into develop
* feature/update-website: Update screenshot to v1.1.0.0 running on Windows 10 Link to v1.1.0.0 in preparation for release Remove references to 7-Zip and .7z files Update u…→ Full commit message
Add pgp signatures to old releases stored in git
Update screenshot to v1.1.0.0 running on Windows 10
Fix logotype description
Update copyright years in the readme
Move website back to /docs/
Remove website project from solution
Link to v1.1.0.0 in preparation for release
Remove references to 7-Zip and .7z files
Update usage, general information
Add developer documentation
Merge branch 'feature/swap-icon-colors' into develop
* feature/swap-icon-colors: Use new icon in readme Use new icon on website Use new icon in application Generate icon Add script for creating icons Clean up svg with sv…→ Full commit message
Merge branch 'feature/code-quality' into develop
* feature/code-quality: Treat build warnings as errors Fix StyleCop warnings Add file header Add StyleCop Fix FxCop warnings Add FxCop
Merge branch 'feature/spi-helpers' into develop
* feature/spi-helpers: Refresh displayed values when system settings change Add SPI helpers, run code analysis, cleanup fixes Move SystemParametersInfoHelper to the main pro…→ Full commit message
Merge branch 'feature/update-application-information' into develop
* feature/update-application-information: Update copyright years, notice, license link Update information text, tooltips Format xaml Increase window width Update links, …→ Full commit message
Merge branch 'feature/refresh-project' into develop
* feature/refresh-project: Add project refrerence to .NET Framework 3.5 SP1 Ignore .vs/ Upgrade solution and project files Set .gitattributes for .gitattributes
Merge remote-tracking branch 'binki/netfx-dual-targeting' into develop
* binki/netfx-dual-targeting: Use dual-targeting to run on both .netfx-3.5 and .netfx-4.0+.
Merge remote-tracking branch 'binki/master' into develop
* binki/master: Allow window to be minimized. Format properties to have newlines.