about summary refs log tree commit diff stats
path: root/src/ui/notifier.c
Commit message (Expand)AuthorAgeFilesLines
* Small spelling fixes in code and commentsDariusz Dwornikowski2014-08-271-1/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Escape open bracket at start of OSX notification messagesJames Booth2014-08-041-1/+17
* Escape backtick in mac terminal notificationsJames Booth2014-08-041-3/+5
* Fixed tabsJames Booth2014-06-291-5/+5
* Reinitialise libnotify per notificationJames Booth2014-06-291-11/+13
* Escape strings passed to terminal-notifierJames Booth2014-05-241-3/+6
* Added settings to show message text in notificationsJames Booth2014-05-241-12/+17
* Removed strcpy callsJames Booth2014-04-021-3/+3
* Updated copyrightJames Booth2014-03-091-1/+1
* Added configure checks to enable desktop notifications on OSXJames Booth2014-03-041-0/+2
* Log message when cannot send desktop noficationJames Booth2014-03-041-1/+5
* Added OSX desktop notifications using terminal-notifierJames Booth2014-03-041-0/+20
* Bind remaining ui functions in main.cJames Booth2013-12-231-10/+14
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-16/+26
* fixed memory leaksDmitry Podgorny2013-08-031-3/+3
* Added room name, and window index to desktop message notificationsJames Booth2013-05-231-4/+17
* Finished handle usageJames Booth2013-05-201-6/+6
* Include open subscription requests in desktop reminder notificationsJames Booth2013-04-271-1/+12
* Added desktop notification option for subscription requestsJames Booth2013-04-271-0/+9
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-5/+9
* Reminders for chat room invites - WIPJames Booth2013-04-231-4/+23
* Added desktop notifications for chat room invitesJames Booth2013-04-221-0/+13
* Added windows include to notifierJames Booth2013-04-211-0/+3
* Added notifier moduleJames Booth2013-04-211-0/+136
mention and triggers' href='/danisanti/profani-tty/commit/theme_template?id=0ae975c27f2b5f9a47a7434138c0ae328b06a7a6'>0ae975c2 ^
30b5f112 ^
b21edfaa ^
9482ce61 ^
5c53e02d ^
30b5f112 ^





09cd2881 ^


a952776b ^
09cd2881 ^


1900402f ^
30b5f112 ^


446027b9 ^
30b5f112 ^






316b6a7b ^
30b5f112 ^
316b6a7b ^
cce01f1d ^
316b6a7b ^

30b5f112 ^
216493ef ^
316b6a7b ^
16fbdedc ^
b4482b9f ^
216493ef ^

b4482b9f ^
216493ef ^

b4482b9f ^
216493ef ^
5bccee93 ^
abc2f0de ^
97d96746 ^

cce01f1d ^
5bccee93 ^
f91b21a1 ^
2bda22c3 ^
a00095c8 ^
2bda22c3 ^

30b5f112 ^
b21edfaa ^
f082563b ^
57dc5f14 ^
01e13f98 ^
295cb0da ^
56602278 ^
f0f3a739 ^
35239ee3 ^

84ccee20 ^
fb7001cf ^
72c1c496 ^
bab75cae ^
0aa758cb ^
3c1db1cd ^
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