Wiesław Šoltés
7282744b70
Removed outdated binding redirects and app.config
10 years ago
Wiesław Šoltés
a3a5f21873
Fixed references
10 years ago
Jeremy Koritzinsky
7577e0ef69
Merge pull request #626 from AvaloniaUI/fix-transformed-bounds
Fix TransformedBounds for invisible controls.
10 years ago
Steven Kirk
00ea0ed62d
Handle invisible controls in AdornerLayer.
10 years ago
Steven Kirk
6b80d51fe6
Fix TransformedBounds for invisible controls.
Previously the BoundsTracker.TransformedBounds attached property wasn't
being cleared for controls that were invisible, resulting in incorrect
hit testing in certain situations (the newly added TreeView page in
ControlCatalog demonstrated the behavior when fully expanding the first
node and its children).
10 years ago
Steven Kirk
3df84e6cc9
Added TreeView to ControlCatalog.
10 years ago
Steven Kirk
84335b4d10
Use correct ElementAt method.
Fixes #616 .
10 years ago
Steven Kirk
7f63ca36db
Align DropDown content to left.
Fixes #605 .
10 years ago
Steven Kirk
4e9fe88c27
Added missing Materialized event invocation.
In TreeContainerIndex. Also add TODO concerning ItemContainerEventArgs.
10 years ago
Steven Kirk
b74c0d316b
Fix off-by-one error in ItemContainerGenerator
Fixes #604 .
10 years ago
Steven Kirk
56919956d9
Merge branch 'indexer-bindings'
10 years ago
Steven Kirk
7cf748a8bd
Merge pull request #618 from jschiefer/linuxsamples
Add missing project references for BindingTest and VirtualiationTest
10 years ago
Steven Kirk
98c7ba64fe
Merge pull request #619 from jschiefer/linux-build-docs
Updated Linux build instructions
10 years ago
Jan Schiefer
4bd968aa79
Merged branch linuxdoc into linux-build-docs
10 years ago
Jan Schiefer
50d9aa0189
Tweaks for Linux build documentation
First pass at improving the Linux build docs
10 years ago
Jan Schiefer
f3927cea6b
Add missing project references for BindingTest and VirtualiationTest
10 years ago
Steven Kirk
b565443881
Merge branch 'pr/575'
10 years ago
Steven Kirk
3651ad4c92
Remove unnecessary method call.
10 years ago
Steven Kirk
c9d86ac6de
Clarify documentation.
10 years ago
Steven Kirk
ebdea7dc15
Renamed IIconImpl -> IWindowIconImpl
10 years ago
Steven Kirk
f2a7304368
Merge pull request #612 from AvaloniaUI/fix_items_control_elementat
Removed casting to IEnumerable<object>
10 years ago
danwalmsley
b724ddd092
Removed casting to IEnumerable<object>
10 years ago
Steven Kirk
8d6de2d383
Merge branch 'pr/592'
10 years ago
Steven Kirk
6eaa5b74dc
Test has been refactored into 2 tests.
Removed test that has been refactored into 2 separate tests. Thanks
@donandren for finding those bugs!
10 years ago
Steven Kirk
1c88b3bd85
Fix scrolling to item when size == 0,0
When virtualized presenter size == 0,0 no containers will be
materialized so no container will be found.
Fixes #591 .
10 years ago
Steven Kirk
dd728dae5b
Fix measuring to infinity when scrolled to end.
When a virtualized list was scrolled to the bottom and then the list was
measured with a size larger than needed to fit all items (in this case
we use infinity) then the virtualizer tries to go backwards to add items
at the top of the currently visible items by setting `step = -1`;
however it didn't check whether the current index was < 0.
Fixes #589 .
10 years ago
Steven Kirk
1d61713e51
Merge pull request #603 from wieslawsoltes/SwitchTravisToMonoLatestBranch
Switch TravisCI to use mono latest instead of nightly
10 years ago
Wiesław Šoltés
5ffdcf73da
Switch TravisCI to use mono latest instead of nightly
This is related to this issue https://github.com/travis-ci/travis-ci/issues/6319 , which is causing CI to fail installing mono runtime.
10 years ago
Steven Kirk
ba63c2964f
Merge pull request #597 from yusuf-gunaydin/Issue-596
Fixes #596
10 years ago
yusuf-gunaydin
282082a05e
Setter does not build the template if the target property derives from ITemplate.
10 years ago
Steven Kirk
2b7ed4eeb7
Merge pull request #595 from wieslawsoltes/TraisCISupportForMacOSX
Added initial osx support to TravisCI build matrix
10 years ago
Wiesław Šoltés
2e272ec4f5
Added initial osx support to TravisCI build matrix
10 years ago
Steven Kirk
5a42f99025
Added this operator binding test.
10 years ago
Steven Kirk
6fece5737d
Merge pull request #584 from wieslawsoltes/FixSkiaSetFillRule
Fix Skia SetFillRule
10 years ago
Steven Kirk
3ee83263c8
Make indexer produce/consume IBinding.
10 years ago
donandren
cfd6524031
added failing unit test for issue #589 and #591
10 years ago
Steven Kirk
2a614326e3
Remove skia initialization.
No longer needed as we now use a nuget. Also there are >1 submodules now.
10 years ago
Jeremy Koritzinsky
de8e61c76e
Fixed project file xml (broken in rebase).
10 years ago
Jeremy Koritzinsky
7bbcd90e7f
Fixed designer support tests to be able to load assets. Fixed Cairo bitmaps to correctly construct with new design.
10 years ago
Jeremy Koritzinsky
7a5eb8b39e
Icon -> WindowIcon.
10 years ago
Jeremy Koritzinsky
d211c54aca
Added support for saving a bitmap to a stream, initializing an icon from a stream, and added in a special-casing shortcut for Gtk when using Cairo as a rendering backend to make icons more efficient.
10 years ago
Jeremy Koritzinsky
b2f6a6d409
Fixed icon support in win32 and added example icon to ControlCatalog.
10 years ago
Jeremy Koritzinsky
c2a783e2ca
Added do-nothing iOS and Android window icon support.
10 years ago
Jeremy Koritzinsky
75b1d7fbf1
Implemented icons for the Win32 and GTK.
10 years ago
Jeremy Koritzinsky
9d2ef79432
Merge pull request #586 from wieslawsoltes/UpdateNugetPackagesAndReferences
Update nuget packages and references
10 years ago
Wiesław Šoltés
8eebf738f3
Move border object initialization
10 years ago
Wiesław Šoltés
2681340e9c
Added missing NuGet packages to fix TravisCI builds
10 years ago
Wiesław Šoltés
36414687fc
Added missing NuGet packages to fix TravisCI builds
10 years ago
Wiesław Šoltés
a1496e6e58
Update nuget templates
10 years ago
Wiesław Šoltés
0d7628516c
Update Skia projects
10 years ago