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

96 Commits

Author SHA1 Message Date
0aebca3630 Update to CEF 130.1.2 2024-10-19 19:07:53 +02:00
165ab6eeff Updated TCefErrorCode values and code comments 2024-09-17 18:13:26 +02:00
55a70a998e Update to CEF 128.4.8 2024-09-03 17:26:03 +02:00
817a5ff911 Added TChromiumCore.SimulateMouseEvent
Added TChromiumCore.SimulateTouchEvent
Added TChromiumCore.SimulateEditingCommand
Fixed TChromiumCore.SimulateKeyEvent
Added EditingCommandToString
2024-07-19 18:18:00 +02:00
56cf3cfb1b Update to CEF 126.1.14 2024-06-14 19:17:43 +02:00
e3cd6821c8 Update to CEF 125.0.19 2024-05-28 15:50:48 +02:00
36c99d107c Update to CEF 124.3.1
Removed the demos in Delphi_VCL\Extensions
2024-05-01 18:19:19 +02:00
0562b323a6 Update to CEF 123.0.8 2024-04-07 16:47:46 +02:00
b4f492bfa1 Updated command_id values used in the context menus 2024-03-06 15:35:15 +01:00
7093cc9a6a Update to CEF 122.1.8 2024-02-24 12:01:31 +01:00
a000f59f97 Update to CEF 121.3.2 2024-02-01 15:13:22 +01:00
fbe8c6c208 Update to CEF 120.1.8 2023-12-15 18:06:46 +01:00
8979dc8078 Update to CEF 117.1.4 2023-09-24 11:21:05 +02:00
c711266cb2 Update to CEF 116.0.13 2023-08-18 12:05:45 +02:00
ca8bc9dff4 Added cef4delphi.chm help file
Added the PDS file to extract the HTML Help files using PasDoc
Added more XML documentation
Fixed some XML errors.
Removed the license copy from the pas units.
Updated the LICENSE.md file
2023-08-09 19:38:57 +02:00
0fe7711425 Added more XML documentation 2023-08-07 20:21:42 +02:00
99ffca1375 Update to CEF 115.3.11 2023-07-30 18:47:35 +02:00
f2237604fb Update to CEF 114.2.10 2023-06-09 15:13:45 +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
1f5b9c03a4 Updated copyright year 2023-01-07 15:53:04 +01:00
a20f854950 Update to CEF 108.4.13 2022-12-16 11:29:15 +01:00
be3015fe1f Update to CEF 106.1.0 2022-10-14 16:35:50 +02:00
819e546836 Added missing severity log levels used by CefLog 2022-09-12 08:49:12 +02:00
0cfd39aae4 Update to CEF 105.3.25 2022-09-04 19:18:07 +02:00
f2400c68a5 Update to CEF 104.4.18 2022-08-06 12:00:28 +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
63bd707553 Partial fix for issue #413 Chinese IME bug in OSR 2022-04-23 16:49:11 +02:00
03f9e9a1b9 Update to CEF 98.2.0
Fixed issue #404 : Memory leak with empty TChromiumDefaultUrl
Fixed crash in RasperryPi OS 64 bits
2022-02-19 18:56:41 +01:00
ef8d9e02c1 Updated error constants 2022-02-06 16:32:28 +01:00
29c04d2221 Updated copyright year
Fixed the project version in the Lazarus LPK file
2022-01-01 10:41:21 +01:00
6393b6f480 Update to CEF 96.0.17
Call SetProcessShutdownParameters with the same parameter values as Chromium does.
Fixed some backwards compatibility issues
2021-12-08 17:45:03 +01:00
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
83a75c985a Update to CEF 93.1.11
Fixed issue #378  in the VCL demos
2021-09-05 10:49:20 +02:00
28ed9e7794 Added FMXExternalPumpBrowser demo for MacOS
Added TinyBrowser demo for Linux.
Added AppHelperRenamer tool for MacOS.
Disabled 3 event in TCefViewDelegateRef in 32 bits as a workaround for the issue #278
2021-05-16 19:42:25 +02:00
c5fae76a1f Update to CEF 90.5.4 2021-04-18 19:36:20 +02:00
1515e2bf99 Update to CEF 89.0.6
Added GlobalCEFApp.ApiHashUniversal
Added GlobalCEFApp.ApiHashPlatform
Added GlobalCEFApp.ApiHashCommit
Added a menu option to the MiniBrowser demo to show the CEF version info and API hashes.
2021-03-06 12:24:28 +01:00
002a21e6d6 Update to CEF 88.2.5
- Added TCEFWorkSchedulerQueueThread as an experimental way to handle the external message pump events for all platforms.
- Fixed backwards compatibility issues with Delphi 7.
2021-02-11 19:52:23 +01:00
77a5766367 Added keyboard support to the FMXExternalPumpBrowser2 demo in Linux thanks to Christoph Schneider
Moved most of the Linux constants, types and functions to new units.
2021-01-28 19:29:04 +01:00
151b6fe3da Update to CEF 88.1.4
Added GlobalCEFApp.DisableChromeLoginPrompt
Removed GlobalCEFApp.CustomFlashPath
Removed GlobalCEFApp.FlashEnabled
Removed TChromiumCore.RunAllFlashInAllowMode
2021-01-21 15:46:35 +01:00
1d984307ad Updated copyright year 2021-01-01 11:11:30 +01:00
e7eae21105 Improved Linux support in Lazarus
- Fixed issue #255
- Changed GlobalCEFApp.DefaultEncoding property type to ustring
- Changed GlobalCEFApp.OverrideSpellCheckLang property type to ustring
2020-12-28 18:11:27 +01:00
dee111279b Update to CEF 84.2.1 2020-07-18 19:12:01 +02:00
c44023cb21 Update to CEF 83.3.9 2020-05-23 15:00:44 +02:00
5c2204b207 Fixed issue #277 2020-05-05 19:20:23 +02:00
3de53a0376 Update to CEF 81.2.15 2020-04-10 09:49:34 +02:00
c55283acb1 Update to CEF 80.1.14 2020-04-03 17:57:52 +02:00
7662b61778 Workaround for issue #271 2020-03-31 12:44:10 +02:00