Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-15 | When determining whether the pos is in the applet, use ad->cells to calc. | Wu Xiaotian | 1 | -1/+1 | |
2019-08-31 | build: use AC_STRUCT_DIRENT_D_TYPE instead of custom macro | monsta | 2 | -51/+5 | |
it defines the same HAVE_STRUCT_DIRENT_D_TYPE as before taken from: https://github.com/GNOME/gnome-panel/commit/56b8d88bf467f8a332947930338e7c4f43b4751e | |||||
2019-08-29 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-08-16 | panel-toplevel: avoid deprecated 'gtk_css_provider_get_default' | Pablo Barciela | 1 | -3/+4 | |
2019-07-25 | panel-toplevel: fix applets placement on expanded vertical panel | monsta | 1 | -1/+5 | |
fixes https://github.com/mate-desktop/mate-panel/issues/745 | |||||
2019-07-25 | panel-toplevel: fix coding style and spacing a bit | monsta | 1 | -6/+3 | |
2019-07-12 | Fix GTK Layer Shell include and CFLAGS | William Wold | 2 | -2/+2 | |
2019-07-12 | ci: fix build error on travis for gtk-layer-shell | Wu Xiaotian | 1 | -10/+7 | |
2019-07-09 | [clock-applet] Add scroll interface tabs with mouse wheel | Laurent Napias | 1 | -1/+70 | |
2019-07-09 | Keep menu button popup from covering up menu on Wayland | William Wold | 1 | -6/+22 | |
2019-07-09 | Keep applet menus from covering up applets on Wayland | William Wold | 1 | -2/+18 | |
2019-07-07 | Add comment headers to wayland backend files | William Wold | 2 | -0/+48 | |
2019-07-07 | Add Wayland backend | William Wold | 6 | -2/+109 | |
2019-07-05 | Remove trailing whitespaces | Laurent Napias | 43 | -191/+191 | |
2019-06-24 | Use monitor size instead of screen size in panel-toplevel.c | William Wold | 1 | -47/+21 | |
2019-06-24 | Add panel_multimonitor_get_bounds () | William Wold | 2 | -0/+20 | |
2019-06-23 | release 1.23.1v1.23.1 | raveit65 | 2 | -1/+51 | |
2019-06-23 | tx: sync with transifex | raveit65 | 30 | -526/+4867 | |
2019-06-23 | tx: update resource for transifex | raveit65 | 3 | -184/+216 | |
2019-06-23 | Wayland support for panel-toplevel.c | William Wold | 1 | -51/+98 | |
2019-06-23 | Fix unused variable in panel-widget.c | William Wold | 1 | -3/+3 | |
2019-06-23 | Wayland support for panel-layout.c | William Wold | 1 | -1/+9 | |
2019-06-23 | Wayland support for panel-profile.c | William Wold | 1 | -2/+17 | |
2019-06-23 | Wayland support for main.c | William Wold | 1 | -4/+23 | |
2019-06-23 | Wayland support for panel-applet-container.c | William Wold | 1 | -10/+40 | |
2019-06-23 | Fix out-of-process applets on X11 by fixing mate-panel-applet.c | William Wold | 1 | -2/+2 | |
2019-06-23 | Wayland support for mate-panel-applet.c | William Wold | 1 | -19/+23 | |
2019-06-23 | Wayland support for libegg | William Wold | 2 | -15/+47 | |
2019-06-23 | In mate-panel-applet-factory.c, only set screen when used | William Wold | 1 | -6/+6 | |
2019-06-23 | Make system-tray X11-only | William Wold | 2 | -2/+10 | |
2019-06-23 | Make panel-struts X11-only | William Wold | 3 | -4/+24 | |
2019-06-21 | Travis CI: cppcheck: ignore 'gtk-layer-shell-build' folder | Pablo Barciela | 1 | -2/+2 | |
2019-06-21 | Reinit panel-multimonitor when screen is changed | William Wold | 1 | -6/+25 | |
2019-06-21 | Reinit panel-multimonitor when a monitor is invalidated | William Wold | 1 | -0/+19 | |
2019-06-21 | Make panel-multimonitor Wayland ready | William Wold | 1 | -15/+34 | |
2019-06-21 | Update to the new panel_multimonitor functions | William Wold | 5 | -88/+52 | |
2019-06-21 | Refactor panel_multiscreen functions into panel_multimonitor ones | William Wold | 2 | -204/+109 | |
2019-06-21 | Rename panel-multiscreen files panel-multimonitor | William Wold | 11 | -15/+12 | |
2019-06-21 | Make panel-background Wayland ready | William Wold | 2 | -29/+71 | |
2019-06-21 | Make panel-background-monitor X11-only | William Wold | 3 | -4/+22 | |
2019-06-21 | CI: add gtk-layer-shell git repo | raveit65 | 1 | -0/+16 | |
2019-06-21 | Strings resistance | Laurent Napias | 1 | -2/+1 | |
2019-06-21 | Fix Makefile.am to install in a given prefix path | Juan Picca | 1 | -2/+2 | |
Currently installing mate-panel fails with the error /bin/mkdir -p '/usr/share/gir-1.0' /usr/bin/install -c -m 644 MatePanelApplet-4.0.gir '/usr/share/gir-1.0' /usr/bin/install: cannot create regular file '/usr/share/gir-1.0/MatePanelApplet-4.0.gir': Permission denied when configure is called with the --prefix option. This fix is the same used in: * caja (libcaja-extension/Makefile.am) * eom (src/Makefile.am) * libmatekbd (libmatekbd/Makefile.am) * mate-desktop (libmate-desktop/Makefile.am) * pluma (pluma/Makefile.am) | |||||
2019-06-20 | Error in the correct place when applets are loaded on a platform they don't ↵ | William Wold | 1 | -0/+25 | |
support | |||||
2019-06-20 | Add supported platform values to *.mate-panel-applet files | William Wold | 4 | -0/+7 | |
2019-06-20 | Load and store what platforms applets support | William Wold | 4 | -15/+87 | |
2019-06-20 | panel-addto support disabling applets | William Wold | 1 | -3/+51 | |
2019-06-20 | Panel addto Wayland support | William Wold | 1 | -4/+13 | |
2019-06-19 | Add MATE_PANEL_APPLET_LIB_PREFIX environment variable | William Wold | 1 | -0/+11 | |
2019-06-19 | Switch out wayland protocols for gtk-layer-shell dependency | William Wold | 6 | -1471/+12 | |