Steven Kirk
ae2ea31c6e
Allow changing virtualization mode in test app.
Not yet working correctly.
10 years ago
Steven Kirk
635ee4fdb2
Fix compile error.
10 years ago
Steven Kirk
c718f65e4c
Make inserting items more user friendly.
10 years ago
Steven Kirk
b6dc913b20
Allow multiple selection in virt test app.
10 years ago
danwalmsley
e015fc15b2
add items, adds after selected item.
10 years ago
danwalmsley
94f8abbc4d
add items at selected index, or at end if no selection.
10 years ago
danwalmsley
defae349a7
added button to prepend and append items to list.
10 years ago
danwalmsley
35fe93c9c2
added support for add items and remove items in virtualization sample app.
10 years ago
Steven Kirk
3e8a8c6d7c
WIP: INCC virtualization support.
10 years ago
Steven Kirk
780ff4c0b4
Correctly resize items.
10 years ago
Steven Kirk
2ea322f54f
Added "Recreate" button to virtualization test app.
10 years ago
Steven Kirk
43d9fa5724
Show scroll info in virt test app.
10 years ago
Steven Kirk
5582750bb6
Added virtualization test app.
10 years ago
Steven Kirk
d346b35ab7
Added IScrollable interface.
This is now the basic Extent/Offset/Viewport interface. Implemented by
ScrollViewer and ScrollContentPresenter.
10 years ago
Steven Kirk
b44589e0cb
Renamed IScrollable -> ILogicalScrollable
We're going to need IScrollable as an interface to ScrollViewer-type
controls.
10 years ago
Steven Kirk
03c138ff90
Delegate ScrollIntoView to ItemVirtualizer.
This doesn't make sense for ItemVirtualizationMode.Simple so we do
nothing here.
10 years ago
Steven Kirk
38afaf1aca
More WIP on adding virtualization to ItemsPresenter.
10 years ago
Steven Kirk
7db353e742
Added IScrollable.IsLogicalScrollEnabled.
10 years ago
Steven Kirk
ac7e224c3c
Use ItemTemplates in test app.
10 years ago
Steven Kirk
b91d8781d8
WIP
10 years ago
Nikita Tsukanov
e14ac5742f
RegisterServices should be called by AppBuilder
10 years ago
Nikita Tsukanov
40b9447bb3
Fixed DesignerAssist and added test for it
10 years ago
Steven Kirk
d79fc6bbd8
Added AppBuilder
Use AppBuilder to configure the Application and make sure that
everything is set up in the correct order.
10 years ago
Steven Kirk
5c33fbc6ee
Reimplemented property validation.
As far as it was in `property-validation-grokys` branch. Things were
messed up on master so had to merge this manually so may be problems.
10 years ago
Steven Kirk
d97c276b52
Added ncrunch project files.
10 years ago
Steven Kirk
5be41985c3
Renamed Perspex -> Avalonia
10 years ago
donandren
90c48ffa9e
Added sample usage of PathFigure in xaml in ControlCatalog
10 years ago
Steven Kirk
cb98a09548
Supply a base URI when loading assets.
This allows assets to be loaded relative to the URI which loaded them,
e.g. a bitmap will now be loaded from the same assembly as the XAML file
that loads the bitmap rather than the entry assembly.
10 years ago
Wiesław Šoltés
a3d2cc400d
Updated BindingTest sample view model
10 years ago
Wiesław Šoltés
557fda7f45
Updated BindingTest sample
10 years ago
Wiesław Šoltés
764d5fd0ce
Updated BindingTest sample
10 years ago
Wiesław Šoltés
b25125108a
Added Commands tab
10 years ago
Wiesław Šoltés
b4d486f45d
Added StringValueCommand
10 years ago
Dan Walmsley
8595eb58b3
updated repro design.
10 years ago
Dan Walmsley
ab3237a923
repro commit for itemscontrol causing memory leak.
10 years ago
Jason Jarvis
c79c383450
Replaced the contents of ControlCatalog.csproj with that from ControlCatalog.PCL and swapped all references. Removed temporary PCL version.
10 years ago
Jason Jarvis
c961c8f975
Added iOS host for ControlCatalog PCL. Had to forcibly reference Themes.Default to get Xamarin runtime to load it properly.
10 years ago
Jason Jarvis
c755b17c41
Initial work to split ControlCatalog out into Portable implementation and Desktop wrapper.
10 years ago
Jason Jarvis
2c7d457057
Deleted a bunch of obsolete files, addressed all of the code styling comments, etc.
10 years ago
Jason Jarvis
b566401602
More iOS platform related improvements. Code style reformatting for PR. ControlCatalog can now run on Skia! AssetLoader hack for iOS to get us running.
10 years ago
Steven Kirk
3e3e3244e3
Updated SharpDX.
10 years ago
Jason Jarvis
874e350126
Fixed up tab and name styling issues.
10 years ago
Jason Jarvis
97388703b3
Adding various other runtime application configuration extensions to improve boilerplate main startup. Updated most Sample applications to use simpler bootstrapping extensions.
10 years ago
Jason Jarvis
3bb58a2031
First pass at SkiaSharp rendering back end. Lot's left to do still - see Skia/Perspex.Skia/readme.md.
10 years ago
Steven Kirk
a40f0be1d9
Make SolidColorBrush properly immutable.
Previous its color was immutable but because it inherited from Brush, its Opacity was mutable. This wasn't good, as it meant that e.g. Brushes.Red could be changed. Make it properly immutable by using the IBrush interface everywhere and not inheriting from Brush.
10 years ago
Steven Kirk
152b4000a8
Added Image to ControlCatalog.
10 years ago
Steven Kirk
85f1c3a5c7
Added Expander to ControlCatalog.
And fixed bug with CrossFade.
10 years ago
Steven Kirk
adf30e529d
Added RadioButton to ControlCatalog.
And added disabled style.
10 years ago
Steven Kirk
b43b5947b9
Make ControlCatalog SideBar scrollable.
10 years ago
Steven Kirk
ac3db6573b
Added Menu page to ControlCatalog.
10 years ago