summaryrefslogtreecommitdiff
path: root/libs/win64/mir_core.lib
AgeCommit message (Expand)Author
2020-04-28fixes #2365 (NewStory: date/times are displayed according to the OS locale se...George Hazan
2020-04-28database:George Hazan
2020-04-25db_event_add / db_event_edit to receive const pointer to DBEVENTINFOGeorge Hazan
2020-04-06useless commands removedGeorge Hazan
2020-03-30CProgress => CCtrlProgress: fix for a class nameGeorge Hazan
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / getMStringW...George Hazan
2020-03-08fixes #2252 (Update tinyxml2 to 8.0.0)George Hazan
2020-02-01let's make a couple of things simplerGeorge Hazan
2020-02-01attempt to fix #2139George Hazan
2020-01-29fix for a rare crash on exitGeorge Hazan
2020-01-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-03thread-safe implementation of CTimer::Start/StopGeorge Hazan
2020-01-03CTimer::GetEventId() shall return UINT_PTR as wellGeorge Hazan
2020-01-03CTimer::CTimer() : parameter type is changed to UINT_PTR, as presumedGeorge Hazan
2019-10-15MBinBuffer::assign = function to replace buffer contentsGeorge Hazan
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-05-13CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProcGeorge Hazan
2019-03-19added CCtrlDate::SetTimeGeorge Hazan
2019-03-19CCtrlDate - new UI class for date/time pickersGeorge Hazan
2019-03-12- unused member CDbLink::m_bSigned removed;George Hazan
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George 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, n...George Hazan
2019-02-01four forgotten meta services removedGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
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-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-09-23db_event_edit - new stub for editing messagesGeorge Hazan
2018-09-19GetEventById & SetEventId - two new methods to operate with events by their s...George Hazan
2018-07-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI change:George Hazan
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has module...George Hazan
2018-05-20sounds packed into CMPlugin (reduces usage of hLangpack)George Hazan
2018-05-18constructor of CMPlugin now registers it automatically in the module list, no...George Hazan
2018-04-30fix for argument typesGeorge Hazan
2018-04-27update for librariesGeorge Hazan
2018-04-27implementation of #1308George Hazan
2018-04-19CallObjectEventHook: new function to call the event hook of the specified objectGeorge Hazan