Benedikt Schroeder
|
87cc247100
|
fix tests
|
8 years ago |
Benedikt Schroeder
|
b2562e19e2
|
Merge branch 'master' into feature/layoutHelper
|
8 years ago |
Benedikt Schroeder
|
5190a6c915
|
fix missing measure call if the padding changes
|
8 years ago |
Benedikt Schroeder
|
969265fbed
|
fix additional default templates
|
8 years ago |
Benedikt Schroeder
|
dbbf36e872
|
fix default templates
|
8 years ago |
Benedikt Schroeder
|
da25b2f61f
|
LayoutHelper for controls with single content
BorderRenderHelper refactoring
|
8 years ago |
Jeremy Koritzinsky
|
fe60908f52
|
Merge pull request #1500 from AvaloniaUI/fixes/devtools-focus
Fixed focused control display in DevTools.
|
8 years ago |
Steven Kirk
|
3b2012dcd8
|
Fixed focused control display in DevTools.
|
8 years ago |
Benedikt Schroeder
|
b09174a67f
|
Merge pull request #1 from AvaloniaUI/master
Merge
|
8 years ago |
Steven Kirk
|
4e22f4ece4
|
Merge pull request #1498 from factormystic/patch-1
Fix broken quickstart link
|
8 years ago |
factormystic
|
195c2bb57a
|
Fix broken quickstart link
|
8 years ago |
danwalmsley
|
25f25dd1c4
|
Merge pull request #1488 from AvaloniaUI/fixes/1436-border-layout-issues
Fix ZIndex / Layout issue with Styles and Border Control
|
8 years ago |
danwalmsley
|
36ba73bace
|
Merge branch 'master' into fixes/1436-border-layout-issues
|
8 years ago |
danwalmsley
|
dd003c325f
|
Merge pull request #1497 from AvaloniaUI/fixes/content-presenter-arrange-with-padding-gt-child-height
Fixes/content presenter arrange with padding > child height
|
8 years ago |
Steven Kirk
|
4ca13f2e3f
|
Added additional invalidation properties...
...to `ContentPresenter`
|
8 years ago |
Dan Walmsley
|
8d07861e59
|
white space.
|
8 years ago |
Dan Walmsley
|
2c9f3ede54
|
fix tests and and fixes.
|
8 years ago |
danwalmsley
|
d944f36d88
|
Merge branch 'master' into fixes/1436-border-layout-issues
|
8 years ago |
Dan Walmsley
|
a98d289af8
|
Add arrange fix for border and content presenter.
|
8 years ago |
Dan Walmsley
|
67003577a0
|
Add failing unit tests for border and content presenter.
|
8 years ago |
Steven Kirk
|
2d1ab0a106
|
Only update clip bounds when ClipToBounds = true.
Fixes #1436
|
8 years ago |
danwalmsley
|
06c491c4bf
|
Merge pull request #1492 from AvaloniaUI/fixes/1094-spurious-button-press
Fix spurious button presses.
|
8 years ago |
Dan Walmsley
|
653372009a
|
[ContentPresenter] BorderThickness affects render and measure.
|
8 years ago |
Dan Walmsley
|
27680c35e9
|
[Border] CornerRadius affects render.
|
8 years ago |
danwalmsley
|
17f1cd19d0
|
Merge branch 'master' into fixes/1094-spurious-button-press
|
8 years ago |
Steven Kirk
|
e81f12520f
|
Merge pull request #1491 from ReeJK/fixes/binding-source
Use Source in Binding
|
8 years ago |
Steven Kirk
|
ef44f2b908
|
Handle the click that opens a DropDown.
|
8 years ago |
Steven Kirk
|
272939464e
|
Need to press a button to click it!
Only raise a `Button` click event on pointer release when the button has been pressed first!
|
8 years ago |
ReeJK
|
f412c696f0
|
use Source in Binding
|
8 years ago |
Dan Walmsley
|
fedae81cb8
|
partial fix for 1436.
|
8 years ago |
Steven Kirk
|
2ffe8fafe3
|
Merge pull request #1485 from AvaloniaUI/fixes/geometryimpl-nre
Allow null pen in GeometryImpl.
|
8 years ago |
Steven Kirk
|
fef1422fdb
|
Removed unused variable.
|
8 years ago |
Steven Kirk
|
aae2e80cab
|
Merge branch 'master' into fixes/geometryimpl-nre
|
8 years ago |
Steven Kirk
|
3b757cf6d5
|
Merge pull request #1462 from Gillibald/feature/BorderThicknessCornerRadius
Added Thickness support for BorderThickness and CornerRadius
|
8 years ago |
Steven Kirk
|
71c25cae2d
|
Allow null pen in GeometryImpl.
The `pen` parameter to `GeometryImpl.GetRenderBounds` and `StrokeContains` can be null. Don't try to dereference this null!
|
8 years ago |
danwalmsley
|
dbd2406db6
|
Merge branch 'master' into feature/BorderThicknessCornerRadius
|
8 years ago |
Nikita Tsukanov
|
5fe3aad2d7
|
Merge pull request #1480 from PathogenDavid/FixDirect3DInteropSample
Fixed Direct3DInteropSample
|
8 years ago |
David Maas
|
a139ce0116
|
Fixed Direct3DInteropSample.
|
8 years ago |
Steven Kirk
|
829d6957e2
|
Merge pull request #1450 from AvaloniaUI/fixes/336-undo-redo-bindings
Clear TextBox undo stack on binding change.
|
8 years ago |
Steven Kirk
|
e8e81c1faf
|
Merge branch 'master' into fixes/336-undo-redo-bindings
|
8 years ago |
Steven Kirk
|
4d5d44a5c2
|
Merge pull request #1427 from sdoroff/auto-complete-box-control
Added AutoCompleteBox control
|
8 years ago |
Steven Kirk
|
0eb5ff84be
|
Merge branch 'master' into fixes/336-undo-redo-bindings
|
8 years ago |
Benedikt Schroeder
|
030b48b313
|
Merge branch 'master' into feature/BorderThicknessCornerRadius
|
8 years ago |
Benedikt Schroeder
|
f63b85f677
|
Remove comment
|
8 years ago |
Steven Kirk
|
18cf638b30
|
Merge remote-tracking branch 'origin/master' into pr/1427-added-autocompletebox-control
Conflicts:
src/Avalonia.Themes.Default/DefaultTheme.xaml
|
8 years ago |
Steven Kirk
|
e8be665b17
|
Merge pull request #1449 from AvaloniaUI/fixes/1447-alignment
Fix alignment of fixed-size controls in ContentPresenter
|
8 years ago |
Steven Kirk
|
4efd268788
|
Merge branch 'master' into fixes/1447-alignment
|
8 years ago |
Steven Kirk
|
265e360db5
|
Merge pull request #1457 from DmitryZhelnin/NumericUpDown
Numeric up/down control added
|
8 years ago |
Steven Kirk
|
d350fdabfc
|
Merge branch 'master' into NumericUpDown
|
8 years ago |
Steven Kirk
|
a86a17a494
|
Merge pull request #1471 from jp2masa/menuitem-command-canexecute
Implemented correct behavior for Command.CanExecute on MenuItem
|
8 years ago |