mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 20:11:29 +11:00
440b3ebf81
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
3.5 KiB
3.5 KiB
Changelog
[0.4.4]
- On Windows, fix
MenuEvent
not triggered forIconMenuItem
. - On Windows, The
Close
predefined menu item will sendWM_CLOSE
to the window instead of callingDestroyWindow
to let the developer catch this event and decide whether to close the window or not.
[0.4.3]
- Implement
PredefinedMenuItemm::maximize
andPredefinedMenuItemm::hide
on Windows. - Add docs for predefined menu items
[0.4.2]
- Fix panic when updating a
CheckMenuItem
right after it was clicked.
[0.4.1]
- Update docs
- 4b2ebc2 docs: update docs on 2023-02-08
[0.4.0]
- Bump gtk version: 0.15 -> 0.16
[0.3.0]
- Add
MenuEvent::set_event_handler
to set a handler for new menu events. - Breaking change Remove
menu_event_receiver
function, useMenuEvent::receiver
instead.
[0.2.0]
[0.1.1]
- Derive
Copy
forAccelerator
type.- e80c113 feat: derive
Copy
forAccelerator
on 2022-12-12
- e80c113 feat: derive
- Fix parsing one letter string as valid accelerator without modifiers.
[0.1.0]
- Initial Release.
- 0309d10 chore: prepare for first release on 2022-12-05