Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-15 | tx: sync with transifex | raveit65 | 147 | -98137/+100415 | |
2019-11-14 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2019-11-14 | tx: update resource for transifex | raveit65 | 1 | -744/+751 | |
2019-11-11 | ci: autopoint | Wu Xiaotian | 1 | -3/+2 | |
2019-11-11 | migrate from intltool to gettext | Wu Xiaotian | 18 | -98/+182 | |
2019-10-30 | build: %.gschema.xml files were already generated by autogen.sh | rbuj | 1 | -3/+0 | |
configure.ac contents: GETTEXT_PACKAGE=mate-panel AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define the gettext package to be used]) AC_SUBST(GETTEXT_PACKAGE) AC_OUTPUT([ ... data/org.mate.panel.gschema.xml data/org.mate.panel.menubar.gschema.xml data/org.mate.panel.object.gschema.xml data/org.mate.panel.toplevel.gschema.xml ... | |||||
2019-10-30 | tx: pull with fixed formatting issue of greek language | raveit65 | 2 | -78/+83 | |
in clock user-guide | |||||
2019-10-15 | Travis CI: don't build mate-menus from git master | Pablo Barciela | 1 | -15/+0 | |
2019-10-11 | release 1.23.2v1.23.2 | raveit65 | 2 | -49/+75 | |
2019-10-11 | tx: sync with transifex | raveit65 | 357 | -24280/+28649 | |
2019-10-11 | tx: update resource for transifex | raveit65 | 1 | -70/+74 | |
2019-10-11 | ci: MATE_COMPILE_WARNINGS([maximum]) | rbuj | 1 | -2/+2 | |
2019-10-09 | fish: Use a higher resolution image for Wanda the Fish | Victor Kareh | 1 | -0/+0 | |
2019-10-09 | Fetch clock formats using LC_TIME (as opposed to LANGUAGE) | Clement Lefebvre | 1 | -0/+17 | |
This is a port of https://github.com/linuxmint/cinnamon-desktop/commit/7cd7c008e05acf36efd87446256d28a8b89d187a Which fixed https://github.com/linuxmint/cinnamon-desktop/pull/132 This commit fixes the same issue in the MATE clock applet. | |||||
2019-10-07 | Change the panel menu descriptions to better identify them | Martin Wimpress | 1 | -4/+4 | |
The "Main Menu" becomes "Compact Menu", since it is indeed the most compact menu available for MATE. The "Menu Bar" becomes "Classic Menu" since this is what most users identify as the classic menu used in GNOME2/MATE. The description more clearly articulates the menu features. | |||||
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-10-02 | Load layouts from absolute paths | Anthony Perkins | 1 | -1/+6 | |
If the layout name begins with a '/', load from that filename instead of from PANEL_LAYOUTS_DIR. This allows loading of layouts from home directories and other write-permitted locations. | |||||
2019-10-01 | travis (ci): build mate-common from tarball | raveit65 | 1 | -0/+11 | |
2019-10-01 | Set compiler debug flags using MATE_DEBUG_CHECK | rbuj | 2 | -0/+5 | |
-enable-debug=yes/info/profile/no By default, compiler debug flags are disabled. Test: $ ./autogen.sh && make clean && make && file mate-panel/mate-panel autogen cflags: file mate-panel/mate-panel: ..., not stripped $ ./autogen.sh -enable-debug && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O0 file mate-panel/mate-panel: ..., with debug_info, not stripped $ CFLAGS="-g -O2" ./autogen.sh && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O2 file mate-panel/mate-panel: ..., with debug_info, not stripped $ CFLAGS="-g -O2" ./autogen.sh -enable-debug && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O2 -g -O0 file mate-panel/mate-panel: ..., with debug_info, not stripped | |||||
2019-09-27 | sn-item: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -15/+12 | |
2019-09-27 | notification_area/main: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-09-27 | na-tray: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 | |
2019-09-16 | clock-face: fix code formating | raveit65 | 1 | -310/+310 | |
- replace tabs with spaces - fix a few indentation - reduce leading spaces (8 --> 4) | |||||
2019-09-14 | clock: avoid deprecated g_type_class_add_private | Wu Xiaotian | 6 | -111/+104 | |
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 | |