summaryrefslogtreecommitdiff
path: root/mate-panel/panel-profile.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-04Avoid a redundant NULL checkColomban Wendling1-4/+5
2024-02-04Reduce scope of variablesColomban Wendling1-3/+1
2024-02-04Revert "Add "center-stick" capability applets on the panel"raveit651-55/+20
2024-02-04Revert "Reduce scope of variables"raveit651-1/+3
2024-02-04Revert "Avoid a redundant NULL check"raveit651-5/+4
2023-11-21Avoid a redundant NULL checkColomban Wendling1-4/+5
2023-11-21Reduce scope of variablesColomban Wendling1-3/+1
2023-05-17tell dconf-edit about relocatable schemas (#1355)Denis Gorodnichev1-0/+47
2022-06-01Add "center-stick" capability applets on the panelThe Squash1-20/+55
2021-12-16Use g_clear_pointer() and g_clear_object()rbuj1-6/+3
2021-06-22update copyright to 2021raveit651-0/+1
2020-12-05Fix solid color controls after disabling compositorrbuj1-5/+4
2020-12-04Drop panel_profile_set_background_gdk_rgba() and getter (duplicates of panel_...William Wold1-17/+3
2020-12-04Remove get_background_color() (duplicate of panel_profile_get_background_gdk_...William Wold1-17/+1
2020-08-04Fix creating several launchers at onceColomban Wendling1-0/+5
2020-07-29panel-profile: Fix leaking list elementsTomas Bzatek1-2/+2
2020-07-23panel-profile: Fix leaking list elementsTomas Bzatek1-2/+2
2020-07-05Avoid using single-line cpp commentsrbuj1-1/+1
2019-06-23Wayland support for panel-profile.cWilliam Wold1-2/+17
2019-06-21Update to the new panel_multimonitor functionsWilliam Wold1-2/+2
2019-06-21Rename panel-multiscreen files panel-multimonitorWilliam Wold1-1/+1
2019-05-20fix reloading the default layout after panel resetmonsta1-1/+13
2019-05-20fix random crashes on panel resetmonsta1-10/+0
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-8/+1
2017-07-31avoid deprecated gdk_display_get_screenZenWalker1-3/+2
2017-07-16avoid deprecated gdk_screen_get_numberZenWalker1-8/+9
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-148/+0
2016-03-25Gtk3.18/3.20-move background handling toplevel lukefromdc1-2/+9
2016-02-21fix some warningsSorokin Alexei1-2/+2
2016-02-15panel-profile: less #if's againmonsta1-42/+34
2016-02-15panel-profile: less #if'smonsta1-24/+39
2016-02-15panel-profile: remove leftover that makes no sensemonsta1-4/+0
2016-02-12[GTK+3] fix one more use of deprecated gdk_display_get_n_screensmonsta1-2/+9
2016-02-12[GTK+3] fix one more use of deprecated gdk_display_get_n_screensmonsta1-2/+18
2016-01-05profile: simplify a couple of functionsmonsta1-6/+2
2016-01-05profile: fix indent & spacing a bitmonsta1-20/+22
2016-01-05profile: rename get/set rgba functions for consistencymonsta1-4/+4
2015-12-21panel-profile: simplify some codemonsta1-51/+30
2015-12-18panel-profile: fix indent a bitmonsta1-9/+12
2014-10-16Fix memory leakDenis Gorodnichev1-0/+1
2014-06-20Replace opacity key to alpha value in color key.Konstantin Pugin1-6/+19
2014-05-12Use better dconf path for added appletsStefano Karapetsas1-1/+1
2014-04-23Use common GSettings function from libmate-desktopStefano Karapetsas1-5/+5
2014-04-21Use dconf functions from libmate-desktopStefano Karapetsas1-5/+5
2014-02-21memory leaksDenis Gorodnichev1-4/+6
2014-02-17Fix mate-panel --resetStefano Karapetsas1-0/+9
2013-11-29Panel background improvements for GTK3Stefano Karapetsas1-2/+52
2013-10-26mate-panel: Add GTK3 supportStefano Karapetsas1-2/+30
2013-05-31Another fix for #111Scott Balneaves1-0/+2
2013-05-03Save panel coordinates also if panel is expandedStefano Karapetsas1-31/+29