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

14 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
salvadordf f44c9ebbeb Added more XML documentation. 2023-09-26 12:20:22 +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 9e7da7a03e Update to CEF 113.3.1 2023-05-29 17:20:32 +02:00
salvadordf 1f5b9c03a4 Updated copyright year 2023-01-07 15:53:04 +01:00
salvadordf 63bd707553 Partial fix for issue #413 Chinese IME bug in OSR 2022-04-23 16:49:11 +02:00
salvadordf 29c04d2221 Updated copyright year
Fixed the project version in the Lazarus LPK file
2022-01-01 10:41:21 +01:00
Salvador Diaz Fau 1d984307ad Updated copyright year 2021-01-01 11:11:30 +01:00
Salvador Díaz Fau 3de53a0376 Update to CEF 81.2.15 2020-04-10 09:49:34 +02:00
Salvador Díaz Fau fd1e936198 Update to CEF 79.0.10
- Removed CEFSentinel from some demos because it's no longer necessary.
- Updated copyright year.
2020-01-01 12:48:10 +01:00
Salvador Díaz Fau 1fa2f43b0c Update to CEF 77.1.18
- Modified CefPostTask and CefPostDelayedTask to return a boolean value.
- Added CefCurrentlyOn helper function.
- Replaced all "CEF3" mentions by "CEF".
2019-10-19 10:58:34 +02:00
Salvador Díaz Fau fe702f2a2f Fixed backwards compatibility with Delphi XE5 2019-01-10 09:59:39 +01:00
Salvador Díaz Fau 769aa4f384 Fixed IME support in OSR mode
- Added lots of conditional compiler directives to build CEF4DElphi in Linux using Lazarus/FPC
- Updated copyright year
2019-01-08 19:15:25 +01:00