Steven Kirk d5e6171ddd Improve slider interaction in AcrylicPage. 4 years ago
..
AcrylicPage.xaml d5e6171ddd Improve slider interaction in AcrylicPage. 4 years ago
AcrylicPage.xaml.cs f329918116 AcrylicPage. 5 years ago
AutoCompleteBoxPage.xaml 18ac401007 add example of datavalidation on autocomplete box. 5 years ago
AutoCompleteBoxPage.xaml.cs 3f3ec4b835 Added custom TextSelector example 5 years ago
BorderPage.xaml bf0c8ae01d fix sidebar. 5 years ago
BorderPage.xaml.cs 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
ButtonPage.xaml 3d2db41bc8 ControlCatalog: Some fixes and workarounds, so it will not use missing resources 5 years ago
ButtonPage.xaml.cs b6a5e9bdd4 Add example for RepeatButton 5 years ago
ButtonSpinnerPage.xaml 76d3d013e3 add datavalidations to button spinner. 5 years ago
ButtonSpinnerPage.xaml.cs f14aac365b WIP 6 years ago
CalendarDatePickerPage.xaml 0863b29d09 Rename existing DatePicker control 5 years ago
CalendarDatePickerPage.xaml.cs 0863b29d09 Rename existing DatePicker control 5 years ago
CalendarPage.xaml 343905ebb3 Generate asset resource info with paths 7 years ago
CalendarPage.xaml.cs d91b8f8f84 Adds a Calendar control ported from Silverlight 8 years ago
CanvasPage.xaml 343905ebb3 Generate asset resource info with paths 7 years ago
CanvasPage.xaml.cs 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
CarouselPage.xaml 6089291cf8 Renamed DropDown -> ComboBox in samples. 6 years ago
CarouselPage.xaml.cs 53b71076d6 DropDown -> ComboBox. 6 years ago
CheckBoxPage.xaml 343905ebb3 Generate asset resource info with paths 7 years ago
CheckBoxPage.xaml.cs 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
ComboBoxPage.xaml 62ca81e9fb add datavalidation errors to combobox. 5 years ago
ComboBoxPage.xaml.cs 1b0221e224 Reworked the font manager to better manage resoures and also work properly with the application lifetime 6 years ago
ContextMenuPage.xaml 63a4333832 ControlCatalog: Update ContextMenuPage and MenuPage samples 5 years ago
ContextMenuPage.xaml.cs 9efdffe875 Don't use global variables in ControlCatalog 6 years ago
CursorPage.xaml 98974af13e Added cursor page to control catalog. 5 years ago
CursorPage.xaml.cs 98974af13e Added cursor page to control catalog. 5 years ago
DataGridPage.xaml 0ec83c23c8 Merge branch 'master' into fix-compiledbinding-with-datagrid 4 years ago
DataGridPage.xaml.cs 26fa71bddc DataGrid add CompiledBinding example 5 years ago
DateTimePickerPage.xaml ec937153a4 add datavalidation to date and time pickers. 5 years ago
DateTimePickerPage.xaml.cs a7b9bd2876 Add styles and control catalog page 5 years ago
DialogsPage.xaml d69718ab61 Reimplement new child window support. 5 years ago
DialogsPage.xaml.cs c24f65a5f7 Fix even more broken cases for closing child/dialog windows on win32. 5 years ago
DragAndDropPage.xaml c3c82230d2 remove usages of old ThemeAccentBrush. 5 years ago
DragAndDropPage.xaml.cs 39501e5b30 DnD support for OSX 5 years ago
ExpanderPage.xaml 343905ebb3 Generate asset resource info with paths 7 years ago
ExpanderPage.xaml.cs 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
ImagePage.xaml 3aab2d5619 Added functionality to use CroppedBitmap directly in XAML 5 years ago
ImagePage.xaml.cs 3aab2d5619 Added functionality to use CroppedBitmap directly in XAML 5 years ago
ItemsRepeaterPage.xaml 3d2db41bc8 ControlCatalog: Some fixes and workarounds, so it will not use missing resources 5 years ago
ItemsRepeaterPage.xaml.cs c421000997 Merge branch 'master' into feature/itemsrepeater-elementfactory 5 years ago
LabelsPage.axaml d17006f480 make label page use compiled references to label 5 years ago
LabelsPage.axaml.cs 303b6c1586 Remove ReactiveUI usage from sample apps 5 years ago
LayoutTransformControlPage.xaml c3c82230d2 remove usages of old ThemeAccentBrush. 5 years ago
LayoutTransformControlPage.xaml.cs 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
ListBoxPage.xaml 303b6c1586 Remove ReactiveUI usage from sample apps 5 years ago
ListBoxPage.xaml.cs a91d632211 Move ListBox page view model to its own file. 5 years ago
MenuPage.xaml 63a4333832 ControlCatalog: Update ContextMenuPage and MenuPage samples 5 years ago
MenuPage.xaml.cs 303b6c1586 Remove ReactiveUI usage from sample apps 5 years ago
NotificationsPage.xaml 96d912c46c implement notifications page in control catalog 6 years ago
NotificationsPage.xaml.cs 366cdfdb0f add a notifications page to control catalog 6 years ago
NumericUpDownPage.xaml a0ce794c41 make numeric up down work with validation errors. 5 years ago
NumericUpDownPage.xaml.cs 303b6c1586 Remove ReactiveUI usage from sample apps 5 years ago
OpenGlPage.xaml db3e2780f1 OSX support 5 years ago
OpenGlPage.xaml.cs b9985a8fa0 Refactorings for opengl context and surface management 5 years ago
PointersPage.cs b225e84324 Various control catalog improvements 6 years ago
ProgressBarPage.xaml 3417cebae1 Update progress bar samples to include Maximum/Minimum examples 4 years ago
ProgressBarPage.xaml.cs 7cb4485dfb Added Orientation and IsIndeterminate properties to ProgressBar. 8 years ago
RadioButtonPage.xaml 343905ebb3 Generate asset resource info with paths 7 years ago
RadioButtonPage.xaml.cs 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
RelativePanelPage.axaml 99833d24b5 relative panel page also uses compiled references. 5 years ago
RelativePanelPage.axaml.cs eb3c4cd008 add relative panel page to control catalog. 5 years ago
ScreenPage.cs 3e690c5fbc fix rounding error on screens page. 4 years ago
ScrollViewerPage.xaml f3a964232a Add page for scroll viewer. 5 years ago
ScrollViewerPage.xaml.cs 303b6c1586 Remove ReactiveUI usage from sample apps 5 years ago
SliderPage.xaml f7aa342f22 Added reversed direction sliders to ControlCatalog. 4 years ago
SliderPage.xaml.cs 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
SplitViewPage.xaml cf0ea3581a Fix SplitView pane to work with popups 5 years ago
SplitViewPage.xaml.cs e385dbc43c Adds control catalog page 5 years ago
TabControlPage.xaml 6089291cf8 Renamed DropDown -> ComboBox in samples. 6 years ago
TabControlPage.xaml.cs 303b6c1586 Remove ReactiveUI usage from sample apps 5 years ago
TabStripPage.xaml 139475de1c Added TabStripPage to ControlCatalog. 6 years ago
TabStripPage.xaml.cs 139475de1c Added TabStripPage to ControlCatalog. 6 years ago
TextBlockPage.xaml 40d74cf682 Fix baseline alignment of multiple runs 5 years ago
TextBlockPage.xaml.cs de93e8e969 Full Unicode support for TextBlock 5 years ago
TextBoxPage.xaml 35b365d97d Implemented basic IME support for Linux 4 years ago
TextBoxPage.xaml.cs 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
ToggleSwitchPage.xaml b9cec08b41 ToggleSwitchpage for Control gallery (#4137) 5 years ago
ToggleSwitchPage.xaml.cs b9cec08b41 ToggleSwitchpage for Control gallery (#4137) 5 years ago
ToolTipPage.xaml 2cac9980e1 Update tooltip samples 4 years ago
ToolTipPage.xaml.cs 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
TreeViewPage.xaml af90219ff4 Reverted SelectionModel. 5 years ago
TreeViewPage.xaml.cs 63c336e6d1 Refactored TreeView page in ControlCatalog. 5 years ago
ViewboxPage.xaml de2a8728de Fixed TabControl and Viewbox pages 7 years ago
ViewboxPage.xaml.cs dbfb9288d1 add viewbox page to control catalog 7 years ago
WindowCustomizationsPage.xaml a8aff643f0 fix more nits. 5 years ago
WindowCustomizationsPage.xaml.cs 454cc06184 Add a WindowCustomization page to the control catalog. 5 years ago
teapot.bin 021995ed35 Implemented GlControlBase 5 years ago