-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Add Win10 and Fluent TextBox styles #4331
Open
punker76
wants to merge
1
commit into
develop
Choose a base branch
from
jk/win10_fluent_textbox
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
punker76
changed the title
Add Win10 and Fluent TextBox styles
WIP Add Win10 and Fluent TextBox styles
Jul 15, 2022
punker76
force-pushed
the
jk/win10_fluent_textbox
branch
from
July 15, 2022 22:25
2630c2c
to
6398643
Compare
punker76
force-pushed
the
jk/win10_fluent_textbox
branch
2 times, most recently
from
August 25, 2022 21:35
cc16572
to
61d0493
Compare
punker76
force-pushed
the
jk/win10_fluent_textbox
branch
2 times, most recently
from
October 8, 2022 20:06
0a33fde
to
4e833cc
Compare
Any idea when this issue will be fixed and version 3.0 will be released approximately? |
punker76
force-pushed
the
jk/win10_fluent_textbox
branch
from
January 13, 2023 13:32
4e833cc
to
3c95b68
Compare
punker76
force-pushed
the
jk/win10_fluent_textbox
branch
from
February 21, 2023 21:36
3c95b68
to
517c8a2
Compare
punker76
force-pushed
the
jk/win10_fluent_textbox
branch
from
October 15, 2023 22:36
517c8a2
to
1e05b41
Compare
punker76
force-pushed
the
jk/win10_fluent_textbox
branch
from
December 8, 2023 22:25
1e05b41
to
b639815
Compare
- Add new attached property ControlsHelper.DisabledBorderBrush - Add new TextBox style values - TextControlBorderThemeThickness - TextControlThemePadding - TextControlBorderThemeThicknessFocused - TextControlPlaceholderMargin - Add new Win10 style: MahApps.Styles.TextBox.Win10 - Add new Fluent style: MahApps.Styles.TextBox.Fluent - Add new brushes: - MahApps.Brushes.TextControl.Background - MahApps.Brushes.TextControl.BackgroundPointerOver - MahApps.Brushes.TextControl.BackgroundFocused - MahApps.Brushes.TextControl.BackgroundDisabled - MahApps.Brushes.TextControl.BorderBrush - MahApps.Brushes.TextControl.BorderBrushPointerOver - MahApps.Brushes.TextControl.BorderBrushFocused - MahApps.Brushes.TextControl.BorderBrushDisabled - MahApps.Brushes.TextControl.Foreground - MahApps.Brushes.TextControl.ForegroundPointerOver - MahApps.Brushes.TextControl.ForegroundFocused - MahApps.Brushes.TextControl.ForegroundDisabled - MahApps.Brushes.TextControl.PlaceholderForeground - MahApps.Brushes.TextControl.PlaceholderForegroundPointerOver - MahApps.Brushes.TextControl.PlaceholderForegroundFocused - MahApps.Brushes.TextControl.PlaceholderForegroundDisabled - MahApps.Brushes.TextControl.HeaderForeground - MahApps.Brushes.TextControl.HeaderForegroundDisabled - MahApps.Brushes.TextControl.SelectionHighlightColor - MahApps.Brushes.TextControl.ButtonBackground - MahApps.Brushes.TextControl.ButtonBackgroundPointerOver - MahApps.Brushes.TextControl.ButtonBackgroundPressed - MahApps.Brushes.TextControl.ButtonBorderBrush - MahApps.Brushes.TextControl.ButtonBorderBrushPointerOver - MahApps.Brushes.TextControl.ButtonBorderBrushPressed - MahApps.Brushes.TextControl.ButtonForeground - MahApps.Brushes.TextControl.ButtonForegroundPointerOver - MahApps.Brushes.TextControl.ButtonForegroundPressed BREAKING CHANGE: change background for dark theme Change the dark theme background from #FF252525 to #FF141414.
punker76
force-pushed
the
jk/win10_fluent_textbox
branch
from
October 15, 2024 07:13
b639815
to
2523ad3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the changes you have made to improve this project
BREAKING CHANGE: change background for dark theme
Change the dark theme background from #FF252525 to #FF141414.
Closed Issues
Closes #3209