| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-31 | Use std::make_unique | Joel Klinghed | |
| 2017-09-27 | Add some rather quirky X fixes | Joel Klinghed | |
| So, from the xserver code, if you don't specify a border pixel you must match the parent window depth. Also, if you don't specify a colormap you need to match the parent visual | |||
| 2017-09-27 | Improve x::get_best_format | Joel Klinghed | |
| Allow bits_per_rgb_value to be >= 8 Pick the first matched depth. Ended up matching a 32 bit depth (TrueColor) as all 24 bit depths (DirectColor) as they used 11 bits per rgb value. The screen did not support creating a window with depth 32 depth :/ | |||
| 2017-09-27 | Fix x::get_best_format | Joel Klinghed | |
| 2017-09-26 | Initial commit | Joel Klinghed | |
