Age | Commit message (Expand) | Author |
2023-04-11 | Turn label to headline and add button | xengineering |
2023-04-11 | Further refactoring | xengineering |
2023-04-10 | go: Refactor with Limox struct | xengineering |
2023-02-21 | Adjust window and label size | xengineering |
2023-02-20 | Set default dimensions for Gio version | xengineering |
2023-02-20 | Adapt Gio example to LimoX | xengineering |
2023-02-20 | Add Golang-based Gio example code | xengineering |
2023-01-23 | gui.c: Create separate create_window()legacy/sdl2 | xengineering |
2023-01-23 | Remove typedefs | xengineering |
2023-01-23 | gui.c: Remove inline comments | xengineering |
2023-01-23 | Implement GUI init and deinit functions | xengineering |
2023-01-23 | Bundle GUI variables in context struct | xengineering |
2023-01-23 | Add debug symbols to default build | xengineering |
2023-01-22 | Add new icon to README | xengineering |
2023-01-22 | Fix SVG icon for systems without matching font | xengineering |
2023-01-22 | Add initial icon | xengineering |
2023-01-09 | Fix reconnection | xengineering |
2023-01-09 | Make return statement more consistent | xengineering |
2023-01-09 | Prevent NULL pointer crash | xengineering |
2023-01-08 | Remove xmpp_ prefix from private function | xengineering |
2023-01-08 | Rename to resolve_dns() | xengineering |
2023-01-08 | Improve get_domainpart() docs | xengineering |
2023-01-08 | Adapt comment indent to Linux kernel code | xengineering |
2023-01-08 | Remove commented code | xengineering |
2023-01-08 | Update code style for main | xengineering |
2023-01-08 | Add PDF generation of documentation | xengineering |
2023-01-08 | Split README and ROADMAP | xengineering |
2023-01-08 | Implement close on click | xengineering |
2023-01-08 | Connect on mouse click | xengineering |
2022-12-04 | Implement printing of server response | xengineering |
2022-12-04 | Implement client stream header sending | xengineering |
2022-12-04 | Implement TCP connection to XMPP server | xengineering |
2022-12-04 | Implement socket creation | xengineering |
2022-12-04 | Implement DNS with a temporary solution | xengineering |
2022-12-02 | Add GPL3 license header to relevant source files | xengineering |
2022-12-02 | Add reference to Gigi's SDL2 tutorial | xengineering |
2022-12-02 | Add reference to SDL2 documentation | xengineering |
2022-12-01 | Implement colored output for test | xengineering |
2022-12-01 | Let Makefile fail if a test fails | xengineering |
2022-12-01 | Automate Makefile and test execution | xengineering |
2022-12-01 | Update documentation for new build process | xengineering |
2022-11-30 | Add first unit test | xengineering |
2022-11-30 | Switch from meson to Makefile | xengineering |
2022-11-27 | Implement XMPP connect on SDL_MOUSEBUTTONDOWN | xengineering |
2022-11-27 | Mark SDL2 window as resizable | xengineering |
2022-11-27 | Implement dummy DNS resolution | xengineering |
2022-11-27 | Switch completely to SDL2 version | xengineering |
2022-11-25 | Add Beej's Guide to Network Programming as ref | xengineering |
2022-11-20 | Extract domain from JID with parser function | xengineering |
2022-11-20 | Get env based credential parsing to xmpp.c | xengineering |