[Git][wxwidgets/wxwidgets][master] 5 commits: Fix wxChoice::GetBestSize() on macOS 26

0 views
Skip to first unread message

Vadim Zeitlin (@_VZ_)

unread,
Jan 1, 2026, 11:53:42 AMJan 1
to wx-commi...@googlegroups.com

Vadim Zeitlin pushed to branch master at wxWidgets / wxWidgets

Commits:

  • 2707aa59
    by Václav Slavík at 2025-12-29T17:53:32+01:00
    Fix wxChoice::GetBestSize() on macOS 26
    
  • 303c6555
    by utelle at 2025-12-31T18:08:33+01:00
    Ensure that languages database is initialized before use
    
    Add calls to wxUILocaleImpl::CreateLanguagesDB() to ensure that the
    database is initialized when static member functions are used.
    
    In particular, this ensures that wxTranslations::GetBestTranslation()
    returns the same result whenever it is called.
    
    See #26044.
    
    Closes #26050.
    
  • cab64998
    by Glen Gordon at 2025-12-31T18:14:51+01:00
    Make state of items in wxCheckListBox accessible
    
    The standard Windows LISTBOX class used by wxCheckListBox internally has
    no concept of checked/unchecked state of items and so the information
    about the item state can't be returned by the built-in implementation of
    IAccessible for this standard control.
    
    Provide a custom implementation of IAccessible for wxCheckListBox which
    extends the standard one to return the items state too.
    
    Closes #25948.
    
    Closes #26055.
    
  • 7494ec96
    by Vadim Zeitlin at 2026-01-01T17:32:28+01:00
    Update generic wxTreeCtrl state images when DPI changes
    
    Ensure that wxTreeCtrl using only state images, without the normal ones,
    is still updated correctly when the DPI changes: this didn't happen
    previously because OnImagesChanged() was only called for the control
    with normal images.
    
    As changing HasImages() to return true if there are only state images is
    almost certainly a bad idea for compatibility reasons (existing code may
    assume that it can use normal images if it returns true), add a new
    HasAnyImages() function and override it in wxTreeCtrl to account for the
    state images too.
    
    See #26060.
    
    Closes #26059.
    
  • 0a6523c4
    by Vadim Zeitlin at 2026-01-01T17:40:18+01:00
    Update copyright years to 2025
    
    Just run misc/scripts/inc_year and commit the results.
    
    See #18690.
    

120 changed files:

The diff was not included because it is too large.
Reply all
Reply to author
Forward
0 new messages