summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/src/Include/clc.h
blob: 92944814954c8d7060efb3a422ec1ab851cfe3ce (plain)
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
/*

Miranda NG: the free IM client for Microsoft* Windows*

Copyright (c) 2012-14 Miranda NG project (http://miranda-ng.org),
Copyright (c) 2000-03 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
*/

#define INTM_XSTATUSCHANGED		(WM_USER+26)
#define INTM_METACHANGEDEVENT	(WM_USER+27)
#define INTM_CODEPAGECHANGED	(WM_USER+28)
#define INTM_AVATARCHANGED		(WM_USER+30)
#define INTM_STATUSMSGCHANGED	(WM_USER+31)
#define INTM_SORTCLC			(WM_USER+32)
#define INTM_STATUSCHANGED		(WM_USER+33)
#define INTM_METACHANGED		(WM_USER+34)
#define INTM_INVALIDATECONTACT	(WM_USER+35)
#define INTM_FORCESORT			(WM_USER+36)

#define DEFAULT_TITLEBAR_HEIGHT	18

#define CLS_SKINNEDFRAME		0x0800 //this control will be the main contact list (v. 0.3.4.3+ 2004/11/02)

#define TIMERID_RENAME			10
#define TIMERID_DRAGAUTOSCROLL	11
#define TIMERID_INFOTIP			13
#define TIMERID_SORT			15
#define TIMERID_REFRESH			18
#define TIMERID_PAINT			19

#define CONTACTF_ONLINE			1
//#define CONTACTF_INVISTO		2
//#define CONTACTF_VISTO		4
#define CONTACTF_NOTONLIST		8
#define CONTACTF_CHECKED		16
#define CONTACTF_IDLE			32
#define CONTACTF_STICKY			64
#define CONTACTF_PRIORITY		128

#define STATUSMSG_XSTATUSID		1
#define STATUSMSG_XSTATUSNAME	2
#define STATUSMSG_CLIST			4
#define STATUSMSG_YIM			8
#define STATUSMSG_GG			16
#define STATUSMSG_XSTATUS		32

#define STATUSMSG_NOTFOUND		0

#define SMSG_MAXLEN				700

#define EXTRAIMAGECACHESIZE		1000

// extra cache contact flags

#define ECF_RTLNICK 1
#define ECF_RTLSTATUSMSG 2
#define ECF_FORCEAVATAR 4
#define ECF_HIDEAVATAR 8
#define ECF_FORCEOVERLAY 16
#define ECF_HIDEOVERLAY 32
#define ECF_FORCELOCALTIME 64
#define ECF_HIDELOCALTIME 128
#define ECF_HASREALTIMEZONE 1024

// other contact flags (struct ClCContact;

#define ECF_AVATAR 1
#define ECF_SECONDLINE 2

#define DSPF_CENTERSTATUSICON 1
#define DSPF_DIMIDLE 2
#define DSPF_NOFFLINEAVATARS 4
#define DSPF_SHOWLOCALTIME 8
#define DSPF_LOCALTIMESELECTIVE 16
#define DSPF_DONTSEPARATEOFFLINE 32
#define DSPF_CENTERGROUPNAMES 64

/* Extra icons settings */
typedef struct _OrderTreeData
{
	BYTE			ID;
	const TCHAR *	Name;
	BYTE			Position;
	BOOL			Visible;
	BOOL			fReserved;
} *PORDERTREEDATA, ORDERTREEDATA;

struct TExtraCache
{
	MCONTACT	hContact;
	HANDLE		hTimeZone;
	BYTE		valid;
	TCHAR		*statusMsg;
	BYTE		bStatusMsgValid;
	DWORD		dwCFlags;
	DWORD		dwDFlags; // display flags for caching only
	StatusItems_t	*status_item, *proto_status_item;
	DWORD		dwLastMsgTime;
	DWORD		msgFrequency;
	BOOL		isChatRoom;
};

struct ClcContact : public ClcContactBase
{
	BOOL		bIsMeta;
	BYTE		xStatus;
	int			xStatusIcon;
	MCONTACT	hSubContact;
	char		*metaProto;
	DWORD		codePage;
	WORD		wStatus;
	int			avatarLeft, extraIconRightBegin;
	int			isRtl;
	DWORD		cFlags;
	BYTE		bSecondLine;

	avatarCacheEntry	*ace;
	TExtraCache*		pExtra;
};

#define DRAGSTAGE_NOTMOVED		0
#define DRAGSTAGE_ACTIVE		1
#define DRAGSTAGEM_STAGE		0x00FF
#define DRAGSTAGEF_MAYBERENAME	0x8000
#define DRAGSTAGEF_OUTSIDE		0x4000

#define FONTID_CONTACTS		0
#define FONTID_INVIS		1
#define FONTID_OFFLINE		2
#define FONTID_NOTONLIST	3
#define FONTID_GROUPS		4
#define FONTID_GROUPCOUNTS	5
#define FONTID_DIVIDERS		6
#define FONTID_OFFINVIS		7
#define FONTID_STATUS		8
#define FONTID_FRAMETITLE	9
#define FONTID_EVENTAREA	10
#define FONTID_TIMESTAMP	11
#define FONTID_LAST			FONTID_TIMESTAMP

struct ClcData : public ClcDataBase
{
	int *row_heights;
	int row_heights_size;
	int row_heights_allocated;

	int row_border;
	int min_row_heigh, group_row_height;

	int currentFontID;
	int rightMargin;
	BYTE SelectMode;
	BYTE isMultiSelect;
	HWND hwndParent;
	DWORD lastSort;
	BOOL bNeedPaint, bisEmbedded, bHideSubcontacts;
	DWORD lastRepaint;
	BOOL forceScroll;
	int oldSelection;
};

//#define CLUI_FRAME_SHOWTOPBUTTONS 1
#define CLUI_FRAME_SHOWBOTTOMBUTTONS 2
#define CLUI_SHOWCLIENTICONS 4
//#define CLUI_SHOWVISI 8
#define CLUI_FRAME_CLISTSUNKEN 16
#define CLUI_SHOWXSTATUS 32
#define CLUI_FRAME_BUTTONSFLAT 64
#define CLUI_FRAME_BUTTONSCLASSIC 128
#define CLUI_USEMETAICONS 256
#define CLUI_FRAME_AUTOHIDENOTIFY 512
#define CLUI_FRAME_USEXSTATUSASSTATUS 1024
#define CLUI_STICKYEVENTS 2048
#define CLUI_FRAME_SBARSHOW 4096
#define CLUI_STATUSASTEXT 8192
#define CLUI_FULLROWSELECT 16384
#define CLUI_FRAME_EVENTAREASUNKEN 32768
//#define CLUI_FRAME_BUTTONBARSUNKEN 65536
#define CLUI_FRAME_AVATARS				0x20000
#define CLUI_FRAME_AVATARSLEFT			0x40000
#define CLUI_FRAME_GDIPLUS				0x80000
#define CLUI_FRAME_AVATARBORDER			0x100000
#define CLUI_FRAME_STATUSICONS			0x200000
#define CLUI_FRAME_AVATARSRIGHTWITHNICK	0x400000
#define CLUI_FRAME_TRANSPARENTAVATAR	0x800000
#define CLUI_FRAME_ROUNDAVATAR			0x1000000
#define CLUI_FRAME_ALWAYSALIGNNICK		0x2000000
#define CLUI_FRAME_AVATARSRIGHT			0x4000000
#define CLUI_FRAME_SHOWSTATUSMSG		0x8000000
#define CLUI_FRAME_OVERLAYICONS			0x10000000
#define CLUI_FRAME_SELECTIVEICONS		0x20000000
#define CLUI_FRAME_ROUNDEDFRAME			0x40000000
#define CLUI_FRAME_NOGROUPICON			0x80000000

#define MULTIROW_NEVER 0
#define MULTIROW_ALWAYS 1
#define MULTIROW_IFSPACE 2
#define MULTIROW_IFNEEDED 3

#define CLC_GROUPALIGN_LEFT 0
#define CLC_GROUPALIGN_RIGHT 1
#define CLC_GROUPALIGN_AUTO 2

struct TCluiData {
	DWORD dwFlags;
	DWORD topOffset, bottomOffset;
	int statusBarHeight;
	int soundsOff;
	BYTE tabSRMM_Avail;
	BYTE bAvatarServiceAvail;
	HICON hIconConnecting;
	DWORD winFlags;
	DWORD winFlagsEx;
	int notifyActive;
	int hIconNotify;
	HMENU hMenuNotify;
	int iLastEventAdded;
	int wNextMenuID;
	MCONTACT hUpdateContact;
	DWORD sortTimer;
	BOOL forceResize;
	BOOL neeedSnap;
	COLORREF avatarBorder;
	HBRUSH hBrushAvatarBorder, hBrushColorKey;
	HBRUSH hBrushCLCBk;
	DWORD avatarRadius;
	int avatarSize;
	BOOL bForceRefetchOnPaint;
	BYTE dualRowMode;
	BYTE avatarPadding;
	BYTE cornerRadius;
	BYTE isTransparent;
	BYTE alpha, autoalpha;
	BYTE fadeinout;
	BYTE autosize;
	BYTE gapBetweenFrames;
	BYTE titleBarHeight;
	BYTE bClipBorder, bRowSpacing;
	HBITMAP bmpBackground, hbmBgOld, hbmBg;
	HBITMAP hbmToolbar, hbmToolbarOld;
	HDC hdcBg;
	HDC hdcPic;
	HDC hdcToolbar;
	HBITMAP hbmPicOld;
	BITMAP bminfoBg;
	SIZE dcSize;
	POINT ptW;
	BOOL bWallpaperMode;
	BOOL bNoOfflineAvatars;
	BOOL bEventAreaEnabled;
	BOOL bFullTransparent;
	BOOL bDblClkAvatars;
	BOOL bApplyIndentToBg;
	BOOL bEqualSections;
	DWORD bFilterEffective;
	BOOL bCenterStatusIcons;
	BOOL bSkinnedToolbar;
	BOOL bSkinnedStatusBar;
	BOOL bUsePerProto;
	BOOL bOverridePerStatusColors;
	BOOL bDontSeparateOffline;
	TCHAR groupFilter[2048];
	char protoFilter[2048];
	char varFilter[2048];
	DWORD lastMsgFilter;
	char current_viewmode[256], old_viewmode[256];
	BYTE boldHideOffline;
	DWORD statusMaskFilter;
	DWORD stickyMaskFilter;
	DWORD filterFlags;
	COLORREF colorkey;
	BOOL bMetaEnabled;
	BOOL bSecIMAvail;
	BOOL bNoTrayTips;
	BOOL bShowLocalTime;
	BOOL bShowLocalTimeSelective;
	BOOL bShowXStatusOnSbar;
	BOOL bLayeredHack;
	HPEN hPen3DBright, hPen3DDark;
	BYTE bSkinnedButtonMode;
	BYTE bFirstRun;
	BYTE bUseDCMirroring;
	BYTE bCLeft, bCRight, bCTop, bCBottom;
	BYTE fullyInited;
	BYTE bAutoExpandGroups;
	SIZE szOldCTreeSize;
	BYTE bWantFastGradients, bUseFastGradients;
	BYTE sortOrder[3];
	BYTE bGroupAlign;
	BYTE bSkinnedScrollbar;
	DWORD langPackCP;
	BOOL fOnDesktop;
	int group_padding;
	DWORD t_now;
	BOOL realTimeSaving;
	TCHAR tszProfilePath[MAX_PATH];
	FILETIME ft;
	SYSTEMTIME st;
};

#define SORTBY_NAME 1
#define SORTBY_PROTO 2
#define SORTBY_STATUS 3
#define SORTBY_LASTMSG 4
#define SORTBY_FREQUENCY 5
#define SORTBY_PRIOCONTACTS 6

struct IconDesc {
	char *szName;
	char *szDesc;
	int uId;           // icon ID
};

struct NotifyMenuItemExData {
	MCONTACT hContact;
	int iIcon;              // icon index in the image list
	HICON hIcon;            // corresponding icon handle
	HANDLE hDbEvent;
};

// #define NOTIFY_HEIGHT 24

struct CluiTopButton {
	int ctrlid;
	char *pszButtonID, *pszButtonDn, *pszButtonName;
	int isPush, isVis, isAction;
	HANDLE hButton;
	HWND hwndButton;
};

struct TrayIconInfo {
	union {
		HICON hIcon;
		int iIcon;
	};
};

typedef struct {
	char protoName[50];
	UINT menuID;
	BOOL added;
	HICON hIcon;
} protoMenu;

//clcidents.c
int FindItem(HWND hwnd, struct ClcData *dat, HANDLE hItem, ClcContact **contact, ClcGroup **subgroup, int *isVisible);
HANDLE ContactToItemHandle(ClcContact *contact, DWORD *nmFlags);

//clcitems.c
void RebuildEntireList(HWND hwnd, struct ClcData *dat);
DWORD INTSORT_GetLastMsgTime(MCONTACT hContact);

//clcmsgs.c
LRESULT ProcessExternalMessages(HWND hwnd, struct ClcData *dat, UINT msg, WPARAM wParam, LPARAM lParam);

//clcutils.c
void 	SetGroupExpand(HWND hwnd, struct ClcData *dat, ClcGroup *group, int newState);
void 	DoSelectionDefaultAction(HWND hwnd, struct ClcData *dat);
int 	FindRowByText(HWND hwnd, struct ClcData *dat, const TCHAR *text, int prefixOk);
void 	BeginRenameSelection(HWND hwnd, struct ClcData *dat);
int 	HitTest(HWND hwnd, struct ClcData *dat, int testx, int testy, ClcContact **contact, ClcGroup **group, DWORD *flags);
void 	ScrollTo(HWND hwnd, struct ClcData *dat, int desty, int noSmooth);
void 	RecalcScrollBar(HWND hwnd, struct ClcData *dat);
size_t 	MY_pathToRelative(const TCHAR *pSrc, TCHAR *pOut);
size_t 	MY_pathToAbsolute(const TCHAR *pSrc, TCHAR *pOut);

#define DROPTARGET_OUTSIDE		0
#define DROPTARGET_ONSELF		1
#define DROPTARGET_ONNOTHING	2
#define DROPTARGET_ONGROUP		3
#define DROPTARGET_ONCONTACT	4
#define DROPTARGET_INSERTION	5
int GetDropTargetInformation(HWND hwnd, struct ClcData *dat, POINT pt);
void LoadClcOptions(HWND hwnd, struct ClcData *dat, BOOL bFirst);
void RecalculateGroupCheckboxes(HWND hwnd, struct ClcData *dat);
void SetGroupChildCheckboxes(ClcGroup *group, int checked);
BYTE GetCachedStatusMsg(TExtraCache* p, char *szProto);
int __fastcall GetStatusOnlineness(int status);
void GetExtendedInfo(ClcContact *contact, struct ClcData *dat);
extern LRESULT CALLBACK NewStatusBarWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
void HideShowNotifyFrame();
DWORD GetCLUIWindowStyle(BYTE style);
void ApplyCLUIBorderStyle(HWND hwnd);

int FrameNCCalcSize(HWND hwnd, WNDPROC oldWndProc, WPARAM wParam, LPARAM lParam, BOOL hasTitleBar);
int FrameNCPaint(HWND hwnd, WNDPROC oldWndProc, WPARAM wParam, LPARAM lParam, BOOL hasTitleBar);

void FreeProtocolData( void );

void GetClientID(ClcContact *contact, char *client);
int LoadCLCButtonModule(void);
void SetButtonStates(HWND hwnd);
void ConfigureCLUIGeometry(int mode);
void IcoLibReloadIcons();
int CompareContacts(const ClcContact* p1, const ClcContact* p2);
void PaintNotifyArea(HDC hDC, RECT *rc);
int AvatarChanged(WPARAM wParam, LPARAM lParam);
void ConfigureFrame();
void ConfigureEventArea(HWND hwnd);
void ClearIcons(int mode);
void SkinDrawBg(HWND hwnd, HDC hdc);
int GetBasicFontID(ClcContact * contact);
extern int __fastcall CLVM_GetContactHiddenStatus(MCONTACT hContact, char *szStatus, struct ClcData *dat);
void CreateViewModeFrame();
int GetExtraCache(MCONTACT hContact, char *szProto);
void ReloadExtraInfo(MCONTACT hContact);
void LoadAvatarForContact(ClcContact *p);
void ApplyViewMode(const char *name);

void ClcSetButtonState(int ctrlId, int status);
HWND ClcGetButtonWindow(int ctrlid);

//clcpaint.c
void PaintClc(HWND hwnd, struct ClcData *dat, HDC hdc, RECT *rcPaint);
void __inline PaintItem(HDC hdcMem, ClcGroup *group, ClcContact *contact, int indent, int y, struct ClcData *dat, int index, HWND hwnd, DWORD style, RECT *clRect, BOOL *bFirstNGdrawn, int groupCountsFontTopShift, int rowHeight);
void Reload3dBevelColors();
void ReloadThemedOptions();
void SetButtonToSkinned();
void RTL_DetectAndSet(ClcContact *contact, MCONTACT hContact);
void RTL_DetectGroupName(ClcContact *group);
void CLN_LoadAllIcons(BOOL mode);
void ReloadSkinItemsToCache();

//clcopts.c
int ClcOptInit(WPARAM wParam, LPARAM lParam);
void GetFontSetting(int i, LOGFONTA *lf, COLORREF *colour);
void CluiProtocolStatusChanged( int parStatus, const char* szProto );

void LoadSkinItemToCache(struct TExtraCache *cEntry, const char *szProto);

// debugging support

void _DebugTraceW(const wchar_t *fmt, ...);
#ifdef _CLN_GDIP
extern "C" void _DebugTraceA(const char *fmt, ...);
#else
void _DebugTraceA(const char *fmt, ...);
#endif

// Docking.c

int Docking_IsDocked(WPARAM wParam, LPARAM lParam);

// Buttons

#define BUTTONSETIMLICON		(WM_USER+20)
#define BUTTONSETSKINNED		(WM_USER+21)
#define BUTTONSETBTNITEM		(WM_USER+22)
#define BUTTONSETTTBUTTON		(WM_USER+23)

// Menus

void IMG_DeleteItems();
int CoolSB_SetupScrollBar();

#define NIIF_INTERN_UNICODE			0x00000100

#define SETTING_WINDOWSTYLE_DEFAULT	0

#define SETTING_TRAYICON_SINGLE		0
#define SETTING_TRAYICON_CYCLE		1
#define SETTING_TRAYICON_MULTI		2

#define SETTING_STATE_HIDDEN		0
#define SETTING_STATE_MINIMIZED		1
#define SETTING_STATE_NORMAL		2

#define SETTING_BRINGTOFRONT_DEFAULT	0

#define SETTING_WINDOWSTYLE_TOOLWINDOW	1
#define SETTING_WINDOWSTYLE_THINBORDER	2
#define SETTING_WINDOWSTYLE_NOBORDER	3

#define CLCHT_ONAVATAR			0x2000
#define CLCHT_ONITEMSPACE		0x4000

#define CLM_SETEXTRAIMAGEINT		(CLM_FIRST+101)
#define CLM_SETSTICKY				(CLM_FIRST+100)
#define CLM_ISMULTISELECT			(CLM_FIRST+102)
#define CLM_SETEXTRAIMAGEINTMETA	(CLM_FIRST+104)
#define CLM_GETSTATUSMSG			(CLM_FIRST+105)
#define CLM_SETHIDESUBCONTACTS		(CLM_FIRST+106)
#define CLM_TOGGLEPRIORITYCONTACT	(CLM_FIRST+107)
#define CLM_QUERYPRIORITYCONTACT	(CLM_FIRST+108)

#define IDC_RESETMODES		110
#define IDC_SELECTMODE		108
#define IDC_CONFIGUREMODES	109

#define NR_CLIENTS 40

typedef BOOL (WINAPI *PGF)(HDC, PTRIVERTEX, ULONG, PVOID, ULONG, ULONG);

#define IDC_STBHIDEOFFLINE			IDC_TBHIDEOFFLINE - 20
#define IDC_STBHIDEGROUPS			IDC_TBHIDEGROUPS - 20
#define IDC_STBSOUND				IDC_TBSOUND - 20
#define IDC_STBFINDANDADD			IDC_TBFINDANDADD - 20
#define IDC_STBOPTIONS				IDC_TBOPTIONS - 20
#define IDC_STBMINIMIZE				IDC_TBMINIMIZE - 20
#define IDC_STABSRMMSLIST			IDC_TABSRMMSLIST - 20
#define IDC_STABSRMMMENU			IDC_TABSRMMMENU - 20
#define IDC_STBSELECTVIEWMODE		IDC_TBSELECTVIEWMODE - 20
#define IDC_STBCLEARVIEWMODE		IDC_TBCLEARVIEWMODE - 20
#define IDC_STBCONFIGUREVIEWMODE	IDC_TBCONFIGUREVIEWMODE - 20
#define IDC_STBTOPMENU				IDC_TBTOPMENU - 20
#define IDC_STBTOPSTATUS			IDC_TBTOPSTATUS - 20
#define IDC_STBFOLDER				IDC_TBFOLDER - 20
#define IDC_STBPOPUP				IDC_TBPOPUP - 20
#define IDC_STBACCOUNTS				IDC_TBACCOUNTS - 20