gumme
ba913a15b5
Added support for using enums.
11 years ago
gumme
6252f3b507
Added support for native types (string, int, double, etc).
11 years ago
Daniel Grunwald
eec385146f
Change LGPL headers to MIT header.
12 years ago
gumme
c7f70a14bf
String can now be added to collections, for example a ResourceDictionary.
12 years ago
Siegfried Pammer
718c577f50
fix WPF Designer unit test
12 years ago
Siegfried Pammer
1ab1d4be4c
fix some issues:
...
- formatting and indentation in some files
- do not catch and mute all exceptions in some cases
- use RhinoMocks to mock required services in tests
12 years ago
jkuehner
5373afe87a
Comment about the Brush speciality in XAML Document
12 years ago
jkuehner
cb5050cb7b
Allow a Gradient Brush correctly Parsed to XAML and Back!
12 years ago
jkuehner
fcdab5042c
Support for DesignTimeProperties wich are not defined in Assemblys
...
like x:DesignHeight, x:IsHidden, etc...
12 years ago
Tobias Gummesson
e3a032913f
XML-namespaces for controls outside the default XML-namespace is now declared in the document root.
...
As prefix for the XML-namespaces it primarily uses the value from XmlnsPrefixAttribute if it exists for the XML-namespace, otherwise a "ControlsX" name is generated, where X is the first free value.
12 years ago
gumme
95e36a6eef
Fixed bug; Only sets the inner text of an XML element if the element type defines a Content property.
12 years ago
Daniel Grunwald
12f96be5bf
Use ITypeDescriptorContext for call to TypeConverter.CanConvertTo()
15 years ago
Daniel Grunwald
f5780c2944
Apply new file headers
15 years ago
Daniel Grunwald
9ca4d90d0f
Resurrect old version of WPF designer (from revision 3608)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4770 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Ivan Shumilin
fada9f0e0d
remove duplicated projects and reference, update output paths in *.csproj
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3625 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
d2b9992a47
- MarkupExtension know loading as XamlObject: no difference between <Binding/> and {Binding} syntax.
...
- Support for NameScopes, Binding
- Remove TreeView dependency from PropertyGrid (now DataTemplates)
- Fixing Outline, XamlFormatter, ME Tokenizer/Parser
- Expremints with EnumBar
Broken:
- BrushEditor (serialization still required)
- XamlObject.XmlElement must be always consistent
(in the case of ME it's detached from real Xml), during parsing too.
TODO: Designer Itself!
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3329 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
3fcf6c6f36
XamlDom: support loading resources
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3071 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c2cf70303e
WPF designer: added markup extension support to XamlDom.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3070 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
43061cd1d8
Add image loading and custom control support to WpfDesign.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2577 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
15d7aadd27
Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views.
...
Removed SharpQuery.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2313 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
4a578b3c3d
Begin implementing the PropertyEditor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2246 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
de3656269f
Allow setting simple properties via DesignItem.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2238 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c974c6ac1c
Start implementation of our .xaml loader.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2218 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago