Javier Suárez
424863d5ff
Add PlaceholderForeground property to TextBox, AutoCompleteBox, CalendarDatePicker, NumericUpDown ( #20303 )
* Added WatermarkForeground property
* Added samples
* Added unit tests
* Added render tests
* Fix merge issues
* Updated render tests
* Standardize watermark foreground naming
* Pending changes
* More changes
* Use UseFloatingPlaceholder
* Fix tests
2 months ago
Dong Bin
87b7af5f8b
fix: fix CalendarDatePicker two way binding syntax. ( #13083 )
Co-authored-by: rabbitism <dongbin@irihi.tech>
3 years ago
Max Katz
6b53cbe63f
Add x:ClassModifier="internal" to all theme xaml files that should be hidden
3 years ago
Max Katz
fa0cea97fe
Enable compiled bindings by default and fix all the usages + adjust some namespaces
3 years ago
Steven Kirk
f6e8dda027
Formatted CalendarDatePicker ControlTheme.
4 years ago
Steven Kirk
afe3486e9f
Remove trailing /template/ selectors.
4 years ago
Steven Kirk
2b3608078e
WIP: Porting fluent theme to use control themes.
Co-Authored-By: Takoooooo <tako0qq@gmail.com>
4 years ago
robloo
53fc90a108
Remove Microsoft copyright
An audit of git blame shows the style has now been fully rewritten for Avalonia
4 years ago
robloo
248b3c87c3
Use more standard x:Double resource
4 years ago
robloo
dbe46697c9
Improve CalendarDatePicker Fluent style
4 years ago
robloo
01ae35f284
Implement focused states in CalendarDatePicker
4 years ago
robloo
24a3dc560a
Better support MinHeight
4 years ago
robloo
6bde8b185e
Rewrite the Fluent CalendarDatePicker style
4 years ago
robloo
03cbe93d46
Update XAML formatting
4 years ago
Takoooooo
bb12a4c791
Enable CompiledBindings for FluentTheme.
4 years ago
Tim U
1604be4784
fix Validation for SelectedDateProperty not working
4 years ago
Tim
f8f4b91d93
Update Calendar in CalendarDatePicker Popup properly
- Use `TemplateBinding`
- Reflect changes of the blackout dates collection
4 years ago
Max Katz
64922a34a9
Add CornerRadius to TemplatedControl and use it where possible
5 years ago
Max Katz
107b4d83fd
Add HorizontalContentAlignment/VerticalContentAlignment props to CalendarDatePicker
5 years ago
Max Katz
43fcb52219
[Fluent] Prefer DynamicResource for resources used in controls
5 years ago
Max Katz
37dda37e46
Move Fluent theme files
5 years ago
Maksym Katsydan
137b01b4c7
Fluent: Add CalendarDatePickerCurrentDayFontSize to CalendarDatePicker
6 years ago
Steven Kirk
b2a7339b4b
Added Popup.IsLightDismissEnabled property.
And deprecate `StaysOpen` in favor of this property.
6 years ago
Maksym Katsydan
33415bd0c6
CalendarDatePicker should use Fluent resources
6 years ago
Dan Walmsley
c3c82230d2
remove usages of old ThemeAccentBrush.
6 years ago
amwx
0863b29d09
Rename existing DatePicker control
6 years ago
danwalmsley
59172a3f79
Add a Fluent theme (identical to Default for now) to allow new theme work to progress without affecting default theme and templates ( #4004 )
* Define the base colours and brushes.
* import base / system colours.
* test textbox using alias for resource.
* add a fluent theme
* revert default theme
* revert original theme.
* restore default theme.
* remove old accents from fluent theme.
* rename namespaces, etc for new theme.
* make control catalog run again.
* undo textbox work.
* Revert "undo textbox work."
This reverts commit 477665c306 .
* add missing fontweight.
* add the UWP base resources.
* Organise the Fluent themes to separate UWP base resources from Fluent resources.
* Add fluentBase dark and light overrides.
* Add xaml files to contain control resources until we get equivalent of ThemeDictionaries.
* undo textbox work.
6 years ago
Nikita Tsukanov
11af891f03
Updated XamlIl, allow types to import IServiceProvider, preserve entire parent stack
7 years ago
Nikita Tsukanov
4c7551b9fa
CECIL
7 years ago
Dan Walmsley
4c9d41d980
fix color resource names
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
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
sdoroff
6e774349f8
Added a DatePicker control ported from Silverlight
8 years ago