Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-11 | Make MateImageMenuItem subclassable | zhu yaliang | 1 | -28/+44 | |
See the discussion on:https://github.com/mate-desktop/mate-panel/issues/1433 | |||||
2024-02-29 | MateImageMenuItem: Remove unnecessary label field | Colomban Wendling | 1 | -39/+0 | |
This was used in GtkImageMenuItem to support stock items, but this is a deprecated feature that didn't make it to MateImageMenuItem. Now, this is entirely unused, and just leads to glue code maintaining an unused local copy of the label, effectively wasting a little bit of memory and adding complexity. Just drop all references to it, without any functional difference. | |||||
2023-04-02 | Add mate image menu item apis | zhuyaliang | 1 | -0/+552 | |