summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
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
2020-12-05fish: Do not to include the math.h library to get the PI valuerbuj1-4/+3
2020-12-05Fix solid color controls after disabling compositorrbuj5-30/+25
2020-12-04mate-panel-applet: Boilerplaterbuj3-353/+450
2020-12-04Fix applet background for transparencyWilliam Wold1-0/+4
2020-12-04Don't enable transparency slider if not supportedWilliam Wold1-1/+11
2020-12-04Don't try to use transparent color if not supportedWilliam Wold1-1/+7
2020-12-04Fix the opaque label in panel-properties-dialog.uiWilliam Wold1-15/+15
2020-12-04Drop panel_profile_set_background_gdk_rgba() and getter (duplicates of panel_...William Wold3-23/+4
2020-12-04Remove get_background_color() (duplicate of panel_profile_get_background_gdk_...William Wold1-17/+1
2020-12-04Drop dead panel_background_set_opacity()William Wold2-22/+0
2020-12-04Drop background compositingWilliam Wold5-722/+6
2020-11-20wncklet: function declaration isn't a prototyperbuj1-3/+2
2020-11-18configure: remove warning about option 'subdir-objects' is disabledrbuj1-0/+2
2020-11-18travis CI: use rolling tag for ubuntu docker imageraveit651-1/+1
2020-11-18Remove USE_MATE2_MACROS from autogen.sh (legacy)rbuj1-1/+0
2020-11-05Use g_task... replace obsolete function g_ simple....zhuyaliang1-126/+102
2020-10-21Show label about options not available on WaylandWilliam Wold2-2/+22
2020-10-21Disable controls not applicable to WaylandWilliam Wold2-4/+29
2020-10-21Set minimized windows control sensitivity with the parent boxWilliam Wold2-6/+4
2020-10-21Suppress applet's default context menu for window buttonsWilliam Wold1-0/+21
2020-10-21Switch to C-style comments as requestedWilliam Wold7-53/+53
2020-10-21Fix workspace switcher on X11William Wold1-6/+2
2020-10-21Fix showdesktop applet on X11William Wold1-9/+7
2020-10-21Link with libwaylandWilliam Wold3-14/+14
2020-10-21Link wncklet with libwayland-client (why did this ever work?)William Wold1-0/+5
2020-10-21Don't crash if shell doesn't support foreign toplevelWilliam Wold1-0/+1
2020-10-21Window list Wayland supportWilliam Wold5-3/+431
2020-10-21Add foreign toplevel management protocol and generated codeWilliam Wold4-0/+977
2020-10-21Wncklet applets: don't crash on WaylandWilliam Wold7-152/+398
2020-10-11travis: fix make distcheck error on archlinuxWu Xiaotian1-0/+2
2020-09-27Use gdk_set_allowed_backends () instead of custom checkWilliam Wold1-13/+8
2020-09-21Drop libxau from .build.ymlWilliam Wold1-2/+0
2020-09-21Drop 'xau' from PKG_CHECK_MODULES callWilliam Wold1-1/+1
2020-09-07Remove variableScope warnings reported by cppcheckrbuj32-349/+255
2020-09-03wncklet: Check the length of the pixel data for empty thumbnailsrbuj1-3/+1