Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugin unload
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu);
- ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins
to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
|
|
- Chat_HoverMouse became the internal function ans is not exported anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- history button handler also moved to mir_app;
|
|
- CSrmmBaseDialog::ProcessHotkeys to receives control keys statuses as well
|
|
|