Граф коммитов

105 Коммитов

Автор SHA1 Сообщение Дата
Oscar Calvo fb46834096 Remove support for .NET Framework 2021-05-28 10:25:02 -07:00
Oscar Calvo 3452706e0a Apply PR feedback 2019-11-12 14:30:59 -08:00
Oscar Calvo 434ca7a293 Fix bad merge 2019-11-11 19:24:07 -08:00
Oscar Calvo 5d6db4d42c Fix bad merge 2019-11-11 19:22:22 -08:00
Oscar Calvo b746f2c96e Fix a bug where memory is leaked when hosting a Xaml element in WinForms 2019-11-11 18:56:50 -08:00
Alexandre Zollinger Chohfi 1c8e54ad44 Fix build warnings 2019-09-24 11:04:09 -07:00
Oscar Calvo def9665946 Remove calls to RunClassConstructor 2019-05-21 17:52:26 -07:00
Oscar Calvo 112862a61c Apply PR feedback 2019-05-21 13:51:29 -07:00
Oscar Calvo 63dca7cdb5 Fix up nuget references 2019-05-17 14:42:13 -07:00
Oscar Calvo 63af46d1cf Fix build break 2019-05-17 13:28:32 -07:00
Oscar Calvo bf74a007a0 Fix NuGet package references 2019-05-17 13:02:56 -07:00
Oscar Calvo 32400d8802 Build back into AnyCPU 2019-05-17 11:42:36 -07:00
Oscar Calvo 980aad6530 Fix build issues 2019-05-06 10:48:20 -07:00
Oscar Calvo 9b5e092da8 Fix build config for only x86 and x64 2019-05-02 19:23:42 -07:00
Oscar Calvo ed1252f53e Use VCLib fowarders NuGet package 2019-04-29 14:20:39 -07:00
Oscar Calvo 78c411a9e1 Add Custom Control sample to WinForms 2019-04-26 15:41:58 -07:00
Oscar Calvo 563292c245 Fix build break 2019-04-25 16:41:10 -07:00
Oscar Calvo f85db31212 Minimize API breaks 2019-04-25 16:32:19 -07:00
Oscar Calvo 5ce7ec2f31 Merge from master 2019-04-22 19:09:48 -07:00
Oscar Calvo 387f0d6b9a Project builds 2019-04-22 15:36:47 -07:00
Alexandre Zollinger Chohfi 5d4f9a1a34 Merge branch 'master' into winSDKContracts 2019-04-10 10:06:12 -07:00
Oscar Calvo 109221a83c Apply PR feedback 2019-04-09 14:25:07 -07:00
Oscar Calvo a6cb3948e2 Workaround a bug where WindowsXamlHostBase needs to be Disposed when the parent Window is closed. 2019-04-09 14:12:23 -07:00
Alexandre Zollinger Chohfi c006156a58 Merge branch '6.0.0' into winSDKContracts 2019-04-04 08:40:08 -07:00
Alexandre Zollinger Chohfi 5d6aeca534 Merge branch 'master' into 6.0.0 2019-03-15 14:02:31 -07:00
marianstdt bd18d29501 Improve package description for Microsoft.Toolkit.Forms.Ui.XamlHost project 2019-03-14 16:10:13 -03:00
Alexandre Chohfi df8e198a82 Merge branch '6.0.0' into winSDKContracts 2019-03-05 14:24:26 -08:00
Oscar Calvo 1f94220cf4 Apply PR comments 2019-03-01 11:44:20 -08:00
Oscar Calvo b9a1a67006 Fix Keyboard tabbing in WinForms 2019-02-26 12:53:26 -08:00
Alexandre Zollinger Chohfi 9391412949 Merge branch '6.0.0' into winSDKContracts 2019-02-26 10:11:40 -08:00
Oscar Calvo 0f8ef756d9 Apply PR feedback 2019-02-25 13:21:39 -08:00
Alexandre Zollinger Chohfi a5cf3ef8d1 Small fix for .Net Core 3.0. 2019-02-22 17:08:58 -08:00
Alexandre Zollinger Chohfi a9aeed04de Merge branch '6.0.0' into Update19H1.rel6 2019-02-22 17:03:55 -08:00
Oscar Calvo b5820b1cfd Fix comments 2019-02-22 16:59:41 -08:00
Alexandre Zollinger Chohfi 537a56d64f Merge branch 'master' into 6.0.0 2019-02-22 16:28:10 -08:00
Oscar Calvo a233b99497 Rebase onto rel6.preview 2019-02-22 16:00:38 -08:00
Alexandre Zollinger Chohfi 66d589e4b0 Normalized line endings. 2019-02-22 15:50:03 -08:00
Oscar Calvo 794bf3bcd4 Address PR feedback.
Calling the default constructor of XamlApplication will not add the default metadata providers.
2019-02-22 11:51:06 -08:00
Oscar Calvo c1fd4796e2 Show case new API in the WPF sample app 2019-02-22 11:51:05 -08:00
Oscar Calvo 4e9c455e74 - Unify toolkit with 19H1 code,
- Makes XamlApplication disposable
- Makes XamlApplication call WXM.InitializeForCurrentThread()
- Makes XamlApplication unique between processes that loads both WinForms and WPF
2019-02-22 11:50:43 -08:00
Oscar Calvo aa2f0c64f1 Exposes XamlApplication.MetadataProvider to resolve design issue with custom controls that require to install their own metdata 2019-02-22 11:49:26 -08:00
Oscar Calvo 6dd68906ee Update code to support 19H1 2019-02-22 11:47:53 -08:00
Alexandre Zollinger Chohfi 887b0dadd5 Added WinSDK contracts NuGet. 2019-01-28 15:01:59 -08:00
Alexandre Zollinger Chohfi d6899db05b Merge branch '6.0.0' into islandsnetcore30 2019-01-16 17:34:37 -08:00
Keith Melmon 229fa3cd24 change logic from closing open popups on move/size to repositioning only on move 2019-01-15 10:24:59 -08:00
George Gao af7d26520f Updating to XamlRoot API 2019-01-08 17:20:11 -08:00
George Gao 7811e03eca Updating the DesktopWindowXamlSource hosts to put event handlers on the Form/WPF Window's SizeChanged and LocationChanged events. When they're raised, we close all popups opened by the Xaml content inside the DesktopWindowXamlSource.
Also updating the sample apps with a ComboBox that can open a popup.
2019-01-08 17:19:56 -08:00
Alexandre Zollinger Chohfi 40325d81da
Revert "Gegao/updated host" 2019-01-08 16:46:22 -08:00
Alexandre Zollinger Chohfi 1f1c305712 Merge branch 'master' into islandsnetcore30 2019-01-08 12:41:39 -08:00
Alexandre Zollinger Chohfi 5ce57a5ef1 Improved csprojs. 2019-01-04 14:03:16 -08:00