about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes Statusbar tabs and CleanupJohn Hernandez2023-04-101-1/+1
* Improve titlebar flexibilityJohn Hernandez2023-04-101-9/+17
* Add WIN_VCARD to win_get_tab_identifier()Michael Vetter2023-03-231-0/+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-211-12/+4
* Fix duplicate download IDs.IsaacM882023-03-091-2/+2
* Fix quote and url autocompletion for MAM and historyMarcoPolo-PasTonMolo2023-02-131-0/+5
* fix more memory leaksSteffen Jaeckel2023-01-181-1/+1
* Update copyright yearMichael Vetter2023-01-101-1/+1
* Fix segfault when loading from MAMMarcoPolo-PasTonMolo2022-10-221-2/+13
* Apply codigng style on new MAM codeMichael Vetter2022-10-211-1/+1
* Let users scroll up againMichael Vetter2022-10-211-4/+0
* Merge MAM improvements from #1724Michael Vetter2022-10-211-3/+67
|\
| * Handle late deliveryMarcoPolo-PasTonMolo2022-08-201-0/+1
| * Have ability to scroll through history even without MAMMarcoPolo-PasTonMolo2022-07-101-3/+3
| * Handle scrolling down when buffer fills upMarcoPolo-PasTonMolo2022-07-101-1/+15
| * CleanupMarcoPolo-PasTonMolo2022-07-051-7/+2
| * Add loading history message on initial MAM requestMarcoPolo-PasTonMolo2022-07-051-2/+10
| * Fix initial MAM not displayingMarcoPolo-PasTonMolo2022-07-051-7/+6
| * Add 'Loading messages' message when scrolling upMarcoPolo-PasTonMolo2022-07-041-5/+13
| * Fech data from mam when all history gets displayedMarcoPolo-PasTonMolo2022-07-031-1/+7
| * Get messages from history when scrolling up.MarcoPolo-PasTonMolo2022-07-031-3/+36
* | Add vCard supportMarouane L2022-10-181-0/+189
* | Don't scroll if not neededMichael Vetter2022-06-291-0/+4
|/
* Fix duplicate messages in chat with oneself.MarcoPolo-PasTonMolo2022-05-311-1/+5
* Update copyright yearMichael Vetter2022-05-091-1/+1
* Restore default behaviour for stampsMichael Vetter2022-05-031-1/+1
* Merge branch 'master' into add_stamp_settingsMichael Vetter2022-04-281-3/+5
|\
| * Use correct colour for their nick when showing historyPaul Fertser2022-04-011-0/+1
| * fix linter warningsSteffen Jaeckel2022-03-311-1/+2
| * run `make format`Steffen Jaeckel2022-03-301-2/+2
* | Rename stamp preference variableMichael Vetter2022-04-281-1/+1
* | add /stamp commandArtjom Vejsel2022-04-021-2/+3
|/
* Use funcs available in all glib versions to replace \n in quotesMarcoPolo-PasTonMolo2022-03-211-2/+7
* Add quote autocompletion for previous messagesMarcoPolo-PasTonMolo2022-03-211-0/+23
* auto-formatSteffen Jaeckel2022-02-011-1/+1
* Move declaration and definition of win_get_last_sent_message to the correct p...MarcoPolo-PasTonMolo2021-10-221-0/+29
* Format code correctlyMichael Vetter2021-10-051-4/+3
* Attention flag - Implemented Alt+mDebXWoody2021-05-291-0/+33
* Attention flag for groupchatsDebXWoody2021-05-291-0/+1
* Attention flag for chat windowsDebXWoody2021-05-291-1/+1
* MUC: Show offline members in sidebarThorben Günther2021-03-081-0/+5
* Bugfix: Titlebar show name without room nameStefan2021-02-141-1/+1
* Update copyrightMichael Vetter2021-01-081-1/+1
* Remove blank line after trackbarkaffeekanne2020-12-111-2/+0
* Remove old TODOMichael Vetter2020-12-111-1/+0
* Fix color for win_print_outgoing()Michael Vetter2020-12-111-1/+1
* Remove empty lineMichael Vetter2020-12-101-1/+0
* Expand trackbar to whole lineMichael Vetter2020-12-091-1/+1
* Run make format on rebaseWilliam Wennerström2020-11-161-1/+1
committer Kartik Agaram <vc@akkartik.com> 2019-08-26 11:59:21 -0700 5592 - switch register names to lowercase' href='/akkartik/mu/commit/html/examples/ex4.subx.html?h=main&id=333525360b22f3d3ea31db46a4d2f1b4edbfebdb'>33352536 ^
695f9bf8 ^
3350c34a ^
a0d3cac4 ^








3350c34a ^
a0d3cac4 ^

3350c34a ^
a0d3cac4 ^

bb2b6ba7 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99