Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | Include GTK from standard include path | xengineering | |
2022-10-04 | Read credentials from shell env if present | xengineering | |
2022-10-04 | Use G_APPLICATION_DEFAULT_FLAGS | xengineering | |
2022-10-04 | Redirect debug output to stderr | xengineering | |
2022-09-19 | Move net_quit() call to main.c | xengineering | |
2022-08-21 | Implement message sending | xengineering | |
2022-08-21 | Implement GUI part of message sending | xengineering | |
2022-08-21 | Implement own JID for send_message() | xengineering | |
2022-08-21 | Implement correct recipient for send_message() | xengineering | |
2022-08-21 | Reimplement dummy text sending | xengineering | |
2022-08-21 | Introduce chat_widget_t in gtk.c | xengineering | |
2022-08-20 | Rename limox.{c,h} to net.{c,h} | xengineering | |
2022-08-19 | Make message content selectable | xengineering | |
2022-08-19 | Implement incoming messages | xengineering | |
2022-08-19 | Implement new datastructures | xengineering | |
2022-08-19 | Implement chat to roster transition | xengineering | |
2022-08-19 | Implement roster to chat view transition | xengineering | |
2022-08-19 | Add new chat page creation | xengineering | |
2022-08-19 | Implement widget creation for roster items | 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 | |