Commit 054a2ab
committed
CEF Python 53.1 Beta release for Linux and Python 2.7 / 3.4 / 3.5.
Update to Chrome 53.0.2785.101 / CEF 3.2785.1481.gc3a7e2c.
Add drag-image representation of d&d in OSR Kivy (cztomczak#251).
Create a patch for CEF to expose drag-image representation in
CefDragData.
Make a clean shutdown of CEF in Kivy example. Add a call to CloseBrowser()
in App.on_stop().
Add DragData.GetImage() and HasImage() methods, see API docs.
Add Image object and its methods to get image either as bitmap or png,
see API docs.
Fix issue during Shutdown in cefpython internals
("dictionary changed size during iteration" error).
Fix issue with invalid path to "locales_dir_path" on Python 3.
Fix automate.py. Fix --no-cef-update flag in automate.py. Fix issues
with --force-chromium-update. Fix fetching CEF commit from src/version/.
Print error message when automate.py is run on Python != 2.7.
Remove setup.cfg from Linux installer, this is a remaining from Windows
installer. On Linux no wheels are created.
Include the hello_world.py example in setup installer.1 parent 221b42f commit 054a2abCopy full SHA for 054a2ab
File tree
Expand file treeCollapse file tree
25 files changed
+742
-137
lines changedOpen diff view settings
Filter options
- api
- docs
- patches
- src
- cython_includes
- include
- linux
- binaries_64bit
- installer
- setup
- version
- tools
Expand file treeCollapse file tree
25 files changed
+742
-137
lines changedOpen diff view settings
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
| 5 | + |
Collapse file
+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
|
Collapse file
+10Lines changed: 10 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
45 | 45 | |
46 | 46 | |
47 | 47 | |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
48 | 53 | |
49 | 54 | |
50 | 55 | |
| ||
116 | 121 | |
117 | 122 | |
118 | 123 | |
| 124 | + |
| 125 | + |
119 | 126 | |
120 | 127 | |
121 | 128 | |
| ||
182 | 189 | |
183 | 190 | |
184 | 191 | |
| 192 | + |
185 | 193 | |
| 194 | + |
186 | 195 | |
| 196 | + |
187 | 197 | |
188 | 198 | |
189 | 199 | |
|
Collapse file
+20Lines changed: 20 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
3 | 4 | |
4 | 5 | |
5 | 6 | |
| ||
70 | 71 | |
71 | 72 | |
72 | 73 | |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
Collapse file
api/Image.md
Copy file name to clipboard+71Lines changed: 71 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | | - |
| 61 | + |
62 | 62 | |
63 | 63 | |
64 | 64 | |
|
0 commit comments