WIP Dropping in code for Haiku trash can support

h/t Jérôme Duval <https://github.com/korli> for pointing us to this
(see https://github.com/haikuports/haikuports/issues/10568)
Code used is copyright (c) 2004, Francois Revol <revol@free.fr>,
provided under the MIT licence.

(Also, ran `indent.sh`)
This commit is contained in:
Bill Kendrick 2024-06-06 23:00:36 -07:00
parent 33db4c16f5
commit 3c5303563a
6 changed files with 172 additions and 39 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and CHANGES.txt)
https://tuxpaint.org/
June 17, 2002 - May 28, 2024
June 17, 2002 - June 6, 2024
* Design and Coding:
@ -1274,6 +1274,10 @@ June 17, 2002 - May 28, 2024
Marcin 'Shard' Konicki <shard at beosjournal.org> [retired]
Gerasim Troeglazov <3dEyes@gmail.com>
* Haiku trash from Haiku "trash.cpp"
Copyright (c) 2004, Francois Revol <revol@free.fr>,
provided under the MIT licence
* Debian Linux packages
Ben Armstrong <synrg@sanctuary.nslug.ns.ca>

View file

@ -95,6 +95,13 @@ https://tuxpaint.org/
or animated GIF (via Open->Slideshow).
Bill Kendrick <bill@newbreedsoftware.com>
* WIP Add Trash support when using Erase option in Open dialog
on Haiku.
h/t Jérôme Duval <https://github.com/korli> for pointing us to this
(see https://github.com/haikuports/haikuports/issues/10568)
Code used is copyright (c) 2004, Francois Revol <revol@free.fr>,
provided under the MIT licence.
* Removed unnecessary (and now unhelpful) button label text
vertical position nudging (had only been used by Khmer locale).
Bill Kendrick <bill@newbreedsoftware.com>