Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-18 | Split Go code into multiple files | xengineering | |
2023-04-16 | Invalidate UI window on XmppEvent | xengineering | |
If an XmppEvent occurs the the State member of the Limox struct was updated. This does not mean that the UI gets re-drawn. This led to a situation where the label on the main button was not updated on XmppEvent(s). | |||
2023-04-16 | Switch completely to Go and Gio UI | xengineering | |
The properties of the Go language, standard library and the Gio UI library are well suited for this project. The existing experimental Go code exceeds the GTK4 and SDL attempts by far with respect to quality and code simplicity. |