Jumar Macato
d196a431a8
Fix nits
8 years ago
Jumar Macato
4d5bb0b4cc
Fix nits
8 years ago
Jumar Macato
287588c300
Simplify RepeatBehavior into a RepeatCount with Loop option.
8 years ago
Jumar Macato
ed7b875561
Finish rough implementation of the new syntax.
8 years ago
Jumar Macato
1b416690eb
More syntax rework
8 years ago
Jumar Macato
c04a368bad
Start of syntax rework
8 years ago
Steven Kirk
755ce21564
Fix RadioButton bullet border at 1px.
`BorderThickness` is now a `Thickness` so we can't bind `StrokeThickness` to it.
8 years ago
Benedikt Schroeder
e50f2d269a
Removed IFontFamily
Some code style fixes
8 years ago
Benedikt Schroeder
f3f750cf86
Cleanup
8 years ago
Benedikt Schroeder
a59cf3a135
New asset loader
Added unit test for wildcard
8 years ago
Benedikt Schroeder
f609c9c5d9
Cleanup
8 years ago
Benedikt Schroeder
724bb45abb
comment fixes
8 years ago
Benedikt Schroeder
3bec8036a7
Initial
8 years ago
Benedikt Schroeder
b4848b20e3
Spacing fix
8 years ago
Benedikt Schroeder
2c8953de97
Requested changes
8 years ago
Jumar Macato
b0456d46a1
Fix all remaining nits - this commit will be used as a breakpoint for the upcoming syntax reimplementation.
8 years ago
Benedikt Schroeder
a10a756366
IAssetLoader changes
Rename resource to asset
8 years ago
Steven Kirk
51a376f3e2
Register ToolTip attached properties correctly.
Was previously registering them with `Popup` as the owner, which was causing two properties with the same name to get registered, confusing XAML.
We should probably put in a check to make sure this doesn't happen, but this fixes the problem for now.
Fixes #1573
8 years ago
Jumar Macato
de4ffbec3b
Fix introduced bug in neutral keyframe values.
8 years ago
Unknown
f97d293240
fix textblock and texstpresenter issues related to password char.
8 years ago
Jumar Macato
9bdd228d15
Enable smarter TransformKeyFrames logic
8 years ago
Jumar Macato
2da5e0e023
Implement KeyFrame neutral values.
8 years ago
Jumar Macato
ea0bf1793b
Fix CI
8 years ago
Jumar Macato
578e1331aa
Nit fixes part 2
8 years ago
Jumar Macato
ec4af4f395
Fix extraneous empty lines.
Fix Animation.cs braces
8 years ago
Benedikt Schroeder
5a5be9e767
Requested changes
8 years ago
Jeremy Koritzinsky
8d8480c086
Allow indexer bindings to be at the start of a binding path.
8 years ago
Steven Kirk
f92a5deb3b
Only trigger class match when value changed.
Previously each time a class was added to a control, the selector match would be re-triggered even if it didn't affect whether the selector matches the class.
8 years ago
Benedikt Schroeder
3220e31308
TextBlock.SetFontFamily fix
8 years ago
Steven Kirk
25ed770790
Fix raising property changed for attached property.
Raise a property changed event for attached properties when `InheritanceParent` is set. This was broken by #1499 .
Fixes #1576
8 years ago
Steven Kirk
0b055771f5
Generate version numbers for assemblies.
Don't set `<GenerateAssemblyInfo>false</GenerateAssemblyInfo>` because this means that assemblies won't get versions.
8 years ago
Jumar Macato
40bf364cda
Added class-selector bug sample in RenderTest
8 years ago
Steven Kirk
262e583f5c
Moved <LangVersion> to SharedVersion.props.
8 years ago
Steven Kirk
cb39aa0426
Fixed doc comments.
8 years ago
Steven Kirk
a3f1c0d621
Make TryReadInt32 not throw too.
And simplify the code.
8 years ago
Dan Walmsley
515e180cdb
update documentation for CreateFormattedText method.
8 years ago
Dan Walmsley
58daa9390b
Allow CreateFormattedText to have the string it renders overridden.
8 years ago
zii-dmg
c2005c8702
OleInitialize checks already inited case and throws Win32Exception
8 years ago
Benedikt Schroeder
0c7c69dbe7
First unit tests
8 years ago
Steven Kirk
de0d9180e4
Moved AssemblyInfo back into Properties.
8 years ago
Benedikt Schroeder
01444ccfee
FontFamily fallback
8 years ago
zii-dmg
400dc55071
Fixed HRESULT size (long -> uint)
8 years ago
Dan Walmsley
865a866388
update documentation and fix bug when
system decorations are restored so that CanResize is obeyed.
8 years ago
Steven Kirk
e4df163ef0
Call Initialized for attached properties.
#1499 broke `AvaloniaProperty.Initialized` for attached properties - they were no longer called.
Fixes #1568 .
8 years ago
Dan Walmsley
a3e02e3068
restore correct implementation of SetSystemDecorations on Win32.
8 years ago
Dan Walmsley
8befbacba0
Use textpresenter to replace with password char.
8 years ago
Dan Walmsley
8493ce8f04
correctly order the properties.
8 years ago
sdoroff
2a7d2cedc3
Fixes #1554
The issue was caused by the lack of a proper TextChanged event on the TextBox
I implemented a work around
8 years ago
Benedikt Schroeder
fe1d7058e7
Made font API internal
Add FamilyNameList
Add SKTypefaceCollection
8 years ago
José Pedro
2af15cbee4
Make WindowState bindable.
Requested changes.
9 years ago