tag:github.com,2008:/codeit/cefpython/commits/master Recent Commits to cefpython:master 2017-09-22T11:26:47Z tag:github.com,2008:Grit::Commit/dde0167f5418f0bb65db143786abce131e15ed39 Update make_installer.py tool 2017-09-22T11:26:47Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Update make_installer.py tool</pre> tag:github.com,2008:Grit::Commit/ebdb18446f399ee0dd6d47c0722ab866ba24d0b0 Fix issues with High DPI support on Windows (#358). 2017-09-22T11:09:11Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Fix issues with High DPI support on Windows (#358). Both main process and subprocesses are now set to be DPI aware when cef.DpiAware.EnableHighDpiSupport function is called. - Update docs/MigrationGuide.md document. - Update examples/wxpython.py - Add DpiAware.EnableHighDpiSupport function. - Deprecate DpiAware.SetProcessDpiAware function. - Deprecate ApplicationSettings.auto_zooming &quot;system_dpi&quot; value</pre> tag:github.com,2008:Grit::Commit/5810d672f7ebe91b4fcbc3cc2a19ed875c31b3ae Update ResourceHandler.md 2017-09-18T02:25:29Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Update ResourceHandler.md Fix link</pre> tag:github.com,2008:Grit::Commit/dcb152537a9ffc62e00e9977076aded3f72adccd Minor fixes 2017-09-11T15:38:03Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Minor fixes</pre> tag:github.com,2008:Grit::Commit/b6e69110fde7d7764915faf96a69a901dcf6a3dc Update funding for next release to v61 2017-09-08T04:47:43Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Update funding for next release to v61</pre> tag:github.com,2008:Grit::Commit/d1fc54797865dde63a0c407f8f6b529a2c148780 Merge branch 'master' of https://github.com/cztomczak/cefpython 2017-09-07T11:16:07Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Merge branch &#39;master&#39; of https://github.com/cztomczak/cefpython</pre> tag:github.com,2008:Grit::Commit/11ce77139985b1c974053ca29407ffcffacf3fae Update Tutorial - add Nuitka link 2017-09-07T11:15:54Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Update Tutorial - add Nuitka link</pre> tag:github.com,2008:Grit::Commit/25503bbd6a782f7d57a2028a02f89b8f13282d30 Update PyInstaller example (#135) 2017-09-06T06:30:09Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Update PyInstaller example (#135)</pre> tag:github.com,2008:Grit::Commit/d4db8dad9e09d9b1e9458d0ef7e832480b83bb63 Update PyInstaller README 2017-09-06T04:21:57Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Update PyInstaller README</pre> tag:github.com,2008:Grit::Commit/11553a38136acd02b4bb0742811e01d8d09da1fa Merge branch 'master' of https://github.com/cztomczak/cefpython 2017-09-05T18:00:25Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Merge branch &#39;master&#39; of https://github.com/cztomczak/cefpython</pre> tag:github.com,2008:Grit::Commit/aa0abefa122ba85bf1d173f21557aa65d2c779cd Update Tutorial > Build executable section 2017-09-05T17:59:45Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Update Tutorial &gt; Build executable section</pre> tag:github.com,2008:Grit::Commit/f94eaa6220fbd49ce9af1fa69d4984f8aa18bcef Add PyInstaller packager example (#135) 2017-09-05T12:47:57Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Add PyInstaller packager example (#135)</pre> tag:github.com,2008:Grit::Commit/9c567bfeea501c24bc85e50a32a88d8da8072302 Fix wxpython.py on Linux (#349) 2017-09-03T05:28:04Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Fix wxpython.py on Linux (#349) Increase the delay for embedding browser to 100ms, as 20ms is not enough in some cases</pre> tag:github.com,2008:Grit::Commit/c3658eb086f73319eb548ae36497a45ef017961c Add --no-automate flag to build_distrib.py tool 2017-09-01T16:34:32Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Add --no-automate flag to build_distrib.py tool</pre> tag:github.com,2008:Grit::Commit/87859584f9a8cc59b919e676ed6538ebf3916be3 Add new setting ApplicationSettings.app_user_model_id (#395) 2017-09-01T16:32:57Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Add new setting ApplicationSettings.app_user_model_id (#395)</pre> tag:github.com,2008:Grit::Commit/d5cc3479e69c50fd966a564dff232cc5d3769ea8 Remove Frame.GetProperty/SetProperty deprecated methods from API docs. 2017-08-19T09:06:30Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Remove Frame.GetProperty/SetProperty deprecated methods from API docs. This methods are not implemented. I guess they are remainings from CEF 1 which ran using single process mode and getting/setting properties worked synchronously. But in CEF 3 which runs in multi-process mode you can do this only asynchronusly, you can use already implemented js&lt;&gt;py communication layer for that.</pre> tag:github.com,2008:Grit::Commit/7a0cae6259eec4fe47a91487c2d12e37de652ec6 Add missing docs for Browser.Print() method 2017-08-17T09:09:31Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Add missing docs for Browser.Print() method</pre> tag:github.com,2008:Grit::Commit/3ec4a06e5f6269661e10c424a9b4be4e0ad8cc68 Update README's TOC 2017-08-01T08:19:33Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Update README&#39;s TOC</pre> tag:github.com,2008:Grit::Commit/0061bb59df0aebb895e88c14ec320a715c49d793 Update README - funding for v60.0 release 2017-08-01T08:18:44Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Update README - funding for v60.0 release</pre> tag:github.com,2008:Grit::Commit/7fa541edd72120a6bcb00fae564d8a90473262cf Update Contributing-code.md - add PEP 257 link 2017-07-31T06:41:25Z cztomczak https://github.com/cztomczak <pre style='white-space:pre-wrap;width:81ex'>Update Contributing-code.md - add PEP 257 link</pre>