11774 Commits (b8eaf10afe097369276035699924605c4caf1732)

Author SHA1 Message Date
Peter Forstmeier 9527659dc2 Cleanup 10 years ago
Peter Forstmeier 07b689ee0b TextColumn:DrawBorder in Pdf 10 years ago
Christoph Wille eb4d207680 Switch to 14.0 build tools (testing) 10 years ago
Peter Forstmeier d66fddffb6 ExpressionRunner run's in every Section, modify ArrangeStrategy 10 years ago
Peter Forstmeier 1952fc3556 Rendering: Nested Containers are detected, Format of double, some cleanup 10 years ago
Matt Ward da21bcb178 Open readme.txt when NuGet package is installed. 10 years ago
jogibear9988 848365cc7d Fix handling of "{" in string values 10 years ago
jogibear9988 6ba0a8552f Wpf Toolk Update 10 years ago
Matt Ward c5791b46e4 Update to NuGet 2.8.5 10 years ago
Matt Ward b1f70d154a Handle any exceptions when NuGet package added to project. 10 years ago
jkuehner a7b0224a56 bugfix #675 10 years ago
gumme d875706747 Added constructor to allow the use of custom settings with XamlXmlWriter. 11 years ago
gumme 786f60ae9b Added comments where missing on public types. 11 years ago
Siegfried Pammer a319332698 Update GlobalAssemblyInfo.cs.template for beta 2 11 years ago
gumme 13b5a63303 Hiding/Showing the element when IsHidden property is set/cleared is now handled centrally in DesignTimeProperties.cs. 11 years ago
Andreas Weizel f3a38a329e Fix: FormLocationHelper has set wrong window location when opening a dialog from another dialog. 11 years ago
jogibear9988 25481b6c87 Bugfix URI was wrong (missing "/"), when compiled with roslyn from CTP6 it did not work 11 years ago
Matt Ward db2919ea28 Fix web service redirect error when adding web reference. 11 years ago
gumme 096ecc18e1 Replaced pragmas for warning 1591 with either <inheritdoc/> or proper documentation. 11 years ago
jogibear9988 dd84bfb542 Fix a few XML Comments 11 years ago
jogibear9988 1c95b77ab3 Add a designItembinding, this can be used when you create your own Property Editors, they should not only Bind 11 years ago
jogibear9988 feb875847a Fix a Null ref Exception 11 years ago
jogibear9988 af55ad837c Better Nullable Enum support 11 years ago
gumme 3f52bfa686 Tab headers should not expose technology names or words. 11 years ago
gumme 5a12c7c1d1 Disabled warning "field is assigned but its value is never used" because we want to keep it for future use. 11 years ago
gumme 5c1c0ff062 Removed null-check, this removed warning that value can never be null. 11 years ago
gumme d87e0a64d9 Removed new keyword, hiding not needed because its an interface implementation. 11 years ago
gumme e322e41fdf Added new keyword to indicate that hiding was intended and remove warning. 11 years ago
gumme 9b6df2e18b Disable warnings where appropriate. 11 years ago
gumme 0999a0dce5 Fixed comparison bug and removed unreachable code. This removed two warnings. 11 years ago
gumme 08d28baa64 Fixed simple warnings like redundant using directives, unused variables and added some missing xml comments. 11 years ago
gumme 824094126a LineHandlerExtension is now public to allow it to be overridden by an other extension. 11 years ago
gumme 58b43f2511 Extension is now public to allow it to be overridden by an other extension. 11 years ago
gumme bd1981ded9 CollectionElementsCollection now implements INotifyCollectionChanged. Using this in XamlProperty to know when the collection gets empty, and if conditions are fulfilled remove unnecessary xaml. 11 years ago
Andreas Weizel e20fdc9571 Fixed formatting/indentation. 11 years ago
jkuehner 2dfefcda1d Buggfix Nullable Enum as Property 11 years ago
jkuehner f94d0505c2 Fix that Images don't work 11 years ago
Matt Ward c7e6319925 Update to NuGet 2.8.3 11 years ago
AleksRiabov 9a08947993 Fixed Reference columns resizing problem 11 years ago
Andreas Weizel 6918321880 Fixed AssemblyInfoProviderTests failing after pull request #642. 11 years ago
Andreas Weizel 319880b041 Fixed AssemblyInfoProviderTests broken by pull request #642. 11 years ago
jkuehner 2863ccc6a2 Bugfix #649 11 years ago
jkuehner ae02c8e8d8 Fixes in Path Handler 11 years ago
jogibear9988 97a3acb590 Fix Path Adorner not always Displayed 11 years ago
jkuehner 1bc0ed951f Bugfix: Double Value Can Contain Decimals 11 years ago
jkuehner 88976b9b64 Fixes for Path Converter 11 years ago
jkuehner 17d46f7f54 A Converter Extension for StreamGeometrys 11 years ago
jkuehner a9e325cf8b fixes in Path Handler 11 years ago
jogibear9988 9cf20f897c Bugfixes with Stream Geometry 11 years ago
gumme 5b285348b0 Added tests for different combinations of Remove, Clear and Reset with multiple undo/redo operations on collections. Added ResetAction to make the tests pass. 11 years ago