about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added /time offJames Booth2014-11-161-9/+11
* Implemented /time preferenceJames Booth2014-11-161-17/+43
* Added /roster size and /occupants size settingsJames Booth2014-11-151-3/+2
* Added seperate values for roster and occupants win sizesJames Booth2014-11-151-4/+22
* Changed subwin width to percentageJames Booth2014-11-151-12/+14
* Fixed printing utf8 chats to roster, changed boothj5 themeJames Booth2014-11-111-4/+2
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-1/+1
* Refactor subwin sizing and disabled wrappingJames Booth2014-11-101-8/+34
* Added subwin to consoleJames Booth2014-11-101-8/+8
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-2/+5
* Wordwrap, handle words bigger than line spaceJames Booth2014-11-091-6/+18
* Fixed history messages to work with wrappingJames Booth2014-11-091-2/+6
* Added time to xmlconsole, handle newlines in messagesJames Booth2014-11-081-1/+4
* Simple word wrapJames Booth2014-11-081-0/+10
* Print one word at a timeJames Booth2014-11-081-2/+28
* Use message theme setting for regular chatJames Booth2014-11-071-1/+1
* Fixed various memory leaksJames Booth2014-11-011-0/+2
* Added occupants UI preferenceJames Booth2014-10-091-1/+2
* Implemented /occupants showJames Booth2014-10-091-0/+13
* Implemented /occupants hideJames Booth2014-10-091-1/+15
* Added larger occupants pad sizeJames Booth2014-10-081-4/+4
* Added scroll support to occupant listJames Booth2014-10-071-2/+2
* Handle occupant list resizeJames Booth2014-10-071-5/+8
* Added room occupants panelJames Booth2014-10-071-3/+23
* Store real jid with occupantsJames Booth2014-10-011-0/+4
* Added /room <affiliation> commandJames Booth2014-10-011-1/+0
* Show occupants affiliation and role with /info in roomsJames Booth2014-09-301-13/+19
* wip - Store roles and affiliations with occupantsJames Booth2014-09-301-0/+2
* Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-0/+79
* Unreference date timeJames Booth2014-09-241-0/+1
* Cache capabilities to fileJames Booth2014-09-221-0/+1
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-36/+36
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+2
* Merge remote-tracking branch 'pasis/memleak'James Booth2014-09-091-0/+1
|\
| * Fixed memory leaksDmitry Podgorny2014-09-091-0/+1
|/
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added win_save_printlnJames Booth2014-07-211-0/+6
* Added win_save_newlineJames Booth2014-07-201-4/+10
* Made win_print staticJames Booth2014-07-201-4/+8
* Return address of buffer entryJames Booth2014-07-191-2/+2
* Removed horizontal pagingJames Booth2014-07-181-4/+2
* Removed flag != 0'sJames Booth2014-07-161-5/+5
* Used constants for print flagsJames Booth2014-07-161-1/+1
* Replaced NO_EOL_DATE with bitwise orJames Booth2014-07-161-18/+18
* Use constants for flagsJames Booth2014-07-161-4/+4
* Whitespace formattingJames Booth2014-07-161-49/+66
* Implemented the buffer for windows resizingImmae2014-06-291-9/+25
* Added buffer handling. Buffer are initialized, pushed, and freed. No use is m...Immae2014-06-231-1/+3
* having wprintw go through win_save_(v)print.Immae2014-06-231-214/+128
* Added horizontal scroll for resized windowsImmae2014-06-231-1/+3
.h?id=666b4563a0064dd7aa27159813124837d306f81c'>^
1076f2b
72707c2 ^
15abade ^
bf35794 ^
1076f2b

cdbc84b ^
8d11163 ^














cdbc84b ^



1df4559 ^














39677ec ^
439e15d ^
1df4559 ^



ab3d6a7 ^

1df4559 ^

f841501 ^
ab3d6a7 ^
1df4559 ^


3399650 ^
e750878 ^
1df4559 ^


e750878 ^
dba2306 ^
1df4559 ^
b9da4b0 ^
8012fcf ^
1df4559 ^









8012fcf ^
9e8b325 ^
1df4559 ^
1df4559 ^
9e8b325 ^
8012fcf ^
1df4559 ^


ab3d6a7 ^

1df4559 ^

4cdbd52 ^

1df4559 ^


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