<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja, branch 1.28</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>Desktop: ensure desktop window is never decorated</title>
<updated>2025-05-27T05:22:45+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2025-04-16T18:41:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=def36ca1cdfa31c5eb364c9bd8e3f5e915d4394d'/>
<id>def36ca1cdfa31c5eb364c9bd8e3f5e915d4394d</id>
<content type='text'>
Ensure that such use cases as forced-csd environments don't cause the desktop window to be decorated

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that such use cases as forced-csd environments don't cause the desktop window to be decorated

</pre>
</div>
</content>
</entry>
<entry>
<title>wayland/window closing: avoid a crash on gtk_widget_destroy</title>
<updated>2025-05-27T05:22:34+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2025-03-05T06:41:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=b47d27d70a7acefae83b83c012fc4b2471d3b65f'/>
<id>b47d27d70a7acefae83b83c012fc4b2471d3b65f</id>
<content type='text'>
* Do not attempt to unref or destroy a child of a container

*In GTK 3 at least, GtkContainers automatically destroy child widgets when destroyed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Do not attempt to unref or destroy a child of a container

*In GTK 3 at least, GtkContainers automatically destroy child widgets when destroyed
</pre>
</div>
</content>
</entry>
<entry>
<title>caja-file-operations: restart timer also for moves</title>
<updated>2025-02-14T07:33:59+00:00</updated>
<author>
<name>Stefan Pöschel</name>
<email>github@basicmaster.de</email>
</author>
<published>2023-12-31T16:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=598e2f8a112c4c6c34244b997b788e70c0f17183'/>
<id>598e2f8a112c4c6c34244b997b788e70c0f17183</id>
<content type='text'>
As done for copy/delete jobs, restart the operation timer also for move
jobs. Thus preparations (e.g. `scan_sources`) later won't affect the
later transfer rate calculation.

caja-file-operations: stop timer when waiting

When a copy/move operation is created while another operation is already
active, the new operation is queued. As the (already running) operation
timer of the new operation is not stopped during the waiting period,
that period is (erroneously) included in the transfer rate calculation
and leads to initially low/slowly increasing transfer rates be shown.

Hence stop the operation timer when the (queued) operation is waiting.

Fixes #1420 and #1623.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As done for copy/delete jobs, restart the operation timer also for move
jobs. Thus preparations (e.g. `scan_sources`) later won't affect the
later transfer rate calculation.

caja-file-operations: stop timer when waiting

When a copy/move operation is created while another operation is already
active, the new operation is queued. As the (already running) operation
timer of the new operation is not stopped during the waiting period,
that period is (erroneously) included in the transfer rate calculation
and leads to initially low/slowly increasing transfer rates be shown.

Hence stop the operation timer when the (queued) operation is waiting.

Fixes #1420 and #1623.
</pre>
</div>
</content>
</entry>
<entry>
<title>caja-file-operations: fix estimate for queued copy (#1759)</title>
<updated>2025-02-14T07:33:48+00:00</updated>
<author>
<name>Stefan Pöschel</name>
<email>basicmaster@users.noreply.github.com</email>
</author>
<published>2024-12-13T04:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=0d21e501c7a15ff0ecd3ba4cc933052474a0ee3d'/>
<id>0d21e501c7a15ff0ecd3ba4cc933052474a0ee3d</id>
<content type='text'>
* caja-file-operations: fix estimate for queued copy

Fixes the condition for showing an estimate of the remaining duration in
case a copy operation is queued, correctly considering the current
transfer rate.

* caja-file-operations: fix division by 0 for delete

Aligning to the copy operation case, this fixes the condition for
showing an estimate of the remaining duration for delete operations,
preventing a possible division by 0 due to a zero transfer rate.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* caja-file-operations: fix estimate for queued copy

Fixes the condition for showing an estimate of the remaining duration in
case a copy operation is queued, correctly considering the current
transfer rate.

* caja-file-operations: fix division by 0 for delete

Aligning to the copy operation case, this fixes the condition for
showing an estimate of the remaining duration for delete operations,
preventing a possible division by 0 due to a zero transfer rate.</pre>
</div>
</content>
</entry>
<entry>
<title>wayland: ensure windows can be moved if compositor is using CSD (#1787)</title>
<updated>2025-02-14T07:33:26+00:00</updated>
<author>
<name>Luke from DC</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-09-22T06:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=b0fb727c62ef9f45865d5d7974df7b79bcf0d133'/>
<id>b0fb727c62ef9f45865d5d7974df7b79bcf0d133</id>
<content type='text'>
*Do not use G_OBJECT_CLASS (class)-&gt;constructed
*We don't seem to need it anymore and it breaks dragging windows with the titlebar or resizing with the mouse in wayland</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*Do not use G_OBJECT_CLASS (class)-&gt;constructed
*We don't seem to need it anymore and it breaks dragging windows with the titlebar or resizing with the mouse in wayland</pre>
</div>
</content>
</entry>
<entry>
<title>ci: fix typo</title>
<updated>2024-11-07T09:20:33+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-11-07T09:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=0a168a106f167dd43d10990662a6fbcbdd2ce4eb'/>
<id>0a168a106f167dd43d10990662a6fbcbdd2ce4eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to fix 2nd Travis deployment issue</title>
<updated>2024-11-07T09:20:19+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-11-07T06:47:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=75d787ad2a8ced36e0dac1d956b9465750c536af'/>
<id>75d787ad2a8ced36e0dac1d956b9465750c536af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Bump dpl branches for Ruby 3 support</title>
<updated>2024-11-07T09:20:10+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-11-07T06:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=51fbdc2b4a7776ad97c51e44c64612abe6d74259'/>
<id>51fbdc2b4a7776ad97c51e44c64612abe6d74259</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>caja-file-operations: fix caption/button in destination error dialogue</title>
<updated>2024-02-21T11:52:41+00:00</updated>
<author>
<name>Stefan Pöschel</name>
<email>github@basicmaster.de</email>
</author>
<published>2024-02-03T21:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=d90c625350c52b2ca10b6edda50c977075ad5fc6'/>
<id>d90c625350c52b2ca10b6edda50c977075ad5fc6</id>
<content type='text'>
For certain operations, the destination is checked. If an error occurs,
the user is asked how to proceed using a dialogue. So far this dialogue
was hard-coded to only consider the copy operation.

This fix also considers the other affected operations and generalizes
the continue button text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For certain operations, the destination is checked. If an error occurs,
the user is asked how to proceed using a dialogue. So far this dialogue
was hard-coded to only consider the copy operation.

This fix also considers the other affected operations and generalizes
the continue button text.
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.28.0</title>
<updated>2024-02-20T00:03:14+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-20T00:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=27fdb849de02f551eab46eb78f48065da9d1d1ec'/>
<id>27fdb849de02f551eab46eb78f48065da9d1d1ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
