donandren
1aaea1dd2a
fixes #651
10 years ago
donandren
cd3d002cc9
added failing unit test for #651
10 years ago
Jeremy Koritzinsky
126c28862d
Merge pull request #649 from wieslawsoltes/FixSkiaLoadBitmap
Fixed bitmap loading tests
10 years ago
Wiesław Šoltés
e5c8b7c46d
Fixed bitmap loading tests
10 years ago
Jeremy Koritzinsky
edf3807aaa
Merge pull request #638 from wieslawsoltes/SkiaSharpUpdate
Update to SkiaSharp version 1.53.0
10 years ago
Steven Kirk
1c52cc05f2
Merge pull request #644 from AvaloniaUI/fixes/501-textbox-newlines
Correctly handle \r\n in TextBox.
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
donandren
a3552bc20a
added another failing unit test for Listbox items not in sync with the bound collection
10 years ago
donandren
f764d46674
added failing unit test for issue #637 : ListBox not in sync with items after inserted/removed from items
10 years ago
Steven Kirk
eb4280a7c1
Merge pull request #639 from cloudRoutine/patch-1
added syntax highlighting
10 years ago
Jared Hester
a30a175d6d
added syntax highlighting
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
Steven Kirk
280bb5c820
Merge pull request #628 from wieslawsoltes/ProjectCleanup
Project Cleanup
10 years ago
danwalmsley
1c4228b17f
Merge pull request #627 from AvaloniaUI/fixes/610-treeview-scrolling
Deafult ItemsPresenter virtualization to None
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
Jeremy Koritzinsky
7577e0ef69
Merge pull request #626 from AvaloniaUI/fix-transformed-bounds
Fix TransformedBounds for invisible controls.
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
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