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
Jumar Macato
5d7b7f0c9c
Restore AnimationsPage.xaml
8 years ago
Jumar Macato
586f345940
Merge branch 'master' into wip-animations
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
Steven Kirk
0e8e8610f9
Merge pull request #1503 from Gillibald/feature/layoutHelper
Layout helper for single child controls
8 years ago
Steven Kirk
f60803275a
Merge branch 'master' into feature/layoutHelper
8 years ago
Steven Kirk
c4e4e60cf4
Merge remote-tracking branch 'origin/master' into pr/1190-make-windowstate-bindable
8 years ago
danwalmsley
a6cbe17b06
Merge pull request #1590 from AvaloniaUI/fixes/1576-attached-property-changed
Fix raising property changed for attached property.
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
Jeremy Koritzinsky
1be3aab2e7
Merge pull request #1588 from AvaloniaUI/fix-broken-master-build
Fix broken master
8 years ago
Steven Kirk
6c3305d1b8
Missing quote.
8 years ago
Steven Kirk
ffeefabf1c
Update ControlCatalog.Desktop output dir.
The output path has changed from `bin\Release` to `bin\Release\net461`.
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
Jumar Macato
9cd1f3d2b1
Merge master
8 years ago
Jeremy Koritzinsky
33a1e8b8cf
Merge pull request #1308 from AvaloniaUI/readonly-struct
Use readonly structs where possible.
8 years ago
Steven Kirk
262e583f5c
Moved <LangVersion> to SharedVersion.props.
8 years ago
Steven Kirk
fe6e339353
Merge branch 'master' into readonly-struct
8 years ago
Steven Kirk
ffbc42d6eb
Merge pull request #1544 from AvaloniaUI/feature/password-box
PasswordChar support for TextBox
8 years ago
Steven Kirk
e021c66e63
Merge branch 'master' into feature/password-box
8 years ago
Steven Kirk
cb39aa0426
Fixed doc comments.
8 years ago
Steven Kirk
1e611022be
Updated .net core SDK version.
8 years ago
Steven Kirk
f8089b06fa
Merge branch 'master' into feature/layoutHelper
8 years ago
Steven Kirk
c4e5805da4
Merge branch 'master' into readonly-struct
8 years ago
Steven Kirk
d00dc76f11
Merge pull request #1534 from dotnet-campus/t/lindexi1/fix-1533
Fix 1533 Avoid throwing exception in TryReadDouble
8 years ago
Steven Kirk
b615be746a
Added a few StringTokenizer tests.
8 years ago
Steven Kirk
a3f1c0d621
Make TryReadInt32 not throw too.
And simplify the code.
8 years ago
Steven Kirk
9fde0d1a47
Merge remote-tracking branch 'origin/master' into pr/1534-fix-1533-avoid-throwing-exception-in-tryreaddouble
8 years ago
Steven Kirk
9d3b3f2597
Merge pull request #1549 from jmacato/cleanup-csproj
CSPROJ & Sample Projects Spring Cleaning
8 years ago
Steven Kirk
4025522680
Skip failing test for now.
As I can't work out why it's only failing on AppVeyor.
Also fix typo in its name.
8 years ago
danwalmsley
d6b448f062
Merge branch 'master' into feature/password-box
8 years ago
Jumar Macato
f1169e81a0
Merge branch 'master' into wip-animations
8 years ago
Jumar Macato
8a8fba3a20
Merge branch 'master' into cleanup-csproj
8 years ago
danwalmsley
0e1d494ba6
Merge pull request #1517 from dotnet-campus/t/lvyi/fix-1516
A new grid layout algorithm to improve performance and fix some bugs
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
Dan Walmsley
2e36f7fe8e
Merge remote-tracking branch 'origin/master' into feature/password-box
8 years ago
danwalmsley
415d4d5b99
Merge branch 'master' into t/lvyi/fix-1516
8 years ago
Nikita Tsukanov
506b4d3b33
Merge pull request #1574 from AvaloniaUI/fixes/has-system-decoration-false
restore correct implementation of SetSystemDecorations on Win32.
8 years ago
Jeremy Koritzinsky
791685bae6
Merge pull request #1583 from zii-dmg/better-oleinitialize
OleInitialize checks already inited case and throws Win32Exception
8 years ago
zii-dmg
c2005c8702
OleInitialize checks already inited case and throws Win32Exception
8 years ago
Steven Kirk
44f33583a0
Merge pull request #1570 from sdoroff/auto-complete-box-fix
Fix 1554 AutoCompleteBox MinimumPrefixLength issue
8 years ago
Steven Kirk
639b526a66
Merge pull request #1581 from zii-dmg/fix-hresult-size
Fixed HRESULT size (long -> uint)
8 years ago
Steven Kirk
de0d9180e4
Moved AssemblyInfo back into Properties.
8 years ago
Steven Kirk
edc093a67d
Update ControlCatalog.Desktop.csproj.
Make it an SDK project too.
8 years ago
Steven Kirk
a7f05540b6
Added SampleApp.props.
With conditional references for net461. Hopefully fixes sample apps on net461.
8 years ago
Jumar Macato
0d6f0a765c
Merge branch 'master' into wip-animations
8 years ago
Steven Kirk
ef3afccaa8
Merge branch 'master' into cleanup-csproj
8 years ago