Age | Commit message (Collapse) | Author |
|
thumb window in a taskbar)
fixes #1249
|
|
|
|
|
|
|
|
- freeimage extracted to the separate library;
- FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions;
- unified project for AdvaImg
|
|
- fixed: status icons in group chats aren't changed when needed
- the status bar redraw procedure seriously optimized
|
|
|
|
62202ed10617927d5429bc59898e12a366abe744)
|
|
|
|
|
|
|
|
* replace 0/NULL with nullptr [using clang-tidy]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugin unload
|
|
|
|
by someone's dirty hands
|
|
- fixes #791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fixes #735 (crazy dark magic of Windows);
- common code of window creation moved to CTabBaseDlg::OnInitDialog();
- DM_REFRESHTABINDEX replaced with the call of TContainerData::UpdateTabs();
|
|
|
|
|
|
|
|
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND;
- linked list of sessions replaced with the usual LIST<>;
- saveCI removed everywhere
|
|
|