summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
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.
2023-01-23Remove typedefsxengineering
They just hide complexity.
2023-01-08Adapt comment indent to Linux kernel codexengineering
2023-01-08Update code style for mainxengineering
2022-12-02Add GPL3 license header to relevant source filesxengineering
This should make the license more visible and prevent wrong usage.
2022-11-27Implement XMPP connect on SDL_MOUSEBUTTONDOWNxengineering
This removes xmpp_connect() from the main loop and delegates the calling to the GUI. This should be the case in the future.
2022-11-27Switch completely to SDL2 versionxengineering
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-04Remove unistd.hxengineering
2022-10-04Redirect debug output to stderrxengineering
2022-09-19Move net_quit() call to main.cxengineering
2022-09-09Free message content in message_handlerxengineering
2022-08-20Rename limox.{c,h} to net.{c,h}xengineering
2022-08-15Implement XMPP connect / disconnectxengineering
2022-08-14First public versionxengineering