1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-05-13 21:46:53 +02:00

8 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
56cf3cfb1b Update to CEF 126.1.14 2024-06-14 19:17:43 +02:00
salvadordf
fbe8c6c208 Update to CEF 120.1.8 2023-12-15 18:06:46 +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
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
424975e0e1 Update to CEF 112.2.7 2023-04-08 19:00:33 +02: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