heartacker
849ae9e302
Command
2024-03-25 23:49:22 +08:00
Dong Bin
52d0719dec
Merge pull request #182 from Soar360/main
...
为 Pagination 控件增加 CurrentPageChanged 事件
2024-03-25 09:49:34 +08:00
heartacker
be3c76c266
POLISH net8
2024-03-24 15:48:33 +08:00
Soar360
74ad5f4111
为 Pagination 控件增加 CurrentPageChanged 事件
...
为 Pagination 控件增加 Command 属性
为 Pagination 控件增加 Command 属性的使用 Demo
2024-03-23 14:46:32 +08:00
heartacker
b576c0ce81
dotnet 8,以上才有 这个bin 的枚举
...
https://learn.microsoft.com/zh-cn/dotnet/api/system.globalization.numberstyles?view=net-8.0
2024-03-22 21:51:24 +08:00
heartacker
e8fcb72fc2
1. fix OnFormatChange
...
2. support bin
3. update hex input logic
2024-03-22 21:51:24 +08:00
Dong Bin
fa33477f85
Merge pull request #166 from irihitech/issue/162-theme
...
Theme toggler update
2024-03-22 18:11:50 +08:00
Zhang Dian
4dbd00ef8e
feat: update package info.
2024-03-22 14:08:44 +08:00
rabbitism
090be3ce3b
fix: 1. simplify code for nullable control event assignment.
...
2. make textbox readonly and dragpanel visible controlled in code behind.
3. Use compile binding in demo.
2024-03-21 17:30:22 +08:00
heartacker
a183d420de
polish
2024-03-21 15:53:50 +08:00
heartacker
b22c712cc3
revert BG
2024-03-21 15:31:13 +08:00
heartacker
f41d299338
should not SyncTextAndValue while fromTextToValue and clamp
2024-03-21 15:30:53 +08:00
heartacker
c3ed31659b
fix #172 show not drag to add/cut while clamp
2024-03-21 15:19:30 +08:00
heartacker
ac2c563cd2
TrimString to support
...
1. _
2. 0x
3. h
4. h'
TODO
1. bin/oct
2024-03-21 14:42:02 +08:00
heartacker
aa2127e03d
use Property.AddOwner
2024-03-21 12:48:10 +08:00
heartacker
9684dce56b
add new demo view which can change the property
2024-03-20 20:37:24 +08:00
heartacker
09f345092d
format and fix step
2024-03-20 20:28:41 +08:00
heartacker
21e6a2e996
add NumericUIntUpDown
2024-03-20 15:48:33 +08:00
heartacker
795abc9929
add HorizontalContentAlignment
2024-03-20 15:48:21 +08:00
rabbitism
59a4b68140
feat: add tooltip.
2024-03-20 14:15:19 +08:00
rabbitism
80e2125ab5
fix: fix state sync.
2024-03-18 18:45:30 +08:00
rabbitism
3be5d4d810
feat: introduce Mode and IsThreeState property to deal with system default theme.
2024-03-18 18:26:52 +08:00
rabbitism
486f09d0fa
feat: remove default background
2024-03-17 11:55:12 +08:00
rabbitism
951184925f
fix: fix separator visibility.
2024-03-16 23:45:41 +08:00
rabbitism
c0ea19c78c
feat: make sure not all children are removed.
2024-03-16 23:39:56 +08:00
rabbitism
f0740ff9a6
fix issue #8
2024-03-16 17:55:11 +08:00
rabbitism
5be1863eb4
feat: update versions and package info.
2024-03-16 17:48:33 +08:00
rabbitism
5cbfafff12
fix: make theme file more tolerant in InvariantGlobalization mode.
2024-03-16 17:28:10 +08:00
rabbitism
52ba6459c4
feat: move dot to text input handling. fix numpad return key in num mode.
2024-03-16 17:07:34 +08:00
rabbitism
3cc5621368
feat: add quick jump.
2024-03-16 16:51:46 +08:00
rabbitism
5039d3d5fe
feat: make CurrentPage independent.
2024-03-16 16:23:19 +08:00
Dong Bin
31cd8a4490
Merge pull request #148 from irihitech/numpad
...
Numpad
2024-03-15 23:36:05 +08:00
Zhang Dian
626794a114
feat: use StreamGeometry instead of PathGeometry.
2024-03-15 17:09:23 +08:00
rabbitism
7869752330
feat: update focus logic.
2024-03-11 17:02:08 +08:00
rabbitism
9960bfabf1
feat: simplify key code.
2024-03-10 14:52:54 +08:00
rabbitism
ccaf36177b
feat: make sure un focused target works.
2024-03-10 14:30:41 +08:00
rabbitism
7e7c020b57
feat: upgrade version. implement more keys.
2024-03-10 12:33:26 +08:00
rabbitism
dd31df874a
feat: use numpad button.
2024-03-10 01:50:20 +08:00
rabbitism
93b55aae5e
feat: use repeat button
2024-03-09 21:50:15 +08:00
rabbitism
24dd00d552
feat: implement more buttons.
2024-03-09 19:28:18 +08:00
rabbitism
51d7c3c870
feat: add recall as internal function to overlay dialog.
2024-03-09 18:52:26 +08:00
rabbitism
04305234a1
feat: prototype.
2024-03-09 18:38:22 +08:00
rabbitism
99cae144e4
feat: support left right navigation.
2024-03-09 17:38:51 +08:00
rabbitism
5c262c5021
feat: add VerificationCodeMode.
2024-03-09 17:30:11 +08:00
rabbitism
27f613f4e4
feat: implement verificationcodeitem and corresponding delete operation.
2024-03-09 17:20:24 +08:00
rabbitism
de0124eb8e
feat: initialize.
2024-03-09 16:00:51 +08:00
rabbitism
947a5041e8
feat: fix various nav menu layout issue.
2024-03-07 15:55:39 +08:00
Zhang Dian
35e56ec416
Merge pull request #141 from irihitech/top
...
Scroll To Button
2024-03-06 21:06:36 +08:00
Terry
be21b6aba0
Fix: Update ButtonGroup separator color for visibility in dark mode
...
### Issue
Fixes #140
### Description
This PR addresses the issue where the ButtonGroup separator was invisible in dark mode by updating the ButtonGroupSeparatorForeground color to improve visibility. The opacity has been set to 0.08 with a white color to ensure the separator is visible in both light and dark modes.
### Changes Made
- Added SolidColorBrush with opacity 0.08 and color white for ButtonGroup separator
- Tested the changes in both light and dark modes to ensure improved visibility
### Additional Notes
- This fix should resolve the visibility issue in dark mode
- Please review and provide feedback
2024-03-06 17:54:20 +08:00
rabbitism
0881b57a1d
feat: add default solid theme.
2024-03-06 17:06:42 +08:00