about summary refs log tree commit diff stats
path: root/src/ui/window.h
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed resource -> resource_overrideJames Booth2015-01-101-1/+1
* Removed functions from window.cJames Booth2014-12-221-3/+0
* Moved unread to window subtypesJames Booth2014-12-211-1/+4
* Added win_get_titleJames Booth2014-12-211-4/+5
* Use class instead of base pointerJames Booth2014-12-211-8/+8
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-4/+16
* Added rosterwin.cJames Booth2014-12-161-0/+3
* Refactor layout creationJames Booth2014-12-161-3/+3
* Added new window and layout typesJames Booth2014-12-161-39/+58
* Added window specific creation functionsJames Booth2014-12-151-1/+4
* Added win create functions for chat and private chatJames Booth2014-12-101-0/+3
* Removed unused argument from _wins_show_historyJames Booth2014-12-101-1/+1
* Renamed chat_resource -> resourceJames Booth2014-12-101-1/+1
* Moved chat resource to WIN_CHAT typeJames Booth2014-12-101-1/+1
* Moved otr properties to WIN_CHAT typeJames Booth2014-12-101-4/+4
* Added form to WIN_MUC_CONFIG typeJames Booth2014-12-101-1/+1
* Added union for window typesJames Booth2014-12-101-8/+37
* Added /resource commandJames Booth2014-12-021-0/+1
* Changed type to enum for presence colour attributesJames Booth2014-11-161-1/+0
* Replaced colours with theme_item_tJames Booth2014-11-161-3/+3
* Added seperate values for roster and occupants win sizesJames Booth2014-11-151-0/+1
* Changed subwin width to percentageJames Booth2014-11-151-1/+1
* Refactor subwin sizing and disabled wrappingJames Booth2014-11-101-1/+3
* Fixed history messages to work with wrappingJames Booth2014-11-091-3/+4
* Removed /duck commandJames Booth2014-10-181-1/+0
* Implemented /occupants showJames Booth2014-10-091-0/+1
* Implemented /occupants hideJames Booth2014-10-091-0/+1
* Added scroll support to occupant listJames Booth2014-10-071-0/+1
* Added room occupants panelJames Booth2014-10-071-0/+1
* Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-0/+3
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+2
* Create new window for room configurationJames Booth2014-09-071-0/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added win_save_printlnJames Booth2014-07-211-0/+1
* Added win_save_newlineJames Booth2014-07-201-0/+1
* Removed win_print from window.hJames Booth2014-07-201-1/+0
* Use GSList for buffer entriesJames Booth2014-07-181-1/+1
* Removed horizontal pagingJames Booth2014-07-181-1/+0
* Replaced NO_EOL_DATE with bitwise orJames Booth2014-07-161-2/+0
* Use constants for flagsJames Booth2014-07-161-1/+3
* Implemented the buffer for windows resizingImmae2014-06-291-0/+2
* Added buffer handling. Buffer are initialized, pushed, and freed. No use is m...Immae2014-06-231-0/+2
* having wprintw go through win_save_(v)print.Immae2014-06-231-8/+8
* Added horizontal scroll for resized windowsImmae2014-06-231-0/+1
* Moved info display code to window.cJames Booth2014-06-031-0/+1
* Tidied xmlconsoleJames Booth2014-04-151-0/+1
* Added XML Console windowJames Booth2014-04-151-1/+2
* Renamed refresh functions to update_virtualJames Booth2014-04-011-1/+1
* Do not scroll to end in message window when pagingJames Booth2014-03-311-1/+1
* Updated copyrightJames Booth2014-03-091-1/+1
c91fa6ca11aff'>204dae92 ^
9e751bb8 ^

204dae92 ^
9e751bb8 ^

204dae92 ^





201458e3 ^
fd7d8138 ^
9e751bb8 ^






















































672e3e50 ^


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
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
155
156
157
158
159
160
161
162
163
164
165