Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-12-08 | db_get_sa / db_get_wsa to receive the default value, massive code simplification | George Hazan | |
2018-12-08 | chats: | 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-26 | fix for chat structures declaration | George Hazan | |
2018-11-12 | tabSRMM -> g_plugin | George Hazan | |
2018-11-12 | end of ME_OPT_INITIALISE related zoo in another plugins | George Hazan | |
2018-11-06 | fixes #1640 (Random crash when closing message window) | George Hazan | |
2018-10-31 | tabSRMM: old code returned | George Hazan | |
2018-10-30 | code cleaning | George Hazan | |
2018-10-30 | tabSRMM: | George Hazan | |
- obsolete M.GetDword & M.GetByte calls removed; - useless m_isFavorite & m_isRecent moved from CContactCache to CMimAPI; - other code cleaning | |||
2018-10-26 | tabSRMM: unused field CContactCache::m_iStatus removed | George Hazan | |
2018-10-13 | group 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-13 | chat 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 | |||
2018-10-03 | fixes #1607 (Scriver silently cuts long messages) | George Hazan | |
2018-09-25 | fixes #1596 (tabSRMM rarely crashes after click on the Close toolbar button) | George Hazan | |
2018-09-24 | TabSRMM: temporary (?) crutch for support ME_DB_EVENT_EDITED | ElzorFox | |
2018-09-21 | fix ) | ElzorFox | |
2018-09-21 | old crutch removed: error messages to go in Unicode | George Hazan | |
2018-09-21 | if a protocol receives a message delivery confirmation, it can pass the ↵ | George Hazan | |
server id for an event as LPCSTR into lParam of ProtoBroadcastAck | |||
2018-09-20 | tabSRMM: fix for a shift in warnings' table | George Hazan | |
2018-09-03 | fixes #1578 ([TabSRMM] Message text highlighting based on keyword does not ↵ | George Hazan | |
work correctly) | |||
2018-08-31 | these code must have their previous values, otherwise tabSRMM will ask for ↵ | George Hazan | |
them again | |||
2018-08-31 | tabSRMM: tray menu code simplification | George Hazan | |
2018-08-31 | code cleaning | George Hazan | |
2018-08-30 | fixes #1561 (TabSRMM warnings) | George Hazan | |
2018-07-27 | TabSRMM: hotkeys correction | dartraiden | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-07-16 | Unify special keys names | dartraiden | |
2018-07-14 | fixes #1496 (TabSRMM: crash when opening Settings > Message sessions > ↵ | George Hazan | |
Groupchats> Highlighting) | |||
2018-07-12 | fixes #1485 (TabSRMM: remove "Enable typing sounds" option) | George Hazan | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | GUI 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-28 | tabSRMM: horizontal splitter must have the same height in both chats & group ↵ | George Hazan | |
chats | |||
2018-06-26 | fix for resizer in tabSRMM chat. fixes #1439 | George Hazan | |
2018-06-20 | tabSRMM: unused option removed | George Hazan | |
2018-06-20 | tabSRMM: obsolete locale support code removed, because it doesn't work at all | George Hazan | |
2018-06-19 | tabSRMM: even empty events shall be marked as read | George Hazan | |
2018-06-17 | compilation fix | George Hazan | |
2018-06-17 | GetTabWindow applied to all another places | George Hazan | |
2018-06-17 | no more uninitialized global variables | George Hazan | |
2018-06-17 | final fix for #1425 | George Hazan | |
2018-06-15 | more thorough version of previous fix | George Hazan | |
2018-06-15 | fixes #1425 (TabSRMM crashes) | George Hazan | |
2018-06-14 | tabSRMM: chat options -> UI Classes | George Hazan | |
2018-06-14 | WA_INACTIVE to be also passed to the current child | George Hazan | |
2018-06-14 | chat behaviour unification: if a window isn't closed, but only minimized, ↵ | George Hazan | |
clist extra icon gets enabled again when a new message comes (till window gets focused) | |||
2018-06-03 | fixes #1401 (fixes inactive session detection) | George Hazan | |
2018-05-31 | fixes #1397 (StdMsg: dynamic loading breaks meta menu) | George Hazan | |
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins |