Miguel de Icaza

Results 195 issues of Miguel de Icaza

This issue tracks information about creating the MonoFramework package for Apple Silicon devices. I have done some initial work to get things building on Apple Silicon, but have not attempted...

area-Packaging

Currently SFTP's init will busy loop waiting for the channel to close, even if the underlying transport returns EAGAIN. While this works for sockets, it might not work out if...

Currently the iOS view lacks UIScrollView support.

On the edges, we should trigger a timer to keep sending the event, so it can continue sending arrow keys indefinitely. I suspect that to get this behavior for free,...

Currently, the UITextInput implementation is using an out-of-band Character buffer, plus positions and ranges that are based on indexes into this out-of-band buffer. This works for dictation, and input methods...

Assorted OSC codes supported that we do not support shown by `dynamic.pl` in xterm/vttest show that we are missing: - [x] OSC 4 - [x] OSC 10 mostly done, pending...

enhancement

Given a chinese character that uses more than one cell, and another one, we get two CTRuns, one for the Chinese character, and one that contains both a space and...

This allows option-tap to send cursor arrow movements to reach a destination, like Terminal.app does. In application mode, this could send the sequence of cursor movements to get to the...