about summary refs log tree commit diff stats
path: root/src/ui/ui.h
Commit message (Expand)AuthorAgeFilesLines
* Allow vertical positioning of all windowsJames Booth2016-09-231-1/+1
* Rename /titlebar -> /wintitleJames Booth2016-09-221-1/+1
* Add /inputwin top|bottom commandJames Booth2016-09-191-0/+1
* Send receipt request only when receiver supports featureJames Booth2016-08-181-1/+2
* Tidy headersJames Booth2016-07-241-2/+3
* Moved muc.cJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Remove plugin window on /closeJames Booth2016-07-121-1/+1
* Free plugins commands on quitJames Booth2016-07-041-1/+1
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-1/+1
* WIP - Unload plugin commandsJames Booth2016-06-291-1/+1
* Move /statuses options to /presence commandJames Booth2016-05-311-1/+0
* Rename command sourcesJames Booth2016-05-221-1/+1
* Added missing header in ui.hJames Booth2016-05-111-0/+1
* Remove redundant tls secured functionJames Booth2016-05-061-2/+2
* Fix OSX compileJames Booth2016-04-261-0/+1
* Merge remote-tracking branch 'asdil12/tray_config'James Booth2016-04-171-0/+1
|\
| * Make tray icon configurable using /tray cmdDominik Heidler2016-04-161-0/+3
|/
* Added whole word matches for room mentionJames Booth2016-04-071-1/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Add PGP decryption for incoming/outgoing carbonsJames Booth2016-03-221-1/+1
* Tidied cons_show_helpJames Booth2016-02-181-2/+1
* Added new help format to c plugins WIPJames Booth2016-02-181-0/+1
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-4/+5
|/
* Highlight room trigger termsJames Booth2016-02-131-1/+1
* Fix room notification remindersJames Booth2016-02-071-1/+1
* Implemented /console private settingJames Booth2016-02-031-1/+1
* Implemented /console chat settingJames Booth2016-02-031-1/+1
* Handle self leaving room in private winsJames Booth2016-02-031-0/+8
* Handle occupant kicked/banned in private chat winsJames Booth2016-02-021-0/+2
* Show message in private windows when user offlineJames Booth2016-02-021-0/+4
* Show console messages for room mention and triggersJames Booth2016-01-241-1/+2
* Tidy handling room mention and room triggersJames Booth2016-01-241-1/+1
* WIP: Add /theme properties commandJames Booth2016-01-211-0/+1
* Added /console commandJames Booth2015-12-291-0/+1
* Updated console new message textJames Booth2015-12-201-0/+1
* Added cons_show_incoming_room_message()James Booth2015-12-201-0/+1
* Added /wins unreadJames Booth2015-11-301-1/+1
* Tidy wins_create_summary()James Booth2015-11-291-0/+8
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-0/+1
* Tidy regular chat and room notificationsJames Booth2015-11-241-3/+3
* Show summary of trusted certificates, add /tls cert <fingerprint>James Booth2015-11-221-0/+1
* Removed unused priority settingsJames Booth2015-11-201-1/+0
* Show current TLS certificateJames Booth2015-11-101-0/+1
* Renamed MUC private window functionsJames Booth2015-11-081-7/+11
* ui_incoming_private_msg takes ProfPrivateWin, added assertsJames Booth2015-11-081-1/+1
* Removed ui_new_private_winJames Booth2015-11-051-1/+0
* Make all mucconfwin functions take ProfMucConfWinJames Booth2015-11-021-2/+2
0-03-19 15:51:16 +0100 Added option "shorten_title"' href='/akspecs/ranger/commit/ranger/defaults/options.py?h=v1.9.2&id=f45f3c7349fbbc2ec464b5587da564e4e82423f0'>f45f3c73 ^
465dd890 ^


083acade ^

0a8001b2 ^
083acade ^

2bc7178b ^
083acade ^



0128bee7 ^
083acade ^

0128bee7 ^
b39fcc5f ^
0128bee7 ^
0128bee7 ^
b44906cd ^

0128bee7 ^

876e288a ^


0128bee7 ^
1c456c93 ^



34c131ef ^


















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