summaryrefslogtreecommitdiff
path: root/mate-panel/panel-properties-dialog.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-06Update opacity when changed gsettings color valuezhu yaliang1-0/+17
2021-12-20Fix some -Wsign-compare warningsrbuj1-1/+1
2021-12-19Use dashes instead of underscores in signal namesrbuj1-1/+1
2021-06-22update copyright to 2021raveit651-0/+1
2021-01-06panel-properties-dialog: show dialog on _present instead of _newrbuj1-17/+9
2020-12-15Signal name is 'value-changed' for GtkSpinButtonrbuj1-2/+2
2020-12-05Fix solid color controls after disabling compositorrbuj1-20/+18
2020-12-04Don't enable transparency slider if not supportedWilliam Wold1-1/+11
2020-12-04Drop panel_profile_set_background_gdk_rgba() and getter (duplicates of ↵William Wold1-1/+1
panel_profile_set_background_color ())
2020-07-29panel-properties-dialog: Fix leaking stringTomas Bzatek1-0/+1
2020-07-05Avoid using single-line cpp commentsrbuj1-1/+1
2019-07-05Remove trailing whitespacesLaurent Napias1-2/+2
2018-04-26panel: Convert to GResourceVincent Untz1-25/+3
origin commits: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=9fca67f https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=695d30c https://git.gnome.org/browse/gnome-panel/patch/?id=00f9870cb28e6ef657d1
2017-01-05remove ancient code leftoversmonsta1-8/+0
once it was some easter egg, now it's just a non-working garbage
2016-11-21rename .ui file of panel properties dialog to the original namemonsta1-2/+2
no need to mention GTK+3 anymore
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-92/+1
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-08-31Gtk+-2 properties-dialog: use Mate-ColorButton for gtk2 buildraveit651-5/+9
2016-08-31GTK+-3 properties-dialog: port to GtkColorChooserraveit651-5/+9
2016-08-31properties-dialog: drop usage of MateColorButtonraveit651-11/+9
Use GtkColorButton instead
2016-08-03Gtk+3 UI: add panel-properties-dialog-gtk3.uiraveit651-0/+10
which is cleaned from deprecated widgets for >= gtk+-3.14
2016-08-03GTK+-3.0 panel-properties: port to GtkGridraveit651-0/+15
2016-01-05profile: rename get/set rgba functions for consistencymonsta1-2/+2
2016-01-05properties dialog: use convenience function to compare colorsmonsta1-6/+2
2016-01-05properties dialog: less #if'smonsta1-13/+13
2015-08-26Gtk3: fixed build warningyetist1-1/+3
2014-06-26Use MateColorButton in panel properties dialogStefano Karapetsas1-10/+12
2014-06-20Replace opacity key to alpha value in color key.Konstantin Pugin1-0/+5
2013-12-22Update help uri to the correct locationinfirit1-1/+1
2013-11-29Panel background improvements for GTK3Stefano Karapetsas1-0/+35
2013-10-26mate-panel: Add GTK3 supportStefano Karapetsas1-0/+3
2013-05-02Allow to set panel orientation only for expanded panelsStefano Karapetsas1-5/+22
Also fix initial position of non-expanded panels
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-10-11migrate mate-panel to gsettingsStefano Karapetsas1-118/+84
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+999