Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-01 | Utils_IsRtl - core function to detect RTL direcction | George Hazan | |
2017-04-17 | more common code incapsulated into mir_app.dll | George Hazan | |
2017-04-14 | StdMsg: fix for "Auto close window after send" option | George Hazan | |
2017-04-14 | fixes various crashes on exit in StdMsg | George Hazan | |
2017-04-14 | unused code cleaned | George Hazan | |
2017-04-14 | StdMsg: status bar icons processing moved to container | George Hazan | |
2017-04-13 | StdMsg: fix for clearing chat active state | George Hazan | |
2017-04-13 | fix for the Send button size & position | George Hazan | |
2017-04-13 | two new functions: CDlgBase::Resize & Hide | George Hazan | |
2017-04-12 | fixes #797 (Contact windows no longer flashing) | George Hazan | |
2017-04-12 | fixes #796 (Double-clicking contact list entry no longer activates their window) | George Hazan | |
2017-04-12 | fix for a tab icon for message sessions | George Hazan | |
2017-04-12 | StdMsg: fix for pressing Esc in a log window | George Hazan | |
2017-04-11 | StdMsg: if tabs are used, SRMM window to share container with chats. also ↵ | George Hazan | |
fixes #680 completely | |||
2017-04-09 | fixes #794 | George Hazan | |
2017-04-07 | SRMM events are now created inside the core to avoid problems with dynamic ↵ | George Hazan | |
plugin unload | |||
2017-04-07 | Windows-specific code moved to mir_core | George Hazan | |
2017-04-06 | message cleaning | George Hazan | |
2017-04-05 | SRMM* plugins switched to CCtrlRichEdit | George Hazan | |
2017-04-05 | unused functions removed | George Hazan | |
2017-04-04 | - GC_FONTSIZE considered useless; | George Hazan | |
- archaic linked list of modules replaced with the standard LIST<> which is much faster - fix for the module destruction | |||
2017-04-04 | data used by some plugins only moved to these plugins | George Hazan | |
2017-04-04 | compilation fix | George Hazan | |
2017-04-04 | SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵ | George Hazan | |
by someone's dirty hands | |||
2017-04-03 | - SRMM window list management moved to the base class; | George Hazan | |
- fixes #791 | |||
2017-04-02 | useless constructor parameters removed | George Hazan | |
2017-04-01 | StdMsg: tab options moved from chats to a tab in Messaging Options | George Hazan | |
2017-04-01 | StdMsg: | George Hazan | |
- 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 | |||
2017-03-31 | StdMsg: | George Hazan | |
- 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; | |||
2017-03-31 | code cleaning | George Hazan | |
2017-03-28 | and finally MS_MSG_GETWINDOWDATA has gone, zihrono levraha | George Hazan | |
2017-03-28 | we don't need the uFlags field either | George Hazan | |
2017-03-28 | funny, but without cbSize we have no need in MessageWindowInputData at all | George Hazan | |
2017-03-28 | massive cleanup of useless cbSize fields | George Hazan | |
2017-03-28 | SRMM notifications went to the core with ME_MSG_WINDOWEVENT | George Hazan | |
2017-03-27 | common code moved to mir_app | George Hazan | |
2017-03-26 | Windows'98 compatibility code is not needed for years | George Hazan | |
2017-03-26 | code cleaning | George Hazan | |
2017-03-26 | duplicate code removed | George Hazan | |
2017-03-26 | context menu moved to mir_app, part II :) | George Hazan | |
2017-03-26 | common code from WndProc_Log moved to mir_app | George Hazan | |
2017-03-26 | fix: StdMsg closes window after sending a message | George Hazan | |
2017-03-25 | fix to prevent duplicate event processing | George Hazan | |
2017-03-24 | hmm... another not-so-very-useful service | George Hazan | |
2017-03-24 | unused shit removed | George Hazan | |
2017-03-24 | warning fix | George Hazan | |
2017-03-24 | revolution in chat menus | George Hazan | |
- 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 | |||
2017-03-24 | - merge of WndProc_Nicklist functions; | George Hazan | |
- Chat_HoverMouse became the internal function ans is not exported anymore | |||
2017-03-24 | m_message & m_log moved inside mir_app | George Hazan | |
2017-03-23 | usual crutches sometimes don't work, we need the stronger ones | George Hazan | |