summaryrefslogtreecommitdiff
path: root/capplet/gsm-properties-dialog.c
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Add a delay setting to Startup ManagerWu Xiaotian1-6/+9
Fixed issue #127 - capplet/gsm-app-dialog.c - capplet/gsm-app-dialog.h - capplet/gsm-properties-dialog.c - capplet/gsp-app.c - capplet/gsp-app.h - capplet/gsp-keyfile.h - data/session-properties.ui
2018-12-15gsm-properties-dialog: avoid 'gtk_dialog_add_buttons' with stock idsPablo Barciela1-4/+7
2018-11-26Avoid compile warning for g_type_class_add_privateWu Xiaotian1-72/+61
- capplet/gsm-app-dialog.c - capplet/gsm-app-dialog.h - capplet/gsm-properties-dialog.c - capplet/gsm-properties-dialog.h - capplet/gsp-app-manager.c - capplet/gsp-app-manager.h - capplet/gsp-app.c - capplet/gsp-app.h - mate-session/gsm-app.c - mate-session/gsm-app.h - mate-session/gsm-autostart-app.c - mate-session/gsm-autostart-app.h - mate-session/gsm-client.c - mate-session/gsm-client.h - mate-session/gsm-consolekit.c - mate-session/gsm-consolekit.h - mate-session/gsm-dbus-client.c - mate-session/gsm-dbus-client.h - mate-session/gsm-inhibit-dialog.c - mate-session/gsm-inhibit-dialog.h - mate-session/gsm-inhibitor.c - mate-session/gsm-inhibitor.h - mate-session/gsm-logout-dialog.c - mate-session/gsm-logout-dialog.h - mate-session/gsm-store.c - mate-session/gsm-store.h - mate-session/gsm-systemd.c - mate-session/gsm-systemd.h - mate-session/gsm-xsmp-client.c - mate-session/gsm-xsmp-client.h - mate-session/gsm-xsmp-server.c - mate-session/gsm-xsmp-server.h
2018-02-13avoid deprecated GtkStockPablo Barciela1-2/+2
2016-12-05session properties: fix vertical expand of content with window resizemonsta1-1/+1
taken from: https://git.gnome.org/browse/gnome-session/commit/?id=5b87d78f1b4b8759a57d0935d5423ebf153d80d8 well, our notebook wasn't small (unlike it's noted upstream), but vertical expand didn't work anyway. now it should work.
2016-05-17require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build optionmonsta1-7/+0
2015-12-02Gtk+-3.14: don't use deprecated gtk_tree_view_set_rules_hintWolfgang Ulbrich1-0/+2
2015-07-27use g_settings_bind + unref GSettings during dialog cleanupMonsta1-45/+7
from https://github.com/GNOME/gnome-session/commit/11d9ec5976671e54714a4667e5ca45c925c0d762
2015-07-27clean up and de-duplicate definesMonsta1-5/+0
from https://github.com/GNOME/gnome-session/commit/f415130f0de6cdc13d9433632d5ee1554a242103 and https://github.com/GNOME/gnome-session/commit/378f502047022b263d14bbbec213ad442e5ad822
2015-07-27properties dialog: fix inline search in apps listMonsta1-2/+7
from https://github.com/GNOME/gnome-session/commit/b3375fa652b236d0c81079a3513ba2a11f22eee9
2015-02-25first connect to settings, then read them.Monsta1-2/+3
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-session-manager/pull/72
2014-11-07capplet: Do not pretend we need the egg code hereinfirit1-1/+0
Based on gnome-session commit: 0e45c5c15d0ffedf90af3ea401288d6a0f758383 From: Vincent Untz <[email protected]>
2014-10-03gtk-3.14: invisible session properties dialogDenis Gorodnichev1-0/+2
Fix invisible session properties dialog when running with gtk-3.14 Closes https://github.com/mate-desktop/mate-session-manager/pull/63
2014-05-20Remove all calls to gtk_dialog_set_has_separatorinfirit1-3/+0
2014-05-20GtkTargetEntry has been in gtk+ since 2.10infirit1-11/+0
2013-11-14GTK3: fix compile warning 'gtk_target_table_new_from_list' differ in ↵raveit651-1/+1
signedness [-Wpointer-sign]
2013-07-26capplet: Add support for GTK3Stefano Karapetsas1-0/+15
2012-10-12fix incorrect FSF addressraveit651-1/+1
2012-10-02migrate to gsettingsmate-session-manager-1.5.0Stefano Karapetsas1-29/+18
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+819