aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/util
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compiler warningsfiaxh2023-10-072-5/+0
|
* Rewrite contact details dialogfiaxh2023-09-241-0/+94
|
* Fix build on some Vala compiler versionsMarvin W2023-09-241-0/+6
| | | | See https://gitlab.gnome.org/GNOME/vala/-/issues/1474 and https://gitlab.gnome.org/GNOME/vala/-/issues/1478
* New Avatar UIMarvin W2023-03-051-77/+0
|
* Implement XEP-0392: Consistent Color GenerationMarvin W2023-03-051-10/+13
|
* Fix some form entries not updating properlyMarvin W2023-02-072-20/+11
|
* Fix critical warning due to tooltip issueMarvin W2023-01-311-1/+1
|
* Fix UI for libadwaitaMarvin W2023-01-251-131/+0
|
* Fix scaling image for GTK4Marvin W2023-01-241-156/+103
|
* Add debug outputs to summarize_whitespaces_to_space and don't assert_not_reachedfiaxh2023-01-131-1/+2
| | | | related #1335
* Fix build with Vala < 0.52Marvin W2022-11-101-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.6fiaxh2022-10-111-0/+15
|
* Disable tooltips for GTK 4.6.4 - 4.6.6fiaxh2022-08-201-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 portfiaxh2022-07-274-29/+21
|
* Port from GTK3 to GTK4fiaxh2022-07-276-108/+146
|
* Fix quote formating to not (partially) expect a space after >fiaxh2022-02-141-1/+1
|
* Fix quote styling occurring in the middle of a linefiaxh2022-02-071-13/+13
| | | | fixup 454c00a, 795af2d, 4e9e09a
* Apply message quote style prior to urlsfiaxh2022-02-041-15/+18
| | | | fixup 795af2d, 4e9e09a
* Stop using opacity for text due to side-effectsfiaxh2022-01-231-13/+23
| | | | | Fixes #1178 Due to https://gitlab.gnome.org/GNOME/gtk/-/issues/2957
* Apply message quote style prior to bold/italic stylefiaxh2022-01-111-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" hintsfiaxh2022-01-041-7/+0
| | | | Getting the dim-label color doesn't work without actually rendering it
* Format quotes as preformatted text (#1111)Xavi922021-12-301-0/+13
|
* Display message delivery error, color text using theme colorsfiaxh2021-08-171-3/+27
| | | | fixes #672
* Use opacity instead of hard coded color for formatting chars (#1000)minils2021-08-141-2/+2
|
* Merge remote-tracking branch 'origin/feature/calls'fiaxh2021-05-111-3/+12
|\
| * Fix warningsfiaxh2021-04-111-3/+3
| |
| * Add UI for audio/video callsfiaxh2021-03-211-0/+9
| |
* | Fix accounts panel width (#1017)Sergey2021-03-241-1/+1
|/ | | fixes #797
* Add different formating with less contrast for markup strings like *,_,~ and ↵minils2021-02-171-1/+3
| | | | `. (#883)
* Improve IBR form handling (#990)Michel Le Bihan2021-02-171-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 backendfiaxh2020-11-201-76/+18
| | | | fixes #707
* Fix runtime critical when room has no namefiaxh2020-10-291-1/+1
|
* Fix some compiler warningsfiaxh2020-10-273-17/+3
|
* Remove code block formatingfiaxh2020-10-111-20/+0
|
* Fix message duplication in MUC PMsfiaxh2020-09-071-6/+15
|
* Some locales need more than 2 chars for AM/PM, make the buffer a bit largerMarvin W2020-07-081-1/+1
|
* Use strftime() instead DateTime.format(), fixes #875Marvin W2020-07-081-1/+2
|
* Clean up some image rendering codeMarvin W2020-06-281-4/+77
|
* Do not use GNOME specific setting for 24 hoursMarvin W2020-06-231-4/+6
|
* Use sqlite UPSERTfiaxh2020-06-101-3/+12
|
* Fix rare issue with incorrect link parsingMarvin W2020-04-221-2/+3
|
* Add file upload previewfiaxh2020-04-223-21/+55
| | | | fixes #756
* Add support for last message correctionfiaxh2020-04-031-2/+10
|
* Fix message markup parsing for single charactersfiaxh2020-04-031-1/+1
|
* Work-around use after freeMarvin W2020-04-011-1/+1
| | | | Upstream: https://gitlab.gnome.org/GNOME/vala/-/issues/751
* Fix issue rendering messages outside reachable scroll areaMarvin W2020-04-011-0/+11
| | | | Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556
* Scale files and images to the available spaceMarvin W2020-03-142-0/+126
|
* Properly handle variation selector after emoji (even if useless)Marvin W2020-03-141-1/+9
|
* Improve code block regexfiaxh2020-02-211-15/+18
|
* Add support for strikethrough stylingRoberto Santalla2020-02-211-2/+2
|