summaryrefslogtreecommitdiff
path: root/include/m_core.h
AgeCommit message (Expand)Author
2013-08-16mir_md5_byte_t => BYTE;George Hazan
2013-08-15mir_sha1_byte_t => BYTE;George Hazan
2013-08-15bin2hex/bin2hexW = eliminates many places with printf("%02x")George Hazan
2013-08-12netlib moved to the core loggerGeorge Hazan
2013-08-12simple core loggerGeorge Hazan
2013-08-11ProtoGetAvatarFormat, ProtoGetAvatarFileFormat, ProtoGetBufferFormat, ProtoGe...George Hazan
2013-07-28- stubs for PROTO get* & set* functions removed from mir_core;George Hazan
2013-07-24mir_sntprintf & mir_snvtprintf renamed to mir_snwprintf & mir_snwprintf respe...George Hazan
2013-07-09applied protocol helpersGeorge Hazan
2013-07-09fix for CGeorge Hazan
2013-07-09protocol database helpersGeorge Hazan
2013-07-08core protocol helpers for creating protocol evengs, services & threadsGeorge Hazan
2013-07-08protocol helpers, beginning George Hazan
2013-06-30forgotten helper - db_set (writes a DBVARIANT)George Hazan
2013-06-29rest of unused databases services removedGeorge Hazan
2013-06-23db_set_resident - helper for MIDataBase::SetSettingResidentGeorge Hazan
2013-06-21new helper ProtoCallService - simply glues module & service name, and then si...George Hazan
2013-06-17ProtoBroadcastAck macro converted into a functionGeorge Hazan
2013-06-17ProtoServiceExists moved to mir_coreGeorge Hazan
2013-06-03mir_base64_decode & mir_base64_encode moved to mir_core.dllGeorge Hazan
2013-05-29no more WIN64, only _WIN64George Hazan
2013-04-23also wrtrim renamed, according to the standard, to rtrimwGeorge Hazan
2013-04-23- added unicode analogs of ltrim, ltrimp, wildcmp;George Hazan
2013-03-3012 binary replacements for MS_DB_EVENT_* services:George Hazan
2013-03-24char* mir_urlEncode(const char *szUrl) added George Hazan
2013-03-19- mir_unsubclassWindow introduced for the explicit window unsubclassing;George Hazan
2013-03-17oops... and mir_tstrndup tooGeorge Hazan
2013-03-17mir_wstrndup added, the Unicode version of mir_strndupGeorge Hazan
2013-03-04new subclassing functions applied to all pluginsGeorge Hazan
2013-03-03forgotten another function: mir_callNextSubclassGeorge Hazan
2013-03-03added mechanism of windows subclassing, proof to dynamic plugin unloadingGeorge Hazan
2013-03-01service call replaced with helper: MS_UTILS_PATHTOABSOLUTEWGeorge Hazan
2012-12-10mir_core used wrong defineGeorge Hazan
2012-12-02new easy standard way of registering icons: Icon_RegisterGeorge Hazan
2012-11-29compilation fixGeorge Hazan
2012-11-29missing macrosGeorge Hazan
2012-10-10git-svn-id: http://svn.miranda-ng.org/main/trunk@1856 1316c22d-e87f-b044-9b9b...George Hazan
2012-10-10two new db stubs: db_find_first & db_find_nextGeorge Hazan
2012-09-28NotifyFastHook - new core function to call event hooks in the same thread, it...George Hazan
2012-08-05revertGeorge Hazan
2012-08-05fixes hashes calculationGeorge Hazan
2012-07-27Utf8CheckString moved from dbtool to mir_coreGeorge Hazan
2012-07-26simple command-line analyzerGeorge Hazan
2012-07-13bunch of incorrect thread callsGeorge Hazan
2012-07-10- tooltips for TopToolbar buttonsGeorge Hazan
2012-07-04- internal langpack preparation for hLangpack-dependent resource cleaningGeorge Hazan
2012-07-03fix for gcc compilerGeorge Hazan
2012-07-02internal function removed from the public APIGeorge Hazan
2012-07-01db_helpers.cpp deletedGeorge Hazan
2012-06-29- hook calls were too optimized;George Hazan