Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-22 | Add new icon to README | xengineering | |
2023-01-22 | Add initial icon | xengineering | |
This will be needed for a GUI. | |||
2023-01-08 | Add PDF generation of documentation | xengineering | |
Using Markdown features (as URLs) is even more useful if you actually render this somewhere. PDF is now done and HTML might follow. | |||
2023-01-08 | Split README and ROADMAP | xengineering | |
Roadmap content should not spam the README | |||
2022-12-02 | Add reference to Gigi's SDL2 tutorial | xengineering | |
2022-12-02 | Add reference to SDL2 documentation | xengineering | |
2022-12-01 | Automate Makefile and test execution | xengineering | |
LimoX aswell as the tests should be build automatically without altering the Makefile. | |||
2022-12-01 | Update documentation for new build process | xengineering | |
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-11-25 | Add Beej's Guide to Network Programming as ref | xengineering | |
This is a good resource for network programming in C on Linux. Helps a lot for further development. | |||
2022-11-20 | Mention SDL2 rewrite in README | xengineering | |
2022-11-20 | Update meson call | xengineering | |
Just `meson build` is deprecated and replaced by `meson setup build`. | |||
2022-11-20 | Add missing SDL2 dependency | xengineering | |
2022-10-08 | Update roadmap in README | xengineering | |
2022-10-08 | Fix syntax error in README | xengineering | |
2022-10-07 | Write down SDL goal to README | xengineering | |
2022-10-06 | Mark reconnect bug as solved | xengineering | |
2022-10-06 | Switch to markdown based README | xengineering | |