Age | Commit message (Collapse) | Author |
|
correctly in Options - Plugins)
|
|
|
|
- obsolete ANSI code cleaning;
- code formatting
|
|
|
|
settings for export)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
completely)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HIMAGELIST
|
|
|
|
|
|
|
|
- Skin_GetIconName() considered obsolete and therefore removed;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- no need to save 4 bytes each time we wanna declare protocol-wide events;
- all event adding code is forced to be executed in the main thread;
- also fixes #1904 (ICQ: mail notification bug);
- now we can use any event ids for global events.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- ANSI plugin became Unicode and therefore went under standard project templates;
- globals.h renamed to stdafx.h, stdafx.cxx added to a project;
- old pascal-style lists replaced with LIST<> templates;
- massive code cleaning;
- version bump
|
|
|
|
- obsolete CCtrlBase private members removed;
|
|
- obsolete private declarations removed;
- initialized member CCtrlBase::m_bSilent inited;
- warning fixes
|
|
|
|
|
|
|