Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
andrewleech
/
cefpython
Public
forked from
cztomczak/cefpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
cefpython
src
on
cefpython54
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 30, 2016
Updated to use setuptools_bin_targets 1.2
andrewleech
committed
b3f1f7c
View commit details
Copy full SHA for b3f1f7c
View code at this point
Browse repository at this point
Add setuptools build process for client_handler static library
andrewleech
committed
e59d37f
View commit details
Copy full SHA for e59d37f
View code at this point
Browse repository at this point
Found the built in way to compile static libraries with setuptools. Use it for dirs where only a static library is created.
andrewleech
committed
9697ec3
View commit details
Copy full SHA for 9697ec3
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
Build cpp_utils with setuptools
andrewleech
committed
3972f7c
View commit details
Copy full SHA for 3972f7c
View code at this point
Browse repository at this point
Build cpp_utils with setuptools
andrewleech
committed
a7a3906
View commit details
Copy full SHA for a7a3906
View code at this point
Browse repository at this point
Use setuptools instead of distutils
andrewleech
committed
5d5af90
View commit details
Copy full SHA for 5d5af90
View code at this point
Browse repository at this point
Refactor binary build routines into separate module; setuptools_bin_targets
Show description for c6d99c1
andrewleech
committed
c6d99c1
View commit details
Copy full SHA for c6d99c1
View code at this point
Browse repository at this point
Allow providing CEF_BINARY path as environment variable for CEF library.
andrewleech
committed
aedb470
View commit details
Copy full SHA for aedb470
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
ensure all missing build folder tree is created
andrewleech
committed
ec78baa
View commit details
Copy full SHA for ec78baa
View code at this point
Browse repository at this point
Replace make process for 'subprocess' with setuptools
andrewleech
committed
3ce09b8
View commit details
Copy full SHA for 3ce09b8
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
Fix setup scripts on Linux for v54 release.
cztomczak
committed
15a2063
View commit details
Copy full SHA for 15a2063
View code at this point
Browse repository at this point
Create GTK 2 [PyGTK] example and rename GTK 3 [PyGObject] example (#261).
cztomczak
committed
eb842cd
View commit details
Copy full SHA for eb842cd
View code at this point
Browse repository at this point
Commits on Oct 18, 2016
Update to Chrome 54.0.2840.59 and CEF 3.2840.1494.g7fe3d03 (#260).
Show description for 0cc124e
cztomczak
committed
0cc124e
View commit details
Copy full SHA for 0cc124e
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
Support for PyPI / pip wheel packages on Linux (#219).
Show description for 387f386
cztomczak
committed
387f386
View commit details
Copy full SHA for 387f386
View code at this point
Browse repository at this point
Update API docs, build instructions, tools and Tkinter example (#255).
cztomczak
committed
b80ff78
View commit details
Copy full SHA for b80ff78
View code at this point
Browse repository at this point
Commits on Sep 25, 2016
Implement external message pump, still experimental (#246).
Show description for f8286e0
cztomczak
committed
f8286e0
View commit details
Copy full SHA for f8286e0
View code at this point
Browse repository at this point
Commits on Sep 24, 2016
Refactor handlers and extern, and other minor changes.
Show description for 6ed46c9
cztomczak
committed
6ed46c9
View commit details
Copy full SHA for 6ed46c9
View code at this point
Browse repository at this point
Add tkinter_.py example (#255) among others.
Show description for 10a988b
cztomczak
committed
10a988b
View commit details
Copy full SHA for 10a988b
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
Add gtk.py example (#253), use PyGObject/Gtk, test with Python 2 / 3.
Show description for 3d7670e
cztomczak
committed
3d7670e
View commit details
Copy full SHA for 3d7670e
View code at this point
Browse repository at this point
Fix --fast build in compile.py and fix installing on system Python 2.7.
Show description for 75884b6
cztomczak
committed
75884b6
View commit details
Copy full SHA for 75884b6
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
CEF Python 53.1 Beta release for Linux and Python 2.7 / 3.4 / 3.5.
Show description for 054a2ab
cztomczak
committed
054a2ab
View commit details
Copy full SHA for 054a2ab
View code at this point
Browse repository at this point
Commits on Sep 18, 2016
Add unit tests (#59) and fix Python 3 issue (#121,#183) among others.
Show description for 80d7c5a
cztomczak
committed
80d7c5a
View commit details
Copy full SHA for 80d7c5a
View code at this point
Browse repository at this point
Commits on Sep 17, 2016
Add experimental Python 3 support (#121, #183) among others.
Show description for 6f0d9b3
cztomczak
committed
6f0d9b3
View commit details
Copy full SHA for 6f0d9b3
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Fix drag & drop in OSR Kivy when running http://html5demos.com/drag
Show description for 21549c7
cztomczak
committed
21549c7
View commit details
Copy full SHA for 21549c7
View code at this point
Browse repository at this point
Update build instructions for the v53 release and update setup scripts.
cztomczak
committed
efdef0e
View commit details
Copy full SHA for efdef0e
View code at this point
Browse repository at this point
Fix drag & drop in OSR Kivy.
Show description for 8bd800f
cztomczak
committed
8bd800f
View commit details
Copy full SHA for 8bd800f
View code at this point
Browse repository at this point
Commits on Sep 12, 2016
Support for drag&drop in OSR Kivy on Linux (not yet working).
Show description for 7b2b8f5
cztomczak
committed
7b2b8f5
View commit details
Copy full SHA for 7b2b8f5
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Update to Chrome/53.0.2785.89, CEF/3.2785.1475.gaead085
cztomczak
committed
a0c9394
View commit details
Copy full SHA for a0c9394
View code at this point
Browse repository at this point
Commits on Jul 11, 2016
Update Kivy: handle special keys with kivy code -1
cztomczak
committed
223ca82
View commit details
Copy full SHA for 223ca82
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Update Kivy: improve performance, add mouse scrolling and fix mouse move.
Show description for 638507a
cztomczak
committed
638507a
View commit details
Copy full SHA for 638507a
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
Fix Kivy's on_touch_down() - send modifiers for holding mouse button.
Show description for 779e2d5
cztomczak
committed
779e2d5
View commit details
Copy full SHA for 779e2d5
View code at this point
Browse repository at this point
Fix to Kivy example: send mouse move events to CEF (Issue #243)
cztomczak
committed
7b8d7e9
View commit details
Copy full SHA for 7b8d7e9
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
Update kivy_.py: fix printing, add buttons Print etc, disable context menu
cztomczak
committed
21014a8
View commit details
Copy full SHA for 21014a8
View code at this point
Browse repository at this point
Commits on Jul 2, 2016
Fix printing on Linux (#238) and fix "undefined symbol" error (#230).
Show description for 7d47bfe
cztomczak
committed
7d47bfe
View commit details
Copy full SHA for 7d47bfe
View code at this point
Browse repository at this point
Commits on Jun 30, 2016
Update setup installer on Linux - include proper License file
cztomczak
committed
22ade5c
View commit details
Copy full SHA for 22ade5c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.