aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_titlebar/conversation_titlebar.vala
Commit message (Collapse)AuthorAgeFilesLines
* Enable hyperlinks in topic text to be clicked (#1523)eerielili2024-01-131-1/+1
| | | fixes #1042
* Add back button to ConversationTitlebarTeemu Ikonen2023-01-241-0/+28
| | | | | | | | Add a bool 'back_button_visible' and a signal 'back_pressed' to the ConversationTitlebar interface. Also add implementations to both ConversationTitlebarNoCsd and ConversationTitlebarCsd.
* Use Adw.HeaderBar for CSD header barsTeemu Ikonen2023-01-241-1/+1
| | | | | This allows showing the correct buttons with 'show-start-title-buttons' and 'show-end-title-buttons' properties when folding.
* Improve Gtk4 portfiaxh2022-07-271-7/+7
|
* Port from GTK3 to GTK4fiaxh2022-07-271-27/+42
|
* Ellipsize long titlesmimi899992021-01-211-1/+1
|
* Move widget insertion logic from ConversationTitlebar to controllerfiaxh2020-02-221-29/+18
|
* Move ConversationTitlebar into ConversationViewController responsibilityfiaxh2020-02-221-1/+1
|
* Clean up ConversationTitlebarfiaxh2019-04-141-0/+93