This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
tomo-old/elements
Sasha Koshka 02a27447b9 Changed the clipboard API so that it will work with X
In X, clipboard/selection data is specific to each window, and it
may take some time before the clipboard data is fully transferred.
This actually makes sense because there can be entire images in
the clipboard and it is important the clipboard API supports large
file transfer. Because of this, the Copy and Paste methods have
been moved into Window, and Paste now returns a channel.
2023-03-25 13:32:48 -04:00
..
basic Add ability to change an icon's icon 2023-03-21 12:26:06 -04:00
containers DirectoryView uses File to display files 2023-03-21 18:03:31 -04:00
core Renamed some oddly named files 2023-03-16 00:26:54 -04:00
file File now produces an error'd icon for an erroneous file 2023-03-23 20:57:51 -04:00
fun Added a Component parameter to theme cases 2023-03-23 17:34:08 -04:00
testing Testing elements now conform to new API 2023-03-14 19:41:36 -04:00
doc.go Improved element documentation 2023-02-09 14:50:24 -05:00
element.go Overhauled the element interfaces 2023-03-14 17:08:39 -04:00
parent.go Renamed some oddly named files 2023-03-16 00:26:54 -04:00
window.go Changed the clipboard API so that it will work with X 2023-03-25 13:32:48 -04:00