Age | Commit message (Expand) | Author | Files | Lines |
2021-12-31 | keybindings: redundant initialization for 'p' | rbuj | 1 | -1/+2 |
2021-12-31 | mate-da-capplet: fix memory leak | rbuj | 1 | -0/+1 |
2021-11-29 | keyboard: fix memory leak | rbuj | 1 | -0/+1 |
2021-11-29 | mouse: fix memory leak | rbuj | 1 | -0/+1 |
2021-11-20 | Use a blank line at most | rbuj | 18 | -63/+0 |
2021-11-11 | Fix build warnings about missing field initializer | rbuj | 5 | -5/+9 |
2021-11-08 | g_queue_clear_full() is only available since glib 2.60. | Valentin Villenave | 1 | -1/+7 |
2021-11-07 | common: fix memory leak | rbuj | 1 | -0/+1 |
2021-11-07 | appearance: fix memory leak | rbuj | 1 | -3/+5 |
2021-10-12 | Change capplets/about-me/mate-about-me-password.c for correct interract with ... | antonios-f | 1 | -65/+98 |
2021-09-24 | Remove redundant i18n functions | Yaron Shahrabani | 1 | -2/+2 |
2021-07-19 | Fix compilation warning | zhuyaliang | 3 | -17/+5 |
2021-07-10 | Use gtk-cancel icon replace window-close icon | zhuyaliang | 1 | -1/+1 |
2021-06-21 | update copyright to 2021 | raveit65 | 14 | -14/+23 |
2021-04-29 | windows-applet: csd windows respect titlebar button layout | mbkma | 2 | -3/+8 |
2021-04-29 | windows-applet: add right and left (with menu) titlebar button layout options... | mbkma | 2 | -24/+60 |
2021-04-23 | windows-applet: group alt-tab options together, remove reduced resources option | mbkma | 2 | -88/+16 |
2021-04-08 | appearance: Type column in GtkFileChooser requires gtk 3.24.12 | rbuj | 3 | -0/+8 |
2021-04-04 | time-admin: g_time_zone_new is deprecated from glib 2.68 | rbuj | 1 | -0/+9 |
2021-03-29 | display: remove conversion warnings | rbuj | 3 | -259/+267 |
2021-03-19 | keybindings: use gtk_builder_new_from_resource | rbuj | 1 | -20/+1 |
2021-03-19 | display: use gtk_builder_new_from_resource | rbuj | 1 | -9/+1 |
2021-03-19 | default-applications: use gtk_builder_new_from_resource | rbuj | 1 | -16/+1 |
2021-03-19 | appearance: use gtk_builder_new_from_resource | rbuj | 1 | -28/+17 |
2021-03-19 | accessibility: use gtk_builder_new_from_resource | rbuj | 1 | -26/+16 |
2021-03-11 | i18n: fix an error that prevents showing the wallpaper name | rbuj | 1 | -2/+3 |
2021-03-08 | display: frame spacing | rbuj | 1 | -1/+2 |
2021-03-08 | Add adjust window scaling function for display preference and update display-... | zhuyaliang | 3 | -159/+256 |
2021-02-26 | windows: remove unused macros UIDIR, PIXMAPDIR | rbuj | 1 | -3/+1 |
2021-02-26 | Line comments // are not allowed (code style) | rbuj | 3 | -5/+4 |
2021-02-24 | appearance: no previous prototype for 'wp_create_filechooser' | rbuj | 1 | -1/+1 |
2021-02-24 | appearance: missing includes | rbuj | 7 | -1/+11 |
2021-02-24 | Missing include guards | rbuj | 14 | -4/+68 |
2021-02-23 | windows: avoid duplication of accelerator keys | rbuj | 1 | -3/+3 |
2021-02-23 | windows: don't translate the spinbutton text, set the entry purpose | rbuj | 1 | -1/+1 |
2021-02-23 | windows: show the translations in mate-window-properties dialog | rbuj | 1 | -1/+1 |
2021-02-23 | windows: missing include mate-metacity-support.h (#624) | Robert Antoni Buj Gelonch | 1 | -0/+2 |
2021-02-23 | common: missing include gtkrc-utils.h | rbuj | 1 | -0/+2 |
2021-02-16 | time-admin: remove unused includes | rbuj | 2 | -4/+1 |
2021-02-16 | build: allow users to disable gettext support (--disable-nls) | rbuj | 14 | -6/+73 |
2020-12-06 | mate-keyboard-properties: drop create_dialog | rbuj | 1 | -20/+1 |
2020-12-06 | mate-keyboard-properties: size groups on ui file | rbuj | 2 | -19/+21 |
2020-12-06 | mate-keyboard-properties: Do not use stock icons on ui file | rbuj | 2 | -17/+45 |
2020-12-06 | mate-keyboard-properties-dialog: upgrade ui label names | rbuj | 1 | -338/+339 |
2020-12-06 | mate-mouse-properties: drop create_dialog | rbuj | 1 | -49/+27 |
2020-12-06 | mate-mouse-properties: size groups on ui file | rbuj | 2 | -29/+26 |
2020-12-06 | mate-mouse-properties: upgrade ui label names | rbuj | 1 | -280/+319 |
2020-12-05 | Revisit windows applet, add allow-top-tiling option | mbkma | 2 | -154/+379 |
2020-12-04 | Use G_BEGIN_DECLS/G_END_DECLS macros | rbuj | 4 | -28/+15 |
2020-12-04 | Use g_slist_free_full | rbuj | 6 | -24/+15 |