1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00
Commit Graph

36 Commits

Author SHA1 Message Date
d5d5387124 Update to CEF 118.6.6 2023-10-22 19:09:51 +02:00
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
0fe7711425 Added more XML documentation 2023-08-07 20:21:42 +02:00
1f5b9c03a4 Updated copyright year 2023-01-07 15:53:04 +01:00
5bbddf099c Update to CEF 102.0.8 2022-05-26 13:08:20 +02:00
951c583ddd Update to CEF 99.2.7 2022-03-03 11:16:30 +01:00
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
29c04d2221 Updated copyright year
Fixed the project version in the Lazarus LPK file
2022-01-01 10:41:21 +01:00
9b90babbcb Update to CEF 95.7.10
Added TChromiumCore.OnPrefsUpdated. See issue #390
2021-10-22 19:19:57 +02:00
8d789edbdf Update to CEF 92.0.20 2021-07-29 16:20:34 +02:00
1d984307ad Updated copyright year 2021-01-01 11:11:30 +01:00
8e7660ccf8 Update to CEF 87.1.6 2020-11-19 18:55:17 +01:00
7e3e8bad24 Update to CEF 83.4.0 2020-06-21 21:27:55 +02:00
3de53a0376 Update to CEF 81.2.15 2020-04-10 09:49:34 +02:00
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
956eea99bc New ToolBoxSubProcessBrowser demo
- Minor corrections in CEF API types
2019-11-19 12:44:29 +01:00
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
52fca97884 Update to CEF 75.0.7 2019-06-16 10:31:13 +02:00
ea103fc6ef Update to CEF 3.3683.1920.g9f41a27 2019-03-15 17:17:14 +01:00
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
bab31cc0a2 Update to CEF 3.3578.1860.g36610bd 2018-12-12 17:13:23 +01:00
18135e907a Always set the $MINENUMSIZE directive
Fix for #139 when using external message pump
2018-11-22 15:02:21 +01:00
1624d8712d Fixed an access violation in TChromium.ShowDevTools with some Delphi versions 2018-10-04 20:45:31 +02:00
dd5f7f42c4 Added support for Lazarus/FPC (windows 32bit) 2018-05-12 14:50:54 +02:00
6fa50706a1 Update to CEF 3.3325.1755.g7c74b17 2018-03-29 20:02:04 +02:00
8402ba077f More checks before "for" loops to avoid variable wrap arounds 2018-02-27 10:23:45 +01:00
d31825a7a5 Bug fix #98 2018-02-26 18:40:51 +01:00
6c5d5d6036 Update to CEF 3.3239.1723.g071d1c1
- New MDIExternalPumpBrowser demo.
- New JSWindowBindingSubProcess demo.
- Added more comments and checks in some initialization functions of TCEFApplication.
2018-01-06 15:25:32 +01:00
26f286cae7 Update to CEF 3.3202.1674.g2a991c4 2017-10-26 13:23:13 +02:00
9c33c49353 Update to CEF 3.3163.1670.g934eaba
- Added 2 overloaded versions of TChromium.RetrieveHTML
- Modified TCefBrowserRef.GetFrameIdentifiers and TCefBrowserRef.GetFrameNames functions
2017-09-24 12:48:04 +02:00
11e8a588e9 Added/modified TChromium frame properties and functions
- Modified TChromium.RetreiveHTML to get the frame HTML source
- Added TChromium.FrameCount property
- Added TChromium.GetFrameNames funcion
2017-09-22 10:04:50 +02:00
6851d71bd3 Update to CEF 3.3071.1634.g9cc59c8 2017-06-06 12:49:27 +02:00
6842559661 Bug fixes : #18 #26
Bug fix #18 : Random crashes using custom schemes
Bug fix #26 : Dropdown control appearing in wrong place after form moved
2017-04-24 12:57:16 +02:00
68769fdda2 Update to CEF 3.2987.1594.g92fba9c
Bug fix for memory leak in TChromium.Internal_SavePreferences
2017-03-16 19:12:31 +01:00
c23afaba1b Fix for crashes on old Delphi versions 2017-02-05 20:56:46 +01:00
21dcc60a24 reorganization of folders 2017-01-27 17:29:37 +01:00