-
Notifications
You must be signed in to change notification settings - Fork 72
Comparing changes
Open a pull request
base repository: ebitenui/ebitenui
base: v0.7.2
head repository: ebitenui/ebitenui
compare: v0.7.3
- 11 commits
- 16 files changed
- 4 contributors
Commits on Nov 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3046f61 - Browse repository at this point
Copy the full SHA 3046f61View commit details -
* Factor out text set methods code * Fix crash setting text when not yet fully initialized
Configuration menu - View commit details
-
Copy full SHA for f4b36eb - Browse repository at this point
Copy the full SHA f4b36ebView commit details
Commits on Dec 19, 2025
-
widget: Add 'Widget.SetVisibility' (#322)
To allow the widget to detect the change on the attribute an trigger a relayout
Configuration menu - View commit details
-
Copy full SHA for 447f51b - Browse repository at this point
Copy the full SHA 447f51bView commit details
Commits on Dec 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d95fe86 - Browse repository at this point
Copy the full SHA d95fe86View commit details -
widget/gridlayout: Flexible columns when widgets are less than the co…
…ls (#324) When the number of widgets was not the same as the number of columns the sizes where messed up. This now addapts the cols to the number of widgets until it reaches the number of cols, so a col==3 with 1 widget could still work
Configuration menu - View commit details
-
Copy full SHA for dd567a1 - Browse repository at this point
Copy the full SHA dd567a1View commit details -
widget/button: Added check for rect(0,0) on TranparentPixels (#326)
If 0,0 then the ebiten.NewImage will panic, so we skip it
Configuration menu - View commit details
-
Copy full SHA for 82005e8 - Browse repository at this point
Copy the full SHA 82005e8View commit details
Commits on Mar 16, 2026
-
widget: Make it so if no visible no 'Update' (#327)
This was causing issues due to 'not visible buttons' beeing able to still be clicked
Configuration menu - View commit details
-
Copy full SHA for ca88898 - Browse repository at this point
Copy the full SHA ca88898View commit details -
widget/window: Added 'Dynamic' option (#329)
To allow to automatically reize the window
Configuration menu - View commit details
-
Copy full SHA for 39a5563 - Browse repository at this point
Copy the full SHA 39a5563View commit details -
list: set the List field of the selected event (#332)
* add test that uses the List field * fix test by setting field
Configuration menu - View commit details
-
Copy full SHA for bd5f9d7 - Browse repository at this point
Copy the full SHA bd5f9d7View commit details -
list: add option to keep entries sorted (#334)
* keep entries sorted * add new entry using binary search
Configuration menu - View commit details
-
Copy full SHA for a357ad2 - Browse repository at this point
Copy the full SHA a357ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb7ac9 - Browse repository at this point
Copy the full SHA bdb7ac9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.7.2...v0.7.3