1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-09-30 21:28:55 +02:00
Commit Graph

23 Commits

Author SHA1 Message Date
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
e5ad04f1d9 Added SimpleOSRBrowser demo for QT6 in Linux (work in progress) 2025-09-18 19:31:58 +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
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
e2bafbdf9a Update to CEF 133.4.6 2025-02-16 15:02:10 +01:00
Salvador Díaz Fau
ad5a33911a Fixed build issue in XE2 2024-08-03 17:05:35 +02:00
Salvador Díaz Fau
0ada3d1ba9 Fixed TChromium.DownloadBubble issue
Define LCL_FULLVERSION  in Delphi to avoid compiler warnings
2024-06-12 10:45:27 +02:00
Salvador Díaz Fau
110fefdfb5 Update to CEF 125.0.22
Fixed build issue in uCEFLinuxFunctions
2024-06-11 11:54:09 +02:00
Salvador Díaz Fau
75dbef00a7 Fixed old Lazarus build issue 2024-06-09 11:33:57 +02:00
Salvador Díaz Fau
5a99727c87 Fixed Linux build issue 2024-05-14 21:57:18 +02:00
Salvador Díaz Fau
09a986830e Fixed Linux build issue 2024-05-13 20:30:51 +02:00
salvadordf
1562a911fc Fixed build issue in Delphi 2023-12-23 19:27:38 +01:00
salvadordf
a0c8eda6e0 Update to CEF 120.1.10
Added Lazarus 3.0 support
2023-12-23 18:58:40 +01:00
salvadordf
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
salvadordf
3d4f890935 Update to CEF 110.0.25 2023-02-09 16:45:08 +01:00
salvadordf
1f5b9c03a4 Updated copyright year 2023-01-07 15:53:04 +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
salvadordf
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
salvadordf
29c04d2221 Updated copyright year
Fixed the project version in the Lazarus LPK file
2022-01-01 10:41:21 +01:00
Salvador Díaz Fau
e72bbfd46e Improved functions to get the screen scale and DPI values in all platforms 2021-06-24 17:47:22 +02:00
Salvador Díaz Fau
44896524e8 Improved keyboard and mouse support in FMXExternalPumpBrowser for MacOS
Added X11 error handling functions to FMXExternalPumpBrowser2 demo for Linux.
Deleted FMXExternalPumpBrowser demo for Linux.
Added uCEFMacOSConstants and uCEFMacOSFunctions units for MacOS.
Replaced TThread.Queue for TThread.ForceQueue to avoid executing that method immediately in some cases.
2021-05-26 19:32:10 +02:00
Salvador Diaz Fau
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