about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* /executable async on|offDaniel Santos2023-07-011-0/+2
* Use ASCII char in MAM loading stringDaniel Santos2023-07-011-1/+1
* Profani-tty has rebornDaniel Santos2023-07-0129-140/+140
* Revert "Merge pull request #1821 from mdosch/use-proper-ellipsis-char"Daniel Santos2023-07-013-4/+4
* Merge pull request #1842 from H3rnand3zzz/feature/plugins-downloadMichael Vetter2023-06-061-2/+5
|\
| * Add url support (downloading) to `/plugins install`John Hernandez2023-05-161-2/+5
* | Remove VLA & calm ValgrindSteffen Jaeckel2023-05-121-1/+7
* | Improve const-correctness of APISteffen Jaeckel2023-05-122-2/+2
* | Cleanup: gchar as gchar instead of charJohn Hernandez2023-05-042-11/+7
|/
* Fix memleak in _inp_rl_linehandlerMichael Vetter2023-04-181-0/+1
* Merge pull request #1827 from H3rnand3zzz/feature/sessions-alarmMichael Vetter2023-04-181-1/+5
|\
| * Add sessions_alarmJohn Hernandez2023-04-181-1/+5
* | Don't add the same command twice to historyJohn Hernandez2023-04-171-5/+8
|/
* Fixes Statusbar tabs and CleanupJohn Hernandez2023-04-102-15/+39
* Improve titlebar flexibilityJohn Hernandez2023-04-101-9/+17
* Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcherMichael Vetter2023-04-091-0/+3
|\
| * Allow setting client identification name/version manuallyJohn Hernandez2023-04-091-0/+3
* | User proper ellipsis charMartin Dosch2023-04-093-4/+4
* | add `/statusbar tabmode actlist`Steffen Jaeckel2023-04-082-46/+98
* | fix display of a "list type" in a form if there's no value assigned yetSteffen Jaeckel2023-04-041-27/+21
|/
* Fix typosMichael Vetter2023-04-033-3/+3
* Fix PGPJohn Hernandez2023-03-311-8/+6
* Add WIN_VCARD to win_get_tab_identifier()Michael Vetter2023-03-231-0/+4
* Adapt to new g_string_free() usageMichael Vetter2023-03-232-13/+4
* ui: make it easier to find non covered window typesMichael Vetter2023-03-231-20/+31
* Adapt to g_string_free glib 2.75.3 changeMichael Vetter2023-03-214-29/+7
* change OMEMO QR code `0` bits to 'space'Steffen Jaeckel2023-03-121-2/+6
* Fix duplicate download IDs.IsaacM882023-03-092-3/+3
* Fix quote and url autocompletion for MAM and historyMarcoPolo-PasTonMolo2023-02-136-17/+33
* fix more memory leaksSteffen Jaeckel2023-01-181-1/+1
* add `/strophe` command to modify libstrophe-specific settingsSteffen Jaeckel2023-01-182-0/+17
* Update copyright yearMichael Vetter2023-01-1013-14/+14
* Improve MAM loading string.Martin Dosch2022-10-221-1/+1
* Fix segfault when loading from MAMMarcoPolo-PasTonMolo2022-10-221-2/+13
* Apply codigng style on new MAM codeMichael Vetter2022-10-212-2/+2
* Let users scroll up againMichael Vetter2022-10-211-4/+0
* Merge MAM improvements from #1724Michael Vetter2022-10-216-13/+158
|\
| * Don't notify on MAM messagesMarcoPolo-PasTonMolo2022-08-201-7/+10
| * Handle late deliveryMarcoPolo-PasTonMolo2022-08-202-6/+5
| * Handle MAM when chatwin gets created from incoming messageMarcoPolo-PasTonMolo2022-07-101-1/+4
| * Have ability to scroll through history even without MAMMarcoPolo-PasTonMolo2022-07-102-5/+5
| * Handle scrolling down when buffer fills upMarcoPolo-PasTonMolo2022-07-103-7/+29
| * CleanupMarcoPolo-PasTonMolo2022-07-053-12/+5
| * Add loading history message on initial MAM requestMarcoPolo-PasTonMolo2022-07-053-2/+12
| * Fix initial MAM not displayingMarcoPolo-PasTonMolo2022-07-053-14/+16
| * Add 'Loading messages' message when scrolling upMarcoPolo-PasTonMolo2022-07-043-5/+22
| * Fech data from mam when all history gets displayedMarcoPolo-PasTonMolo2022-07-031-1/+7
| * Get messages from history when scrolling up.MarcoPolo-PasTonMolo2022-07-036-5/+95
* | Add vCard supportMarouane L2022-10-187-1/+326
* | Fix first start detectionMichael Vetter2022-10-111-3/+3