2228 Commits (ffc8e9f7a96ce65bf3e563d51410da3cda1ca16d)

Author SHA1 Message Date
Nikita Tsukanov ffc8e9f7a9 Fixed NRE in GetBaseUri/GetLocalAssembly 9 years ago
Nikita Tsukanov 18b8219a39 Portable.Xaml nuget package uses pcl binary for net45 for some reason, switched back to submodule 9 years ago
Nikita Tsukanov cce1c7af60 Switched to nuget version of Portable.Xaml and updated to use netstandard1.3 9 years ago
Nikita Tsukanov df61044d50 Fixed text opacity for Skia backend 9 years ago
Dan Walmsley c37dd6cda9 null check on hide caret. 9 years ago
Dan Walmsley 2638f02cd6 fix null reference when focusing textbox in attached to visual tree, 9 years ago
Nikita Tsukanov 6c4bbdcc4d Added System.ValueTuple to dependency list 9 years ago
Nikita Tsukanov d5806d1af2 Fixed DPI support 9 years ago
Nikita Tsukanov 099a7ae752 Dispose event 9 years ago
Nikita Tsukanov e0f481ae9f Move data between two Texture2D instances manually 9 years ago
Nikita Tsukanov 1cc13484c0 Cleanup 9 years ago
Nikita Tsukanov 76c90df2da Initial implementation for Direct2D rendering for WPF integration 9 years ago
Dan Walmsley e3992ef4ad fix context menu not closing when an item is clicked. 9 years ago
Nikita Tsukanov e5289146d9 Remove AttachDevToolsToTopLevelOnVisualTreeAttachment since @grokys doesn't like it 9 years ago
Steven Kirk 6c96f69061 Only show tooltip when pointer still over control. 9 years ago
Dan Walmsley 71dff48a7a add fix for null reference exception when arranging. 9 years ago
Steven Kirk 33fd46c789 Quick and dirty hack to fix #1054 9 years ago
Nikita Tsukanov 76bc7aaafb Fixed issues from PR comments #1016 9 years ago
Nikita Tsukanov 35f353c2db Use OnMeasureInvalidated instead of virtual InvalidateMeasure 9 years ago
Nikita Tsukanov 644708bb7c Implemented mouse leave event for GTK3 backend 9 years ago
Nikita Tsukanov f926d7886c Fixed include condition for linux skia binaries 9 years ago
Nikita Tsukanov cc354da723 Focus embedded toplevel on click 9 years ago
Steven Kirk 04dc48afef Added missing doc comments. 9 years ago
Steven Kirk c4aa2197b2 Fixed TreeView navigation. 9 years ago
Steven Kirk a1d6406ce9 Only set focus on left button click. 9 years ago
Steven Kirk 3bee9e5557 Only respond to left click in Button. 9 years ago
Steven Kirk 075cd4b9a4 Ensure menu gets closed. 9 years ago
Steven Kirk 85e40b9c0b Set e.Handled on command execution. 9 years ago
Nikita Tsukanov abf866cf61 Fixes to get it working again after merge 9 years ago
Nikita Tsukanov 85f2930557 [GTK3] More changes to workaround SafeHandle not being allowed to be null 9 years ago
Nikita Tsukanov 6ea0635c7f [GTK3] Workaround for SafeHandle not allowed to be null 9 years ago
Steven Kirk 48f0c05522 Fix BindingNotification.ClearValue. 9 years ago
Steven Kirk 78bb593f97 Use CurrentCulture instead of CurrentUICulture. 9 years ago
Steven Kirk bcc3ca13ae Don't use WeakReference in BindingNotification. 9 years ago
Steven Kirk a232b137b5 Allow reuse of existing tooltip popup. 9 years ago
Steven Kirk 0d492ca16a Update ContentPresenter when ContentTemplate changed. 9 years ago
Steven Kirk 1150af791c Reworked how ContentPresenter child is updated. 9 years ago
Steven Kirk 82483d7dec Fix exception in ToolTip. 9 years ago
Steven Kirk 40c342989b Assert control invalidation behavior. 9 years ago
Steven Kirk 18f9e2840d Explain the algoithm a bit. 9 years ago
Steven Kirk a1d46a7784 Use a stack instead of HashSet. 9 years ago
Steven Kirk f97ebe961b Fixed some stupid mistakes in algorithm. 9 years ago
Steven Kirk ac3ca7ca29 Make LayoutManager pass new tests. 9 years ago
Nikita Tsukanov 1d44d3f7af Removed reference to the old host 9 years ago
Nikita Tsukanov a2c46aceea Removed old wpf control host and added new nuget package 9 years ago
Nikita Tsukanov 09c9d7b7d5 Layout integration seems to be working now 9 years ago
Nikita Tsukanov 317b0f7034 testtesttest 9 years ago
Nikita Tsukanov b84e9e1123 Use correct control root 9 years ago
Nikita Tsukanov df13ab2ecb [TEMP] Call measure directly 9 years ago
Nikita Tsukanov d06c9e04ed WPF integration improvements 9 years ago