Andrew Plotkin
Andrew Plotkin
I am adding these values as they go into remglk, since remglk is the only client for them (as far as I know).
I am following the Mac UI guidelines here. If you want the app to be present in the Dock, MacOS has a "Keep in Dock" option (or you can drag...
Didn't I test this? Ah, no. Maybe I tested it in some long-ago time, but recently I've only tested remglk with the regtest framework. There must be an inconsistency between...
I've put these changes in on both sides (glkote/glkapi.js and remglk/rgdata.c), but I haven't tested the cross-connecting cases. The glkapi.js change is the tricky one, since we have to construct...
Now that you've reminded me, I'm pretty sure Electron has this feature now, so I can implement this...
> TextEdit stays in the Dock even when there aren't any TextEdit windows open and even if you haven't checked "Keep in Dock". It only disappears from the Dock when...
To be *really* picky, I have to admit that those applications (TextEdit, etc) disappear from the Dock but their process is still active. They might as well be shut down...
Someone else will have to do this.
The input field is an `` element in HTML (in the Chromium engine). There is no simple way to change this to a block cursor.
This is a Chromium engine error (in the Electron package). I don't have control over it. Sorry.