Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-02 | tx: migrate to new API | raveit65 | 1 | -16/+17 | |
2022-12-02 | windows-list.ui: lower gtk3 required version | raveit65 | 1 | -1/+1 | |
2022-07-02 | panel-applet: Fix leak in no-background code path | Colomban Wendling | 1 | -2/+3 | |
2022-07-02 | clock: Fix memory leak | Colomban Wendling | 1 | -1/+2 | |
2022-07-02 | wncklet: Fix crash thumbnailing dying or otherwise inaccessible windows | Colomban Wendling | 1 | -0/+8 | |
Fixes https://github.com/mate-desktop/mate-desktop/issues/478 | |||||
2022-07-02 | notification_area: Reduce lifetime of the settings local variable (#1309) | Robert Antoni Buj Gelonch | 1 | -2/+2 | |
2022-04-26 | Register SNI host only if SNI is enabled | Ilya Fedin | 1 | -1/+6 | |
This prevents duplication of tray icons | |||||
2022-02-20 | wncklet: do not exceed workspace number when setting n_rows | rbuj | 1 | -4/+7 | |
2022-01-26 | release 1.26.2v1.26.2 | raveit65 | 2 | -1/+11 | |
2022-01-26 | tx: pull from transifex server | raveit65 | 45 | -318/+596 | |
2022-01-26 | clock: fix memory leak | rbuj | 1 | -0/+2 | |
2022-01-26 | panel-test-applets: fix memory leak | rbuj | 1 | -2/+2 | |
2022-01-21 | wncklet: The values stored in the wrapper hash table are incorrect | rbuj | 1 | -16/+2 | |
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-09-25 | release 1.26.1v1.26.1 | raveit65 | 2 | -1/+9 | |
2021-09-25 | tx: sync with transifex | raveit65 | 361 | -11222/+15147 | |
2021-09-25 | tx: update resource | raveit65 | 1 | -32/+32 | |
2021-09-13 | branch 1.26 | raveit65 | 2 | -45/+6 | |
2021-09-13 | tx: update transifex config | raveit65 | 1 | -3/+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 | |