1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2026-05-16 08:38:08 +02:00
Commit Graph

24 Commits

Author SHA1 Message Date
Salvador Díaz Fau 030e679729 Removed most compiler warnings and hints in Lazarus.
Encode and decode all utf8 strings in Lazarus.
2025-12-31 18:09:38 +01:00
Salvador Díaz Fau 6be46b2985 Removed unused units from the uses clause 2025-12-29 19:05:51 +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
Salvador Díaz Fau e3cd6821c8 Update to CEF 125.0.19 2024-05-28 15:50:48 +02:00
Salvador Díaz Fau 36c99d107c Update to CEF 124.3.1
Removed the demos in Delphi_VCL\Extensions
2024-05-01 18:19:19 +02:00
salvadordf a000f59f97 Update to CEF 121.3.2 2024-02-01 15:13:22 +01:00
salvadordf 90db9ab70d Update to CEF 119.4.3 2023-11-16 16:58:47 +01:00
salvadordf 8cb1b13bbd Update to CEF 117.2.2 2023-09-30 20:04:38 +02:00
salvadordf f423f19168 Update to CEF 117.1.5 2023-09-29 19:23:38 +02: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 99ffca1375 Update to CEF 115.3.11 2023-07-30 18:47:35 +02:00
salvadordf 000f162de2 Update to CEF 112.3.0 2023-04-21 16:05:10 +02:00
salvadordf 6b042e813a Update to CEF 111.2.2 2023-03-10 16:55:57 +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 be3015fe1f Update to CEF 106.1.0 2022-10-14 16:35:50 +02:00
salvadordf 5bbddf099c Update to CEF 102.0.8 2022-05-26 13:08:20 +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
salvadordf c88ec15bd4 Update to CEF 94.4.1
Added the keyboard handling modification to the OSRExternalPumpBrowser demo requested by mterrisse in issue #378
Fixed the wrong form icon in TinyBrowser demo.
2021-09-27 12:04:33 +02:00
Salvador Diaz Fau 1d984307ad Updated copyright year 2021-01-01 11:11:30 +01:00
Salvador Díaz Fau c7d0200657 Update to CEF 85.3.5
- Added the workaround to the issue #301 to the MiniBrowser demo.
2020-09-10 11:21:39 +02:00
Salvador Díaz Fau 318318c85c Added Views Framework support #244
Added ToolBoxBrowser2 demo
Added TCEFBrowserViewComponent.
Added TCEFLabelButtonComponent.
Added TCEFMenuButtonComponent.
Added TCEFPanelComponent.
Added TCEFTextfieldComponent.
Added TCEFScrollViewComponent.
Added TCEFWindowComponent.
2020-05-05 18:10:33 +02:00