summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-22tx: update resourceraveit653-410/+427
2021-06-22update copyright to 2021raveit65122-0/+122
2021-06-10workspace-switcher: support xmonad WMmu1-1/+19
2021-05-29travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-05-29travis: build with gtk-layer-shell from distrosraveit651-9/+4
2021-05-09window-list.c: use g_settings_* functions directly instead of using stored ↵mbkma1-355/+104
values - use g_settings_bind when possible
2021-05-09window-list.ui: use GtkNotebookmbkma1-317/+307
Set some callback functions in the ui file.
2021-04-25Replace deprecated GCompletion with GtkEntryCompletionzhuyaliang1-53/+37
2021-04-25travis: disable travis builds for ubunturaveit651-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-23struts: add panel_xutils_unset_strutraveit653-1/+27
origin commit: https://gitlab.gnome.org/GNOME/gnome-panel/-/commit/3e96a81
2021-04-23panel-xutils: tab to spacesraveit652-167/+167
- Use 4 spaces at the beginning of a line
2021-04-23panel-struts: tab to spacesraveit652-404/+404
- start lines with 4 spaces
2021-04-07Make Recent Documents list in Places menu of configurable length (#1216)Gordon N. Squash5-3/+24
2021-04-05Add window list disable mouse scrolling functionzhuyaliang3-0/+93
2021-04-04Add panel-ditem-editor-dialog.uirbuj5-256/+433
2021-03-08travis: build with mate-common-1.24.2 from reposraveit651-12/+0
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-22notification_area: Add XAyatanaLabel and XAyatanaNewLabel to interface ↵rbuj1-1/+9
description
2021-02-22notification_area: move XAyatana(New)Label case at the bottomrbuj1-4/+4
2021-02-22notification_area: fix memory leakrbuj1-3/+5
2021-02-20Add text label display function for notification areazhuyaliang1-1/+21
2021-02-07Redundant NULL check before freeing a variablerbuj4-95/+47
2021-02-04build: Use PACKAGE_URL variablerbuj7-9/+9
2021-01-16update resource for transifexrbuj3-40/+40
2021-01-16Update copyright to 2021rbuj10-10/+10
2021-01-07panel-toplevel: declaration of 'allocation' shadows a parameterrbuj1-4/+5
2021-01-07panel-menu-items: declaration of 'item' shadows a previous localrbuj1-9/+9
2021-01-07Local variable shadows outer variable warning reported by cppcheckrbuj3-41/+33
2021-01-06 Variable is reassigned a value before the old one has been usedrbuj2-10/+2
2021-01-06wncklet: remove extra ref on gdk_x11_window_foreign_new_for_displayrbuj1-0/+15
2021-01-06panel-properties-dialog: show dialog on _present instead of _newrbuj1-17/+9
2021-01-05wncklet: search the window before creating a new onerbuj1-4/+7
2020-12-25wncklet: Condition ~wm_name is always truerbuj1-2/+4
2020-12-25wncklet: variable is assigned a value that is never usedrbuj1-2/+2
2020-12-25wncklet: missing breaks on switch casesrbuj1-4/+11
2020-12-16release 1.25.2v1.25.2raveit652-1/+50
2020-12-16tx:sync with transifexraveit65157-19430/+23833
2020-12-16tx: update resourceraveit651-198/+202
2020-12-15Signal name is 'value-changed' for GtkSpinButtonrbuj4-9/+11
2020-12-15applet: Avoid a NULL pointer dereferencerbuj1-5/+3
2020-12-11mate-panel-applet.h: tabs to spacesmbkma1-83/+111
2020-12-11remove function calls to mate_panel_applet_set_background_widgetmbkma6-13/+0
keep mate_panel_applet_set_background_widget for compatibility
2020-12-11window-list: remove intermediate steps to get scaled thumbnailrbuj1-32/+6
2020-12-11window-list: Get thumbnail size and scale in preview_window_thumbnailrbuj1-24/+31
2020-12-11cppcheck warning: The if condition is the same as the previous onerbuj1-4/+3
2020-12-08update issue templateraveit651-1/+1
2020-12-08window-list: Render thumbnails as cairo surfacesVictor Kareh1-30/+51
This allows thumbnail previews to be properly rendered on HiDPI displays and ensures that the window surface is flushed before painting it.
2020-12-06panel-applets-manager: Boilerplaterbuj1-57/+31
2020-12-05mate-panel-applet-factory: format coderbuj1-77/+82
2020-12-05mate-panel-applet-factory: Boilerplaterbuj2-27/+14