1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-10-30 23:07:52 +02:00

1462 Commits

Author SHA1 Message Date
Salvador Díaz Fau
ff091dca52 Only call ShowX11Message when the display server is X11
Some checks are pending
Make / build (ubuntu-latest) (push) Waiting to run
2025-10-30 18:45:36 +01:00
Salvador Díaz Fau
f0bd5bc671 Update to CEF 141.0.11 2025-10-24 11:39:24 +02:00
Salvador Díaz Fau
7587909304 Added GlobalCEFApp.DoNotDeElevate 2025-10-24 10:37:15 +02:00
Salvador Díaz Fau
093555dd01 Fixed MiniBrowser build issue in old Delphi versions 2025-10-23 16:35:46 +02:00
Salvador Díaz Fau
c965b0f838 Fixed build issue in old Delphi versions. 2025-10-23 16:30:52 +02:00
Salvador Díaz Fau
cb94a47273 Update to CEF 141.0.10 2025-10-23 11:02:27 +02:00
Salvador Díaz Fau
5a9e909d64 Added GlobalCEFApp.FieldTrialConfig 2025-10-22 15:13:16 +02:00
Salvador Díaz Fau
79577e7a57 Update to CEF 141.0.9 2025-10-22 12:19:42 +02:00
Salvador Díaz Fau
c790411696 Update to CEF 141.0.8 2025-10-21 11:38:31 +02:00
Salvador Díaz Fau
ff698f6d04 Update to CEF 141.0.7 2025-10-18 15:23:57 +02:00
Salvador Díaz Fau
ccd0a3fd00 Show an error message when CEF initialization is not successfull. 2025-10-17 18:34:48 +02:00
Salvador Díaz Fau
5436482422 Show an error message when CEF initialization is not successfull. 2025-10-17 18:23:10 +02:00
Salvador Díaz Fau
d5271218eb Update to CEF 141.0.6 2025-10-16 18:29:22 +02:00
Salvador Díaz Fau
ff3369a30b Update to CEF 141.0.5 2025-10-15 11:50:48 +02:00
Salvador Díaz Fau
f8834c063a Fixed possible access violation in Lazarus_Linux_QT6/SimpleBrowser 140.0.7339.185 2025-10-12 18:00:36 +02:00
Salvador Díaz Fau
8d047e2525 Increased InternalVersion 2025-10-11 18:17:12 +02:00
Salvador Díaz Fau
d9515fcde5 Fixed some Wayland compatibility issues in the Lazarus demos for Linux 2025-10-11 18:16:42 +02:00
Salvador Díaz Fau
30a66a035b Added GlobalCEFApp.DisplayServer
Added TCefLinuxDisplayServer
Check if the display server is X11 before trying to get a PXDisplay value.
2025-10-11 17:16:53 +02:00
Salvador Díaz Fau
3701c7b4b0 Fixed exception reading the X11Display in Linux if Wayland is enabled 2025-10-11 10:10:25 +02:00
Salvador Díaz Fau
22a7a2f7b6 Workaround for issue #529. The PopupBrowser demo for Lazarus in Windows crashes at shutdown with CEF 128 2025-10-08 13:37:19 +02:00
Salvador Díaz Fau
c45521d416 Fixed chrmosrBeforePopup arguments in PopupBrowser for Lazarus 2025-10-07 18:17:25 +02:00
Salvador Díaz Fau
8ec7c17025 Removed unnecessary include files and conditionals in Lazarus demos 2025-10-06 16:32:46 +02:00
Salvador Díaz Fau
774e1d8c58 Updated TCefClearDataStorageTypes values
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled
Improved documentation for TCefClearDataStorageTypes
Improved documentation for TChromiumCore.ClearDataForOrigin
2025-09-26 17:06:39 +02:00
Salvador Díaz Fau
4a33371558 Added transparency test code to SimpleOSRBrowser in QT 2025-09-21 17:15:22 +02:00
Salvador Díaz Fau
ed15f1cca3 Fixed missing GlobalCEFApp property in SimpleOSRBrowser for QT
Removed TChromiumCore.OnClose from SimpleBrowser for QT6
Added code comments to all QT demos
2025-09-21 16:18:10 +02:00
Salvador Díaz Fau
f893242ad0 Added SimpleOSRBrowser for QT5 2025-09-21 12:31:09 +02:00
Salvador Díaz Fau
de7dbe1359 Fixed keyboard issue in Lazarus_Linux_QT6\SimpleOSRBrowser 2025-09-20 18:52:54 +02:00
Salvador Díaz Fau
b5c6f18cdc Update to CEF 140.1.14 2025-09-19 17:27:17 +02:00
Salvador Díaz Fau
e5ad04f1d9 Added SimpleOSRBrowser demo for QT6 in Linux (work in progress) 139.0.7258.139 2025-09-18 19:31:58 +02:00
Salvador Díaz Fau
9533fc2257 Fixed issue #569. Multiple fixes to bugs in temporary directory cleaning code. Thanks to AlexAT. 2025-09-17 16:05:21 +02:00
Salvador Díaz Fau
435cfe8cae Added QT6 support
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled
Added SimpleBrowser for Lazarus and QT6
2025-09-14 19:25:12 +02:00
Salvador Díaz Fau
ce571c5674 Increment InternalVersion value 2025-09-13 18:23:38 +02:00
Salvador Díaz Fau
ded23f33a1 Added initial QT support (work in progress) 2025-09-13 18:23:07 +02:00
Salvador Díaz Fau
c9aba9c250 Fixed build issue in QT projects 2025-09-13 16:06:23 +02:00
Salvador Díaz Fau
9d38ca7ee7 Update to CEF 139.0.40
Added Delphi 13 mention.
Clean up some Lazarus demos for Linux.
2025-09-11 13:25:55 +02:00
Salvador Díaz Fau
0a97240c4c Added code comments to GTKBrowser
Removed overloaded UseDefaultX11VisualForGtk
Removed overloaded FlushDisplay
Added Linux Mint 22.2 mention
2025-09-09 17:36:08 +02:00
Salvador Díaz Fau
491eba7bc5 Increased InternalVersion 2025-09-07 17:02:37 +02:00
Salvador Díaz Fau
0f1ba28fee Added GTKBrowser demo. (work in progress)
Added GlobalCEFApp.OzonePlatform
Added TCefOzonePlatform
Added gdk_x11_display_get_xdisplay
Added gdk_x11_screen_get_screen_number
Added gdk_x11_visual_get_xvisual
Added UseDefaultX11VisualForGtk
Added FlushDisplay
Fixed TCEFWindowInfoWrapper.AsChild in GTK3
2025-09-07 16:59:42 +02:00
Salvador Díaz Fau
cd67fb9d23 Merge pull request #568 from salvadordf/dependabot/github_actions/actions/checkout-5
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled
Bump actions/checkout from 4 to 5
2025-09-02 08:38:58 +02:00
dependabot[bot]
dd3dfe5837 Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-02 06:06:20 +00:00
Salvador Díaz Fau
7412787136 Added required entitlements to FMXExternalPumpBrowser in macOS 2025-08-30 17:38:20 +02:00
Salvador Díaz Fau
8d0403e083 Update to CEF 139.0.38 2025-08-30 15:37:39 +02:00
Salvador Díaz Fau
dbf556fd7d Fixed build issue in Delphi 2007 2025-08-29 16:20:30 +02:00
Salvador Díaz Fau
744c05d011 Update to CEF 139.0.37 2025-08-28 12:55:36 +02:00
Salvador Díaz Fau
2ed634e298 Update to CEF 139.0.30
TCEFWinControl must inherit from TCustomPanel in GTK3
2025-08-27 15:55:39 +02:00
Salvador Díaz Fau
00fbd4346c Fixed build issue in Windows 2025-08-26 17:09:32 +02:00
Salvador Díaz Fau
f32b44aa31 Fixed IME in GTK3 for Lazarus
Only for browsers in OSR mode.
2025-08-26 17:02:21 +02:00
Salvador Díaz Fau
68d581f8b2 GTK3 demos for Lazarus adapted to the new TBufferPanel events. 2025-08-26 12:04:51 +02:00
Salvador Díaz Fau
7f75aac2e4 Fixed Lazarus package 2025-08-25 19:27:20 +02:00
Salvador Díaz Fau
372bea8377 Added SimpleOSRBrowser demo for Lazarus using GTK3
Added uCEFLinuxOSRIMEHandler to the CEF4Delphi source directory.
Updated SimpleOSRBrowser for GTK2
2025-08-25 19:17:25 +02:00