summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2020-04-23StdMsg:George Hazan
- fixes #865 (new message pops up a window even if the "In background" option is turned on); - old window positioning code from Chat.dll removed;
2020-04-20fixes #2334 (Обрезается строка в русском ↵George Hazan
переводе)
2020-04-10fixes #2313 (Request: Clist Classic - Dont move offline users to bottom)George Hazan
2020-04-10StdClist options code cleaningGeorge Hazan
2020-04-10fixes #2317 (StdUserInfo: we need moar Unicode)George Hazan
2020-04-08fixes #2314 (StdMsg: Focus doesn't follow tab switching)George Hazan
2020-04-05another common clist option moved to the coreGeorge Hazan
2020-03-31fixes #2262 (StdMsg: баг при добавлении контакта)George Hazan
2020-03-30another common option removed from dialogsGeorge Hazan
2020-03-30Contact lists:George Hazan
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start);
2020-03-26fixes #2284 (No right mouse clicke menu on messege editor)George Hazan
2020-03-24fixes #2276 (StdMsg: drag-n-drop leaves a file's icon in the entry field)George Hazan
2020-03-22File transfers:George Hazan
- fixes #2274 (StdMsg & Scriver cannot send files to offline contacts even if their protocol allows that to do); - all copies of AddToFileList in all plugins removed; - ProcessFileDrop() function introduced to handle all file drop operations in all SRMM plugins & contact list
2020-03-13StdMsg: fix for pasting data from clipboard in ANSIGeorge Hazan
2020-03-10fixes #2253 (StdMsg grabbing/stealing focus on incoming message)George Hazan
2020-03-03HM_DBEVENTADDED to be delayed, instead of sending it immediatelyGeorge Hazan
2020-02-17crash fixGeorge Hazan
2020-02-07fixes #2204 (empty strings in StdPopup options)George Hazan
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2020-01-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-16fixes #2141 (StdUserInfo doesn't handle OK button properly)George Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-10-28crash fixGeorge Hazan
2019-10-28fixes #2105 for StdUserInfo (crash in User Info dialog when a plugin is ↵George Hazan
unloaded)
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-27oopsGeorge Hazan
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-09-18- more shit cleared from C++ code;George Hazan
- Pascal code partially restored till the full container log implementation
2019-09-18m_ieview.h: code cleaningGeorge Hazan
2019-09-17Chat: common code moved to mir_appGeorge Hazan
2019-09-09unused declaration removedGeorge Hazan
2019-09-09Srmm_FindDialog moved from StdMsg to the coreGeorge Hazan
2019-09-09CSrmmBaseDialog::RefreshButtonStatus() is called now from the base class ↵George Hazan
directly
2019-09-05more correct fix for #2046George Hazan
2019-09-05code cleaningGeorge Hazan
2019-09-05fixes #2046 (StdMsg: toolbar is broken after update)George Hazan
2019-09-04StdMsg: unneeded options removedGeorge Hazan
2019-09-04fixes #2044 (strange Select all behaviour in StdMsg private chats)George Hazan
2019-09-04more correct way of working with Ctrl+Up/DownGeorge Hazan
2019-09-04fixes #2042 (StdMsg: window icon remains gray after entering a groupchat)George Hazan
2019-09-04StdMsg:George Hazan
- separate "Show button for sending messages" setting for group chats removed; - Send button behaviour rewritten using UI classes instead of a crutch in a window procedure; - code optimization & unification
2019-09-04history manager built into CHAT_MANAGER isn't needed anymoreGeorge Hazan
2019-09-04StdMsg: entered strings are stored for group chats as well as for private chatsGeorge Hazan
2019-09-04fixes #2041 (StdMsg: right-click is broken)George Hazan
2019-09-03StdMsg: chat & groupchat window classes merged together into new class ↵George Hazan
CMsgDialog