Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2023-01-08 | Adapt comment indent to Linux kernel code | xengineering | |
2022-12-02 | Add GPL3 license header to relevant source files | xengineering | |
This should make the license more visible and prevent wrong usage. | |||
2022-11-27 | Switch completely to SDL2 version | xengineering | |
The now legacy version of LimoX with GTK4 and libstrophe is now not part of the main branch anymore. There might be a legacy branch keeping this version at the time of reading. This cut of implemented functionality is motivated by these reasons: - Implementing XMPP is fun, educative and gives full control. - Low level graphics with SDL2 is portable, fast, educative an mature. - I do not have to use GLib and a crazy event loop anymore (run and hide) | |||
2022-10-07 | Remove unnecessary function prototypes from gui.h | xengineering | |
2022-08-20 | Rename limox.{c,h} to net.{c,h} | xengineering | |
2022-08-19 | Implement new datastructures | xengineering | |
2022-08-19 | Add new chat page creation | xengineering | |
2022-08-17 | Implement datastructure for roster | xengineering | |
2022-08-16 | Add dummy roster request | xengineering | |
2022-08-16 | Implement dummy receiving of XMPP chat messages | xengineering | |
2022-08-15 | Implement XMPP connect / disconnect | xengineering | |
2022-08-14 | First public version | xengineering | |