1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00
Commit Graph

483 Commits

Author SHA1 Message Date
d773926952 Added the MiniBrowserD7 demo for Delphi 7 2023-11-04 15:35:47 +01:00
9c2d973203 Update to CEF 118.6.7
Updated cef.inc files with the Delphi 12 compiler version info found in Skia4Delphi
2023-10-25 11:32:00 +02:00
d5d5387124 Update to CEF 118.6.6 2023-10-22 19:09:51 +02:00
b4b7a29b84 Removed outdated properties and comments from FMXExternalPumpBrowser2 2023-09-26 16:03:42 +02:00
69adbfb115 Added a GlobalCEFApp.OnUncaughtException example to the MiniBrowser demo. 2023-09-24 16:23:36 +02:00
d7b1d9d95a Fixed FMXExternalPumpBrowser for MacOS 2023-07-31 18:13:15 +02:00
f2237604fb Update to CEF 114.2.10 2023-06-09 15:13:45 +02:00
42d8ba4f85 Update to CEF 113.1.5 2023-05-17 11:56:49 +02:00
424975e0e1 Update to CEF 112.2.7 2023-04-08 19:00:33 +02:00
4150a65980 Fixed issue #446 : OSR browsers don't show the blinking caret when you click on an editable element 2023-03-11 17:29:30 +01:00
6b042e813a Update to CEF 111.2.2 2023-03-10 16:55:57 +01:00
141e177483 Added WindowsServiceBrowser demo
Added TCEFBrowserBitmap
Use TCEFBrowserBitmap in the ConsoleBrowser2 and WebpageSnapshot demos.
Fixed issue #445
2023-02-12 20:09:59 +01:00
e7f8a0b68f Update to CEF 109.1.8
Added LINUXFPC and LINUXFMX to cef.inc
2023-01-12 15:36:45 +01:00
1f5b9c03a4 Updated copyright year 2023-01-07 15:53:04 +01:00
ab8d8ec53e Fixed screen scale issue in SimpleFMXBrowser
Added a status bar to SimpleFMXBrowser and FMXTabbedBrowser
2023-01-01 18:17:22 +01:00
a20f854950 Update to CEF 108.4.13 2022-12-16 11:29:15 +01:00
83a2d51322 Update to CEF 107.1.9 2022-11-10 12:37:19 +01:00
031eb58ad1 Added VirtualUI demos for Delphi and Lazarus
Added Delphi_VCL/VirtualUIBrowser
Added Delphi_FMX_Windows/FMXVirtualUIBrowser
Added Lazarus_Windows/VirtualUIBrowser
2022-10-15 19:29:11 +02:00
e3fbc6ab64 Use CefBaseTimeToDateTime instead of CefTimeToDateTime in the MiniBrowser demo
Added Delphi 11.2 reference to the Readme.md file
2022-09-13 16:17:24 +02:00
941f2c768f Added TChromiumCore.ToggleAudioMuted
Always set TChromiumCore.AudioMuted in the right CEF thread
2022-08-29 22:45:28 +02:00
326b2a7405 Added an HTML response to the SimpleServer demo 2022-08-18 15:20:04 +02:00
f2400c68a5 Update to CEF 104.4.18 2022-08-06 12:00:28 +02:00
9a1a3bb325 Fixed context menu position in Firemonkey OSR demos running in high DPI monitors
Fixed touch and pen handling function in Firemonkey OSR demos running in high DPI monitors.
Fixed issue #431: Outdated DCPCrypt project link
2022-07-28 11:07:26 +02:00
15cb66e1f1 Fixed backwards compatibility issue in FMXTabbedBrowser demo 2022-07-04 15:41:27 +02:00
317e4eae16 Added workaround the issue #427 in ResponseFilterBrowser 2022-07-02 20:31:57 +02:00
7230669a4b Fixed issue #428 in FMXTabbedBrowser 2022-07-02 20:13:39 +02:00
63d5156cec Improved functions to read the screen scale in FMX
Fixed FMXExternalPumpBrowser2 initialization issue in Linux
2022-06-26 17:53:54 +02:00
676162a41b Fixed context menu position in FMX demos using OSR mode in high DPI screens
Fixed a build issue in the SubProcess demo.
2022-06-25 18:19:14 +02:00
7f3e3415ef Added partial GTK3 support
Converted the OSRExternalPumpBrowser demo to GTK3
Converted the TinyBrowser demo to GTK3
Converted the TinyBrowser2 demo to GTK3
Moved all Lazarus demos for Linux to the Lazarus_Linux_GTK2 directory
Fixed the Copy.CEF.DLLs tool thanks to fraurino
2022-06-25 16:41:34 +02:00
1afd635484 Improved code comments in the SimpleOSRBrowser demo
Enable hardware acceleration in the SimpleOSRBrowser demo
2022-06-21 11:02:30 +02:00
337cabaa18 Added canvas save and restore calls as suggested by viniciusfbb
Fixed resize issue in FMXSkiaBrowser
FMXSkiaBrowser code cleanup.
2022-06-08 22:24:44 +02:00
e470e8a535 Set the GlobalUseSkiaRasterWhenAvailable and GlobalUseMetal values in FMXSkiaBrowser 2022-06-08 16:29:01 +02:00
688c68ab65 Added the FMXSkiaBrowser demo
Added the FMXSkiaBrowser demo. It uses Skia4Delphi to show the web contents.
https://github.com/skia4delphi/skia4delphi
2022-06-02 18:02:58 +02:00
5bbddf099c Update to CEF 102.0.8 2022-05-26 13:08:20 +02:00
3bca41ef4a Update to CEF 101.0.15 2022-05-03 12:43:16 +02:00
455a75c849 Fixed issue #415 : TChromiumCore.Initialized remains False in some popup windows
Added the TabbedOSRBrowser demo
2022-04-30 19:01:45 +02:00
7de8912d31 Use TChromium.OnCursorChange in the MiniBrowser demo 2022-04-27 11:03:07 +02:00
a7d682639a Use GlobalCEFApp.OnFocusedNodeChanged in DOMVisitor to fill an input element 2022-04-18 10:39:28 +02:00
52c42ad27d Added ResponseFilterBrowser demo for Lazarus in Windows 2022-04-16 17:32:47 +02:00
c99a44aab2 Show and hide browser tabs in FMXTabbedOSRBrowser 2022-04-11 11:49:01 +02:00
ad44231235 Fixed error logging in OSRExternalPumpBrowser2 2022-04-09 18:36:05 +02:00
a2a61e3ef7 Enable hardware acceleration in OSRExternalPumpBrowser2 and SimpleOSRBrowser2 2022-04-09 18:27:32 +02:00
bb26a4cf18 Added 2 OSR demos using OpenGL for Windows and Linux
Added the OSRExternalMessagePump2 demo for Lazarus in Linux
Added the SimpleOSRBrowser2 demo for Lazarus in Windows
2022-04-09 18:15:33 +02:00
d4f7a9a3aa Update to CEF 100.0.14 2022-04-06 12:13:07 +02:00
b4a02e89af Added MobileBrowser demo for Lazarus on Windows and Linux
Fixed issues using the message_id parameter incorrectly when calling ExecuteDevToolsMethod in the MiniBrowser and MobileBrowser demos.
2022-04-02 16:32:39 +02:00
fd331e266c Update to CEF 99.2.14
Added the MobileBrowser demo
2022-03-30 16:48:20 +02:00
d141f5d751 Fixed backwards compatibility issues
Fixed issue #409
2022-03-06 10:21:37 +01:00
2133254e80 Release the certificate selection callback as soon as it's no longer needed 2022-03-05 14:16:25 +01:00
d0838e2438 Update to CEF 99.2.9
Added a certificate selection form to the MiniBrowser VCL demo
2022-03-05 13:17:34 +01:00
951c583ddd Update to CEF 99.2.7 2022-03-03 11:16:30 +01:00