Commit Graph

431 Commits

Author SHA1 Message Date
Salvador Díaz Fau
b3213a1052 Update to CEF 3.3626.1891.g52be333
- Added transparency support to TBufferPanel.
- Added TBufferPanel.Transparent property
- Added TBufferPanel.OnPaintParentBkg event
- Added the TRANSPARENT_BROWSER constant in SimpleOSRBrowser to enable transparency
2019-02-20 12:44:07 +01:00
Salvador Díaz Fau
86561f4913
Update to CEF 3.3626.1886.g162fdec 2019-02-12 12:34:34 +01:00
Salvador Díaz Fau
469b194d4a Update to CEF 3.3626.1886.g162fdec 2019-02-12 12:33:17 +01:00
Salvador Díaz Fau
45545152d0 New ToolBoxLazBrowser demo 2019-02-12 08:19:00 +01:00
Salvador Díaz Fau
1f96e8272b Added TChromium.GetNavigationEntries and TChromium.OnNavigationVisitorResultAvailable
- MiniBrowser demo : Added a context menu option to get the navigation entries.
2019-02-03 15:34:21 +01:00
Salvador Díaz Fau
a3de8552e3
Update to CEF 3.3626.1881.g628f810 2019-02-01 09:20:43 +01:00
Salvador Díaz Fau
856b5d1957 Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi 2019-02-01 09:19:20 +01:00
Salvador Díaz Fau
311a29d15f Update to CEF 3.3626.1881.g628f810 2019-02-01 09:19:17 +01:00
Salvador Díaz Fau
801d4bf1cc
Update to CEF 3.3578.1869.gcc1dc0f 2019-01-31 09:04:19 +01:00
Salvador Díaz Fau
787bb84938 Update to CEF 3.3578.1869.gcc1dc0f 2019-01-31 09:03:08 +01:00
Salvador Díaz Fau
f699e892a2
Update to CEF 3.3578.1867.g0f6d65a 2019-01-29 10:18:42 +01:00
Salvador Díaz Fau
6d12086933 Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi 2019-01-29 10:17:01 +01:00
Salvador Díaz Fau
f2e452c02e Update to CEF 3.3578.1867.g0f6d65a
- Removed obsolete properties in TCefApplication
- TabbedBrowser demo now closes when there are no tabs
2019-01-29 10:16:58 +01:00
Salvador Díaz Fau
2115211ec2
Updated copyright year 2019-01-23 11:57:05 +01:00
Salvador Díaz Fau
2a82206be3 Added default view rect values in OSR mode 2019-01-20 09:50:32 +01:00
Salvador Díaz Fau
9e12b2258b Bug fix #154
Fixed an issue in SchemeRegistrationBrowser with big streams. Now THelloScheme.ReadResponse copies the stream in chunks correctly.
2019-01-17 14:53:02 +01:00
Salvador Díaz Fau
395e76afce
Update to CEF 3.3578.1863.gbf8cff2 2019-01-13 12:19:30 +01:00
Salvador Díaz Fau
a8c44bd87b Update to CEF 3.3578.1863.gbf8cff2
- Removed obsolete "Result" parameter in all OSR demos.
- Added more code comments to ResponseFilterBrowser.
- Now ResponseFilterBrowser modifies the HTTP request to receive uncompressed resources.
- Updated compiler properties in Delphinus.Install.json
2019-01-13 12:17:52 +01:00
Salvador Díaz Fau
fe702f2a2f Fixed backwards compatibility with Delphi XE5 2019-01-10 09:59:39 +01:00
Salvador Díaz Fau
20c2a60d57
Updated Lazarus version 2019-01-08 19:31:32 +01:00
Salvador Díaz Fau
769aa4f384 Fixed IME support in OSR mode
- Added lots of conditional compiler directives to build CEF4DElphi in Linux using Lazarus/FPC
- Updated copyright year
2019-01-08 19:15:25 +01:00
Salvador Díaz Fau
ea11d6cd46 Added the TChromiumWindow.UseSetFocus property 2018-12-18 17:07:50 +01:00
Salvador Díaz Fau
c8e354b8e5 Added renamed constants for backwards compatibility 2018-12-13 13:24:38 +01:00
Salvador Díaz Fau
f788f87646
Update to CEF 3.3578.1860.g36610bd 2018-12-12 17:14:52 +01:00
Salvador Díaz Fau
bab31cc0a2 Update to CEF 3.3578.1860.g36610bd 2018-12-12 17:13:23 +01:00
Salvador Díaz Fau
14410a722a Bug fix #149 : Removed duplicated constants 2018-12-11 11:49:02 +01:00
Salvador Díaz Fau
82795b8159 Added ComponentPlatformsAttribute to TChromiumWindow
Fixed #146
2018-12-09 11:47:32 +01:00
Salvador Díaz Fau
665a578001 Added Delphi 10.3 Rio support
Added ComponentPlatformsAttribute to all the components to provide platform-specific run-time information.
2018-12-09 11:11:59 +01:00
Salvador Díaz Fau
fbe8ecaedd Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi 2018-12-06 11:49:17 +01:00
Salvador Díaz Fau
0688b10e1d Fixed circular reference in TCustomCefUrlrequestClient
Added the TCefApplication.DisableBackgroundNetworking and TCefApplication.MetricsRecordingOnly properties
2018-12-06 11:49:08 +01:00
Salvador Díaz Fau
d0d85d65ad
Removed empty properties 2018-11-30 10:40:07 +01:00
Salvador Díaz Fau
6214f4d7ae
Removed empty property 2018-11-30 10:38:59 +01:00
Salvador Díaz Fau
063f7f9d42
Added the Delphinus-Support tag 2018-11-30 10:36:16 +01:00
Salvador Díaz Fau
8b655ef68c
Create Delphinus.Install.json 2018-11-30 10:32:07 +01:00
Salvador Díaz Fau
01dd1bfb64
Create Delphinus.Info.json 2018-11-30 10:12:24 +01:00
Salvador Díaz Fau
bc19071005
Update text formatting 2018-11-30 09:16:39 +01:00
Salvador Díaz Fau
401b55350d
Create LICENSE.md 2018-11-30 09:11:06 +01:00
Salvador Díaz Fau
f7ffd5c4c9 Fixed mime type in DATA URL 2018-11-28 11:53:54 +01:00
Salvador Díaz Fau
a06523287c Added WebSockets events and instructions to SimpleServer 2018-11-25 18:59:41 +01:00
Salvador Díaz Fau
18135e907a Always set the $MINENUMSIZE directive
Fix for #139 when using external message pump
2018-11-22 15:02:21 +01:00
Salvador Díaz Fau
7e7f0cbe8f Enable the timer in SimpleLazarusBrowser 2018-11-19 09:59:29 +01:00
Salvador Díaz Fau
3a762bea54 Fixed D7 compatibility 2018-11-18 14:23:21 +01:00
Salvador Díaz Fau
1bc8aac781 Added missing GUID
Removed FastMM4 from the URLRequest demo
2018-11-17 12:33:28 +01:00
Salvador Díaz Fau
95c6939a37 Added TCEFUrlRequestClientComponent
Added URLRequest demo
2018-11-17 11:50:34 +01:00
Salvador Díaz Fau
9b04141fe1
Update to CEF 3.3538.1852.gcb937fc 2018-11-15 19:31:36 +01:00
Salvador Díaz Fau
10c9a99805 Update to CEF 3.3538.1852.gcb937fc
- Bug fix #139
- Added a LoadHandler in the render process.
- Added TCefApplication.OnLoadingStateChange
- Added TCefApplication.OnLoadStart
- Added TCefApplication.OnLoadEnd
- Added TCefApplication.OnLoadError
- Fixed a Delphi XE2 compilation issue.
2018-11-15 19:08:16 +01:00
Salvador Díaz Fau
428ae519b9
Update to CEF 3.3538.1851.g5622787 2018-11-13 14:16:47 +01:00
Salvador Díaz Fau
123a9dccc7 Update to CEF 3.3538.1851.g5622787 2018-11-13 14:14:45 +01:00
Salvador Díaz Fau
c57b66c402 Added the PostInspectorBrowser demo 2018-10-28 12:52:14 +01:00
Salvador Díaz Fau
a5e3a78859
Update to CEF 3.3538.1848.g1d1fe01 2018-10-26 10:34:43 +02:00