olegbevz
11a96d9de5
add assembly info options panel
11 years ago
olegbevz
ed680e13fc
Fix namespace order [refs #250 ]
11 years ago
olegbevz
ed59f83fbe
Fix indenting [refs #250 ]
11 years ago
olegbevz
821c41289a
Update solution active configuration when SolutionConfigurationEditor dialog is closing [refs #250 ]
11 years ago
Andreas Weizel
9deca6854d
Merge pull request #603 from jogibear9988/SideTabGdiIssues
...
Fixes DPI issues for SideTab
11 years ago
jogibear9988
657ce8ac4b
Fixes DPI issues for SideTab
11 years ago
Andreas Weizel
a0eafb3922
Merge pull request #593 from jogibear9988/master
...
Support for {x:Refrence}, Template & Namescope fixes
11 years ago
Daniel Grunwald
013a3425df
Update to AvalonEdit commit a4f053c2d.
11 years ago
Andreas Weizel
3834da1b14
Fix #597 : StackOverflowException possible
11 years ago
jkuehner
a8bb555395
Posibility to Disable Snaplines via AttachedProperty
11 years ago
jkuehner
175f95ebcd
Fix Problems with Namescopes
11 years ago
jkuehner
b0738738b4
Merge branch 'master' of https://github.com/jogibear9988/SharpDevelop
11 years ago
jkuehner
d53b6553a9
Bugfix: Fixes Problems that many other Projects define the UIHelpers also. So move them to an extra Namespace
11 years ago
jogibear9988
b5c1db0392
Fixes #595
11 years ago
jkuehner
05bce656e4
Merge branch 'master' of https://github.com/jogibear9988/SharpDevelop
11 years ago
jkuehner
b4f59a361e
Xaml Namescope fixes
11 years ago
jogibear9988
9bb1062dc8
A few Unit-tests for INamescope (more to follow...)
11 years ago
jogibear9988
eb86aa7a0f
- Fixes that FrameworkTemplates now complety work
...
- Fixes Problems when Xaml Child Nodes have Whitespace elements
- Fixes Type Finder Problems with mscorlib
- Fixes on MarkupExtensions Properties are not always of the Object, but are also not attached, so they still should be found
11 years ago
jogibear9988
eb932cf5c7
One more Template Test
11 years ago
jogibear9988
f53786597b
Support for ControlTemplates in XAML Designer
11 years ago
jogibear9988
9e0ccc9127
TemplateHelper :> Convert Visuals to a XAML Template
11 years ago
jogibear9988
5c393c47ef
Better XAML Namescope Handling in XamlObjectServuceProvider
11 years ago
jogibear9988
6464e5b675
Print short Syntax on MarkupExtensions (for Binding, Reference and StaticResource)
...
That means instead of {Binding Path=Property1} we Print: {Binding Property1}
11 years ago
jogibear9988
d14b6959f7
Test for {x:Reference}
11 years ago
jogibear9988
46aaadc179
Support for {x:Reference} by implementing on method of IXamlNameResolver
11 years ago
Andreas Weizel
fabcc314f2
Merge pull request #592 from jogibear9988/master
...
Bugfixes in WPF Designer
11 years ago
jogibear9988
9ecdad93de
Merge remote-tracking branch 'remotes/sd/master'
11 years ago
jogibear9988
8067132d39
Merge branch 'master' of https://github.com/jogibear9988/SharpDevelop
11 years ago
jogibear9988
80fbea36e0
Fix: Set Height niot width with DesignHeight
11 years ago
jkuehner
c24dcaad57
Formated Text Editor -> Set Run Properties only when Set
11 years ago
Siegfried Pammer
0be92538a3
Merge pull request #588 from jogibear9988/master
...
Feature: Support of DesignWidth/DesignHeight Property
11 years ago
jogibear9988
b579d694cf
Feature: Support of DesignWidth/DesignHeight Property
...
fixes #410
11 years ago
Siegfried Pammer
e43e7b0d9d
Merge pull request #586 from jogibear9988/master
...
More fixes for the WPF Designer
11 years ago
jogibear9988
b865e4e8b6
Border for Empty Image now fully working!
11 years ago
jkuehner
85006fd282
Update WPF Extended Toolkit DLL to 2.3
...
(But to github Version: https://github.com/jogibear9988/WpfExToolkit )
11 years ago
jkuehner
86f8f33591
Fix Formated TextEditor should not reference a specific DLL Version
11 years ago
jkuehner
65c9575982
Fix Window Clone Properties now use again the Properties form Window.
...
(But the Binding in the ControlStyles now works)
11 years ago
jkuehner
c93e2aba69
Merge branch 'master' of https://github.com/jogibear9988/SharpDevelop
11 years ago
jogibear9988
e22bde0025
Fix Icon Binding -> But now Properties in PropertyGrid are wrong, look how it can be fixed!
11 years ago
jogibear9988
c8aef40143
Hide Min and Max Buton when NoResize
11 years ago
jogibear9988
b70e847421
Show a Icon for the WindowClone in the Designer
11 years ago
jogibear9988
ee653915ba
Default Style of Window now has no CornerRadius
11 years ago
jogibear9988
b8045d294d
Bugfix that "<TextBlock>aaa</TextBlock>" could be shown in the Designer
11 years ago
jogibear9988
1952626a1e
Support for Styles in WPF Designer
...
Fix Unittest "ListBox2"
fixes #587
11 years ago
jogibear9988
97d31ee03b
More Unittests
11 years ago
jogibear9988
1123193b54
One more Test, and disable a non working one
11 years ago
jogibear9988
78a9c71acb
XamlObjectServiceProvider should also return XamlTypeResolverProvider (it's used in XamlPropertyInfo)
11 years ago
jogibear9988
919506b02c
Outline Node Can throw an Exception when there is a Binding on this Properties.
...
This fixes it!
11 years ago
jogibear9988
c2d558543e
Xaml Parser should use the current node on Exceptions, so we have a better Line/Column Number
11 years ago
jogibear9988
41bf6eddb0
Fixes that sometimes both namespaces need to be compared.
...
This XAML works after this fix:
<Fluent:RibbonWindow RenderOptions.BitmapScalingMode="HighQuality"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation "
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml "
xmlns:windows="clr-namespace:MCC.Visu.Configurator.Windows"
xmlns:Fluent="clr-namespace:Fluent;assembly=Fluent"
>
<Grid>
<Fluent:Ribbon >
<Fluent:RibbonTabItem>
<Fluent:RibbonGroupBox>
<Fluent:Gallery>
<Fluent:Gallery.ItemContainerStyle>
<Style />
</Fluent:Gallery.ItemContainerStyle>
<Image />
</Fluent:Gallery>
</Fluent:RibbonGroupBox>
</Fluent:RibbonTabItem>
</Fluent:Ribbon>
</Grid>
</Fluent:RibbonWindow>
11 years ago