1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00
Commit Graph

77 Commits

Author SHA1 Message Date
Salvador Díaz Fau
6badc8f3bd Fixed ConsoleBrowser2 resize issues
Renamed TCEFBrowserBitmap.BeginBufferDraw to TCEFBrowserBitmap.BeginDraw
Renamed TCEFBrowserBitmap.EndBufferDraw to TCEFBrowserBitmap.EndDraw
Renamed TCEFBrowserBitmap.UpdateBufferDimensions to TCEFBrowserBitmap.UpdateDimensions
Removed TCEFBrowserBitmap.BufferIsResize
2024-11-30 11:18:21 +01:00
Salvador Díaz Fau
87843f4b8f Update to CEF 131.2.3 2024-11-16 12:19:26 +01:00
Salvador Díaz Fau
b5e337f36c Block F1 and F11 in MiniBrowser demos 2024-09-12 09:05:07 +02:00
Salvador Díaz Fau
55a70a998e Update to CEF 128.4.8 2024-09-03 17:26:03 +02:00
Salvador Díaz Fau
ed52c6144c Fixed cursor handling in MiniBrowser 2024-08-22 10:52:32 +02:00
Salvador Díaz Fau
265a4d0ea6 Improved EditorBrowser demos
Added copy, cut and paste buttons using the new TChromium.SimulateEditingCommand procedure
2024-08-05 17:41:57 +02:00
Salvador Díaz Fau
56cf3cfb1b Update to CEF 126.1.14 2024-06-14 19:17:43 +02:00
Salvador Díaz Fau
e3cd6821c8 Update to CEF 125.0.19 2024-05-28 15:50:48 +02:00
Salvador Díaz Fau
08012881e0 Added context menu to change the color mode in MiniBrowser 2024-05-02 17:38:03 +02:00
Salvador Díaz Fau
79b76d3e71 Fixed black browser in Lazarus demos
Added a manifest to all Lazarus demos for Windows
2024-05-02 12:31:19 +02:00
Salvador Díaz Fau
7b21547a4b Improved function to emulate the user agent thanks to 김케이 KimK-Hack 2024-04-18 12:06:34 +02:00
Salvador Díaz Fau
897b13b7df Fixed GetDefaultCEFUserAgent 2024-03-08 17:44:43 +01:00
Salvador Díaz Fau
65103ad6e7 Added the NetworkTrackerBrowser demo for Lazarus 2024-03-04 17:33:45 +01:00
Salvador Díaz Fau
7093cc9a6a Update to CEF 122.1.8 2024-02-24 12:01:31 +01:00
salvadordf
161b2e3187 Added the JSExtensionSubProcess demo 2024-02-07 12:32:52 +01:00
salvadordf
a0c8eda6e0 Update to CEF 120.1.10
Added Lazarus 3.0 support
2023-12-23 18:58:40 +01:00
salvadordf
fbe8c6c208 Update to CEF 120.1.8 2023-12-15 18:06:46 +01:00
Salvador Díaz Fau
9e5b90303c Use the main cef.inc file in all demos
Remove unused uCEFSentinel references.
Remove duplicated licenses.
2023-11-27 18:21:07 +01:00
salvadordf
792a602efa Update to CEF 118.7.1 2023-11-08 19:42:42 +01:00
salvadordf
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
salvadordf
d5d5387124 Update to CEF 118.6.6 2023-10-22 19:09:51 +02:00
salvadordf
f2237604fb Update to CEF 114.2.10 2023-06-09 15:13:45 +02:00
salvadordf
424975e0e1 Update to CEF 112.2.7 2023-04-08 19:00:33 +02:00
salvadordf
6b042e813a Update to CEF 111.2.2 2023-03-10 16:55:57 +01:00
salvadordf
1f5b9c03a4 Updated copyright year 2023-01-07 15:53:04 +01:00
salvadordf
a20f854950 Update to CEF 108.4.13 2022-12-16 11:29:15 +01:00
salvadordf
83a2d51322 Update to CEF 107.1.9 2022-11-10 12:37:19 +01:00
salvadordf
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
salvadordf
f2400c68a5 Update to CEF 104.4.18 2022-08-06 12:00:28 +02:00
salvadordf
317e4eae16 Added workaround the issue #427 in ResponseFilterBrowser 2022-07-02 20:31:57 +02:00
salvadordf
5bbddf099c Update to CEF 102.0.8 2022-05-26 13:08:20 +02:00
salvadordf
3bca41ef4a Update to CEF 101.0.15 2022-05-03 12:43:16 +02:00
salvadordf
7de8912d31 Use TChromium.OnCursorChange in the MiniBrowser demo 2022-04-27 11:03:07 +02:00
salvadordf
a7d682639a Use GlobalCEFApp.OnFocusedNodeChanged in DOMVisitor to fill an input element 2022-04-18 10:39:28 +02:00
salvadordf
52c42ad27d Added ResponseFilterBrowser demo for Lazarus in Windows 2022-04-16 17:32:47 +02:00
salvadordf
a2a61e3ef7 Enable hardware acceleration in OSRExternalPumpBrowser2 and SimpleOSRBrowser2 2022-04-09 18:27:32 +02:00
salvadordf
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
salvadordf
d4f7a9a3aa Update to CEF 100.0.14 2022-04-06 12:13:07 +02:00
salvadordf
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
salvadordf
acd6deb308 Update to CEF 98.2.1
Added the source directory to all the search paths
Replaced packages with a DPK file for old Delphi versions and a group for newer Delphi versions.
Updated all include files
2022-02-26 14:29:41 +01:00
salvadordf
127b062909 Update to CEF 97.1.2
Enable the "Chrome runtime" mode in the TinyBrowser2 demos
2022-01-11 11:49:38 +01:00
salvadordf
2ef6568a3f Update to CEF 97.1.1 2022-01-07 19:18:18 +01:00
salvadordf
29c04d2221 Updated copyright year
Fixed the project version in the Lazarus LPK file
2022-01-01 10:41:21 +01:00
salvadordf
6030a82644 Fixed missing DELPHI28_UP define for unknown Delphi versions 2021-12-23 18:44:15 +01:00
salvadordf
f9b7447094 Update to CEF 95.7.12
Fix for Windows shutdown issue thanks to petko
2021-10-26 10:29:58 +02:00
salvadordf
9b90babbcb Update to CEF 95.7.10
Added TChromiumCore.OnPrefsUpdated. See issue #390
2021-10-22 19:19:57 +02:00
salvadordf
c88ec15bd4 Update to CEF 94.4.1
Added the keyboard handling modification to the OSRExternalPumpBrowser demo requested by mterrisse in issue #378
Fixed the wrong form icon in TinyBrowser demo.
2021-09-27 12:04:33 +02:00
Salvador Díaz Fau
a14c51f98b Added Delphi 11 Alexandria support 2021-09-14 12:45:14 +02:00
Salvador Díaz Fau
5602e1029d Moved CefClearSchemeHandlerFactories to the GlobalCEFApp destruction 2021-09-11 12:00:09 +02:00
Salvador Díaz Fau
0683539655 Fixed issue #382 : scheme registration leak
Added a link to test Widevine in the MiniBrowser demo
2021-09-10 18:30:54 +02:00