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

35 Commits

Author SHA1 Message Date
87843f4b8f Update to CEF 131.2.3 2024-11-16 12:19:26 +01:00
cf01920678 Fixed issue #535 ; Blurry text in FMX demos using OSR mode. 2024-10-10 12:42:09 +02:00
55a70a998e Update to CEF 128.4.8 2024-09-03 17:26:03 +02:00
506f56e583 Create independent browsers in FMXTabbedBrowser 2024-08-09 15:37:48 +02:00
11bb3607d5 Fixed FMXSkiaBrowser demo 2024-05-02 11:35:25 +02:00
fbe8c6c208 Update to CEF 120.1.8 2023-12-15 18:06:46 +01:00
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
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
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
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
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
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
7230669a4b Fixed issue #428 in FMXTabbedBrowser 2022-07-02 20:13:39 +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
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
c99a44aab2 Show and hide browser tabs in FMXTabbedOSRBrowser 2022-04-11 11:49:01 +02:00
41490cebdb Fixed some focus issues in FMX demos for Windows in normal mode 2022-02-27 19:39:19 +01:00
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
29c04d2221 Updated copyright year
Fixed the project version in the Lazarus LPK file
2022-01-01 10:41:21 +01:00
6030a82644 Fixed missing DELPHI28_UP define for unknown Delphi versions 2021-12-23 18:44:15 +01:00
3fef420fff Fixed a size issue in SimpleFMXBrowser with a high DPI screen 2021-12-03 18:34:44 +01:00
9b90babbcb Update to CEF 95.7.10
Added TChromiumCore.OnPrefsUpdated. See issue #390
2021-10-22 19:19:57 +02:00
a14c51f98b Added Delphi 11 Alexandria support 2021-09-14 12:45:14 +02:00
1efd6c9a67 Added custom JavaScript dialogs to FMXExternalPumpBrowser2 for Linux
Removed unused TOpenDialog from FMXExternalPumpBrowser for MacOS
Replaced the address box with a TComboEdit in FMXExternalPumpBrowser for Windows
2021-06-05 18:23:21 +02:00
43ab8ef953 Added TCEFTimerWorkScheduler
- Moved the GlobalCEFWorkScheduler creation after the GlobalCEFApp creation in all demos using it.
- Replaced TCEFWorkScheduler by TCEFTimerWorkScheduler in FMX demos for Linux and MacOS.
- Fixed context menu issue in FMXExternalPumpBrowser2 for Linux
- Fixed stability issues in FMXExternalPumpBrowser for MacOS
- Fixed 32bit build issues in TinyBrowser and ToolBoxBrowser2 demos.
- Added uCEFMacOSInterfaces and uCEFMacOSCustomCocoaTimer.
2021-06-04 15:10:40 +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
6d5b74070b Added tab navigation controls to the FMXTabbedOSRBrowser demo 2021-02-05 17:35:53 +01:00
04a6f9d66d Added tab navigation controls to the FMXTabbedBrowser demo 2021-02-05 17:25:37 +01:00
e0396ac3a5 Improved MacOS support thanks to martin_fr
Reorganized demos by OS
2021-01-31 16:53:07 +01:00