Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-30 | unused constant removed | George Hazan | |
2017-07-30 | Hotkeys: code cleaning | George Hazan | |
2017-07-28 | another missing service restored | George Hazan | |
2017-07-25 | unfortunately the whole Chat_Event handler must be executed in the main ↵ | George Hazan | |
thread because of problems with RICHEDIT50W | |||
2017-07-19 | fixes #801 (StdMsg inserts a Tab in Message Window when changing from ↵ | George Hazan | |
History window after opening URL) | |||
2017-07-11 | name conflict resolution | George Hazan | |
2017-07-10 | fixes #757 (Scriver: send message by Enter don't work until restart) | George Hazan | |
2017-06-28 | fixes #769 (Broken colors in TabSRMM niclkist when IRC reconnects) | George Hazan | |
2017-06-27 | - fixes #727; | George Hazan | |
- minor code cleaning | |||
2017-06-05 | fixes #836 (Discord: extremely slow message sending (22 seconds)) | 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-04-17 | more common code incapsulated into mir_app.dll | George Hazan | |
2017-04-14 | unused code cleaned | George Hazan | |
2017-04-13 | two new functions: CDlgBase::Resize & Hide | 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-05 | Srmm_MessageStreamCallback isolated inside mir_core and therefore 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 | 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-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 | 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-27 | fixes #777 (scrollbars disappeared from tabSRMM) | 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 | context menu moved to mir_app | George Hazan | |
2017-03-26 | common code from WndProc_Log moved to mir_app | George Hazan | |
2017-03-25 | fix to prevent duplicate event processing | George Hazan | |
2017-03-25 | unneeded function removed | 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 | |
2017-03-23 | these windows should be manually unsubclassed before exit | George Hazan | |
2017-03-23 | stubs for the message entry, log & nicklist window procedures | George Hazan | |
2017-03-22 | nick list moved to mir_app | George Hazan | |
2017-03-22 | Channel Manager button went to core | George Hazan | |
2017-03-22 | - more SRMM buttons went to mir_app; | George Hazan | |
- history button handler also moved to mir_app; | |||
2017-03-22 | - Clist_ClearSearch considered useless; | George Hazan | |
- pfnDoSelectionDefaultAction rewritten to handle search correctly | |||
2017-03-21 | - fix for button codes in tabSRMM; | George Hazan | |
- CSrmmBaseDialog::ProcessHotkeys to receives control keys statuses as well | |||
2017-03-21 | common chat hotkeys processing code moved to mir_app | George Hazan | |
2017-03-21 | no need to export Srmm_ButtonSubclassProc anymore | George Hazan | |