Steven Kirk
fc709c3a0f
Partially fix tab strip orientation.
8 years ago
Benedikt Schroeder
00cc08f979
New selectors
8 years ago
Benedikt Schroeder
ab97dbb12c
Selector rework
8 years ago
Steven Kirk
544d2e26c7
Fix NRE when VirtualizingStackPanel used with ItemsControl.
There is no `ScrollViewer` in the template for `ItemsControl` which means that if a `VirtualizingStackPanel` is used for `ItemsControl.ItemsPanel` then `InvalidateScroll` won't be set. Just do nothing in this case.
Fixes #1829 .
8 years ago
Benedikt Schroeder
63de9f3ddf
Rework default style
8 years ago
William David Cossey
71d74fe7cd
TreeViewItem.cs - Renamed Depth to Level.
TreeViewItem.cs - Moved CalculateDistanceFromLogicalParent from LogicalExtensions.
TreeViewItem.xaml - Cleaned up selectors.
PropertyEqualsSelector.cs - Default null to string.Empty.
ContentControl.cs - Added valid & invalid pseudoclasses for ContentProperty.
BaseLight.xaml - Removed unused resources.
CheckBox.xaml - Hide ContentPresenter#PART_ContentPresenter when Content is null.
8 years ago
danwalmsley
39931f5fde
use same fix as upcoming pr to prevent conflict.
8 years ago
Dan Walmsley
9d89bfdfab
fix slider not updating value.
8 years ago
Miha Markič
0a38876590
Spellchecks all projects except for Base, Controls, Samples and Testing
8 years ago
Miha Markič
eb93c9f4a7
Spellchecks comments and code in Avalonia.Base
8 years ago
Siegfried Pammer
158d2d31b3
Add RoutedEventRegistry. Fixes #1846 .
8 years ago
Miha Markič
47b78a413b
Reverts 'top level' comment back to 'toplevel'
8 years ago
Miha Markič
993f0a080a
Adds missing newline
8 years ago
Miha Markič
1524cb1aba
Spellchecks comments and members, removes unused using statements and sorts them
8 years ago
Miha Markič
298eef1c1b
Fixes #1847 PasswordChar change doesn't affect render
8 years ago
Benedikt Schroeder
4f549c16fc
Initial
8 years ago
William David Cossey
22b373948a
Reverted some tab indentation.
8 years ago
William David Cossey
f6dfd1688e
TreeViewItem updates.
8 years ago
Jeffrey Ye
f180ec4dd7
Use SelectionChangedEventArgs instead of SelectedItemChangedEventArgs
8 years ago
wojciech krysiak
8e7d2e5a81
Handle the case of multiple content presenters within a content control handled via ContentControlMixin
8 years ago
William David Cossey
d4b9ef5042
Added missing Converter.
8 years ago
William David Cossey
a161f6a095
ScreenPage.cs - Bug fix.
TreeViewItem - Added Depth property.
BaseLight.xaml - Added InvisibleSelectionColor/Brush.
DatePicker.xaml - Improvments.
TreeViewItem.xaml - Reworked styling.
FormattedTextImpl.cs - Reverted previous changes.
8 years ago
Nicolas Musset
0befa22692
Support invoking a task in the dispatcher.
8 years ago
wojciech krysiak
d72ca725cd
Brought RelativeSource=Self behavior in line with other RelativeSources
-Direct fix for AnimationKeyFrame using itself as self-reference
8 years ago
William David Cossey
8087f81ea5
Cleaned up resources for CalendarDayButton,CalendarItem,DataValidationErrors,DatePicker,Expander,Slider
Typeface - Added Typeface.Default.
FormattedTextImpl - Fallback to Typeface.Default for null typeface.
8 years ago
Steven Kirk
ca34bf9aba
Don't assume Items are MenuItems.
They may be created via `DataTemplate`s.
8 years ago
Jeffrey Ye
e9cde299bb
#1802 add SelectedItemChanged event to TreeView
8 years ago
William David Cossey
799b498afc
Cleaning up Themes.
Renamed ErrorBrushLight to ErrorLightBrush.
ListBoxItem - Removed hardcoded Colors/Brushes, added additional sytling.
Removed ListBoxItem Style Selector from AutoCompleteBox (inherrited).
CalendarButton - Removed hardcoded Colors/Brushes.
DropDownItem - Removed hardcoded Colors/Brushes, added additional sytling.
ScrollBar - Removed hardcoded Colors/Brushes.
Added ListBox to ControlCatalog.
Slider bug fix (hopefully).
8 years ago
Siegfried Pammer
739fdc3b9b
Use ConditionalWeakTable instead of a custom list of (IRenderRoot, RadioButtonGroupManager).
8 years ago
William David Cossey
9555a914a9
OS compatibility check for SetProcessDpiAwareness (Windows 8.1 or newer) ( #1816 )
8 years ago
Siegfried Pammer
18f36ab3bc
Fix #1782 : Implement GroupName for RadioButton
8 years ago
jp2masa
f1e422866a
Implemented UniformGrid. ( #1819 )
8 years ago
Dan Walmsley
47676e6be2
fix null reference exception.
8 years ago
Nicolas Musset
434bf0d3db
Support invoking a function in the dispatcher.
8 years ago
Jeremy Koritzinsky
e0949b8796
Project file fixes.
8 years ago
Jeremy Koritzinsky
17ec885e15
Remove SharedAssemblyInfo and unused avalonia.platform.targets
8 years ago
Jeremy Koritzinsky
e7fab78d04
Use MSBuild.Sdk.Extras to switch the rest of our library projects to the new project format.
8 years ago
Jeremy Koritzinsky
af86085537
Fix build warning.
8 years ago
Jeremy Koritzinsky
065d6d01d8
Switch Cake to use a dirs.proj traversal project to simplify the solution.
8 years ago
Jeremy Koritzinsky
7faf079961
Fix tests and fix ControlCatalog.iOS to not reference Sprache.
8 years ago
Jeremy Koritzinsky
066e73ce84
Fix struct == null comparison.
8 years ago
Steven Kirk
c7bf1ecb4b
Fix null checking.
8 years ago
Steven Kirk
0fb1780f75
Don't deselect sibling item on PointerLeave.
8 years ago
Steven Kirk
e5662a8a18
Implement ContextMenu interactions.
8 years ago
Steven Kirk
1293e9af8d
Implemented Menu interactions.
8 years ago
WojciechKrysiak
dbe8f748c9
Single menu context menus working. ( #1808 )
8 years ago
Dan Walmsley
7d28d1b2ab
fix failing unit test.
8 years ago
Dan Walmsley
9c6e69914d
fixes an occasional crash with popup root "SnapInsideScreenEdges"
8 years ago
Wiesław Šoltés
c5a2159021
Add support for Direct2D1 for Avalonia.DotNetCoreRuntime
8 years ago
Steven Kirk
2cf046e3ff
Update menu item default themes.
8 years ago