Steven Kirk
e894df344c
Added DropDown.MaxDropDownHeight.
Fixes #654 .
10 years ago
Steven Kirk
47beb2725c
Don't reset available space on Arrange.
This fixes the failing `Should_Add_Containers_For_Items_After_Clear`
however I'm unsure if it's the correct fix. May need to revisit if it
seems to be causing other problems.
10 years ago
donandren
a8aeae275f
fixed some weird issues with 64 bit application
10 years ago
donandren
ba8829399d
fixed problem when Removing range items from virtualized ItemsPresenter related to #651
10 years ago
donandren
1aaea1dd2a
fixes #651
10 years ago
Wiesław Šoltés
e5c8b7c46d
Fixed bitmap loading tests
10 years ago
Steven Kirk
fb6ff13194
Cast wParam to long not int.
As in some rare cases it was overflowing. Fixes #607 .
10 years ago
Steven Kirk
d4f24402c5
Check for null VirtualizingPanel.
The panel may not have been created when the virtualization mode is changed - handle that. Fixes #634 .
10 years ago
Steven Kirk
209713e820
Moved tests to correct place.
@donandren correctly identified a problem with the `ItemsPresenter` but
he put the tests in the `ListBox` tests. Moved them to the correct
place. Also tweak formatting in `ItemContainerGenerator.InsertSpace`.
10 years ago
Steven Kirk
2d8a54ac62
Handle \r\n newlines in TextBox.
Fixes #501 .
10 years ago
donandren
0dddd8e317
fix of issue #637
10 years ago
Wiesław Šoltés
8af935cb0a
Implemented DashStyle support for Skia
10 years ago
Wiesław Šoltés
0b5eb69cdf
Use skia ArcTo method
10 years ago
Wiesław Šoltés
241f8c01e7
Use latest SkiaSharp api
10 years ago
Wiesław Šoltés
6169f7d9f7
Updated SkiaSharp to version 1.53.0
10 years ago
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
Steven Kirk
0bf9404e00
Deafult ItemsPresenter virtualization to None
And override it in ListBox. This prevents ItemsPresenter thinking it's virtualized in a TreeView. Fixes #610 .
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
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
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
danwalmsley
b724ddd092
Removed casting to IEnumerable<object>
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
yusuf-gunaydin
282082a05e
Setter does not build the template if the target property derives from ITemplate.
10 years ago
Steven Kirk
3ee83263c8
Make indexer produce/consume IBinding.
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
Wiesław Šoltés
0d7628516c
Update Skia projects
10 years ago
Wiesław Šoltés
768fd0e79f
Update iOS projects
10 years ago
Wiesław Šoltés
aad802a156
Update Android projects
10 years ago
Jeremy Koritzinsky
3c5848bc2c
Updated Rx to 3.0 and fixed a failing test from a not fully set up mock.
10 years ago
Wiesław Šoltés
238a4914d9
Fix Skia SetFillRule
Fixes #583
10 years ago
Steven Kirk
de2916e03c
Fix DevTools hit testing.
Filter out invisible controls.
10 years ago
Steven Kirk
3c4b8cdf90
Implement input hit testing on top of visual layer.
10 years ago
Steven Kirk
1824175e6b
Use render bounds in visual hit testing.
It was previously used in input hit testing but not in visual hit
testing.
10 years ago
Steven Kirk
dc60d4bfb3
Allow overriding ContentPresenter control creation.
10 years ago
Steven Kirk
72cb1cf311
Don't reapply templates unnecessarily.
When detaching and re-attaching to the same logical tree.
10 years ago
Seeker1437
9ba1df75a5
Adjusts Namespace Ordering [skip-ci]
10 years ago