Results 144 comments of Daniel Collins

Using DnD for this works on other platforms too, but I don't do it there because its just a hacky work-around with other weirdness. Wayland has no concept of any...

> Hey, lets localise bits of paths in the registry, wouldn't that be funny? - Someone at Microsoft, probably Thanks for reporting this, I guess I'll replace the reg files...

Yep, the GUID is used as the key for this. Games which hard-code a specific service provider use that.

[IPXWrapper 0.7.2](https://github.com/solemnwarning/ipxwrapper/releases/tag/ipxwrapper-0.7.2) released.

No I'm not sure... all the winsock DLLs will already be loaded at that point, the `recvfrom()` call there will descend into `recvfrom()` in `winsock.c` via a couple of stub...

*Probably* not - do many people write decompressors in pure Lua? Which algorithms do you think are common?

It would be nice for this to be a first-class feature in the provider, but for the time being this XSLT stylesheet seems to work: ```xslt ```

So it turns out Wayland doesn't have the concept of "screen" or global co-ordinates - such crude things are pushed away to the realm of "implementation details" of whichever compositor...

Thanks for the links @dsa-t, Do you happen to know if GTK has support for it yet? I didn't find any references to it in the GTK codebase from a...

FWIW "bookmarks" also have some other functionality like following files when they're moved/renamed, so it arguably overlaps with wxFileName too. EDIT: wxFileLocator for the bookmark object?