Nikita Tsukanov
|
d1ac5a4002
|
Code cleanup
|
10 years ago |
Nikita Tsukanov
|
8d21c8069d
|
Moved project
|
10 years ago |
Nikita Tsukanov
|
3af869f49f
|
Moved IPclPlatformWrapper and IAssetLoader to a separate assembly
|
10 years ago |
Nikita Tsukanov
|
4a25b33cea
|
Sync package versions
|
10 years ago |
Wiesław Šoltés
|
9cdcf6cb02
|
Revert "Updated projects and packages"
This reverts commit 7cca79b435.
|
10 years ago |
Nikita Tsukanov
|
d9607a5fca
|
Initial (with bugs) gtk embedding implementation
|
10 years ago |
Nikita Tsukanov
|
528e891e55
|
Embeddable control window lifecycle should be tied to native host control
|
10 years ago |
Nikita Tsukanov
|
b89d334147
|
Implemented embedding to WPF and WinForms
|
10 years ago |
Wiesław Šoltés
|
7cca79b435
|
Updated projects and packages
|
10 years ago |
Steven Kirk
|
b029217048
|
Qualify icon assembly.
|
10 years ago |
Steven Kirk
|
87fb978dfd
|
Use .net 4.5 for all samples.
|
10 years ago |
Steven Kirk
|
3c164547ed
|
Added mono solution platform.
And removed the projects that don't apply/dont build on mono from it.
|
10 years ago |
Steven Kirk
|
e058215085
|
Removed obsolete platform detection code in ControlCatalog.
Fixes #659.
|
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
|
3df84e6cc9
|
Added TreeView to ControlCatalog.
|
10 years ago |
Jan Schiefer
|
f3927cea6b
|
Add missing project references for BindingTest and VirtualiationTest
|
10 years ago |
Jeremy Koritzinsky
|
b2f6a6d409
|
Fixed icon support in win32 and added example icon to ControlCatalog.
|
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
|
15264a974a
|
Added initial support for Travis CI
|
10 years ago |
Steven Kirk
|
e702043bf0
|
Added OpacityMask example to ControlCatalog.
|
10 years ago |
Steven Kirk
|
4af2100f3f
|
Removed virtualization tab from test app.
|
10 years ago |
Nikita Tsukanov
|
ee37ab8df4
|
Added UsePlatformDetect
|
10 years ago |
Steven Kirk
|
5ce57ad029
|
Fix menu separators.
|
10 years ago |
Steven Kirk
|
95eefa3cf1
|
Implement AutoScrollToSelectedItem
For virtualizing lists.
|
10 years ago |
Steven Kirk
|
0d32bc420c
|
Allow changing orientation in virt sample.
|
10 years ago |
Steven Kirk
|
d0942f84a9
|
FocusNavigationDirection => NavigationDirection
And added page up/down.
|
10 years ago |
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 |