Commit Graph

63 Commits

Author SHA1 Message Date
amaitland 09b92eac80 For simplicities sake strip out all the MVVM parts and simplify the example down to the bare minimum
(Code is declared in the MainWindow now)
2016-01-13 10:53:46 +10:00
amaitland 757b8edf1e Enable internal PDF viewer in WPF project 2016-01-13 10:10:43 +10:00
amaitland f4eabbb37b Upgrade to 45.0.0 release packages 2015-11-24 09:11:56 +10:00
amaitland 2d8cee00f1 ReaddNuGet official package source to NuGet.config as older versions of visual studio/nuget don't always include the reference 2015-11-24 08:52:12 +10:00
amaitland f862aa4f44 Enable Dependency Checking for all three projects 2015-11-05 09:13:24 +10:00
Alex Maitland 2efb9bbf27 Merge pull request #22 from cefsharp/cefsharp/43.0.1
Upgrade to Official 43.0.1 Release
2015-11-02 12:21:41 +10:00
amaitland f71ec60fdf VS insists on updating NuGet.config so I guess we let it 2015-10-29 21:29:07 +10:00
amaitland 015c0aded7 Upgrade to 43.0.1 package 2015-10-29 21:28:22 +10:00
Alex Maitland 8f7fa0b7b1 Update README.md
Add a little more information to the project description.
2015-09-21 10:47:41 +10:00
Alex Maitland 12109da067 Merge pull request #21 from cefsharp/cefsharp/43
Upgrade to 43.0.0 Release
2015-09-21 10:43:56 +10:00
amaitland 33f4cf9492 Upgrade to 43.0.0 official release 2015-09-21 10:39:50 +10:00
amaitland db4db05662 Update OffScreen example to evaluate some javascript before taking the screenshot.
Still need to investigate a better method of waiting for render to complete as Thread.Sleep is crude

Conflicts:
	CefSharp.MinimalExample.OffScreen/Program.cs
2015-09-10 15:01:46 +10:00
amaitland 36a9a38008 Update to 43.0.0-pre02 2015-09-09 13:14:56 +10:00
amaitland 97298dc2bc Update example as API had changed 2015-08-20 11:54:49 +10:00
amaitland 1871a24e91 Upgrade to 43.0.0-pre01 2015-08-20 11:52:51 +10:00
amaitland 08f4d67e59 Upgrade to 41.0.1 2015-08-04 08:35:50 +10:00
Alex Maitland b20c371f5a Merge pull request #19 from cefsharp/cefsharp/41
Upgrade to 41.0.0 Release
2015-06-24 16:04:43 +10:00
amaitland ae0e7eebcd Upgrade to 41.0.0 release 2015-06-24 15:53:06 +10:00
amaitland b90f61ab55 Year bump 2015-06-15 18:33:22 +10:00
amaitland 11170a0af9 Upgrade to 41.0.0-pre01 2015-06-15 18:31:14 +10:00
amaitland 01f8aa8af8 Rename nuget package source otherwise it's not enabled by default 2015-06-08 22:20:03 +10:00
amaitland 9ed3ce371c Update to 39.0.2 2015-05-29 16:26:27 +10:00
amaitland 264c80f06e Update to 39.0.1 2015-04-30 13:29:54 +10:00
Alex Maitland 73d3e9d0bc Merge pull request #17 from cefsharp/cef/2171
Upgrade to version 39
2015-04-08 10:54:54 +10:00
amaitland b58a0c5b73 Update to 39.0.0 release packages 2015-04-08 10:51:21 +10:00
amaitland b238a6a6a2 Change projects to target the .Net 4.0 client profile 2015-03-10 15:35:32 +10:00
amaitland a753898248 Merge remote-tracking branch 'remotes/upstream/master' into cef/2171 2015-03-10 14:55:55 +10:00
amaitland d0282f03e6 Run migrateToAutomaticPackageRestore.ps1 from https://github.com/owen2/AutomaticPackageRestoreMigrationScript/ - change package restore method 2015-03-05 21:30:55 +10:00
amaitland 6740acacd1 Update to 39.0.0-pre03 2015-02-27 14:04:50 +10:00
jornh e0e5f8fbe7 Clear out the reference to staging.nuget.org
Should potentially give one less source of 503 errors etc as reported in http://stackoverflow.com/questions/28541343/cefsharp-winforms-nuget-download-issue and going forward we don't plan on using it anyway now that we have myget.org
2015-02-16 21:55:45 +01:00
amaitland 7ec321f5f2 Update to 37.0.0 official release package 2014-12-18 15:05:33 +10:00
amaitland 4425efb180 Update to -pre02 packages 2014-12-07 23:28:25 +10:00
amaitland 36dbc9b059 Remove CefSharp.Example reference 2014-12-07 23:25:53 +10:00
amaitland 5efa468cc2 Fix incorrect AssemblyInfo.cs files 2014-11-27 17:49:01 +10:00
amaitland 261f014ad9 Add OffScreen example 2014-11-27 16:40:15 +10:00
amaitland 7093f31974 Upgrade to 37.0.0-pre01 package 2014-11-27 14:45:38 +10:00
amaitland 33ab4ef538 Remove BrowserSubprocessPath from examples - it's already set by default 2014-10-29 11:33:43 +10:00
amaitland b839e5d622 Update to 33.0.2 2014-10-29 11:30:48 +10:00
jornh b7fa559ea9 Merge pull request #12 from cefsharp/feature/add-winforms-example
Add minimal winforms example to demonstrate the latest `33.0.0` packages
2014-10-07 10:07:20 +02:00
amaitland 96b75a5649 Add minimal winforms example to demonstrate the latest 33.0.0 packages 2014-10-07 11:03:00 +10:00
Alex Maitland 7741a9f47c Merge pull request #11 from cefsharp/33-no-pre
CEF branch 1750 and CefSharp 33.0.0 both w/o -pre
2014-10-07 10:42:09 +10:00
jornh c5f61aa520 CEF branch 1750 and CefSharp 33.0.0 both w/o -pre 2014-10-05 18:22:10 +02:00
jornh 43102e5e55 Merge pull request #10 from amaitland/upgrade/1750
Upgrade to Cef 33 -pre2 on staging
PR inbox zero in this repo!
2014-10-05 16:43:42 +02:00
amaitland d9ee11a2b0 Re-enable x64 2014-09-29 20:36:47 +10:00
amaitland a234777811 Upgrade to 1750 packages (-pre2) 2014-09-29 20:24:47 +10:00
amaitland 97fa445287 Add NuGet.config so can access staging packages 2014-09-29 20:17:37 +10:00
jornh 48649c4160 Merge pull request #9 from AaronLS/x86-default
rename x64 so x86 is default configuration
2014-08-29 15:19:25 +02:00
AaronLS 3a68362bd9 rename x64 so x86 is default configuration 2014-08-27 00:21:12 -04:00
Alex Maitland 204c449125 Merge pull request #7 from cefsharp/cleanup/restructuremvvm
Trivial changes and code cleanups
2014-08-05 15:00:47 +10:00
amaitland 37c43f1710 Restructure View/ViewModels into their own distinct folders 2014-08-05 14:57:24 +10:00