tag:github.com,2008:/strogo/cefpython/commits/masterRecent Commits to cefpython:master2020-08-19T09:14:04Ztag:github.com,2008:Grit::Commit/3cc7606101f2b1b8191b4db3648c264349ca4628
Add keyboard handler snippet.
2020-08-19T09:14:04Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Add keyboard handler snippet.</pre>
tag:github.com,2008:Grit::Commit/0da13937e50f389cba25533959c2b760403fb80f
Fix Mac issues in Tkinter example (#309, #441)
2020-07-20T17:19:03Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix Mac issues in Tkinter example (#309, #441)
Still some issues on startup, see: https://github.com/cztomczak/cefpython/issues/583</pre>
tag:github.com,2008:Grit::Commit/28afa80a2f23fa2e6160926d0352b861466bf5a8
Pass proper parent window handle for DevTools window (#381).
2020-01-25T13:33:42Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Pass proper parent window handle for DevTools window (#381).
This still doesn't fix keyboard issues in wxpython.py example.</pre>
tag:github.com,2008:Grit::Commit/042579dc0d7e0010dca4d23f0ccbbbaf2e72700e
Allow for automatic conversion of string like objects to CEF strings.
2020-01-25T13:32:29Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Allow for automatic conversion of string like objects to CEF strings.
For example a QString passed to LoadUrl() method was causing error
and now it's handled fine.</pre>
tag:github.com,2008:Grit::Commit/30439b659bf1974420c3ec7954f76f2fc93902e2
Update utils.pyx.
2020-01-23T15:32:52Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update utils.pyx.</pre>
tag:github.com,2008:Grit::Commit/181588ce611ef4675b4948b71f9ed933a9519a98
Fix QLineEdit focus issues in qt.py example on Windows (#404).
2020-01-22T11:21:14Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix QLineEdit focus issues in qt.py example on Windows (#404).
Revert previous commit.</pre>
tag:github.com,2008:Grit::Commit/a314559af3270f2a0e48d085e23dc8cc76af7966
Fix focus issues in qt.py example (#404).
2020-01-22T10:54:44Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix focus issues in qt.py example (#404).</pre>
tag:github.com,2008:Grit::Commit/99fb58a6badf905afde66903d5c87e39a5f32b38
Restructure Sponsors section in README.
2020-01-21T11:57:22Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Restructure Sponsors section in README.</pre>
tag:github.com,2008:Grit::Commit/d97ba3d19e36c754792f004c4d0a01b2baad9a09
Update Sponsors in README.
2020-01-21T11:37:50Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update Sponsors in README.</pre>
tag:github.com,2008:Grit::Commit/6cc7f9c8058475ab9aadc04ff614b9904ce063b9
Fix issues with urls containing special characters (#384). BC BREAK!
2020-01-20T13:35:29Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix issues with urls containing special characters (#384). BC BREAK!
Updated Migration-Guide.md document and other documentation.</pre>
tag:github.com,2008:Grit::Commit/b03b78b64d0162eb186d05fb22452f934cd31152
Fix V8ContextHandler.OnContextCreated and OnContextReleased (#484).
2020-01-17T16:19:08Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix V8ContextHandler.OnContextCreated and OnContextReleased (#484).
These callbacks were never called previously.
Rename --no-run-examples flag to --unittests in build scripts.</pre>
tag:github.com,2008:Grit::Commit/e9116faa2094de85ccebd403aee09c61e2c8b8f9
Update README with cefpython.wiki git clone command.
2020-01-16T14:54:30Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update README with cefpython.wiki git clone command.</pre>
tag:github.com,2008:Grit::Commit/42924f5ee00ea4a5b97a099b0afb2ed9b877a71a
Update README links for the old v31.2 release.
2020-01-16T14:52:10Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update README links for the old v31.2 release.</pre>
tag:github.com,2008:Grit::Commit/11017dc68358b6adb4a3d822f53fa658ff4fa4f5
Update LifespanHandler.md document. Info on OnBeforePopup and scripting
2020-01-16T11:31:08Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update LifespanHandler.md document. Info on OnBeforePopup and scripting
between popup and parent window. (#171)</pre>
tag:github.com,2008:Grit::Commit/a5d97f03e1762f79ac0d69ab446ade33b597ff5d
Add GIL section to Contributing-code.md document (#102).
2020-01-16T10:56:45Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Add GIL section to Contributing-code.md document (#102).</pre>
tag:github.com,2008:Grit::Commit/2c3681f633cd86024e0a4031a4efcea54570fb53
Fix crash when setting a cookie with invalid domain (#459).
2020-01-15T13:32:49Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix crash when setting a cookie with invalid domain (#459).</pre>
tag:github.com,2008:Grit::Commit/fb2d94ca42c8ca54fe383a0ea55c9d3904fd5298
Fix CefListValue "int index" params (#461).
2020-01-14T15:02:46Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix CefListValue "int index" params (#461).</pre>
tag:github.com,2008:Grit::Commit/d9587bc6e8198de84aaedf9dbbbc42b569384730
Issue 554 (#557)
2020-01-13T10:36:30Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Issue 554 (#557)
* Do not link against libpython on Linux (#554).
* Part 2. Do not link against libpython library on Linux (#554).</pre>
tag:github.com,2008:Grit::Commit/bddb859d52a6c4bc65d7a3400d1fed71d40e3d7c
Fixed typo (#556)
2020-01-12T16:08:27ZGiovaLombahttps://github.com/GiovaLomba
<pre style='white-space:pre-wrap;width:81ex'>Fixed typo (#556)
Original: The actual key code genenerated by the platform
New: The actual key code generated by the platform</pre>
tag:github.com,2008:Grit::Commit/076b6a661246c5855233730c766ab1dfa58264a9
Fix tkinter focus problems on Linux (#535).
2020-01-12T10:12:15Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix tkinter focus problems on Linux (#535).</pre>