about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed cygwin compileJames Booth2016-02-281-0/+2
* Added missing stdlib.h includeJames Booth2016-02-241-0/+1
* Added prof_cons_bad_cmd_usage plugin functionJames Booth2016-02-181-43/+0
* Integrated plugins with /help commandJames Booth2016-02-181-0/+1
* Tidied cons_show_helpJames Booth2016-02-182-45/+44
* Added new help format to c plugins WIPJames Booth2016-02-182-0/+44
* Merge branch 'master' into plugins-cJames Booth2016-02-1422-23/+23
|\
| * Updated copyrightJames Booth2016-02-1422-23/+23
* | Added C plugin code from plugins branchJames Booth2016-02-1413-75/+135
|/
* Fixed memory deallocationsJames Booth2016-02-141-0/+1
* Highlight longer triggers firstJames Booth2016-02-131-1/+21
* Highlight room trigger termsJames Booth2016-02-133-5/+69
* Added roommention.term theme optionJames Booth2016-02-102-1/+33
* Added mention and trigger themes for consoleJames Booth2016-02-101-4/+6
* Fix room notification remindersJames Booth2016-02-072-11/+3
* Added /roster show|hide unsubscribedJames Booth2016-02-072-0/+130
* Don't show notification reminders for messages the user does not want notific...James Booth2016-02-044-19/+34
* 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
* Show console messages for room mention and triggersJames Booth2016-01-242-8/+50
* Tidy handling room mention and room triggersJames Booth2016-01-242-4/+5
t; 2015-11-29 14:18:52 -0800 2611' href='/akkartik/mu/commit/html/channel.mu.html?h=main&id=db1f56c8449d2ea3d158753fe37bac5a750a2566'>db1f56c8 ^
f5465e12 ^
c5ffb6e1 ^
b4d5b589 ^
2f02189d ^
c5ffb6e1 ^
f344b250 ^
f5465e12 ^


c5ffb6e1 ^

4690ce81 ^
f5465e12 ^
f344b250 ^
c5ffb6e1 ^
f344b250 ^

9570363a ^

c5ffb6e1 ^



a654e4ec ^
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