about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't show notification reminders for messages the user does not want ↵James Booth2016-02-044-19/+34
| | | | notifications for
* Tidy notify_room_message()James Booth2016-02-041-3/+8
|
* Tidy notify_message()James Booth2016-02-043-31/+12
|
* Removed unused arg: prefs_do_chat_notify()James Booth2016-02-043-3/+3
|
* Implemented /console private settingJames Booth2016-02-033-121/+134
|
* Implemented /console chat settingJames Booth2016-02-033-8/+20
|
* Handle self leaving room in private winsJames Booth2016-02-035-0/+152
|
* Handle occupant kicked/banned in private chat winsJames Booth2016-02-022-1/+49
|
* Show message in private windows when user offlineJames Booth2016-02-025-2/+38
|
* Allow splitting roster rooms by conference serverJames Booth2016-02-012-25/+109
|
* Colour private chats by presence in roster panelJames Booth2016-01-311-17/+29
|
* Roster panel colour fixesJames Booth2016-01-311-7/+13
|
* Fixed /pref ui formattingJames Booth2016-01-311-110/+110
|
* Added roster.rooms.private.char settingJames Booth2016-01-312-1/+7
|
* Show orphaned private chatsJames Booth2016-01-311-5/+31
|
* Only add private chats to Rooms unread count in roster when room activeJames Booth2016-01-311-12/+15
|
* Show offline contacts with unread messages in rosterJames Booth2016-01-311-36/+14
|
* Removed unused arg from roster_get_ functionsJames Booth2016-01-312-5/+5
|
* Added filter functions to rosterJames Booth2016-01-311-24/+129
|
* Added functions for rooms and private chat headersJames Booth2016-01-311-84/+111
|
* Added _rosterwin_contacts_header functionJames Booth2016-01-301-131/+58
|
* Reorganise rosterwin.cJames Booth2016-01-301-410/+429
|
* Added _rosterwin_contacts_all functionJames Booth2016-01-301-65/+71
|
* Removed _rosterwin_contacts_by_no_group functionJames Booth2016-01-301-70/+5
|
* Moved offline check logic in roster panelJames Booth2016-01-301-3/+5
|
* Show private chat unread message count in roster panelJames Booth2016-01-281-2/+36
|
* Updated themesJames Booth2016-01-281-9/+9
|
* Added unread counts to rosterJames Booth2016-01-281-10/+130
|
* Store /roster count settingJames Booth2016-01-271-5/+13
|
* Fix handling of unknown characters with word wrapJames Booth2016-01-261-1/+5
|
* Added missing headerJames Booth2016-01-251-0/+1
|
* Added themes for roster room mention and triggersJames Booth2016-01-254-2/+16
| | | | closes #718
* Show console messages for room mention and triggersJames Booth2016-01-242-8/+50
| | | | closes #719
* Tidy handling room mention and room triggersJames Booth2016-01-242-4/+5
|
* Added roomtrigger colour themeJames Booth2016-01-242-0/+3
| | | | closes #717
* Roster private chat preferencesJames Booth2016-01-242-10/+25
|
* Added private chat roster groupJames Booth2016-01-241-1/+78
|
* Added /roster private commandJames Booth2016-01-242-52/+65
|
* Added private chat to roster roomsJames Booth2016-01-241-1/+68
|
* Formatting of /theme properties command outputJames Booth2016-01-231-8/+27
|
* Pad theme settingsJames Booth2016-01-231-4/+5
|
* Added account theme propertyJames Booth2016-01-222-0/+22
|
* Show theme colour valueJames Booth2016-01-211-93/+100
|
* Tidied theme propertiesJames Booth2016-01-211-91/+94
|
* WIP: Add /theme properties commandJames Booth2016-01-213-0/+105
|
* Added /roster show|hide contactsJames Booth2016-01-202-55/+62
|
* Added sys/select.h header includesJames Booth2016-01-191-0/+1
|
* Added /roster rooms position preferenceJames Booth2016-01-192-7/+21
|
* Added /roster unread preferrenceJames Booth2016-01-172-14/+38
| | | | closes #712
* Added /roster room unread preferenceJames Booth2016-01-172-1/+15
| | | | closes ##708
/ranger/core/fm.py?h=v1.9.3&id=ba16a2e43a71f3ee1a66ffaf1613bb1cce1665fc'>^
20f94973 ^
0c0b9489 ^
0c0b9489 ^


c2238598 ^




a9f69385 ^

a4570538 ^



16246965 ^



be7c282c ^




a4570538 ^










a1d7ed6e ^
ad1a4204 ^

b4b0eb24 ^
ad1a4204 ^



b4b0eb24 ^
a1d7ed6e ^
f8e96a97 ^

871c502d ^

361781cd ^







f2d8598d ^

361781cd ^




0cfc59d6 ^
361781cd ^
0cfc59d6 ^
361781cd ^
0cfc59d6 ^
361781cd ^
0cfc59d6 ^
7626fd1d ^
0cfc59d6 ^



9b83f114 ^
0cfc59d6 ^
3937f010 ^


0a16f0da ^
3937f010 ^
f2d8598d ^
361781cd ^

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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170