1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-04-17 06:57:13 +02:00

205 Commits

Author SHA1 Message Date
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
c55491e0a3 Added more test sites to MobileBrowser demo
Added the fullVersion field information to the Emulation.setUserAgentOverride method
2024-06-19 11:05:42 +02:00
Salvador Díaz Fau
496db82294 Enable Chrome runtime in MobileBrowser demo 2024-06-18 14:18:16 +02:00
Salvador Díaz Fau
16f76f39aa Enable Chrome runtime in SimpleBrowser2 demo 2024-06-17 11:44:07 +02:00
Salvador Díaz Fau
b2722c1dfa Added extensions and descriptions to TCEFFileDialogInfo
Fixed OnFileDialog event in MiniBrowser demo
2024-06-15 19:44:55 +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
e02e101533 Fixed incorrect type definitions
Fixed TCefCustomStringList.GetHandle return value type
2024-06-14 12:03:35 +02:00
Salvador Díaz Fau
bf11a7586e Added an example of HTTP header replacement in MiniBrowser 2024-06-02 10:19:14 +02:00
Salvador Díaz Fau
013bbe441c Fixed some GTK2 demos
Added Lazarus 3.4 mention in the readme
Added CefKeyEventLog calls in SimpleOSRBrowser to log keyboard events.
2024-05-29 17:25:15 +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
d5bfa05d39 Added a manifest made by Wellington Torrejais da Silva to D7 demos
Fixed build issue in Linux
2024-05-02 16:54:07 +02:00
Salvador Díaz Fau
36c99d107c Update to CEF 124.3.1
Removed the demos in Delphi_VCL\Extensions
2024-05-01 18:19: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
74f6cb4019 Added the NetworkTrackerBrowser demo 2024-03-03 20:12:35 +01:00
Salvador Díaz Fau
7093cc9a6a Update to CEF 122.1.8 2024-02-24 12:01:31 +01:00
salvadordf
2f4ff1b1f6 Update to CEF 121.3.13 2024-02-17 09:46:42 +01:00
salvadordf
161b2e3187 Added the JSExtensionSubProcess demo 2024-02-07 12:32:52 +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
Salvador Díaz Fau
f764c39cc1 Replace the SetPEFlags code
Remove the outdated license text.
Use the main cef.inc file in all Delphi demos.
Fixed issue #493.
2023-11-26 19:28:28 +01:00
salvadordf
2ba413797f Define a constant for SetPEFlags in MiniBrowserD7 2023-11-13 17:38:49 +01:00
salvadordf
792a602efa Update to CEF 118.7.1 2023-11-08 19:42:42 +01:00
salvadordf
d773926952 Added the MiniBrowserD7 demo for Delphi 7 2023-11-04 15:35:47 +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
69adbfb115 Added a GlobalCEFApp.OnUncaughtException example to the MiniBrowser demo. 2023-09-24 16:23:36 +02:00
salvadordf
f2237604fb Update to CEF 114.2.10 2023-06-09 15:13:45 +02:00
salvadordf
42d8ba4f85 Update to CEF 113.1.5 2023-05-17 11:56:49 +02:00
salvadordf
424975e0e1 Update to CEF 112.2.7 2023-04-08 19:00:33 +02:00
salvadordf
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
salvadordf
6b042e813a Update to CEF 111.2.2 2023-03-10 16:55:57 +01:00
salvadordf
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
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
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
salvadordf
941f2c768f Added TChromiumCore.ToggleAudioMuted
Always set TChromiumCore.AudioMuted in the right CEF thread
2022-08-29 22:45:28 +02:00
salvadordf
326b2a7405 Added an HTML response to the SimpleServer demo 2022-08-18 15:20:04 +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
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
salvadordf
1afd635484 Improved code comments in the SimpleOSRBrowser demo
Enable hardware acceleration in the SimpleOSRBrowser demo
2022-06-21 11:02:30 +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
455a75c849 Fixed issue #415 : TChromiumCore.Initialized remains False in some popup windows
Added the TabbedOSRBrowser demo
2022-04-30 19:01:45 +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