Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gtk4 bug fixes and improvements | Marvin W | 2022-07-27 | 1 | -1/+1 |
| | |||||
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 1 | -12/+12 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 1 | -52/+88 |
| | |||||
* | Remove color from /me name, remove use_markup from sender label | fiaxh | 2022-01-23 | 1 | -1/+1 |
| | |||||
* | Small cleanup | fiaxh | 2022-01-23 | 1 | -1/+1 |
| | |||||
* | Display message sender in bold+text color instead of small+colored | fiaxh | 2022-01-05 | 1 | -3/+3 |
| | |||||
* | Fix compiler warnings ('cast between incompatible function types') by not ↵ | fiaxh | 2021-10-12 | 1 | -44/+50 |
| | | | | connecting closures | ||||
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 1 | -7/+7 |
| | |||||
* | Escape pango markup in names in GlobalSearch | fiaxh | 2021-03-05 | 1 | -2/+2 |
| | |||||
* | Reduce use of Widget.destroy() | fiaxh | 2021-02-10 | 1 | -1/+1 |
| | | | | | | On non-toplevel windows, use Container.remove() instead of Widget.destroy() Needed for migration to GTK4 https://developer.gnome.org/gtk4/unstable/gtk-migrating-3-to-4.html#id-1.7.4.3.17 | ||||
* | Use advertized/server/live time for sorting instead of arrival time | fiaxh | 2020-12-04 | 1 | -3/+3 |
| | | | | fixes #310 | ||||
* | Fix loading more results when scrolling through search results | fiaxh | 2020-09-14 | 1 | -0/+1 |
| | |||||
* | Global search: Display dates in local timezone (#855) | selurvedu | 2020-05-20 | 1 | -1/+1 |
| | | | | | | This fixes message dates being displayed in UTC in the message search sidebar. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com> | ||||
* | Change UI messages for more clarity | mbeko | 2020-03-24 | 1 | -1/+1 |
| | |||||
* | Ellipsize long display names | fiaxh | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 1 | -12/+17 |
| | | | | Fixes #598 | ||||
* | Remove some use_markup usages, put skeleton header into .ui file | fiaxh | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | fixup Fix some warnings | fiaxh | 2019-09-10 | 1 | -11/+11 |
| | |||||
* | Fix some warnings | hrxi | 2019-09-10 | 1 | -20/+24 |
| | | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid. | ||||
* | Move app menu into window, make conversation details dialog directly ↵ | fiaxh | 2019-02-05 | 1 | -1/+1 |
| | | | | accessible, no-CSD option for main window | ||||
* | Use Label instead of TextView for message display | fiaxh | 2018-09-21 | 1 | -19/+27 |
| | |||||
* | Fix sent messages sometimes being displayed twice | fiaxh | 2018-09-02 | 1 | -3/+3 |
| | |||||
* | add suggestions/auto-complete for search filters | bobufa | 2018-08-13 | 1 | -2/+66 |
| | |||||
* | improve sidebar UI | bobufa | 2018-08-13 | 1 | -54/+75 |
| | | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results) | ||||
* | initial search logic / display | bobufa | 2018-08-13 | 1 | -0/+174 |