Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #680 completely
|
|
|
|
|
|
plugin unload
|
|
|
|
|
|
|
|
|
|
|
|
SetRichText, SetRichTextRtf
|
|
- UI utils spread to separate modules, one module for one class;
- class CCtrlRichEdit added
|
|
|
|
- archaic linked list of modules replaced with the standard LIST<> which is much faster
- fix for the module destruction
|
|
|
|
|
|
by someone's dirty hands
|
|
- fixes #791
|
|
|
|
|
|
- ShowRoom moved to chat_manager.cpp because there's no more hidden window procedure
- we don't need the empty container to raise up at startup
- not all chat options were reloaded on clicking Apply
|
|
- tab control converted into the universal container;
- status bar moved from chat window to a container, thus allowing resize in both tabbed & sinlgle modes;
- chat own window save/restore method replaced with standard Miranda code;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|