| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-27 | Fixed previously missed typo and added showing address of segfault on ↵HEADmaster | stderr64 | |
| SIGSEGV signal. | |||
| 2026-01-27 | Check for any error returned by XChangeProperty an not only BadLength. | stderr64 | |
| XChangeProperty can return BadLength or BadValue, not just BadLngth which was the only one checked for previously. BadValue is returned in case where format is not 8, 16, or 32. | |||
| 2026-01-27 | XTextProperty is useless so just directly use XChangeProperty with values ↵ | stderr64 | |
| from status struct | |||
| 2026-01-26 | Use XChangeProperty directly instead of going through XSetTextProperty | stderr64 | |
| 2026-01-26 | Fixed wrong data type in type cast | stderr64 | |
| 2026-01-25 | Even better initialization of structs | stderr64 | |
| 2026-01-25 | Better initialization of XTextProperty struct | stderr64 | |
| 2026-01-25 | First commit | stderr64 | |
