summaryrefslogtreecommitdiff
path: root/plugins/Scriver
AgeCommit message (Collapse)Author
2017-08-25Scriver: killing that old shit with error dialogGeorge Hazan
2017-08-25fixes a problem with log scroling in ScriverGeorge Hazan
2017-08-24nullptr must be passed inside SetStatusText to return back to the predefined ↵George Hazan
value
2017-08-16fixes #886 (Scriver: group chat does not start at the bottom)George Hazan
2017-08-15anonymous SRMM services got namesGeorge Hazan
2017-08-15fixes #799 (Crash on receiving msg in FB group chat)George Hazan
2017-08-08ME_MSG_TOOLBARLOADED is hooked everywhere as a temporary eventGeorge Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-08-03Scriver: swapped MSG_SENDMESSAGE workersGeorge Hazan
2017-07-30Hotkeys: code cleaningGeorge Hazan
2017-06-29fixes #814 (Scriver: Duplicate characters in input field)George Hazan
2017-05-03Scriver: fix for memory corruptionGeorge Hazan
2017-05-03CCtrlRichEdit::GetRichTextUtf considered uselessGeorge Hazan
2017-05-03winapi perversion removed (fixes #809)George Hazan
2017-05-01Scrive: fix for sending long messagesGeorge Hazan
2017-05-01Utils_IsRtl - core function to detect RTL direcctionGeorge Hazan
2017-04-17more common code incapsulated into mir_app.dllGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-12fix for a tab icon for message sessionsGeorge Hazan
2017-04-08unneeded type declaration removedGeorge Hazan
2017-04-08fix for log options in ScriverGeorge 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-05fix for the input buffer size in ScriverGeorge Hazan
2017-04-05SRMM* plugins switched to CCtrlRichEditGeorge 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-04-03fixes #788 (minimize/restore wipes out vertical scroller position)George Hazan
2017-04-02fixes #764George Hazan
2017-03-31minor code cleaningGeorge Hazan
2017-03-28more unneeded code removedGeorge Hazan
2017-03-28and finally MS_MSG_GETWINDOWDATA has gone, zihrono levrahaGeorge Hazan
2017-03-28we don't need the uFlags field eitherGeorge Hazan
2017-03-28funny, but without cbSize we have no need in MessageWindowInputData at allGeorge 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-26Windows'98 compatibility code is not needed for yearsGeorge Hazan
2017-03-26code cleaningGeorge Hazan
2017-03-26duplicate code removedGeorge Hazan
2017-03-26context menu moved to mir_app, part II :)George Hazan
2017-03-26common code from WndProc_Log moved to mir_appGeorge Hazan
2017-03-25fix to prevent duplicate event processingGeorge Hazan
2017-03-24hmm... another not-so-very-useful serviceGeorge Hazan
2017-03-24unused shit removedGeorge Hazan
2017-03-24warning fixGeorge 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