CEF4Delphi/source
Salvador Díaz Fau c99d14c8f0 Improved zoom handling
- Added TChromium.IncZoomPct procedure to increase the zoom percent value
- Added TChromium.DecZoomPct procedure to decrease the zoom percent value
- Added TChromium.ResetZoomLevel procedure to reset the zoom level value
- Added TChromium.ResetZoomPct procedure to reset the zoom percent value
- Added TChromium.ReadZoom procedure to trigger the TChromium.OnZoomPctAvailable event with the current zoom percent value.
- Added TChromium.OnZoomPctAvailable event.
- Added the new TChromium.OnZoomPctAvailable event to the MiniBrowser demo.
2019-12-10 16:49:07 +01:00
..
res Added TCEFSentinel component 2019-10-09 12:24:47 +02:00
00-DeleteDCUs.bat Added Delphi 10.3 Rio support 2018-12-09 11:11:59 +01:00
cef.inc Added Delphi 10.3 Rio support 2018-12-09 11:11:59 +01:00
uCEFAccessibilityHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFApp.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFApplication.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFApplicationCore.pas Improved zoom handling 2019-12-10 16:49:07 +01:00
uCEFAudioHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFAuthCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFBaseRefCounted.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFBaseScopedWrapper.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFBeforeDownloadCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFBinaryValue.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFBrowser.pas New ToolBoxSubProcessBrowser demo 2019-11-19 12:44:29 +01:00
uCEFBrowserProcessHandler.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFBufferPanel.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFChromium.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFChromiumCore.pas Improved zoom handling 2019-12-10 16:49:07 +01:00
uCEFChromiumEvents.pas Improved zoom handling 2019-12-10 16:49:07 +01:00
uCEFChromiumFontOptions.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFChromiumOptions.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFChromiumWindow.pas Added a warning about using CEF4Delphi events to modify Windows controls 2019-10-21 11:17:47 +02:00
uCEFClient.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFCommandLine.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFCompletionCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFConstants.pas Improved zoom handling 2019-12-10 16:49:07 +01:00
uCEFContextMenuHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFContextMenuParams.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFCookieAccessFilter.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFCookieManager.pas Update to CEF 78.3.4 2019-11-20 10:45:46 +01:00
uCEFCookieVisitor.pas Added TChromium.OnCookieVisitorDestroyed 2019-11-08 14:32:03 +01:00
uCEFCustomStreamReader.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDeleteCookiesCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDialogHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDictionaryValue.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDisplayHandler.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFDomDocument.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDomNode.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDomVisitor.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDownloadHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDownloadImageCallBack.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDownLoadItem.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDownloadItemCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDragAndDropMgr.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFDragData.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFDragHandler.pas Update to CEF 78.3.4 2019-11-20 10:45:46 +01:00
uCEFEndTracingCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFExtension.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFExtensionHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFFileDialogCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFFindHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFFMXBufferPanel.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFFMXChromium.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFFMXWindowParent.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFFMXWorkScheduler.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFFocusHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFFrame.pas Update to CEF 78.2.9 2019-10-30 10:26:48 +01:00
uCEFGetExtensionResourceCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFImage.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFInterfaces.pas Improved zoom handling 2019-12-10 16:49:07 +01:00
uCEFJsDialogCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFJsDialogHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFKeyboardHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFLibFunctions.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFLifeSpanHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFLinkedWindowParent.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFListValue.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFLoadHandler.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFMenuModel.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFMenuModelDelegate.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFMiscFunctions.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFNavigationEntry.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFNavigationEntryVisitor.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFOLEDragAndDrop.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFOSRIMEHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFPDFPrintCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFPDFPrintOptions.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFPostData.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFPostDataElement.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFPrintSettings.pas Update to CEF 78.2.9 2019-10-30 10:26:48 +01:00
uCEFProcessMessage.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFRegisterCDMCallback.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFRenderHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFRenderProcessHandler.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFRequest.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFRequestCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFRequestContext.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFRequestContextHandler.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFRequestHandler.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFResolveCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFResourceBundle.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFResourceBundleHandler.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFResourceHandler.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFResourceReadCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFResourceRequestHandler.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFResourceSkipCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFResponse.pas Update to CEF 78.2.9 2019-10-30 10:26:48 +01:00
uCEFResponseFilter.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFRunContextMenuCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFRunFileDialogCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFSchemeHandlerFactory.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFSchemeRegistrar.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFSelectClientCertificateCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFSentinel.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFServer.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFServerComponent.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFServerEvents.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFServerHandler.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFSetCookieCallback.pas Added all TCefCookieManager functions to TChromium 2019-10-29 16:13:35 +01:00
uCEFSslInfo.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFSSLStatus.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFStreamReader.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFStreamWriter.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFStringList.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFStringMap.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFStringMultimap.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFStringVisitor.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFTask.pas Improved zoom handling 2019-12-10 16:49:07 +01:00
uCEFTaskRunner.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFThread.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFTypes.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFUrlRequest.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFUrlrequestClient.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFUrlRequestClientComponent.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFUrlRequestClientEvents.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFv8Accessor.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFv8ArrayBufferReleaseCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFv8Context.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFv8Exception.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFv8Handler.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFv8Interceptor.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFv8StackFrame.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFv8StackTrace.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFv8Value.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFValue.pas Fixes in string handling and CEF types 2019-11-24 18:19:49 +01:00
uCEFWaitableEvent.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFWebPluginInfo.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFWebPluginInfoVisitor.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFWebPluginUnstableCallback.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFWinControl.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFWindowParent.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFWorkScheduler.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFWorkSchedulerThread.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFWriteHandler.pas FPC compatibility with all missing MSWINDOWS features (Drag&Drop, OnBrowserCompMsg/OnWidgetCompMsg/OnRenderCompMsg) that VCL/FMX already had 2019-11-10 21:41:13 +01:00
uCEFX509Certificate.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFX509CertPrincipal.pas uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
uCEFXmlReader.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uCEFZipReader.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00