Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some compiler warnings | fiaxh | 2023-10-07 | 2 | -5/+0 |
| | |||||
* | Rewrite contact details dialog | fiaxh | 2023-09-24 | 1 | -0/+94 |
| | |||||
* | Fix build on some Vala compiler versions | Marvin W | 2023-09-24 | 1 | -0/+6 |
| | | | | See https://gitlab.gnome.org/GNOME/vala/-/issues/1474 and https://gitlab.gnome.org/GNOME/vala/-/issues/1478 | ||||
* | New Avatar UI | Marvin W | 2023-03-05 | 1 | -77/+0 |
| | |||||
* | Implement XEP-0392: Consistent Color Generation | Marvin W | 2023-03-05 | 1 | -10/+13 |
| | |||||
* | Fix some form entries not updating properly | Marvin W | 2023-02-07 | 2 | -20/+11 |
| | |||||
* | Fix critical warning due to tooltip issue | Marvin W | 2023-01-31 | 1 | -1/+1 |
| | |||||
* | Fix UI for libadwaita | Marvin W | 2023-01-25 | 1 | -131/+0 |
| | |||||
* | Fix scaling image for GTK4 | Marvin W | 2023-01-24 | 1 | -156/+103 |
| | |||||
* | Add debug outputs to summarize_whitespaces_to_space and don't assert_not_reached | fiaxh | 2023-01-13 | 1 | -1/+2 |
| | | | | related #1335 | ||||
* | Fix build with Vala < 0.52 | Marvin W | 2022-11-10 | 1 | -1/+1 |
| | | | | | MenuButton.set_child was only added to VAPIs of 0.52 and later. Even if GTK4 is new enough, they wouldn't be available. | ||||
* | Don't require use of MenuButton.set_child introduced with GTK 4.6 | fiaxh | 2022-10-11 | 1 | -0/+15 |
| | |||||
* | Disable tooltips for GTK 4.6.4 - 4.6.6 | fiaxh | 2022-08-20 | 1 | -0/+12 |
| | | | | | A bug in GTK caused the application to crash in some tooltip-related conditions https://gitlab.gnome.org/GNOME/gtk/-/issues/4941 | ||||
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 4 | -29/+21 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 6 | -108/+146 |
| | |||||
* | Fix quote formating to not (partially) expect a space after > | fiaxh | 2022-02-14 | 1 | -1/+1 |
| | |||||
* | Fix quote styling occurring in the middle of a line | fiaxh | 2022-02-07 | 1 | -13/+13 |
| | | | | fixup 454c00a, 795af2d, 4e9e09a | ||||
* | Apply message quote style prior to urls | fiaxh | 2022-02-04 | 1 | -15/+18 |
| | | | | fixup 795af2d, 4e9e09a | ||||
* | Stop using opacity for text due to side-effects | fiaxh | 2022-01-23 | 1 | -13/+23 |
| | | | | | Fixes #1178 Due to https://gitlab.gnome.org/GNOME/gtk/-/issues/2957 | ||||
* | Apply message quote style prior to bold/italic style | fiaxh | 2022-01-11 | 1 | -13/+12 |
| | | | | Quotes apply to the whole line. Having a bold part in that line results in the quote styling only extending up to the bold part. | ||||
* | Use opacity for "pending" and "edited" hints | fiaxh | 2022-01-04 | 1 | -7/+0 |
| | | | | Getting the dim-label color doesn't work without actually rendering it | ||||
* | Format quotes as preformatted text (#1111) | Xavi92 | 2021-12-30 | 1 | -0/+13 |
| | |||||
* | Display message delivery error, color text using theme colors | fiaxh | 2021-08-17 | 1 | -3/+27 |
| | | | | fixes #672 | ||||
* | Use opacity instead of hard coded color for formatting chars (#1000) | minils | 2021-08-14 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/feature/calls' | fiaxh | 2021-05-11 | 1 | -3/+12 |
|\ | |||||
| * | Fix warnings | fiaxh | 2021-04-11 | 1 | -3/+3 |
| | | |||||
| * | Add UI for audio/video calls | fiaxh | 2021-03-21 | 1 | -0/+9 |
| | | |||||
* | | Fix accounts panel width (#1017) | Sergey | 2021-03-24 | 1 | -1/+1 |
|/ | | | fixes #797 | ||||
* | Add different formating with less contrast for markup strings like *,_,~ and ↵ | minils | 2021-02-17 | 1 | -1/+3 |
| | | | | `. (#883) | ||||
* | Improve IBR form handling (#990) | Michel Le Bihan | 2021-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * Change register account dialog to show instructions Change data forms to handle title and instructions elements * Change register account dialog to show fixed fields Closes #988 * Change form switch to halign start Closes #992 * Change register account dialog to markup URLs | ||||
* | Refactor Notifications, add freedesktop backend | fiaxh | 2020-11-20 | 1 | -76/+18 |
| | | | | fixes #707 | ||||
* | Fix runtime critical when room has no name | fiaxh | 2020-10-29 | 1 | -1/+1 |
| | |||||
* | Fix some compiler warnings | fiaxh | 2020-10-27 | 3 | -17/+3 |
| | |||||
* | Remove code block formating | fiaxh | 2020-10-11 | 1 | -20/+0 |
| | |||||
* | Fix message duplication in MUC PMs | fiaxh | 2020-09-07 | 1 | -6/+15 |
| | |||||
* | Some locales need more than 2 chars for AM/PM, make the buffer a bit larger | Marvin W | 2020-07-08 | 1 | -1/+1 |
| | |||||
* | Use strftime() instead DateTime.format(), fixes #875 | Marvin W | 2020-07-08 | 1 | -1/+2 |
| | |||||
* | Clean up some image rendering code | Marvin W | 2020-06-28 | 1 | -4/+77 |
| | |||||
* | Do not use GNOME specific setting for 24 hours | Marvin W | 2020-06-23 | 1 | -4/+6 |
| | |||||
* | Use sqlite UPSERT | fiaxh | 2020-06-10 | 1 | -3/+12 |
| | |||||
* | Fix rare issue with incorrect link parsing | Marvin W | 2020-04-22 | 1 | -2/+3 |
| | |||||
* | Add file upload preview | fiaxh | 2020-04-22 | 3 | -21/+55 |
| | | | | fixes #756 | ||||
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -2/+10 |
| | |||||
* | Fix message markup parsing for single characters | fiaxh | 2020-04-03 | 1 | -1/+1 |
| | |||||
* | Work-around use after free | Marvin W | 2020-04-01 | 1 | -1/+1 |
| | | | | Upstream: https://gitlab.gnome.org/GNOME/vala/-/issues/751 | ||||
* | Fix issue rendering messages outside reachable scroll area | Marvin W | 2020-04-01 | 1 | -0/+11 |
| | | | | Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556 | ||||
* | Scale files and images to the available space | Marvin W | 2020-03-14 | 2 | -0/+126 |
| | |||||
* | Properly handle variation selector after emoji (even if useless) | Marvin W | 2020-03-14 | 1 | -1/+9 |
| | |||||
* | Improve code block regex | fiaxh | 2020-02-21 | 1 | -15/+18 |
| | |||||
* | Add support for strikethrough styling | Roberto Santalla | 2020-02-21 | 1 | -2/+2 |
| |