From b5bd0108514ec46a59a7ce14555a990fc6193b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Tue, 1 May 2018 11:44:48 +0200 Subject: [PATCH 1/2] Text formatting and donation button --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2131539b..35e86f4c 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,22 @@ -# CEF4Delphi +# CEF4Delphi CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi. CEF4Delphi is based on DCEF3, made by Henri Gourvest. The original license of DCEF3 still applies to CEF4Delphi. Read the license terms in the first lines of any *.pas file. CEF4Delphi uses CEF 3.3359.1769.gd0bfc4d which includes Chromium 66.0.3359.117. The CEF3 binaries used by CEF4Delphi are available for download at spotify : - - 32bit -> http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1769.gd0bfc4d_windows32.tar.bz2 - - 64bit -> http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1769.gd0bfc4d_windows64.tar.bz2 +* [32 bits](http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1769.gd0bfc4d_windows32.tar.bz2) +* [64 bits](http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1769.gd0bfc4d_windows64.tar.bz2) CEF4Delphi was developed and tested on Delphi 10.2 Tokyo and it has been tested in Delphi 7, Delphi XE and Delphi 10. CEF4Delphi includes VCL and FireMonkey (FMX) components. -For more information about CEF4Delphi visit : - https://www.briskbard.com/index.php?lang=en&pageid=cef +## Links +* Installation instructions and more information about [CEF4Delphi](https://www.briskbard.com/index.php?lang=en&pageid=cef) +* [Developers Forum](https://www.briskbard.com/forum) +* These components need Windows 7, 8, 8.1, 10 or newer to run. If you need Windows XP and Vista support use [OldCEF4Delphi](https://github.com/salvadordf/OldCEF4Delphi) -Forum : - https://www.briskbard.com/forum +## Donate +If you find this project useful, please consider making a donation. -These components need Windows 7, 8, 8.1, 10 or newer to run. If you need Windows XP and Vista support use **OldCEF4Delphi** : - https://github.com/salvadordf/OldCEF4Delphi +[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FTSD2CCGXTD86) From fe2bc02f6bc5b755251a2d17964f2392e215abb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Mon, 7 May 2018 10:55:00 +0200 Subject: [PATCH 2/2] Update to CEF 3.3359.1772.gd1df190 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35e86f4c..b7294955 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chro CEF4Delphi is based on DCEF3, made by Henri Gourvest. The original license of DCEF3 still applies to CEF4Delphi. Read the license terms in the first lines of any *.pas file. -CEF4Delphi uses CEF 3.3359.1769.gd0bfc4d which includes Chromium 66.0.3359.117. +CEF4Delphi uses CEF 3.3359.1772.gd1df190 which includes Chromium 66.0.3359.117. The CEF3 binaries used by CEF4Delphi are available for download at spotify : -* [32 bits](http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1769.gd0bfc4d_windows32.tar.bz2) -* [64 bits](http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1769.gd0bfc4d_windows64.tar.bz2) +* [32 bits](http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1772.gd1df190_windows32.tar.bz2) +* [64 bits](http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1772.gd1df190_windows64.tar.bz2) CEF4Delphi was developed and tested on Delphi 10.2 Tokyo and it has been tested in Delphi 7, Delphi XE and Delphi 10. CEF4Delphi includes VCL and FireMonkey (FMX) components.