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.
Category index page 10 of 41 pages, listing 100 out of 4046 entries in the category git.
- Change link for macOS. Old was broken; this one might break as well. - Describe how to reach the system settings in macOS, Windows 10.
- 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
* release/v1.1.0.2: Link main button to release instead of debug build
Closes #16
* release/v1.1.0.1: Promote beta version Add v1.1.0.0 release source Add compiled v1.1.0.0 release
* 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
* 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
* 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
* feature/code-quality: Treat build warnings as errors Fix StyleCop warnings Add file header Add StyleCop Fix FxCop warnings Add FxCop
* 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
* feature/update-application-information: Update copyright years, notice, license link Update information text, tooltips Format xaml Increase window width Update links, …→ Full commit message
* feature/refresh-project: Add project refrerence to .NET Framework 3.5 SP1 Ignore .vs/ Upgrade solution and project files Set .gitattributes for .gitattributes
* binki/netfx-dual-targeting: Use dual-targeting to run on both .netfx-3.5 and .netfx-4.0+.
* binki/master: Allow window to be minimized. Format properties to have newlines.
- `svgo --pretty --multipass --input X-Mouse\ Controls\ 02.svg --output -` - `svgo --pretty --multipass --input X-Mouse\ Controls\ 02.svg` See - https://github.com/svg/svgo
- Work performed by Miroslava Jovičić See - http://miroslavajovicic.net/
- Work performed by Miroslava Jovičić See - http://miroslavajovicic.net/
- Visual Studio 15 - Microsoft Visual Studio Solution File, Format Version 12.00 - `<Project ToolsVersion="15.0 ...`
* release/v8.0.0: (28 commits) v8.0.0 Add nodejs process signal event argument workaround Upgrade rollup Upgrade pino Upgrade @types/node Upgrade rxjs to v6.2.0 Upgr…→ Full commit message
* feature/upgrade-dependencies: Add nodejs process signal event argument workaround Upgrade rollup Upgrade pino Upgrade @types/node
* feature/upgrade-dependencies: Upgrade non-major package changes Upgrade ws Upgrade @types/pino Upgrade @types/node Upgrade uglify Upgrade rollup Fix @botten-nappet…→ Full commit message
- For class constructors and methods - Replace argument count assertions with `@asrt(n)`. - Replace argument/auto-property assigned (usually non-null) assertions with `@asrt()…→ Full commit message
* feature/dependency-injection: Use deferred context resolution, skip within decorators Generate dependency graphs Attempt to use dependency injection child containers Gen…→ Full commit message
- Generates build-time dependency graphs using `rollup-plugin-graph`. - `npm run --silent graph` - Generates runtime dependency injection graphs using custom code. - `export B…→ Full commit message
- Tests are run by homebrew in a sandbox. - The environment doesn't match the "real" user environment. - Due to security checks in Apple's osascript, tests fail due to a privilege…→ Full commit message
* release/v7.0.0: (39 commits) v7.0.0 Close socket.io separately from the http server Simplify start/stop, only stop from the shared main function Replace modified logger …→ Full commit message
* feature/fix-shutdown: Close socket.io separately from the http server Simplify start/stop, only stop from the shared main function