<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/test/test-eel-labeled-image.c, branch translation-update</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>test-eel-labeled-image: Fix showing the image on the controls</title>
<updated>2020-11-15T13:02:01+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-11-12T11:10:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=aafb541adef96a7bdf4594ae66dbf0d7b71d2701'/>
<id>aafb541adef96a7bdf4594ae66dbf0d7b71d2701</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespaces</title>
<updated>2019-06-18T12:46:34+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-06-16T11:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=e0e185b1790f5a670cdd1292bac75ad1c44e4996'/>
<id>e0e185b1790f5a670cdd1292bac75ad1c44e4996</id>
<content type='text'>
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
</pre>
</div>
</content>
</entry>
<entry>
<title>local #include files who are libraries inside &lt;&gt; instead ""</title>
<updated>2019-04-12T18:45:56+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-04-11T21:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=857eda84cab854b949eca40f7ace78d0a7f63d11'/>
<id>857eda84cab854b949eca40f7ace78d0a7f63d11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>local #include files inside "" instead &lt;&gt;</title>
<updated>2019-04-10T21:52:58+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-04-07T19:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=e50549cf502f988ff214a2714a8cdd6fb6892244'/>
<id>e50549cf502f988ff214a2714a8cdd6fb6892244</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>GTK3: Replace gtk_{v,h}box new with gtk_box_new</title>
<updated>2015-10-19T13:06:57+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-09-27T15:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=5609227c672d94e54edec26e2b4db5f9e1697e17'/>
<id>5609227c672d94e54edec26e2b4db5f9e1697e17</id>
<content type='text'>
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
</pre>
</div>
</content>
</entry>
<entry>
<title>moving from https://github.com/perberos/mate-desktop-environment</title>
<updated>2011-12-02T01:24:23+00:00</updated>
<author>
<name>Perberos</name>
<email>perberos@gmail.com</email>
</author>
<published>2011-12-02T01:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=0e004c696b0e68b2cff37a4c3315b022a35eaf43'/>
<id>0e004c696b0e68b2cff37a4c3315b022a35eaf43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
