1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
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
8ec7c17025 Removed unnecessary include files and conditionals in Lazarus demos 2025-10-06 16:32:46 +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
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
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
Salvador Díaz Fau
3904180367 Added GlobalCEFApp.GTKVersion in Linux
Set GlobalCEFApp.GTKVersion to gtkVersion3 in TinyBrowser and TinyBrowser2 for Lazarus and GTK3 in order to avoid an initial error because the app and Chromium are trying to load diferent versions of GTK.
2025-04-25 16:51:53 +02:00
Salvador Díaz Fau
0206d90fb0 Enable multiple tabs and popup windows in TinyBrowser2 2025-03-05 11:47:06 +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
55a70a998e Update to CEF 128.4.8 2024-09-03 17:26:03 +02:00
salvadordf
a0c8eda6e0 Update to CEF 120.1.10
Added Lazarus 3.0 support
2023-12-23 18:58:40 +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
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
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
e7f8a0b68f Update to CEF 109.1.8
Added LINUXFPC and LINUXFMX to cef.inc
2023-01-12 15:36:45 +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
7f3e3415ef Added partial GTK3 support
Converted the OSRExternalPumpBrowser demo to GTK3
Converted the TinyBrowser demo to GTK3
Converted the TinyBrowser2 demo to GTK3
Moved all Lazarus demos for Linux to the Lazarus_Linux_GTK2 directory
Fixed the Copy.CEF.DLLs tool thanks to fraurino
2022-06-25 16:41:34 +02:00