summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
AgeCommit message (Collapse)Author
2019-06-04warning fixGeorge Hazan
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-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-05-31tabSRMM:George Hazan
- fixes #1959 (TabSRMM: add option to disable Esc key); - skin option dialogs rewritten using UI controls; - version bump
2019-05-29warning fixesGeorge Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-05-27obsolete calls of GetVersion() removed & replaced with IsWinVer*Plus() callsGeorge Hazan
2019-05-07Mpve TabSRMM_icons_XP to deprecateddartraiden
2019-05-02minor fixesMataes
2019-04-14fix for a platformGeorge Hazan
2019-04-14also we need filters for VS2019 projectsGeorge Hazan
2019-04-14pack of changes for VS2019George Hazan
2019-04-08code cleaningGeorge Hazan
2019-04-02minor fix for resource leakGeorge Hazan
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-13fix for tabSRMM alt+tab iconGeorge Hazan
2019-03-11warning fix for non-standard projectsGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-07Skin_GetProtoIcon - new function to retrieve status icon's handleGeorge Hazan
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-03-07duplicate code cleaningGeorge Hazan
2019-03-07duplicate popup icons moved into global skinGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-27fixes #1846 (tabSRMM: get my own nick from "MyHandle")George Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-02-21fixes #1851 (if subcontact changed, tabSRMM doesn't redraw the client's icon ↵George Hazan
in the info panel)
2019-02-06fixes #1826 (TabSRMM: if a contact was added from clist, appropriate ↵George Hazan
controls in tabSRMM window remains active)
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
2019-02-01tabSRMM: old perversion removedGeorge Hazan
2019-01-30fixes #1776 (rest of url-related stuff)George Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-09TabSRMM: fixed default value as checkboxMataes
2019-01-04Update copyrightsdartraiden
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-12-08chats:George Hazan
- Chat_GetGroup & Chat_SetGroup functions added to stop the zoo with chat default group name; - fixes #1655 (custom chat group name doesn't work in Discord)
2018-11-26fix for chat structures declarationGeorge Hazan
2018-11-12tabSRMM -> g_pluginGeorge Hazan
2018-11-12end of ME_OPT_INITIALISE related zoo in another pluginsGeorge Hazan
2018-11-06fixes #1640 (Random crash when closing message window)George Hazan
2018-10-31tabSRMM: old code returnedGeorge Hazan
2018-10-30code cleaningGeorge 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-10-26tabSRMM: unused field CContactCache::m_iStatus removedGeorge Hazan
2018-10-13group chats:George Hazan
- GC_SHAREDUSERS removed; - SESSION_INFO::pParent used instead to collect data about shared user info - fix for SESSION_INFO::pMe calculation - Discord chats now go offline when proto goes offline
2018-10-13chat api:George Hazan
- GC_SHAREDUSERS flag added to share the same array of users for all group chats; - USERINFO.next removed; - MODULEINFO.arUsers & SESSION_INFO.arUsers introduced to maintain user lists; - MM_AddModule removed; - memory allocation model changed for MODULEINFO & SESSION_INFO - MM_CreateModule & SM_CreateSession members are added to g_chatApi