Age | Commit message (Expand) | Author |
2015-06-06 | fix for some warnings | George Hazan |
2015-06-04 | new mir_snprintf templates without SIZEOF | George Hazan |
2015-06-01 | - ProtoCallService() function considered too dangerous and therefore isn't ex... | George Hazan |
2015-05-31 | - CreateProtoServiceFunction() moved into mir_core.dll instead of inlining | George Hazan |
2015-05-31 | - additional operator LPARAM() for _A2T & _T2A; | George Hazan |
2015-05-31 | - PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin; | George Hazan |
2015-05-31 | - MAllStrings: a handy union to hold an incoming string parameter of any type; | George Hazan |
2015-05-22 | T2Utf - handy replacement for ptrA<mir_utf8decodeT()> | George Hazan |
2015-03-24 | UI Utils classes & templates moved to the core, thus allowing any plugin to u... | George Hazan |
2015-03-11 | all database functions moved to m_database.h | George Hazan |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-11 | more useless warnings disabled | George Hazan |
2014-12-11 | warning fix | George Hazan |
2014-11-30 | mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpi | George Hazan |
2014-11-30 | safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy, | George Hazan |
2014-07-28 | new header to isolate Miranda from windows.h | George Hazan |
2014-07-04 | mir_core: | George Hazan |
2014-04-02 | DBEVENTINFO::isMarkRead() - new helper to simplify bit logic | George Hazan |
2014-03-25 | PathIsAbsolute/PathIsAbsoluteW published from the core | George Hazan |
2014-03-13 | another atavism died: DBEF_FIRST | George Hazan |
2014-03-12 | db_event_next/db_event_prev: first parameter hContact added | George Hazan |
2014-03-10 | mir_closeLog - function to close a logger | George Hazan |
2014-03-07 | fix for a typo in headers (thx unsane) | George Hazan |
2014-02-10 | HCONTACT is not needed anymore | George Hazan |
2014-02-10 | switching to MCONTACT in both C++ & Pascal | George Hazan |
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan |
2014-02-08 | low-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-01-06 | huh, finally: total database encryption, including histories | George Hazan |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-11-16 | DBVTF_DENYUNICODE moved to the proper header | George Hazan |
2013-10-19 | warning fixes | George Hazan |
2013-10-11 | - m_hNetlibUser moved to PROTO_INTERFACE; | George Hazan |
2013-09-25 | IsFullScreen(), IsWorkstationLocked(), IsScreenSaverRunning() moved to the core | George Hazan |
2013-09-22 | pre-XP headers cleaned | George Hazan |
2013-08-16 | mir_md5_byte_t => BYTE; | George Hazan |
2013-08-15 | mir_sha1_byte_t => BYTE; | George Hazan |
2013-08-15 | bin2hex/bin2hexW = eliminates many places with printf("%02x") | George Hazan |
2013-08-12 | netlib moved to the core logger | George Hazan |
2013-08-12 | simple core logger | George Hazan |
2013-08-11 | ProtoGetAvatarFormat, ProtoGetAvatarFileFormat, ProtoGetBufferFormat, ProtoGe... | George Hazan |
2013-07-28 | - stubs for PROTO get* & set* functions removed from mir_core; | George Hazan |
2013-07-24 | mir_sntprintf & mir_snvtprintf renamed to mir_snwprintf & mir_snwprintf respe... | George Hazan |
2013-07-09 | applied protocol helpers | George Hazan |
2013-07-09 | fix for C | George Hazan |
2013-07-09 | protocol database helpers | George Hazan |
2013-07-08 | core protocol helpers for creating protocol evengs, services & threads | George Hazan |
2013-07-08 | protocol helpers, beginning | George Hazan |
2013-06-30 | forgotten helper - db_set (writes a DBVARIANT) | George Hazan |