summaryrefslogtreecommitdiff
path: root/mate-panel
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Signal name is 'value-changed' for GtkSpinButtonrbuj1-2/+2
2020-12-15applet: Avoid a NULL pointer dereferencerbuj1-5/+3
2020-12-11cppcheck warning: The if condition is the same as the previous onerbuj1-4/+3
2020-12-06panel-applets-manager: Boilerplaterbuj1-57/+31
2020-12-05Fix solid color controls after disabling compositorrbuj5-30/+25
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-05Use g_task... replace obsolete function g_ simple....zhuyaliang1-126/+102
2020-10-21Link with libwaylandWilliam Wold1-3/+2
2020-09-27Use gdk_set_allowed_backends () instead of custom checkWilliam Wold1-13/+8
2020-09-07Remove variableScope warnings reported by cppcheckrbuj22-279/+207
2020-08-08Handle locked down settings better when dropping an image URIColomban Wendling1-15/+52
2020-08-07panel-toplevel: Fix -Wenum-conversion warningrbuj1-1/+1
2020-08-05launcher: Fix memory leaksColomban Wendling1-11/+15
2020-08-05panel-action-button: using enum for accessing an array indexedrbuj1-52/+30
2020-08-05launcher: Fix memory leakrbuj1-4/+2
2020-08-04Ask the user what to do when receiving an image dropColomban Wendling1-2/+104
2020-08-04Create launchers when dropping multiple image URIsColomban Wendling1-2/+4
2020-08-04panel-util: Fix memory leakrbuj1-0/+1
2020-08-04Fix creating several launchers at onceColomban Wendling1-0/+5
2020-07-29panel-run-dialog: Fix leaking tree model stringsTomas Bzatek1-6/+18
2020-07-29panel-properties-dialog: Fix leaking stringTomas Bzatek1-0/+1
2020-07-29panel-profile: Fix leaking list elementsTomas Bzatek1-2/+2
2020-07-29panel-lockdown: Fix leaking string arrayTomas Bzatek1-0/+1
2020-07-29panel-menu-items: Fix leaking stringTomas Bzatek1-1/+3
2020-07-29launcher: Fix leaking stringsTomas Bzatek1-0/+2
2020-07-24Clarify meaning of panel reset optionlukefromdc1-4/+4
2020-07-23panel-toplevel: Refactor panel_toplevel_update_hide_buttons_size()Tomas Bzatek1-18/+11
2020-07-23panel-util: Fix leaking root GFileTomas Bzatek1-0/+1
2020-07-23panel-profile: Fix leaking list elementsTomas Bzatek1-2/+2
2020-07-23panel-frame: Fix leaking background-colorTomas Bzatek1-0/+2
2020-07-23panel-applet-frame: Fix leaking bg_patternTomas Bzatek1-19/+21
2020-07-13panel-multimonitor: Do not require limits.h macrosrbuj1-2/+2
2020-07-07Using #include with system librariesrbuj5-6/+6
2020-07-05Avoid using single-line cpp commentsrbuj35-98/+107
2020-07-05Use '#include <config.h>' instead of '#include "config.h"'rbuj3-3/+3
2020-06-26panel-util: switch to generic header for --disable-x11Jan Beich1-1/+1
2020-06-20update submoduleraveit651-0/+0
2020-06-17update to use the latest submodule codeWu Xiaotian1-0/+0
2020-06-11libegg: use git submoduleWu Xiaotian9-3855/+3
2020-06-06panel-toplevel: Use monotonic time for measuring time intervalsrbuj1-41/+20
2020-06-06panel-toplevel: Use animation duration time instead of end timerbuj1-25/+13
2020-06-06panel-toplevel: Remove warning ‘GTimeVal’ is deprecatedrbuj1-49/+66
2020-05-25Fix some cast-function-type warnings introduced in GCC 8rbuj10-24/+23
2020-03-11button-widget: Fix memory leakrbuj1-0/+1