Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ebitenui/ebitenui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.2
Choose a base ref
...
head repository: ebitenui/ebitenui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.3
Choose a head ref
  • 11 commits
  • 16 files changed
  • 4 contributors

Commits on Nov 28, 2025

  1. Configuration menu
    Copy the full SHA
    3046f61 View commit details
    Browse the repository at this point in the history
  2. Fix text area crash (#316)

    * Factor out text set methods code
    
    * Fix crash setting text when not yet fully initialized
    mat007 authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    f4b36eb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. widget: Add 'Widget.SetVisibility' (#322)

    To allow the widget to detect the change on the attribute an trigger a relayout
    xescugc authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    447f51b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. widget: Added Debug mode (#323)

    To display the borders of the widgets
    xescugc authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    d95fe86 View commit details
    Browse the repository at this point in the history
  2. 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
    xescugc authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    dd567a1 View commit details
    Browse the repository at this point in the history
  3. widget/button: Added check for rect(0,0) on TranparentPixels (#326)

    If 0,0 then the ebiten.NewImage will panic, so we skip it
    xescugc authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    82005e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. 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
    xescugc authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    ca88898 View commit details
    Browse the repository at this point in the history
  2. widget/window: Added 'Dynamic' option (#329)

    To allow to automatically reize the window
    xescugc authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    39a5563 View commit details
    Browse the repository at this point in the history
  3. list: set the List field of the selected event (#332)

    * add test that uses the List field
    
    * fix test by setting field
    kazzmir authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    bd5f9d7 View commit details
    Browse the repository at this point in the history
  4. list: add option to keep entries sorted (#334)

    * keep entries sorted
    
    * add new entry using binary search
    kazzmir authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    a357ad2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdb7ac9 View commit details
    Browse the repository at this point in the history
Loading