Age | Commit message (Collapse) | Author |
|
|
|
if the event is missing
usable to hook events that disappear after being used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit cd6513f3037456f6c7c3a8d051be51d62cb9bd88.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SetRichText, SetRichTextRtf
|
|
- UI utils spread to separate modules, one module for one class;
- class CCtrlRichEdit added
|
|
by someone's dirty hands
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
- pfnDoSelectionDefaultAction rewritten to handle search correctly
|
|
- CSrmmBaseDialog::ProcessHotkeys to receives control keys statuses as well
|
|
|