Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-05 | fixes #836 (Discord: extremely slow message sending (22 seconds)) | George Hazan | |
2017-06-02 | fixes crash in StdMsg on opening SRMM window | George Hazan | |
2017-05-17 | StdMsg: fix for minimize on send option | George Hazan | |
2017-05-11 | crash fix | George Hazan | |
2017-05-05 | Revert "stupid bug with the empty HTTP packets processing in netlib" (commit ↵ | Robert Pösel | |
b0b0b090cbec03d92e803612d2eced7d85ebf486) (fixes #807) I don't understand reason for the original commit, but it is obviously wrong as it makes often receiving data failures (perhaps because timeout of persistent connection?). | |||
2017-05-04 | fix for clicking on arrow buttons | George Hazan | |
2017-05-03 | CCtrlRichEdit::GetRichTextUtf considered useless | George Hazan | |
2017-05-03 | if we need to count symbols, we to count CRLF too | George Hazan | |
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 | compilation fix | 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 | code cleaning | George Hazan | |
2017-04-05 | SRMM* plugins switched to CCtrlRichEdit | George Hazan | |
2017-04-05 | Srmm_MessageStreamCallback isolated inside mir_core and therefore removed; | George Hazan | |
2017-04-05 | more methods for CCtrlRichEdit: GetRichTextRtf, GetRichTextUtf, GetRichText, ↵ | George Hazan | |
SetRichText, SetRichTextRtf | |||
2017-04-05 | mir_core: | George Hazan | |
- UI utils spread to separate modules, one module for one class; - class CCtrlRichEdit added | |||
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-31 | couple of memleak fixes | George Hazan | |
2017-03-29 | fixes #780 (Scriver: All message log text is selected on keyboard focus) | George Hazan | |
2017-03-28 | some more fixes for 64-bit version | 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 | |