summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-16Switch completely to Go and Gio UIxengineering
2023-04-16Implement TCP connect / disconnectxengineering
2023-04-16Implement fallback DNS resolutionxengineering
2023-04-16Implement domain part extraction in Goxengineering
2023-04-15Apply go fmtxengineering
2023-04-15Implement basic connection statemachinexengineering
2023-04-11Align editors in the middlexengineering
2023-04-11Implement dummy functionality for first viewxengineering
2023-04-11Mask passwordxengineering
2023-04-11Fix variable namexengineering
2023-04-11Add editor widgets for JID and passwordxengineering
2023-04-11Turn label to headline and add buttonxengineering
2023-04-11Further refactoringxengineering
2023-04-10go: Refactor with Limox structxengineering
2023-02-21Adjust window and label sizexengineering
2023-02-20Set default dimensions for Gio versionxengineering
2023-02-20Adapt Gio example to LimoXxengineering
2023-02-20Add Golang-based Gio example codexengineering
2023-01-23gui.c: Create separate create_window()legacy/sdl2xengineering
2023-01-23Remove typedefsxengineering
2023-01-23gui.c: Remove inline commentsxengineering
2023-01-23Implement GUI init and deinit functionsxengineering
2023-01-23Bundle GUI variables in context structxengineering
2023-01-23Add debug symbols to default buildxengineering
2023-01-22Add new icon to READMExengineering
2023-01-22Fix SVG icon for systems without matching fontxengineering
2023-01-22Add initial iconxengineering
2023-01-09Fix reconnectionxengineering
2023-01-09Make return statement more consistentxengineering
2023-01-09Prevent NULL pointer crashxengineering
2023-01-08Remove xmpp_ prefix from private functionxengineering
2023-01-08Rename to resolve_dns()xengineering
2023-01-08Improve get_domainpart() docsxengineering
2023-01-08Adapt comment indent to Linux kernel codexengineering
2023-01-08Remove commented codexengineering
2023-01-08Update code style for mainxengineering
2023-01-08Add PDF generation of documentationxengineering
2023-01-08Split README and ROADMAPxengineering
2023-01-08Implement close on clickxengineering
2023-01-08Connect on mouse clickxengineering
2022-12-04Implement printing of server responsexengineering
2022-12-04Implement client stream header sendingxengineering
2022-12-04Implement TCP connection to XMPP serverxengineering
2022-12-04Implement socket creationxengineering
2022-12-04Implement DNS with a temporary solutionxengineering
2022-12-02Add GPL3 license header to relevant source filesxengineering
2022-12-02Add reference to Gigi's SDL2 tutorialxengineering
2022-12-02Add reference to SDL2 documentationxengineering
2022-12-01Implement colored output for testxengineering
2022-12-01Let Makefile fail if a test failsxengineering