summaryrefslogtreecommitdiff
path: root/cut-n-paste-code/libegg
AgeCommit message (Collapse)AuthorFilesLines
2018-01-14move libegg to the top srcdir and drop some leftoversmonsta10-4342/+0
2017-08-08avoid deprecated gdk_screen_make_display_nameZenWalker1-3/+2
2017-08-05libegg: replace deprecated gtk_drag_beginraveit651-5/+7
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
2017-07-16avoid deprecated gdk_screen_get_numberZenWalker1-1/+1
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵lukefromdc3-29/+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.
2016-01-15GTK3: don't use deprecated gdk_threads_{enter/leave} ()Wolfgang Ulbrich1-3/+10
Since we don't ever call gdk_threads_init()
2015-12-22oops... fix build breakage introduced in last commitmonsta1-0/+1
2015-12-22smclient: drop win32/osx support, adjust indentmonsta3-120/+96
2015-01-13drop support for GTK+ < 2.12Monsta1-8/+0
2014-12-10va_start should be paired with va_endmonsta1-0/+1
2014-12-10zero-init all signals arraysMonsta1-1/+1
2013-07-25cut-n-paste-code: Add GTK3 supportStefano Karapetsas1-0/+8
2013-07-18Merge pull request #141 from NiceandGently/masterStefano Karapetsas1-1/+1
fix privat icons dir and make files for automake-1.13
2013-07-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2013-07-17First gtk3 support commit.Laszlo Boros1-1/+6
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch8-16/+16
2011-12-09remove autogenerated filescaja-1.1.0Stefano Karapetsas1-657/+0
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos11-0/+5017