summaryrefslogtreecommitdiff
path: root/src/mir_app
AgeCommit message (Collapse)Author
2017-08-21more GSSAPI logsGeorge Hazan
2017-08-20minus ModernOptGeorge Hazan
2017-08-16fixes #880 (IRC dims all rooms after leaving one)George Hazan
2017-08-16fixes #859 (crash when no connectivity is present)George Hazan
2017-08-15fixes #799 (Crash on receiving msg in FB group chat)George Hazan
2017-08-08nasty clutch removed, to be replaced with HookTemporaryEventGeorge Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-06Update rest of links to httpsRobert Pösel
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-07-31LPGEN to be applied to the string itselfGeorge Hazan
2017-07-30added ability to bind hotkeys to SRMM toolbar iconsGeorge Hazan
2017-07-30minor code cleaningGeorge Hazan
2017-07-30unused constant removedGeorge Hazan
2017-07-30Hotkeys: code cleaningGeorge Hazan
2017-07-28another missing service restoredGeorge Hazan
2017-07-25unfortunately the whole Chat_Event handler must be executed in the main ↵George Hazan
thread because of problems with RICHEDIT50W
2017-07-19fixes #801 (StdMsg inserts a Tab in Message Window when changing from ↵George Hazan
History window after opening URL)
2017-07-11name conflict resolutionGeorge Hazan
2017-07-10fixes #757 (Scriver: send message by Enter don't work until restart)George Hazan
2017-06-28fixes #769 (Broken colors in TabSRMM niclkist when IRC reconnects)George Hazan
2017-06-27- fixes #727;George Hazan
- minor code cleaning
2017-06-05fixes #836 (Discord: extremely slow message sending (22 seconds))George Hazan
2017-05-11crash fixGeorge Hazan
2017-05-05Revert "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-04fix for clicking on arrow buttonsGeorge Hazan
2017-04-17more common code incapsulated into mir_app.dllGeorge Hazan
2017-04-14unused code cleanedGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-07compilation fixGeorge Hazan
2017-04-07SRMM events are now created inside the core to avoid problems with dynamic ↵George Hazan
plugin unload
2017-04-07Windows-specific code moved to mir_coreGeorge Hazan
2017-04-05Srmm_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-04data used by some plugins only moved to these pluginsGeorge Hazan
2017-04-04SRMM 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-29fixes #780 (Scriver: All message log text is selected on keyboard focus)George Hazan
2017-03-28some more fixes for 64-bit versionGeorge Hazan
2017-03-28and finally MS_MSG_GETWINDOWDATA has gone, zihrono levrahaGeorge Hazan
2017-03-28massive cleanup of useless cbSize fieldsGeorge Hazan
2017-03-28SRMM notifications went to the core with ME_MSG_WINDOWEVENTGeorge Hazan
2017-03-27common code moved to mir_appGeorge Hazan
2017-03-27fixes #777 (scrollbars disappeared from tabSRMM)George Hazan
2017-03-26duplicate code removedGeorge Hazan
2017-03-26context menu moved to mir_app, part II :)George Hazan
2017-03-26context menu moved to mir_appGeorge Hazan
2017-03-26common code from WndProc_Log moved to mir_appGeorge Hazan
2017-03-25fix to prevent duplicate event processingGeorge Hazan
2017-03-25unneeded function removedGeorge Hazan
2017-03-24revolution in chat menusGeorge 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