<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/libcaja-private, branch v1.18.0</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>eel: Avoid deprecated gdk_window_set_background functions</title>
<updated>2017-03-13T09:28:08+00:00</updated>
<author>
<name>Alexei Sorokin</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2017-03-12T12:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4c10ec0fdac58498c8c9616b940ff78990c86c90'/>
<id>4c10ec0fdac58498c8c9616b940ff78990c86c90</id>
<content type='text'>
Fixes partially #506, fixes compiz-reloaded/compiz#40.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes partially #506, fixes compiz-reloaded/compiz#40.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "GTK3.21:fix desktop redraw"</title>
<updated>2017-03-13T09:28:08+00:00</updated>
<author>
<name>Alexei Sorokin</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2017-02-25T17:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=438682bef1a8fea49b4c6972350bede1bfad69d0'/>
<id>438682bef1a8fea49b4c6972350bede1bfad69d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an option for asking confirmation before moving files to the trash</title>
<updated>2017-02-07T13:51:36+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2017-01-26T16:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2a294282863634721b46a0a386aa10414de78bab'/>
<id>2a294282863634721b46a0a386aa10414de78bab</id>
<content type='text'>
Add an option to show a confirmation dialog when moving files to the
trash, like there is for deleting files directly or emptying the trash.

Closes #632.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an option to show a confirmation dialog when moving files to the
trash, like there is for deleting files directly or emptying the trash.

Closes #632.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename method to reflect its altered functionality</title>
<updated>2017-01-27T10:49:54+00:00</updated>
<author>
<name>Luke Yelavich</name>
<email>themuso@ubuntu.com</email>
</author>
<published>2017-01-27T10:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=cea24ed35ad7f5a22298fe6d921e30a34476ad11'/>
<id>cea24ed35ad7f5a22298fe6d921e30a34476ad11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace other instances of atk_focus_tracker_notify with appropriate atk_set_state calls</title>
<updated>2017-01-27T06:32:16+00:00</updated>
<author>
<name>Luke Yelavich</name>
<email>themuso@ubuntu.com</email>
</author>
<published>2017-01-27T06:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=b2c2794dc0fbefc1a2dd902a0266afe68db7f79a'/>
<id>b2c2794dc0fbefc1a2dd902a0266afe68db7f79a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ATK_STATE_SELECTED and ATK_STATE_FOCUSED appropriately for highlight property changes</title>
<updated>2017-01-27T05:32:02+00:00</updated>
<author>
<name>Luke Yelavich</name>
<email>themuso@ubuntu.com</email>
</author>
<published>2017-01-27T05:32:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=dc5804d64a1f811decab45dabe6867d20d59c577'/>
<id>dc5804d64a1f811decab45dabe6867d20d59c577</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>a11y: fix accessibility implementation for CajaIconCanvasItemAccessible</title>
<updated>2017-01-07T18:42:33+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2017-01-06T15:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=68bbfd2f66682f7fcbbf4791ac685f0425a4bef5'/>
<id>68bbfd2f66682f7fcbbf4791ac685f0425a4bef5</id>
<content type='text'>
Fix CajaIconCanvasItemAccessible inheritance to properly inherit from
EelCanvasItemAccessible.  This fixes the ATK state machinery in
CajaIconCanvasItemAccessible, and adds AtkComponent support which
provides several useful features.

Part of https://github.com/mate-desktop/caja/issues/245

Based off https://git.gnome.org/browse/nautilus/commit/?id=6c5baeb7626eda6629fc6642c9eb513ef8bc5c8e
See https://bugzilla.gnome.org/show_bug.cgi?id=677509
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix CajaIconCanvasItemAccessible inheritance to properly inherit from
EelCanvasItemAccessible.  This fixes the ATK state machinery in
CajaIconCanvasItemAccessible, and adds AtkComponent support which
provides several useful features.

Part of https://github.com/mate-desktop/caja/issues/245

Based off https://git.gnome.org/browse/nautilus/commit/?id=6c5baeb7626eda6629fc6642c9eb513ef8bc5c8e
See https://bugzilla.gnome.org/show_bug.cgi?id=677509
</pre>
</div>
</content>
</entry>
<entry>
<title>remove some unused code that's also gone upstream</title>
<updated>2017-01-06T09:20:45+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-01-06T09:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=325be72a116c40c83a4803b2ade015352ac556ac'/>
<id>325be72a116c40c83a4803b2ade015352ac556ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix keyboard-down wraparound on compact view</title>
<updated>2017-01-03T00:14:58+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-01-03T00:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4c2e3dc62e5258d3c3b14606f9452efd3763ba0e'/>
<id>4c2e3dc62e5258d3c3b14606f9452efd3763ba0e</id>
<content type='text'>
Fix https://github.com/mate-desktop/caja/issues/671
Apply https://git.gnome.org/browse/nautilus/commit/?id=40be4b85f51fc7b192ef7421b2ede27954997cc8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://github.com/mate-desktop/caja/issues/671
Apply https://git.gnome.org/browse/nautilus/commit/?id=40be4b85f51fc7b192ef7421b2ede27954997cc8
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cursor on single-click navigation mode.</title>
<updated>2016-12-31T05:45:57+00:00</updated>
<author>
<name>Franco Tortoriello</name>
<email>torto9@users.noreply.github.com</email>
</author>
<published>2016-12-30T00:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=f604ba59b9a1e45c1fc45c0e94869e416f5a94b0'/>
<id>f604ba59b9a1e45c1fc45c0e94869e416f5a94b0</id>
<content type='text'>
On this mode, after opening a folder, the hand cursor was used until the user
moved the cursor over a file or folder.
Based on Nautilus commit
https://git.gnome.org/browse/nautilus/commit/?id=2644c6ef4e7839e976d4861d6c86e16e34d46a13
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On this mode, after opening a folder, the hand cursor was used until the user
moved the cursor over a file or folder.
Based on Nautilus commit
https://git.gnome.org/browse/nautilus/commit/?id=2644c6ef4e7839e976d4861d6c86e16e34d46a13
</pre>
</div>
</content>
</entry>
</feed>
