Age | Commit message (Expand) | Author | Files | Lines |
2020-12-06 | panel-applets-manager: Boilerplate | rbuj | 1 | -57/+31 |
2020-12-05 | mate-panel-applet-factory: format code | rbuj | 1 | -77/+82 |
2020-12-05 | mate-panel-applet-factory: Boilerplate | rbuj | 2 | -27/+14 |
2020-12-05 | fish: Do not to include the math.h library to get the PI value | rbuj | 1 | -4/+3 |
2020-12-05 | Fix solid color controls after disabling compositor | rbuj | 5 | -30/+25 |
2020-12-04 | mate-panel-applet: Boilerplate | rbuj | 3 | -353/+450 |
2020-12-04 | Fix applet background for transparency | William Wold | 1 | -0/+4 |
2020-12-04 | Don't enable transparency slider if not supported | William Wold | 1 | -1/+11 |
2020-12-04 | Don't try to use transparent color if not supported | William Wold | 1 | -1/+7 |
2020-12-04 | Fix the opaque label in panel-properties-dialog.ui | William Wold | 1 | -15/+15 |
2020-12-04 | Drop panel_profile_set_background_gdk_rgba() and getter (duplicates of panel_... | William Wold | 3 | -23/+4 |
2020-12-04 | Remove get_background_color() (duplicate of panel_profile_get_background_gdk_... | William Wold | 1 | -17/+1 |
2020-12-04 | Drop dead panel_background_set_opacity() | William Wold | 2 | -22/+0 |
2020-12-04 | Drop background compositing | William Wold | 5 | -722/+6 |
2020-11-20 | wncklet: function declaration isn't a prototype | rbuj | 1 | -3/+2 |
2020-11-18 | configure: remove warning about option 'subdir-objects' is disabled | rbuj | 1 | -0/+2 |
2020-11-18 | travis CI: use rolling tag for ubuntu docker image | raveit65 | 1 | -1/+1 |
2020-11-18 | Remove USE_MATE2_MACROS from autogen.sh (legacy) | rbuj | 1 | -1/+0 |
2020-11-05 | Use g_task... replace obsolete function g_ simple.... | zhuyaliang | 1 | -126/+102 |
2020-10-21 | Show label about options not available on Wayland | William Wold | 2 | -2/+22 |
2020-10-21 | Disable controls not applicable to Wayland | William Wold | 2 | -4/+29 |
2020-10-21 | Set minimized windows control sensitivity with the parent box | William Wold | 2 | -6/+4 |
2020-10-21 | Suppress applet's default context menu for window buttons | William Wold | 1 | -0/+21 |
2020-10-21 | Switch to C-style comments as requested | William Wold | 7 | -53/+53 |
2020-10-21 | Fix workspace switcher on X11 | William Wold | 1 | -6/+2 |
2020-10-21 | Fix showdesktop applet on X11 | William Wold | 1 | -9/+7 |
2020-10-21 | Link with libwayland | William Wold | 3 | -14/+14 |
2020-10-21 | Link wncklet with libwayland-client (why did this ever work?) | William Wold | 1 | -0/+5 |
2020-10-21 | Don't crash if shell doesn't support foreign toplevel | William Wold | 1 | -0/+1 |
2020-10-21 | Window list Wayland support | William Wold | 5 | -3/+431 |
2020-10-21 | Add foreign toplevel management protocol and generated code | William Wold | 4 | -0/+977 |
2020-10-21 | Wncklet applets: don't crash on Wayland | William Wold | 7 | -152/+398 |
2020-10-11 | travis: fix make distcheck error on archlinux | Wu Xiaotian | 1 | -0/+2 |
2020-09-27 | Use gdk_set_allowed_backends () instead of custom check | William Wold | 1 | -13/+8 |
2020-09-21 | Drop libxau from .build.yml | William Wold | 1 | -2/+0 |
2020-09-21 | Drop 'xau' from PKG_CHECK_MODULES call | William Wold | 1 | -1/+1 |
2020-09-07 | Remove variableScope warnings reported by cppcheck | rbuj | 32 | -349/+255 |
2020-09-03 | wncklet: Check the length of the pixel data for empty thumbnails | rbuj | 1 | -3/+1 |
2020-08-08 | release 1.25.1v1.25.1 | raveit65 | 2 | -1/+49 |
2020-08-08 | tx: sync with transifex | raveit65 | 152 | -16900/+9463 |
2020-08-08 | tx: update resource | raveit65 | 1 | -144/+174 |
2020-08-08 | Handle locked down settings better when dropping an image URI | Colomban Wendling | 1 | -15/+52 |
2020-08-07 | panel-toplevel: Fix -Wenum-conversion warning | rbuj | 1 | -1/+1 |
2020-08-05 | wncklet: Hide window preview on non-visible windows | Victor Kareh | 1 | -0/+5 |
2020-08-05 | launcher: Fix memory leaks | Colomban Wendling | 1 | -11/+15 |
2020-08-05 | panel-action-button: using enum for accessing an array indexed | rbuj | 1 | -52/+30 |
2020-08-05 | clock-face: Use gdk_pixbuf_new_from_resource_at_scale | rbuj | 6 | -67/+4 |
2020-08-05 | launcher: Fix memory leak | rbuj | 1 | -4/+2 |
2020-08-04 | Ask the user what to do when receiving an image drop | Colomban Wendling | 1 | -2/+104 |
2020-08-04 | Create launchers when dropping multiple image URIs | Colomban Wendling | 1 | -2/+4 |