summaryrefslogtreecommitdiff
path: root/mate-panel/panel-profile.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-05Fix solid color controls after disabling compositorrbuj1-5/+4
2020-12-04Drop panel_profile_set_background_gdk_rgba() and getter (duplicates of ↵William Wold1-17/+3
panel_profile_set_background_color ())
2020-12-04Remove get_background_color() (duplicate of ↵William Wold1-17/+1
panel_profile_get_background_gdk_rgba())
2020-08-04Fix creating several launchers at onceColomban Wendling1-0/+5
When creating a new launcher, we try and find an available object ID by browsing the existing ones. This however fails to take into account objects that were created but that didn't make it to the backend yet, leading to likely re-using the same ID when creating several objects roughly at the same time. This happens e.g. when dropping several URIs together.
2020-07-29panel-profile: Fix leaking list elementsTomas Bzatek1-2/+2
2020-07-23panel-profile: Fix leaking list elementsTomas Bzatek1-2/+2
The mate_gsettings_strv_to_gslist() call will dup all the strings and removing duplicates should free them.
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
- do it in the idle handler - wait until all toplevels are destroyed before reloading the layout
2019-05-20fix random crashes on panel resetmonsta1-10/+0
- unref objects in toplevel's dispose function instead of finalize - disconnect from toplevel's GSettings objects before deleting them
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
and require libmate-desktop >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-03-25Gtk3.18/3.20-move background handling toplevel lukefromdc1-2/+9
panel-profile.c
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
must be some issue during the last merge
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
Closes https://github.com/mate-desktop/mate-panel/pull/244
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
g_settings_get_string returns newly-allocated string
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
This will save panel position if the user disable expand Closes #32 (https://github.com/mate-desktop/mate-panel/issues/32)
2012-12-18Fix crash on deleting panelsStefano Karapetsas1-0/+10
https://github.com/mate-desktop/mate-panel/issues/65
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-11-12Code audit: fix compile warnings, uninitialized pointer problemsScott Balneaves1-17/+21
2012-10-19fix load background type at panel startStefano Karapetsas1-2/+2
close https://github.com/mate-desktop/mate-panel/issues/49
2012-10-16add --run-dialog option to open run dialogStefano Karapetsas1-1/+7
2012-10-11fix some warningsStefano Karapetsas1-1/+1
2012-10-11migrate mate-panel to gsettingsStefano Karapetsas1-1526/+590
2012-03-26Change references from matecomponent-applet to external-applet in mateconfVincent Untz1-1/+3
Signed-off-by: Germán Póo-Caamaño <[email protected]>
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+2647