Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-20 | Use dashes for applet-[added|removed|move], back-change, size-change | rbuj | 2 | -10/+10 | |
2021-12-20 | Remove unnecessary cast in g_signal_connect* call | rbuj | 27 | -192/+287 | |
2021-12-19 | Upscale in panel_xutils_set_strut | rbuj | 4 | -24/+13 | |
2021-12-19 | panel-toplevel: fix the computed dimension for (non) auto hidden panels | rbuj | 1 | -1/+1 | |
2021-12-19 | struts: add support for _GNOME_WM_STRUT_AREA | Alberts Muktupāvels | 3 | -6/+35 | |
In addition to existing properties set also new _GNOME_WM_STRUT_AREA property that allows creating struts between monitors. https://mail.gnome.org/archives/wm-spec-list/2018-December/msg00000.html https://gitlab.freedesktop.org/xdg/xdg-specs/merge_requests/22 https://gitlab.gnome.org/GNOME/gnome-panel/merge_requests/3 Upscale area strut because of 73e025b0eab94fe06cdafee61c347fb5fe6f7545 | |||||
2021-12-19 | Use dashes instead of underscores in signal names | rbuj | 25 | -108/+108 | |
2021-12-19 | clock: gtk_entry_set_alignment in clock.ui | rbuj | 2 | -3/+3 | |
2021-12-19 | clock: gtk_entry_set_width_chars in clock.ui | rbuj | 2 | -3/+3 | |
2021-12-19 | clock: Upgrade clock.ui | rbuj | 1 | -294/+340 | |
2021-12-19 | clock: Define _clock_get_widget instead of using one sentence method | rbuj | 1 | -7/+2 | |
2021-12-19 | clock: simplify temperature_unit_changed and speed_unit_changed | rbuj | 1 | -22/+23 | |
2021-12-19 | clock: fix temperature_unit_changed and -Wsign-compare warnings | rbuj | 1 | -7/+13 | |
2021-12-19 | Use GLib's new g_clear_signal_handler() function to simplify code | rbuj | 3 | -105/+89 | |
2021-12-16 | Use g_clear_pointer() and g_clear_object() | rbuj | 30 | -360/+133 | |
2021-12-14 | panel-test-applets: fix memory leak | rbuj | 1 | -2/+2 | |
2021-12-14 | Fix build warnings about missing field initializer | rbuj | 6 | -7/+10 | |
2021-12-11 | Use a blank line at most | rbuj | 56 | -110/+0 | |
2021-10-19 | sn-dbus-menu-item: fix include guard | rbuj | 1 | -1/+1 | |
2021-10-19 | panel-applet-private: fix include guard | rbuj | 1 | -1/+1 | |
2021-09-25 | pre-bump version | raveit65 | 2 | -1/+3 | |
2021-09-02 | fix show window thumbnails check button | mbkma | 2 | -15/+14 | |
adapt ui file to reverted window-list.c | |||||
2021-09-02 | Revert "window-list.c: use g_settings_* functions directly instead of using ↵ | mbkma | 1 | -104/+355 | |
stored values" This reverts commit ce8167e1b498e47ca6f667f83acaf21d407135bb. | |||||
2021-08-26 | Updated installation instructions ; added missing build dependency | Yannick Mauray (frenchguych) | 1 | -1/+6 | |
2021-08-26 | fix mate-desktop-item-edit executable | mbkma | 1 | -0/+4 | |
2021-08-04 | release 1.26.0v1.26.0 | raveit65 | 2 | -1/+8 | |
2021-08-04 | tx: sync with transifex | raveit65 | 14 | -129/+250 | |
2021-08-04 | tx: update resource | raveit65 | 1 | -30/+30 | |
2021-08-03 | Use absolute path g_get_home_dir replaces "~/" | zhuyaliang | 1 | -0/+15 | |
2021-07-28 | Fix clock applet add location crash | zhuyaliang | 2 | -3/+3 | |
2021-07-15 | Add the function of monitor panel launcher files | zhuyaliang | 2 | -0/+42 | |
2021-07-02 | release 1.25.3v1.25.3 | raveit65 | 2 | -1/+33 | |
2021-07-02 | sync with transifex | raveit65 | 358 | -70710/+73919 | |
2021-07-02 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-06-22 | tx: update resource | raveit65 | 3 | -410/+427 | |
2021-06-22 | update copyright to 2021 | raveit65 | 122 | -0/+122 | |
2021-06-10 | workspace-switcher: support xmonad WM | mu | 1 | -1/+19 | |
2021-05-29 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-05-29 | travis: build with gtk-layer-shell from distros | raveit65 | 1 | -9/+4 | |
2021-05-09 | window-list.c: use g_settings_* functions directly instead of using stored ↵ | mbkma | 1 | -355/+104 | |
values - use g_settings_bind when possible | |||||
2021-05-09 | window-list.ui: use GtkNotebook | mbkma | 1 | -317/+307 | |
Set some callback functions in the ui file. | |||||
2021-04-25 | Replace deprecated GCompletion with GtkEntryCompletion | zhuyaliang | 1 | -53/+37 | |
2021-04-25 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 | |
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25 | |||||
2021-04-23 | struts: add panel_xutils_unset_strut | raveit65 | 3 | -1/+27 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-panel/-/commit/3e96a81 | |||||
2021-04-23 | panel-xutils: tab to spaces | raveit65 | 2 | -167/+167 | |
- Use 4 spaces at the beginning of a line | |||||
2021-04-23 | panel-struts: tab to spaces | raveit65 | 2 | -404/+404 | |
- start lines with 4 spaces | |||||
2021-04-07 | Make Recent Documents list in Places menu of configurable length (#1216) | Gordon N. Squash | 5 | -3/+24 | |
2021-04-05 | Add window list disable mouse scrolling function | zhuyaliang | 3 | -0/+93 | |
2021-04-04 | Add panel-ditem-editor-dialog.ui | rbuj | 5 | -256/+433 | |
2021-03-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -12/+0 | |
2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |