summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2023-04-18Split Go code into multiple filesxengineering
2023-04-16Invalidate UI window on XmppEventxengineering
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-16Switch completely to Go and Gio UIxengineering
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.