Custom Query (28 matches)
Results (10 - 12 of 28)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#29 | fixed | Blank out non-drawn parts of the window | mikepavone | Sik |
Description |
When the screen doesn't fit perfectly within the window (i.e. they have different ratio), parts of the window are not drawn. The problem is that then whatever garbage was there in video memory gets displayed, and depending on the case it may outright become an extremely annoying flickering mess. This seems to be a recent issue since it's only happening now that I updated to tip (and you know I usually don't lag behind much on updates). Before it used to just cover those areas with black. |
|||
#32 | fixed | Nuklear Based UI | mikepavone | mikepavone |
Description |
The ROM-based UI is kind of neat from a technical perspective, but it's kind of ugly and will always have some usability limitations compared to something a bit more native. Nuklear should be relatively straightforward to integrate into my existing event handling and rendering code. It's also a very small dependency that won't complicate packaging unlike most normal toolkits. |
|||
#33 | fixed | Regression in XBAND keyboard support | mikepavone | mikepavone |
Description |
XBAND keyboard emulation no longer works with the XBAND ROM. Regression seems to have been caused by the addition of slow rise time emulation. |