Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-19 | added CCtrlDate::SetTime | George Hazan | |
2019-03-19 | CCtrlDate - new UI class for date/time pickers | George Hazan | |
2019-03-12 | - unused member CDbLink::m_bSigned removed; | George Hazan | |
- obsolete CCtrlBase private members removed; | |||
2019-03-07 | Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵ | George Hazan | |
controls flags | |||
2019-03-07 | Skin_GetProtoIcon - new function to retrieve status icon's handle | George Hazan | |
2019-03-06 | popups: | 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-02-26 | XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2 | George Hazan | |
2019-02-19 | TranslateU - translates a string to Utf8 | George Hazan | |
2019-02-19 | BytesParsed - a function to control parsed xml length | George Hazan | |
2019-02-19 | utf8 wrappers for CCtrlBase::GetText | George Hazan | |
2019-02-19 | fix for a typo | George Hazan | |
2019-02-19 | db_get_utfa supported in PROTO_INTERFACE & CMPlugin | George Hazan | |
2019-02-19 | db_get_utfa -> new function to allocate utf strings dynamically | George Hazan | |
2019-02-19 | old XML API removed | George Hazan | |
2019-02-14 | added operator[] for XMLConstHandle & XMLHandle, making Xpath much shorter | George Hazan | |
2019-02-14 | tinyxml2: two wchar_t wrappers added | George Hazan | |
2019-02-12 | tinyxml2 added to mir_core to replace the old xml parser | George Hazan | |
2019-02-11 | unused xml api items removed | George Hazan | |
2019-02-07 | hopefully last custom UrlDecode implementation removed | George Hazan | |
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, ↵ | George Hazan | |
not inside OnInitDialog) | |||
2019-02-01 | four forgotten meta services removed | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-18 | we don't need PSR_URL as well | George Hazan | |
2019-01-18 | PSS_URL removed as totally obsolete | George Hazan | |
2018-12-24 | mir_urlDecode restored | George Hazan | |
2018-12-23 | in fact, we don't need mir_hmac_sha1 either | George Hazan | |
2018-12-23 | we don't need this function, cause it's not called, and also we have openssl | George Hazan | |
2018-12-21 | attempt to unify AsyncHttpRequest in various protocols | 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 | Chat_AddGroup - simplified prototype | George Hazan | |
2018-11-21 | fixes #1647 (Update OpenSSL to 1.0.2q) | George Hazan | |
2018-11-13 | getByte/getWord/getDword: correct default values restored | George Hazan | |
2018-10-17 | fixes #1626 (Dbx_mdbx: subcontact's history disappears after removing a ↵ | George Hazan | |
subcontact instead of saving in meta) | |||
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-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan | |
2018-09-23 | db_event_edit - new stub for editing messages | George Hazan | |
2018-09-20 | fix for the proper return type of PROTO<>::RecvMsg | George Hazan | |
2018-09-19 | GetEventById & SetEventId - two new methods to operate with events by their ↵ | George Hazan | |
server ids | |||
2018-08-29 | fixes #1555 (Import shouldn't import .bak second time in service mode) | George Hazan | |
2018-08-07 | missing method added | George Hazan | |
2018-08-07 | MDatabaseReadonly - base class for all read-only database drivers | George Hazan | |
2018-08-02 | Miranda_WaitOnHandleEx - advanced wait function with pInfo parameter | George Hazan | |
2018-07-20 | we don't need two name sets for the same array of functions | 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-07-10 | Menu_SetVisible: new function to write down a Visibility checkbox for a menu ↵ | George Hazan | |
item | |||
2018-07-05 | fixes #1448 (translated frame names in database) | George Hazan | |
2018-06-29 | safer method of backing up databases instead of trying to read them manually | George Hazan | |