summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Collapse)Author
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-08-28fixes #2038 (Update tinyxml2 to 7.1.0)George Hazan
2019-08-26obsolete services removed from core & replaced with functionsGeorge Hazan
2019-08-09fixes #2023 (Cannot edit "Open new chat rooms in the default container" ↵George Hazan
setting when using a screen reader on Windows)
2019-07-26warning fixesGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-24warning fixesGeorge Hazan
2019-07-12CMake: reduced dependency from prebult libraries.protomors
2019-06-10fixes #1981 ([MsgExport] - it is no longer possible to change contact ↵George Hazan
settings for export)
2019-05-13CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProcGeorge Hazan
2019-04-25ListView shall not report the change if current item is changedGeorge Hazan
2019-04-23mir_core: warning fixMataes
2019-03-25major fix for the command-line parserGeorge Hazan
2019-03-19added CCtrlDate::SetTimeGeorge Hazan
2019-03-19missing CBN_KILLFOCUS handler in CCtrlComboGeorge Hazan
2019-03-19CCtrlDate - new UI class for date/time pickersGeorge Hazan
2019-03-12fixes for format specifiersGeorge Hazan
2019-03-12- unused member CDbLink::m_bSigned removed;George Hazan
- obsolete CCtrlBase private members removed;
2019-03-12CCtrlBase:George Hazan
- obsolete private declarations removed; - initialized member CCtrlBase::m_bSilent inited; - warning fixes
2019-03-12these conditions are identicalGeorge Hazan
2019-03-12another manual critical section removedGeorge Hazan
2019-03-01preventing endless loops on errorGeorge Hazan
2019-02-28code cleaning / warning fixesGeorge Hazan
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George Hazan
2019-02-22code cleaningGeorge Hazan
2019-02-19TranslateU applied to JabberGeorge Hazan
2019-02-19TranslateU - translates a string to Utf8George Hazan
2019-02-19BytesParsed - a function to control parsed xml lengthGeorge Hazan
2019-02-19utf8 wrappers for CCtrlBase::GetTextGeorge Hazan
2019-02-19db_get_utfa -> new function to allocate utf strings dynamicallyGeorge Hazan
2019-02-14added operator[] for XMLConstHandle & XMLHandle, making Xpath much shorterGeorge Hazan
2019-02-14tinyxml2: two wchar_t wrappers addedGeorge Hazan
2019-02-12tinyxml2 added to mir_core to replace the old xml parserGeorge Hazan
2019-02-07hopefully last custom UrlDecode implementation removedGeorge Hazan
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
2019-02-01four forgotten meta services removedGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-28fixes #1797 (ICQ10: only images can be transferred)George Hazan
2019-01-06CCtrlCombo::OnSelChanged extracted to the separate handlerGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-24mir_urlDecode restoredGeorge Hazan
2018-12-23in fact, we don't need mir_hmac_sha1 eitherGeorge Hazan
2018-12-23we don't need this function, cause it's not called, and also we have opensslGeorge Hazan
2018-12-21attempt to unify AsyncHttpRequest in various protocolsGeorge Hazan
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-12-08PluginUpdater: added OS version detectGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-11-08safer implementation of PathToRelativeGeorge Hazan
2018-11-07some files contains LF and CRLF simultaneouslydartraiden
2018-10-15crash fix: don't crash if plugin was unloadedGeorge Hazan