tag:github.com,2008:/llcc01/cefpython/commits/masterRecent Commits to cefpython:master2023-02-20T07:17:10Ztag:github.com,2008:Grit::Commit/f09e3d6bf32cf3c975328cbfa08ec6a8ac7f48f5
Merge pull request #2 from llcc01/cefpython108
2023-02-20T07:17:10Zllcc01https://github.com/llcc01
<pre style='white-space:pre-wrap;width:81ex'>Merge pull request #2 from llcc01/cefpython108
Cefpython108 download callback support.</pre>
tag:github.com,2008:Grit::Commit/e869c654a8c1d28065ed53ce4d9735faad8841d8
add OnDownloadUpdated callback
2023-02-20T07:14:12Zllcc01https://github.com/llcc01
<pre style='white-space:pre-wrap;width:81ex'>add OnDownloadUpdated callback</pre>
tag:github.com,2008:Grit::Commit/7bad4bd1352093b5968661e948a29c63ea242d34
add MAX_NESTING_LEVEL = 16
2023-01-02T16:21:53Zllcc01https://github.com/llcc01
<pre style='white-space:pre-wrap;width:81ex'>add MAX_NESTING_LEVEL = 16</pre>
tag:github.com,2008:Grit::Commit/9e29dd74fbec018eb7b45356f1d0881acaf03a26
add allowedClientCallbacks DownloadHandler
2023-01-02T16:01:41Zllcc01https://github.com/llcc01
<pre style='white-space:pre-wrap;width:81ex'>add allowedClientCallbacks DownloadHandler</pre>
tag:github.com,2008:Grit::Commit/b74b5bd2af7c8ee4b5dc23118e45532085d28a5c
add DownloadHandler_OnBeforeDownload
2023-01-02T15:55:56Zllcc01https://github.com/llcc01
<pre style='white-space:pre-wrap;width:81ex'>add DownloadHandler_OnBeforeDownload</pre>
tag:github.com,2008:Grit::Commit/8c1ea6300639034023d32b5e3af4e524f14e98bf
Merge pull request #1 from llcc01/cefpython108
2023-01-01T16:26:17Zllcc01https://github.com/llcc01
<pre style='white-space:pre-wrap;width:81ex'>Merge pull request #1 from llcc01/cefpython108
Cefpython108</pre>
tag:github.com,2008:Grit::Commit/576f6ed39bf9e2e47c19d75434516e2e28779db1
fix
2022-12-29T15:01:17Zllcc01https://github.com/llcc01
<pre style='white-space:pre-wrap;width:81ex'>fix</pre>
tag:github.com,2008:Grit::Commit/c39e8d69f98aa25bb03091f71bec86e7236412d8
fix
2022-12-27T10:41:48Zllcc01https://github.com/llcc01
<pre style='white-space:pre-wrap;width:81ex'>fix</pre>
tag:github.com,2008:Grit::Commit/170cdd1645fdb40183674f3cfc3a062ba7e4aa4b
fix
2022-12-27T10:00:22Zllcc01https://github.com/llcc01
<pre style='white-space:pre-wrap;width:81ex'>fix</pre>
tag:github.com,2008:Grit::Commit/5679f28cec18a57a56e298da2927aac8d8f83ad6
fix OnDownloadData decoding bug (#621)
2021-05-14T09:18:03Zreskayoihttps://github.com/reskayoi
<pre style='white-space:pre-wrap;width:81ex'>fix OnDownloadData decoding bug (#621)</pre>
tag:github.com,2008:Grit::Commit/80e6f3c9828fce40b103a4f51b8bc29d64c54b9c
Fix link
2021-04-21T11:50:04Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix link</pre>
tag:github.com,2008:Grit::Commit/431b9956db660d5552c31fb4a3a891f619ed84a8
Fix Kivy example on Windows (#613).
2021-04-13T08:42:46Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix Kivy example on Windows (#613).</pre>
tag:github.com,2008:Grit::Commit/d2c72528addad8ef41a2a460946f32fe425ed183
Update the sponsors sections in README.
2021-02-16T18:31:32Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update the sponsors sections in README.</pre>
tag:github.com,2008:Grit::Commit/0e2503c4675d683d2b853267ee0183e4e7fb5726
Add JS bindings long integer test. Add comments on DPI awareness.
2021-02-16T18:18:02Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Add JS bindings long integer test. Add comments on DPI awareness.</pre>
tag:github.com,2008:Grit::Commit/06d3b8c8e8164ea1a51caf00591b7eaedcbfc5ac
Fix build_distrib.py script for Python 2.7 and Python 3.4 (latest pip
2021-02-15T22:26:45Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix build_distrib.py script for Python 2.7 and Python 3.4 (latest pip
versions are broken with these old Pythons).
Fix screenshot.py example sometimes failing.
When compiling for Python 3.4 you can encounter the the missing
"ammintrin.h" header file error. Just copy it from the VS 2019
include/ directory.
For Pythons 3.5 / 3.6 / 3.7 / 3.8 / 3.9 you can use the same VC++ 14.2
(VS 2019) compiler which is binary compatible with VC++ 14.1 (VS 2017)
and VC++ 14.0 (VS 2015).
Currently the subprocess.exe executable built by Python 3.4 (VC++ 10.0
compiler) gives the least amount of false-positives by AVs on
virustotal.com . For comparison: Py34 (1/69), Py27 (2/69),
Py39 (5/69). Results differ for 32bit and 64bit binaries.</pre>
tag:github.com,2008:Grit::Commit/3beaaf5dc39c80eea54a9bba6c4c35965764d628
Fix build_distrib.py on Python 3 (Issue #546).
2021-02-15T18:31:02Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix build_distrib.py on Python 3 (Issue #546).</pre>
tag:github.com,2008:Grit::Commit/92aa6236268620105be0b3d5ce60412a8b5dbf5b
Fix Python 3 error in build_distrib.py script (#546).
2021-02-15T18:01:48Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix Python 3 error in build_distrib.py script (#546).</pre>
tag:github.com,2008:Grit::Commit/d6deaf8e2b87266d7b5fc4052fc05b5622056b17
Support Python 3.8 and Python 3.9 (Issues #546 and #593).
2021-02-14T22:44:38Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Support Python 3.8 and Python 3.9 (Issues #546 and #593).</pre>
tag:github.com,2008:Grit::Commit/55e63607afdce5d122f3d78884200a5e3f84938d
Add support for Python 3.8 and Upgrade Cython (#594)
2021-02-14T20:03:24Zgmjosackhttps://github.com/gmjosack
<pre style='white-space:pre-wrap;width:81ex'>Add support for Python 3.8 and Upgrade Cython (#594)
Fixes: https://github.com/cztomczak/cefpython/issues/546
Had to include harfbuzz manually as newer Pango change this.
See:
https://github.com/eiskaltdcpp/eiskaltdcpp/issues/413
https://gitlab.gnome.org/GNOME/pango/-/issues/387
Also had to add `-Wno-deprecated-declarations` to get this to compile because
of the following errors that didn't seem to be coming from this code directly:
warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
warning: ‘GTypeDebugFlags’ is deprecated</pre>
tag:github.com,2008:Grit::Commit/8e36e82a21a95574fbc2cc329be4f2d5e82f6d00
update kivy example (#573)
2021-02-14T16:30:11Zhoba87https://github.com/hoba87
<pre style='white-space:pre-wrap;width:81ex'>update kivy example (#573)
* update old print syntax
* remove pygtk, gtk dependencies
* restore kivy pygtk dependency for linux, add platform dependent conditional statements
* kivy example macos keyboard working
* external pump message only for macos
* Update kivy_.py
Co-authored-by: Czarek Tomczak <cztomczak@users.noreply.github.com></pre>