summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgdialog.cpp
AgeCommit message (Collapse)Author
2019-10-05fixes #2091 (tabSRMM: added "Use the same splitter height for all sessions")George Hazan
2019-10-03fixes #2089 (tabSRMM doesn't scroll to bottom if custom log is chosen)George Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-30fix for sending %% in tabSRMM group chatsGeorge Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-09-19useless variable CMsgDialog::m_nMax removedGeorge Hazan
2019-09-18- more shit cleared from C++ code;George Hazan
- Pascal code partially restored till the full container log implementation
2019-09-18fixes #2068 (crash in Window7 taskbar preview)George Hazan
2019-09-16missing tab auto complete code handler restoredGeorge Hazan
2019-09-16tabSRMM: duplicate code removedGeorge Hazan
2019-09-15fixes #2051 (TabSRMM: group chats icon)George Hazan
2019-09-14unused junk removed (structure RECENTINFO, constant DM_QUERYRECENT & its ↵George Hazan
handler)
2019-09-13tabSRMM: some DM_* messages removedGeorge Hazan
2019-09-13tabSRMM: no more chat_window.cppGeorge Hazan
2019-09-13tabSRMM: minor code reorderingGeorge Hazan
2019-09-13tabSRMM:George Hazan
- two constructors for CMsgDialog introduced - fixes for minor glitches
2019-09-12tabSRMM: single windowGeorge Hazan
2019-09-04history manager built into CHAT_MANAGER isn't needed anymoreGeorge Hazan
2019-07-08TabSRMM: code optimizationdartraiden
2019-06-04after calling CloseTab() we shall not call the basic class window procedureGeorge Hazan
2019-06-04tabSRMM:George Hazan
- duplicate code removed; - code cleaning
2019-05-31tabSRMM:George Hazan
- fixes #1959 (TabSRMM: add option to disable Esc key); - skin option dialogs rewritten using UI controls; - version bump
2019-03-07tabSRMM:George Hazan
- useless message DM_SETICON replaced with a call of SetIcon; - fixes #1866 (when sub is changed, tabSRMM doesn't update an avatar in taskbar) - code cleaning & names conflict resolution
2019-02-06fixes #1826 (TabSRMM: if a contact was added from clist, appropriate ↵George Hazan
controls in tabSRMM window remains active)
2019-01-04Update copyrightsdartraiden
2018-11-12tabSRMM -> g_pluginGeorge Hazan
2018-10-30tabSRMM:George Hazan
- obsolete M.GetDword & M.GetByte calls removed; - useless m_isFavorite & m_isRecent moved from CContactCache to CMimAPI; - other code cleaning
2018-08-31tabSRMM: tray menu code simplificationGeorge Hazan
2018-08-30fixes #1561 (TabSRMM warnings)George Hazan
2018-07-27TabSRMM: hotkeys correctiondartraiden
2018-07-16Unify special keys namesdartraiden
2018-07-12fixes #1485 (TabSRMM: remove "Enable typing sounds" option)George Hazan
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
2018-06-28tabSRMM: horizontal splitter must have the same height in both chats & group ↵George Hazan
chats
2018-06-20tabSRMM: obsolete locale support code removed, because it doesn't work at allGeorge Hazan
2018-06-17GetTabWindow applied to all another placesGeorge Hazan
2018-06-03fixes #1401 (fixes inactive session detection)George Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-16tabSRMM -> CMPluginGeorge Hazan
2018-05-08code cleaning (using new MS coding style)George Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-11if a user's avatar was changed, redraw it and all related objects (including ↵George Hazan
thumb window in a taskbar) fixes #1249
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-01-26code optimizationGeorge Hazan
2018-01-17TabSRMM:George Hazan
- fixed: status icons in group chats aren't changed when needed - the status bar redraw procedure seriously optimized
2018-01-01massive copyright updatedartraiden
2017-12-27obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵George Hazan
m_addcontact.h removed and replaced with Contact_Add* functions
2017-12-26TabSRMM:George Hazan
- custom color chooser removed; - unused menu items removed; - version bump