~mate-desktop/mate-desktop/+git/mate-panel:1.28

Last commit made on 2024-04-04
Get this branch:
git clone -b 1.28 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/mate-panel

Branch merges

Branch information

Recent commits

c365f44... by luke

Release 1.28.1

3ff43c7... by luke

Build: require mate-desktop 1.28.2

4193d26... by luke

ci: use mate-desktop 1.28.2 upon which this depends

c5f0878... by luke

Use MateImageMenuItem properly

switch out the last vestiges of deprecated GtkImageMenuItem

83da4d5... by raveit65

release 1.28.0

c36e374... by raveit65

tx: sync with transifex

7169a9f... by raveit65

release 1.27.3

ebf811f... by raveit65

tx: sync with transifex

63952b7... by Colomban Wendling

Constify some pointer references in locals

No need to have pointers to mutables when not needed.

This does not cover everything at all, and is limited to one file for
the moment.

origin commit was:
https://github.com/mate-desktop/mate-panel/commit/b913762

406e09e... by Colomban Wendling

Reduce scope of more code

The computed values are only used in one branch, so compute them there.