-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
version 1.0.0 #53
version 1.0.0 #53
Conversation
I'll have a look as soon as I can :) |
Don't require window_decorations package Use Custom Painter for rendering window buttons, add minimize btn
e62d40f
to
9b5fe05
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I don't have more time to go through the code right now :S. I didn't have time to run the code itself.
Great work! A lot of good stuff in this commit and a lot of very needed addition to the package :D!
I've added some comments, mainly cosmetic, comments, and some about the logic.
Thanks a again for the great PR!
Add `AdwAboutWindow` Remove label from `AdwTextField`
I think it is ready to merge, I will ask for a final review if any and then it will be merged this week or so. |
945488b
to
03a5d99
Compare
I suggest we should hold the 1.0.0 release until we find a right solution to issue #46 I haven't looked for ways to fix it but I think it's worth fixing this before a "stable" release, because a) it's bad API design and b) users of this package may expect some stability and not a lot of breaking changes in |
While I agree with @pablojimpas that fixing #46 should come before stable release if possible, I think this PR should be merged when done and the fix to #46 should be in a different PR. It'll make it easier to review. |
I am soon going to create another PR to fix #46 before stable release. |
Good to hear that! Maybe you can use some insight from @jesusrp98 since I think he did some research on this topic |
@pablojimpas Hmm, he didn't posted anything after that so maybe he got busy, Idk. |
BREAKING
AdwHeaderBar.minimal
is nowAdwHeaderBar.custom
label
parameter fromAdwTextField
Changes to widgets
HeaderBar
AdwHeaderBar
is not dependent on any package,windowDecor
object is now optionalisTransparent
parameter => MakesAdwHeaderBar
's background and border colorPopover
popover_gtk
package (popover package with fade transition) (Pop-over menu is not rounded. #35)ViewSwitcher
badge
inAdwViewSwitcher
New Widgets
AdwSwitch
=> port ofGtkSwitch
from gtk4AdwAboutWindow
=> port of upcomingAdwAboutWindow
from libadwaita