aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Change Gtk.Paned to Adw.Leaflet in MainWindowTeemu Ikonen2023-01-241-5/+8
* Add back button to ConversationTitlebarTeemu Ikonen2023-01-241-0/+28
* Remove set_window_buttons() from MainWindowTeemu Ikonen2023-01-241-14/+0
* Use Adw.HeaderBar for CSD header barsTeemu Ikonen2023-01-243-3/+5
* Convert main window layout to 2 vertical boxesTeemu Ikonen2023-01-241-19/+13
* Use Adw.Application, make about dialog an Adw.AboutWindowTeemu Ikonen2023-01-241-17/+16
* Fix pin setting switch displayingfiaxh2023-01-161-1/+1
* Fix reply cancellingfiaxh2023-01-161-2/+2
* Add debug outputs to summarize_whitespaces_to_space and don't assert_not_reachedfiaxh2023-01-131-1/+2
* Fix crash when removing jid from rosterfiaxh2023-01-112-5/+6
* Support pinning of conversations (locally)fiaxh2023-01-113-3/+24
* Support replies and reactions to filesfiaxh2023-01-113-7/+33
* Replies: Fix quoted message not being reset after sendingfiaxh2023-01-071-3/+5
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-069-26/+176
* Fix compiler warningsfiaxh2022-12-306-25/+7
* Fix build with Vala < 0.52Marvin W2022-11-101-1/+1
* Clean up log outputsfiaxh2022-11-041-1/+0
* Reactions: Improve stylefiaxh2022-10-111-7/+7
* Don't require use of MenuButton.set_child introduced with GTK 4.6fiaxh2022-10-113-19/+18
* Add support for reactionsfiaxh2022-10-114-21/+294
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-1/+2
* Fix regression with channel join button not getting sensitivefiaxh2022-10-091-0/+3
* Small fixesfiaxh2022-10-091-1/+1
* Add account dialog: Reenable Next-button activation on enterfiaxh2022-10-091-6/+6
* Fix drag and drop uploadingfiaxh2022-10-092-19/+13
* Fix channel join button not getting sensitivefiaxh2022-10-031-13/+18
* Move icons out of scalable/ui/ since it's not allowed by icon naming specfiaxh2022-09-181-1/+1
* Fix crashes and warning in Join Conference dialogfiaxh2022-08-222-7/+25
* Fix crash on call window closingfiaxh2022-08-221-2/+5
* Fix encryption button update and reduce its required GTK versionfiaxh2022-08-214-32/+26
* GTK4: Don't require use of MenuButton.set_child introduced with 4.6Marvin W2022-08-211-2/+17
* Disable tooltips for GTK 4.6.4 - 4.6.6fiaxh2022-08-209-12/+28
* Gtk4 bug fixes and improvementsMarvin W2022-07-279-33/+54
* Improve Gtk4 portfiaxh2022-07-2757-1258/+541
* Video for GTK4Marvin W2022-07-272-3/+7
* Port from GTK3 to GTK4fiaxh2022-07-2770-1664/+2312
* Inhibit idle and suspend during calls (#1233)Xavi922022-05-111-0/+14
* Allow cancellation of file transfersMarvin W2022-03-302-1/+20
* Fix Version handling, add function to retrieve short version without git commitMarvin W2022-03-301-2/+2
* Fix quote formating to not (partially) expect a space after >fiaxh2022-02-141-1/+1
* Prepare for 0.3 releasefiaxh2022-02-121-0/+1
* Fix call participant widgetMarvin W2022-02-121-2/+3
* Fix build on Debian 10Marvin W2022-02-121-7/+12
* Calls: Show invite button quickerfiaxh2022-02-122-3/+7
* Calls: Only show invite button when it's supportedMarvin W2022-02-121-3/+3
* Calls: Fix device selector for multi-party calls, allow picking device before...Marvin W2022-02-123-23/+25
* Calls: Use GtkHeaderBar for each participantMarvin W2022-02-123-89/+68
* Various call fixesfiaxh2022-02-121-2/+2
* Wording: Use singular in 'No camera/microphone/speaker found'fiaxh2022-02-082-3/+3
* Calls: Device pickerMarvin W2022-02-083-30/+35