-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Gtk] Frame: add mapping for CornerRadius, BorderColor #21351
Closed
lytico
wants to merge
459
commits into
dotnet:main
from
lytico:lytico/issues/Frame-cornerradius-bordercolor
Closed
[Gtk] Frame: add mapping for CornerRadius, BorderColor #21351
lytico
wants to merge
459
commits into
dotnet:main
from
lytico:lytico/issues/Frame-cornerradius-bordercolor
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
…Forms: Register ResourcesProvider
# Conflicts: # Directory.Build.Override.props.in # Directory.Build.props # Microsoft.Maui.sln # src/Compatibility/Core/src/Compatibility.csproj # src/Compatibility/Core/src/Gtk2/Controls/OpenGLView.cs # src/Compatibility/Core/src/Gtk2/Renderers/OpenGLViewRenderer.cs # src/Controls/Maps/src/Controls.Maps.csproj # src/Controls/src/Core/Application/Application.Gtk.cs # src/Controls/src/Core/Button/Button.Gtk.cs # src/Controls/src/Core/Compatibility/Handlers/VisualElementRenderer.cs # src/Controls/src/Core/Controls.Core.csproj # src/Controls/src/Core/Editor/Editor.Gtk.cs # src/Controls/src/Core/Element/Element.Gtk.cs # src/Controls/src/Core/Label/Label.Gtk.cs # src/Controls/src/Core/Shape/Shape.Gtk.cs # src/Controls/src/Core/TabbedPage/TabbedPage.Gtk.cs # src/Controls/src/Core/Window/Window.Gtk.cs # src/Core/src/Core.csproj # src/Core/src/Platform/ImageSourcePartLoader.cs # src/Essentials/src/Essentials.csproj # src/Essentials/src/Screenshot/Screenshot.shared.cs
* Update car image/size * Change name back to dotnet_bot The old image name was used in a bunch of tests, it's still the bot so the old name is still fine, and seems like reasonable idea to just revert the name to clean this up. --------- Co-authored-by: redth <[email protected]>
… track api changes
Update calendar properties SelectedDate, MinimumDate, MaximumDate when opening calendar popup when it is already created but hidden. (cherry picked from commit fe92c90)
DatePicker window location was wrong when we didn't use x11 GdkBackend. This problem was fixed by setting the TransientFor property. Co-authored-by: webwarrior-ws <[email protected]> (cherry picked from commit 0032339)
Replace deprecated methods. Used Entry icon instead of defining a new button for datepicker arrow. Co-authored-by: webwarrior-ws <[email protected]> (cherry picked from commit 8c3d7c2)
…icker [Gtk] implement date picke
Gtk: Implement Menu
…: add mapping for CornerRadius, BorderColor (refactored from: jsuarezruiz#51)
Hey there @lytico! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
sorry, wrong repo should be here: jsuarezruiz#66 |
lytico
changed the title
Frame: add mapping for CornerRadius, BorderColor
[Gtk] Frame: add mapping for CornerRadius, BorderColor
Mar 21, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description of Change
Frame: add mapping for CornerRadius, BorderColor
refactored from: jsuarezruiz#51
Issues
needs testing in eg. Control.Samples.Gtk
currently showing a frame without content doesn't work in LayoutView