Age | Commit message (Expand) | Author |
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 |
2022-11-20 | Introduce dummy as second XMPP implementation | xengineering |
2022-11-20 | Remove unnecessary sdl.c | xengineering |
2022-11-20 | Mention SDL2 rewrite in README | xengineering |
2022-11-20 | Update meson call | xengineering |
2022-11-20 | Add missing SDL2 dependency | xengineering |
2022-10-08 | Update roadmap in README | xengineering |
2022-10-08 | Remove SDL version (now using SDL2 only) | xengineering |
2022-10-08 | Avoid memory access errors on cleanup | xengineering |
2022-10-08 | Fix SDL2 window creation on Wayland | xengineering |
2022-10-08 | Output used SDL2 video driver | xengineering |
2022-10-08 | Fix syntax error in README | xengineering |
2022-10-07 | Add SDL2 version (X11 only) | xengineering |
2022-10-07 | Implement first GUI demonstration with SDL | xengineering |
2022-10-07 | Write down SDL goal to README | xengineering |
2022-10-07 | Add empty SDL based gui.h implementation | xengineering |