73 Commits (master)

Author SHA1 Message Date
amaitland 19739abd9c Remove Alloy Bootstrap (M128) 10 months ago
Alex Maitland 5316c6e9e6 Core - Update PdfPrintSettings (Continued) 3 years ago
Alex Maitland 92892c9b85 WPF - Add ChromiumWebBrowser.ToggleAudioMuteCommand 3 years ago
Alex Maitland 27816d54b8 Core - Change from using GetBrowser() method to BrowserHost 4 years ago
Konstantin Preißer 462bc747bd
Add support for Windows ARM64 to CefSharp.NETCore packages (#3359) 4 years ago
amaitland ae17525092 WPF Example - Can now run LegacyBindingTest from menu without code change 5 years ago
amaitland d6ca2531eb WPF Example - Add LoadExtension Test 5 years ago
amaitland f9c9c7fce5 Core - RequestContext.ClearHttpAuthCredentials now defaults to using NoOpCompletionCallback if callback was null 6 years ago
amaitland 7b599bb188 WPF Example - Add ClearHttpAuthCredentials menu item 6 years ago
amaitland b65719f3e6 WPF - Add Resize Hack Test Code 6 years ago
Alex Maitland fe98124c9b
Async JavascriptBinding - Add support for returning Task (#2771) 6 years ago
Chris 30ee538ce0
Added EditorConfig (#2514) 7 years ago
Chris bef5dd37c4 Maintenance - Fixed formatting, file encoding, and copyright year (#2504) 7 years ago
amaitland a1895159a1 WPF - Revert unnecessary formatting changes from #2474 7 years ago
alfein 391fe825d4 GetScreenInfo - Allow setting of Rect/AvaliableRect (#2474) 7 years ago
Chris cd934267c6 Updated copyright year and made sure it used same format everywhere (#1966) 9 years ago
Philip Beber b47731de5e Added DownloadItem .OriginalUrl (#1877) 9 years ago
amaitland 23b8e1c14a WPF Example - Add Zoom out to menu 9 years ago
amaitland cb53751729 Add ZoomIn, ZoomRest command to WPF Example 9 years ago
amaitland ad71cf547f Add ShowDevtools menu item to WPF example 9 years ago
amaitland bae3c28e92 Update copyright to 2016 10 years ago
amaitland 98959d8f06 Basic example Load Request with post data has been added to the WPF Example 10 years ago
amaitland 9a7f427c29 Simplify WPF example opening of test Url's 10 years ago
amaitland 1843486050 Rename CefSharpPdfPrintSettings to PdfPrintSettings (inconsistent naming) 10 years ago
David Serfozo 6ecb0fc129 PrintToPdf API changed to use Tasks instead of callbacks 10 years ago
David Serfozo 021f6eb715 added printtopdf example 10 years ago
amaitland 3fac742403 Demo Post data for #1267 10 years ago
amaitland 561b50b2cd Register the same scheme twice to confirm parsing of command line arguments 10 years ago
amaitland dac6030a81 Add DragDemo to WPF tests menu 10 years ago
amaitland c46807f100 Add some more demo examples to WPF example project 10 years ago
amaitland a017837320 Simplify Menu command bindings in WPF example 10 years ago
amaitland 39bc589991 Add w3school url to WPF example 10 years ago
amaitland 4ce9bc5463 Add IBrowser param to ILifeSpanHandler.OnAfterCreated 10 years ago
amaitland 7a940a9617 Add Open Plugins tab in the WPF example 10 years ago
amaitland 249c09c583 Add menu to WPF example 10 years ago
jamespearce2006 e20fad9081 Simplify XAML example 10 years ago
jamespearce2006 da9d4df2c8 Cleanup code formatting 10 years ago
jamespearce2006 9422537738 Windowless Popup work 10 years ago
jamespearce2006 ae61994c3d Offscreen popup support 10 years ago
jamespearce2006 8213471364 Testing changes to OnPopup 10 years ago
rassilon 7128e40fd1 It's time for copyright updates again. Yay! 10 years ago
amaitland 2d6fe8b237 Add x64/x86 to Window Title - easily determine which version user is running 11 years ago
amaitland ff03b13a33 Create CefExample class to house common Init() and DefaultUrl 11 years ago
JanEggers 4a231544fd fixed whitespace (contained tabs) 11 years ago
JanEggers e04e36bd04 added cleanup command so resources get cleaned up if a user closes a tab 11 years ago
JanEggers d7f8c8961b wired method calls to reach the BrowserProcess 11 years ago
Per Lundberg 6fcfc61ac3 Changed property name to make it more explicit what this one is about. 11 years ago
Per Lundberg b745f7bf13 Set up bindings for Ctrl+T and Ctrl+W, to Open and Close tabs respectively. 11 years ago
Per Lundberg 8d0974880f Cleaned up the way we used the tab, by binding to a collection of BrowserTabViewModels instead. We could clean this up even further by moving stuff out from MainWindow to a MainView & MainViewModel (to achieve a fully code-behind-free approach), but let’s start with this. :) Similarly, based on @amaitland’s changes, only splitting them more aggressively. 11 years ago
amaitland 9ab903f43c Namespace and folder cleanup 11 years ago