about summary refs log tree commit diff stats
path: root/src/ui/titlebar.c
Commit message (Expand)AuthorAgeFilesLines
...
* Free GTimer on switch to consoleJames Booth2015-02-091-1/+4
* Added preferences for showing resource in titlebar and messagesJames Booth2015-01-101-1/+1
* Show resource in titlebar and on each messageJames Booth2015-01-101-6/+15
* Renamed resource -> resource_overrideJames Booth2015-01-101-4/+4
* Moved unread to window subtypesJames Booth2014-12-211-1/+0
* Added win_get_titleJames Booth2014-12-211-28/+8
* Tidy titlebar.cJames Booth2014-12-211-26/+18
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-6/+8
* Added new window and layout typesJames Booth2014-12-161-5/+6
* Renamed chat_resource -> resourceJames Booth2014-12-101-4/+4
* Moved chat resource to WIN_CHAT typeJames Booth2014-12-101-4/+4
* Moved otr properties to WIN_CHAT typeJames Booth2014-12-101-2/+2
* Added form to WIN_MUC_CONFIG typeJames Booth2014-12-101-1/+1
* Show resource presence with /resource commandJames Booth2014-12-021-51/+48
* Added /resource commandJames Booth2014-12-021-0/+23
* Tidied title bar drawJames Booth2014-12-021-96/+88
* Added ifdef to _show_privacy() functionJames Booth2014-12-011-1/+5
* Fix autocomplete clash, fix crash on opening window when recipient not in rosterJames Booth2014-11-221-30/+26
* Remove contact lookup when showing OTR privacyJames Booth2014-11-221-63/+51
* Renamed roster autocomplete functionsJames Booth2014-11-221-2/+2
* Tidied whitespaceJames Booth2014-11-221-4/+1
* refactor parts of title bar render out of _title_bar_drawJames Booth2014-11-201-108/+130
* Replaced colours with theme_item_tJames Booth2014-11-161-54/+70
* Added /presence command to show contacts presenceJames Booth2014-11-071-0/+55
* Show indicator when form has unsaved changesJames Booth2014-09-161-1/+9
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Fixed memleak in title bar roster_find_contactJames Booth2014-06-271-1/+3
* Free titlebar current_recipient when switching to consoleJames Booth2014-06-171-1/+4
* Added config.h to files checking for OTR supportJames Booth2014-05-191-0/+2
* OTR end messages are now send to recipients not in the roster.James Booth2014-04-181-2/+6
* Removed inputwin functions from ui.hJames Booth2014-04-071-0/+1
* Removed titlebar functions from ui.hJames Booth2014-04-071-44/+33
* Removed create_title_bar from ui.hJames Booth2014-04-071-3/+3
* Renamed refresh functions to update_virtualJames Booth2014-04-011-2/+2
* Updated copyrightJames Booth2014-03-091-1/+1
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-2/+2
* Convert name to barejid on retrieving win in titlebar for otr messagesJames Booth2014-01-211-1/+3
* Show OTR coloured statusJames Booth2014-01-161-0/+65
* Set boolean when typing in titlebarJames Booth2014-01-161-10/+9
* Removed title_bar_draw from UI moduleJames Booth2014-01-161-9/+8
* Use title_bar_draw in title_bar_refreshJames Booth2014-01-161-4/+1
* Added constant for console titleJames Booth2014-01-161-1/+3
* Remove manual memory allocation from titlebarJames Booth2014-01-161-28/+14
* Renamed recipient -> current_recipient in titlebarJames Booth2014-01-161-11/+11
* Inlined _title_bar_draw_title and _title_bar_draw_presenceJames Booth2014-01-161-24/+8
* Use title_bar_draw where possible in title barJames Booth2014-01-161-15/+3
* Always erase and refresh titlebar when drawingJames Booth2014-01-161-0/+8
* Added _title_bar_draw_title when setting presenceJames Booth2014-01-161-1/+2
* Removed _title_bar_showJames Booth2014-01-161-13/+6
* Removed title_bar_show from UI moduleJames Booth2014-01-161-2/+2
6991585dc7e4a35d48f8801fc556f8'>2a64495f ^
5e449699 ^
fc486c60 ^
7b04e507 ^
0268e3c3 ^
dd4a4145 ^
d994d0d6 ^

aea5cf92 ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
d994d0d6 ^
66c5bb93 ^
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