Commit Graph

63 Commits

Author SHA1 Message Date
appleneko2001 6da0e4f3ea Add InputMethod.IsInputMethodEnabled binding (TextBox) 2022-06-03 06:57:10 +09:00
appleneko2001 547de9a1cb Remove missing namespaces 2022-06-03 06:18:35 +09:00
appleneko2001 38a10d0948 Redesign most styles (incomplete, change classes by following css classes naming standard, use static part naming in most template parts, improve most controls looks and etc.) 2022-06-03 05:23:39 +09:00
appleneko2001 fa67ad7bda Correct template binding on all TextBox styles (I should fix them early bruh) 2022-04-28 21:17:20 +09:00
appleneko2001 e7510ed9c1 Correct inner margin of outline text field 2022-02-13 00:06:51 +09:00
appleneko2001 fb9541bbbd Allow use revealPasswordButton class freely (TextBox)
Since this commit, the revealPasswordButton classes will be able to use in any case. No limitz😄

This commit will closes issue#157 after releasing new version

PS: this commit are submitted on my phone, not from my computer
2022-02-11 22:02:42 +09:00
appleneko2001 d876c37bec Fix font size and weight setter functionality (TextBox) 2022-01-15 20:35:34 +09:00
appleneko2001 5fb744917e Move context menu icon style to main level (TextBox) 2022-01-15 20:33:26 +09:00
appleneko2001 dd1d391b27 Beauty text box context menu code region 2022-01-15 20:14:49 +09:00
appleneko2001 e0c3feca5f Use converter to get select all gesture, use internal icons instead of path 2022-01-15 20:13:21 +09:00
appleneko2001 f347757152 Merge text box icons to internal icons set 2022-01-15 20:10:09 +09:00
appleneko2001 cd2f4936a3 Minimize definitions and use internal icon view instead 2021-12-15 20:56:28 +09:00
appleneko2001 2b22f8da56 Fixes for issue #124 2021-11-28 15:34:26 +09:00
Kevin Hahn 9db98d9df2 add support for vertically scrolling textboxes 2021-10-10 01:37:30 -07:00
SKProCH 72af8851aa Remove TextBox's InnerLeftContent and InnerRightContent alignment 2021-09-27 20:55:25 +03:00
appleneko2001 d2174a22b8 Update TextBox styles 2021-05-19 15:24:58 +09:00
appleneko2001 1684089c0a Update text field styles 2021-05-16 07:56:38 +09:00
AppleNeko2001 63b6359c91 Slightly change behaviour of text field and fix underline 2021-05-06 01:18:02 +09:00
AppleNeko2001 5d7d17a148 Slightly modify styles of controls 2021-05-03 18:47:34 +09:00
AppleNeko2001 84f1141b25 Fix floating text not colored when focused outline field 2021-05-03 00:09:49 +09:00
AppleNeko2001 b6b61ddc67 Update TextField 2021-05-02 23:59:37 +09:00
AppleNeko2001 b37962b7d0 Remove IsVisible binding in TextBox.xaml 2021-05-02 23:52:30 +09:00
AppleNeko2001 971d73be30 Correct validation error of text field 2021-05-02 23:29:08 +09:00
AppleNeko2001 713e88a120 Implement background independended clip outline textfield 2021-05-02 18:03:32 +09:00
AppleNeko2001 0ac9caccb4 temporarily fix for issue #89 2021-05-02 14:44:36 +09:00
AppleNeko2001 3cf9e59183 Correct clipping in solo textfield 2021-03-05 16:30:36 +09:00
AppleNeko2001 a79531acc6 Fix textfields 2021-03-05 16:20:54 +09:00
AppleNeko2001 54b9d2cf83 Fix Filled field, Cleanup code and replace all x:Name 2021-02-24 02:34:29 +09:00
AppleNeko2001 3353c3a9d8 Add Solo Field style 2021-02-22 02:36:34 +09:00
AppleNeko2001 b7f2ef30ad Fix TextField style 2021-02-16 01:52:00 +09:00
AppleNeko2001 d28be64606 Update design textfields (Beta) 2021-02-12 00:42:57 +09:00
AppleNeko2001 f2cccebf4f Update TextBox and ToggleButton 2021-02-11 18:52:53 +09:00
AppleNeko2001 7f559bd448 Merge changes 2021-02-11 18:39:52 +09:00
AppleNeko2001 3f3ad996b6 Update style of floating textbox 2021-02-11 18:24:11 +09:00
SKProCH 860a32d636 Fixes for icons rework 2021-02-10 19:11:19 +03:00
AppleNeko2001 506f5ebe17 Redesign decorations of textfields and beauty code 2021-02-08 20:06:41 +09:00
AppleNeko2001 411a00b6d7 Redesign filled textfields 2021-02-08 17:19:43 +09:00
AppleNeko2001 7aad518b7f Fix "dot in left-top" in Filled TextField control 2021-01-24 15:58:31 +09:00
AppleNeko2001 dd5d1ca804 Update TextBox 2021-01-23 17:07:15 +09:00
AppleNeko2001 8aba246d44 To add label texts, use TextFieldAssist.Label instead, watermark will become placeholder text, correct focus. 2021-01-23 03:48:55 +09:00
AppleNeko2001 857afe766b Improve Outline TextField 2021-01-12 08:30:00 +09:00
AppleNeko2001 26ae70509b Let Filled TextField selection more visible 2021-01-09 13:26:39 +09:00
AppleNeko2001 28407c7350 margin fix of Text field 2021-01-06 10:13:47 +09:00
AppleNeko2001 c7e76b1fc6 Do some margin / padding layout correction and split out Outline additional buttons of Text field widget 2021-01-06 09:46:08 +09:00
AppleNeko2001 ab0e600e6d Correct origin to stay at right position while focus of floating placeholder 2021-01-06 08:57:44 +09:00
AppleNeko2001 f5b490d9fc Add Outline text field, fix styles of text field 2021-01-06 08:49:43 +09:00
AppleNeko2001 5c983c2c7a Remove unnecessary repeated codes 2021-01-05 14:49:14 +09:00
AppleNeko2001 a843863040 Slightly change style of TextBox 2021-01-05 09:02:10 +09:00
AppleNeko2001 eda5fa432a Change standard text field to make it more better 2021-01-05 08:47:46 +09:00
AppleNeko2001 08864515c9 Add disabled filled text field style since I forgot add this. 2021-01-05 07:30:27 +09:00