161
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix Window Clone Properties now use again the Properties form Window. (But the Binding in the ControlStyles now works) More... about 11 years ago
Merge branch 'master' of https://github.com/jogibear9988/SharpDevelop More... about 11 years ago
Fix Icon Binding -> But now Properties in PropertyGrid are wrong, look how it can be fixed! More... about 11 years ago
Hide Min and Max Buton when NoResize More... about 11 years ago
Show a Icon for the WindowClone in the Designer More... about 11 years ago
Default Style of Window now has no CornerRadius More... about 11 years ago
Bugfix that "<TextBlock>aaa</TextBlock>" could be shown in the Designer More... about 11 years ago
Support for Styles in WPF Designer Fix Unittest "ListBox2" fixes #587 More... about 11 years ago
More Unittests More... about 11 years ago
One more Test, and disable a non working one More... about 11 years ago
XamlObjectServiceProvider should also return XamlTypeResolverProvider (it's used in XamlPropertyInfo) More... about 11 years ago
Outline Node Can throw an Exception when there is a Binding on this Properties. This fixes it! More... about 11 years ago
Xaml Parser should use the current node on Exceptions, so we have a better Line/Column Number More... about 11 years ago
Fixes that sometimes both namespaces need to be compared. More... about 11 years ago
XAML Designer Sample -> Better Error Display More... about 11 years ago
Better Error MEssage -> Show wich Property is doubled More... about 11 years ago
A test for a Property wich could not be found on WindowClone! But we should throw a Exception that the Property is not writeable! More... about 11 years ago
Fix Property Finding if ComponentType!=Component.GetType() for Example on WindowClone. Maybe we need to do the same for Events? And maybe cache the Properties for a Type? (Not for a Instance!) More... about 11 years ago
New Unit Tests. "ListBox2" does not work at the moment! More... about 11 years ago
XamlDesignItem -> Fix Event removal More... about 11 years ago
^XAML Designer example Project -> Show only Controls with public parameterless Constructor More... about 11 years ago
Fix a Null ref. Exception in Thumbnail View (when rootItem could not be parsed) More... about 11 years ago
XAML Designer Demo Project -> Fix for Assembly search More... about 11 years ago
Merge pull request #584 from jogibear9988/master More... over 11 years ago
Revert "Fix Assembly resolving in WPF Designer if Control DLLs require other Control DLLs" More... over 11 years ago
Bugfix: Whitespace fixes More... over 11 years ago
Fixes Unit Test Animation4 More... over 11 years ago
A few new Unit Tests More... over 11 years ago
Fixes in the Copy UnitTests, they'll work, but the Copied Instance is not the same, so compare the Type of the Copy! More... over 11 years ago
XamlObjectServiceProvider need to return IXamlSchemaContextProvider and IAmbientProvider because some Type Convertes use them (For Example RoutedEventTypeConverter!) fixes "Animation2" UnitTest More... over 11 years ago