summaryrefslogtreecommitdiff
path: root/include/delphi/m_core.inc
AgeCommit message (Expand)Author
2014-03-08Pascal-style type correctionAlexey Kulakov
2014-02-24old/unused types removed from Pascal sourcesGeorge Hazan
2014-02-10switching to MCONTACT in both C++ & PascalGeorge Hazan
2014-02-10Miranda API sync with small compilation fixesAlexey Kulakov
2014-02-08low-level database access functions rewritten to MCONTACT instead of HANDLE h...George Hazan
2014-02-03- new helpers for reading db strings into static buffers;George Hazan
2014-02-02Miranda API updateAlexey Kulakov
2014-01-24fix for unneeded data conversion & wrong data type in mir_base64_encodeGeorge Hazan
2014-01-15syncAlexey Kulakov
2013-12-14- another atavism (DBVTF_DENYUNICODE) removed;George Hazan
2013-09-25IsFullScreen(), IsWorkstationLocked(), IsScreenSaverRunning() moved to the coreGeorge Hazan
2013-08-16mir_md5_byte_t => BYTE;George Hazan
2013-08-15mir_sha1_byte_t => BYTE;George Hazan
2013-08-15- custom sha1 engine removed from GG;George Hazan
2013-08-15bin2hex/bin2hexW = eliminates many places with printf("%02x")George Hazan
2013-08-12simple core loggerGeorge Hazan
2013-08-11ProtoGetAvatarFormat, ProtoGetAvatarFileFormat, ProtoGetBufferFormat, ProtoGe...George Hazan
2013-07-24mir_sntprintf & mir_snvtprintf renamed to mir_snwprintf & mir_snwprintf respe...George Hazan
2013-06-30forgotten helper - db_set (writes a DBVARIANT)George 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-04end of base64* zoo George Hazan
2013-06-03mir_base64_decode & mir_base64_encode moved to mir_core.dllGeorge 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-04-12pascal sources syncGeorge Hazan
2013-03-30delphi headers cleaningGeorge Hazan
2013-03-3012 binary replacements for MS_DB_EVENT_* services:George Hazan
2013-03-25- compilation fixVadim Dashevskiy
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-17mir_wstrndup added, the Unicode version of mir_strndupGeorge Hazan
2013-03-10- m_core.inc almost returned back to int_ptrGeorge Hazan
2013-03-09fix for XE2George Hazan
2013-03-09- added helper for Icon_RegisterGeorge 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
2012-12-07fix for Delphi headersGeorge Hazan
2012-11-28some cosmetic changes to the Delphi headersGeorge Hazan
2012-10-10two new db stubs: db_find_first & db_find_nextGeorge Hazan
2012-10-03includes updatesAlexey Kulakov
2012-07-28Delphi API updatesAlexey Kulakov
2012-07-18API updateAlexey Kulakov
2012-07-14API updateAlexey Kulakov
2012-07-04Pascal headers moved to include\delphi directory (with small updates)Alexey Kulakov