<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/cut-n-paste-code/libegg, branch master</title>
<subtitle>Caja, the file manager for the MATE desktop</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/'/>
<entry>
<title>move libegg to the top srcdir and drop some leftovers</title>
<updated>2018-01-14T14:36:26+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-12T17:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=6c162ba243f9e62651a13ce2cb4ca2ec9d422509'/>
<id>6c162ba243f9e62651a13ce2cb4ca2ec9d422509</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated gdk_screen_make_display_name</title>
<updated>2017-08-08T16:01:31+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-03T14:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=6c51a333e80df22587df4d9e0e2789fd1289d728'/>
<id>6c51a333e80df22587df4d9e0e2789fd1289d728</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libegg: replace deprecated gtk_drag_begin</title>
<updated>2017-08-05T13:54:51+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-08-05T13:54:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2d32f5c11590d7d63da436997b08a502e60dca15'/>
<id>2d32f5c11590d7d63da436997b08a502e60dca15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eggsmclient: fix a build warning because of -Wcomment</title>
<updated>2017-08-05T07:26:55+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-08-05T07:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=e3bff9c0044087b5e468f7a533814aa9a734fdd1'/>
<id>e3bff9c0044087b5e468f7a533814aa9a734fdd1</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated gdk_screen_get_number</title>
<updated>2017-07-16T02:56:55+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-07-16T02:56:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=93a5e46e96a251b7574859bc1cd211fdbde01c3d'/>
<id>93a5e46e96a251b7574859bc1cd211fdbde01c3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop libunique,  GTK+2 code, and --with-gtk build option</title>
<updated>2016-11-22T20:02:51+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-11-22T20:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=276eb145ce96d5f75f8d3901daf6310f60ddbb81'/>
<id>276eb145ce96d5f75f8d3901daf6310f60ddbb81</id>
<content type='text'>
*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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*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
</pre>
</div>
</content>
</entry>
<entry>
<title>GtkApplication: Disable session management when root/not in MATE</title>
<updated>2016-10-09T20:30:21+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-10-09T20:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=be0f17ff55061ab43636449f4d15a89e418d1f3c'/>
<id>be0f17ff55061ab43636449f4d15a89e418d1f3c</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: don't use deprecated gdk_threads_{enter/leave} ()</title>
<updated>2016-01-15T12:36:52+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-01-15T12:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=782f9380134734731a1547970d4bc9ab7b57410e'/>
<id>782f9380134734731a1547970d4bc9ab7b57410e</id>
<content type='text'>
Since we don't ever call gdk_threads_init()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we don't ever call gdk_threads_init()
</pre>
</div>
</content>
</entry>
<entry>
<title>oops... fix build breakage introduced in last commit</title>
<updated>2015-12-22T14:01:40+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-12-22T14:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=53f698436f2111bf8655ad9039c6a93948e10028'/>
<id>53f698436f2111bf8655ad9039c6a93948e10028</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>smclient: drop win32/osx support, adjust indent</title>
<updated>2015-12-22T13:40:07+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-12-22T13:40:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a3a7cbd2e6d718e62904bcadd7ee01a6b283e1cf'/>
<id>a3a7cbd2e6d718e62904bcadd7ee01a6b283e1cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
