Age | Commit message (Expand) | Author |
2015-08-09 | three new functions for checking Windows version | George Hazan |
2015-07-31 | - Windows 10 version detection; | George Hazan |
2015-06-25 | - Set wparam and lParam to 0 as default arg in CallService and others, to sim... | Tobias Weimer |
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan |
2015-06-18 | langpack services module destroyed from mir_app | George Hazan |
2015-06-18 | protocol platform-independent code moved back to mir_app | George Hazan |
2015-06-17 | obsolete services extincted | George Hazan |
2015-06-14 | - all icolib services removed; | George Hazan |
2015-06-13 | - miranda32.exe now does nothing bug extends PATH to %miranda_root%\libs and ... | George Hazan |
2015-06-11 | - more transparent ProtoServiceExists implementation; | George Hazan |
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 |