summaryrefslogtreecommitdiff
path: root/cut-n-paste-code/libegg/eggsmclient.c
AgeCommit message (Collapse)AuthorFilesLines
2018-01-14move libegg to the top srcdir and drop some leftoversmonsta1-612/+0
2017-08-05eggsmclient: fix a build warning because of -Wcommentraveit651-4/+3
Note: This depends on your compiler warnings level, i see that only if bulding with mock or fedora server. eggsmclient.c: In function 'egg_sm_client_get': eggsmclient.c:363:9: warning: "/*" within comment [-Wcomment] /*Disabling when root/not in MATE in GtkApplication builds eggsmclient.c:364:9: warning: "/*" within comment [-Wcomment] /*as egg_sm_client_set_mode must be called prior to start of main loop eggsmclient.c:365:9: warning: "/*" within comment [-Wcomment] /*to stop caja restart but this is diffcult in GtkApplication
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵lukefromdc1-4/+1
option *Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors *Remove GTK2 and libunique specific code. *Leaves selector for specific GTK3 versions. *Remove #DEFINES for vbox/hbox previously required for GTK2 compatability *Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work *spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591
2016-10-09GtkApplication: Disable session management when root/not in MATElukefromdc1-0/+20
Limit session management to non-root sessions within MATE to stop restart loops in root sessions and inablity to kill off Caja in non-mate sessions such as XFCE. Also remove the autostarted hold-in previously used to stop restart loops. egg_sm_client_set_mode only works when called before the main loop starts, thus it cannot be used in GtkApplication startup functions or otherwise later in the program. Note that this commit restores the Caja 3.16 and earlier restart loop in normal mate sessions if a user disables icons on the desktop, then sets exit_with_last_window. The combination is the default for root/not in mate sessions though, so without the ability to set "no restart" later than the start of the main loop, session management outside of MATE and in root sessions has to be disabled.
2015-12-22smclient: drop win32/osx support, adjust indentmonsta1-9/+3
2014-12-10zero-init all signals arraysMonsta1-1/+1
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+602