Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-09 | message: Fix more url parsing issuesHEADmain | Lucas Fryzek | |
2024-10-08 | Update manifest to build on ARM targets | Peter | |
2024-10-08 | Update requested width+height to be more friendly with mobile linux | Lucas Fryzek | |
Also fix rendering error with messages at low window widths. Co-authored-by: Peter <peter@linmob.net> | |||
2024-10-08 | chat: Add missing nicklist update function | Lucas Fryzek | |
This is still a TODO as the function is just a stub. none of the nicklist functionality is implemented yet. | |||
2024-10-07 | main: Remove debug code | Lucas Fryzek | |
2024-10-07 | message: Add `@` to url regex | Lucas Fryzek | |
2024-10-07 | fix various exceptions from missing Qweechat code | Lucas Fryzek | |
2024-10-07 | message: Fix URL parsing to handle quote at end of URL | Lucas Fryzek | |
2024-10-07 | chat: Fix user leave message not being parsed as system msg | Lucas Fryzek | |
2024-10-07 | README: fix typo | Lucas Fryzek | |
2024-10-07 | Add .gitignore | Lucas Fryzek | |
2024-10-06 | color: Fix color parsing of (ATTR)EXT+~+STD | Lucas Fryzek | |
This pattern was used in the `relay.list` buffer and caused render artifiacts if we don't remove the color from the text. | |||
2024-10-06 | chat,main: Fix client crashes on Fedora version of Gtk4 | Lucas Fryzek | |
2024-10-06 | fix various gtk errors when running from installed version | Lucas Fryzek | |
2024-10-06 | window: Add interface for connecting and disconnecting | Lucas Fryzek | |
2024-10-06 | chat: Fix error when cancelling file upload | Lucas Fryzek | |
2024-10-06 | chat: Add autoscroll to bottom button | Lucas Fryzek | |
2024-10-06 | chat: Fix margin on buttons beside chat input | Lucas Fryzek | |
2024-10-06 | chat: Add support for file upload | Lucas Fryzek | |
2024-10-05 | window: Fix breakpoint related resizing error | Lucas Fryzek | |
2024-10-05 | chat: Improve system message handling | Lucas Fryzek | |
Not 100% happy with how system messages are displayed. Need to find a better system for how to handle them. | |||
2024-10-05 | message: Parse url in message and use pango markup | Lucas Fryzek | |
2024-10-05 | chat: Get auto-scroll working, and fix ssh conn | Lucas Fryzek | |
2024-10-04 | Initial commit | Lucas Fryzek | |