Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsg | George Hazan | |
2019-09-01 | unused variables & declarations removed | George Hazan | |
2019-08-31 | Scriver: typo fix | George Hazan | |
2019-08-30 | no more old-style settings in Scriver | George Hazan | |
2019-08-30 | Scriver: more CMOption | George Hazan | |
2019-08-30 | Scriver: more CMOption | George Hazan | |
2019-08-30 | Scriver: | George Hazan | |
- fixes #2037 (when tabs are used, "Save settings for contacts" corrupts window position); - rest of tabs options switched to UI; - version bump | |||
2019-08-29 | Scriver: options automation | George Hazan | |
2019-07-26 | warning fixes | George Hazan | |
2019-07-25 | warning fixes | George Hazan | |
2019-07-25 | fixes #1920 (Scriver always scrolls its log to bottom when new message arrives) | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-05-27 | obsolete calls of GetVersion() removed & replaced with IsWinVer*Plus() calls | George Hazan | |
2019-05-13 | CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProc | George Hazan | |
2019-05-12 | fixes #1948 (memory allocation problem in Scriver) | George Hazan | |
2019-05-08 | Scriver: fix for meta contacts behavior | George Hazan | |
2019-04-13 | CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵ | George Hazan | |
HIMAGELIST | |||
2019-04-12 | wiping custom icolib functions: Scriver | George Hazan | |
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
2019-03-07 | Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵ | George Hazan | |
controls flags | |||
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-03 | fixes #1818 (SkypeWeb: invalid data error on audio/video call) | George Hazan | |
2019-01-31 | Scriver: no more URLs | dartraiden | |
2019-01-31 | message text standardization | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-21 | fixes #1776 (rest of URL atavisms) | George Hazan | |
2019-01-18 | code cleaning | George Hazan | |
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning | |||
2019-01-04 | Update copyrights | dartraiden | |
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 | Scriver -> g_plugin calls | George Hazan | |
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-27 | Scriver: fix loading read messages into the log when contact window is open | ElzorFox | |
2018-09-27 | Scriver: crashfix | ElzorFox | |
2018-09-27 | StdMsg and Scriver: ME_DB_EVENT_EDITED support | 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-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-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | fixes #1474 (Scriver: send options cannot be translated) | 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-14 | fix for a typo | George Hazan | |
2018-06-13 | fixes #1413 (Miranda 0.95.8.1 Scriver Log doesn't work anymore) | George Hazan | |
2018-06-09 | Scriver: make keyboard shortcuts translatable | dartraiden | |