Dan Walmsley
48fd593147
remove obsolete comments
5 years ago
amwx
dde40aae24
Update src/Avalonia.Themes.Fluent/Controls/TextBox.xaml
Co-authored-by: Max Katz <maxkatz6@outlook.com>
6 years ago
amwx
b6f5571495
TextBox uses ContextFlyout
6 years ago
Max Katz
37dda37e46
Move Fluent theme files
6 years ago
Dan Walmsley
cc712b6e0f
wrap control in datavalidation errors so it can be applied consistently.
6 years ago
Dan Walmsley
78e2e2ef93
position datavalidation errors underneath textbox.
6 years ago
Roland Soós
7d28b510d7
Update TextBox.xaml
Set CornerRadius via style on TextBox
6 years ago
Dan Walmsley
8caa9a0966
use correct case for class names.
6 years ago
Dan Walmsley
f9f32736f7
add names for default context menu.
6 years ago
Dan Walmsley
5a780952e7
use static resource for the context menus in textbox templates.
6 years ago
Dan Walmsley
23f13957cd
add context menu back.
6 years ago
Dan Walmsley
219a71f9a9
fix mem leak tests for context menus.
6 years ago
Dan Walmsley
bb2d629a11
fix test errors.
6 years ago
Dan Walmsley
911a375897
remove default textboxcontextmenu resource.
6 years ago
Jumar Macato
e5085fc9fe
add context menu to textbox template
6 years ago
Dan Walmsley
a82cd00122
move standard textbox context menu to the templates.
6 years ago
danwalmsley
bc42091ce9
Revert "Expose Cut Copy and Paste methods for binding for context menus"
6 years ago
Dan Walmsley
5ea8c57f76
move standard textbox context menu to the templates.
6 years ago
Maksym Katsydan
a887e3e50e
Fluent TextBox: Return "Hide" password button icon
6 years ago
Maksym Katsydan
71393ceb6a
Fluent TextBox: Update naming and fix nits from previous PR
6 years ago
Maksym Katsydan
e5644c0b72
Fluent TextBox: Remove multibinding from floatingWatermark
Also rename floatingWatermark and watermark
6 years ago
Maksym Katsydan
913958732e
Fluent TextBox: Add PasswordBoxRevealButton style
6 years ago
Maksym Katsydan
ff873cb5b8
Fluent TextBox: Add TextBoxClearButton style
6 years ago
Jumar Macato
8300b0c35d
rename prop
6 years ago
Jumar Macato
2a11f6801c
address review
6 years ago
Jumar Macato
661480e55c
polish
6 years ago
Jumar Macato
ffa8fa7262
implement ShowPassword Property in textpresenter and forward from textbox
6 years ago
Jumar Macato
ad78086d0a
fix padding
6 years ago
Jumar Macato
06d93f3216
test
6 years ago
Jumar Macato
88a63dde2c
use contentpresenter
6 years ago
Jumar Macato
35a4662617
test
6 years ago
Jumar Macato
1af661666a
add InnerLeftContent and InnerRightContent
6 years ago
Maksym Katsydan
eadf450083
Fluent: Replace ErrorBrush resources
6 years ago
Jumar Macato
064f7546de
add hca/vca to watermark
6 years ago
Jumar Macato
d8665168ba
add missing text content alignment in fluent textbox theme
6 years ago
Benedikt Schroeder
09099c1234
Fix text wrapping for fluent TextBox
6 years ago
José Pedro
856118f21c
Use TextBox text alignment and wrapping in watermark.
6 years ago
Maksym Katsydan
8c44474aa2
Deal with some another missed resources
6 years ago
Dan Walmsley
c3c82230d2
remove usages of old ThemeAccentBrush.
6 years ago
Dan Walmsley
16077c3f93
control templates inherit fonts.
6 years ago
Max Katz
475fed7e0f
Hide HeaderContentPresenter from TextBox because it isn't supported
6 years ago
Dan Walmsley
fb0cced162
Fix Textbox layout.
6 years ago
Dan Walmsley
a84f5112c7
add fixes to textbox template.
6 years ago
Dan Walmsley
55995c258b
fix fluent textbox background.
6 years ago
Dan Walmsley
a596e0bfb8
Almost Working fluent textbox.
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
Deadpikle
6c29598071
Fix clicking TextBox border moving to end
Twofold fix:
1) Cursor doesn't show IBeam when not in DockPanel
2) If you do click the border, it just focuses the text box -- it does not move the selection
7 years ago
Symbai
6fe5892ad9
Include vertical alignment of floating watermark
7 years ago
Symbai
f4fe0b126c
init
7 years ago
Symbai
4ac1fee023
Update TextBox.xaml
7 years ago